| Modifier and Type | Method and Description |
|---|---|
MetadataFilterLabelMatch |
MetadataFilterLabelMatch.Builder.build() |
MetadataFilterLabelMatch |
MetadataFilterLabelMatch.Builder.buildPartial() |
static MetadataFilterLabelMatch |
MetadataFilterLabelMatch.getDefaultInstance() |
MetadataFilterLabelMatch |
MetadataFilterLabelMatch.getDefaultInstanceForType() |
MetadataFilterLabelMatch |
MetadataFilterLabelMatch.Builder.getDefaultInstanceForType() |
MetadataFilterLabelMatch |
MetadataFilter.getFilterLabels(int index)
The list of label value pairs that must match labels in the provided metadata based on filterMatchCriteria This list must not be empty and can have at the most 64 entries.
|
MetadataFilterLabelMatch |
MetadataFilter.Builder.getFilterLabels(int index)
The list of label value pairs that must match labels in the provided metadata based on filterMatchCriteria This list must not be empty and can have at the most 64 entries.
|
MetadataFilterLabelMatch |
MetadataFilterOrBuilder.getFilterLabels(int index)
The list of label value pairs that must match labels in the provided metadata based on filterMatchCriteria This list must not be empty and can have at the most 64 entries.
|
static MetadataFilterLabelMatch |
MetadataFilterLabelMatch.parseDelimitedFrom(InputStream input) |
static MetadataFilterLabelMatch |
MetadataFilterLabelMatch.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetadataFilterLabelMatch |
MetadataFilterLabelMatch.parseFrom(byte[] data) |
static MetadataFilterLabelMatch |
MetadataFilterLabelMatch.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetadataFilterLabelMatch |
MetadataFilterLabelMatch.parseFrom(ByteBuffer data) |
static MetadataFilterLabelMatch |
MetadataFilterLabelMatch.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetadataFilterLabelMatch |
MetadataFilterLabelMatch.parseFrom(com.google.protobuf.ByteString data) |
static MetadataFilterLabelMatch |
MetadataFilterLabelMatch.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetadataFilterLabelMatch |
MetadataFilterLabelMatch.parseFrom(com.google.protobuf.CodedInputStream input) |
static MetadataFilterLabelMatch |
MetadataFilterLabelMatch.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static MetadataFilterLabelMatch |
MetadataFilterLabelMatch.parseFrom(InputStream input) |
static MetadataFilterLabelMatch |
MetadataFilterLabelMatch.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<MetadataFilterLabelMatch> |
MetadataFilter.getFilterLabelsList()
The list of label value pairs that must match labels in the provided metadata based on filterMatchCriteria This list must not be empty and can have at the most 64 entries.
|
List<MetadataFilterLabelMatch> |
MetadataFilter.Builder.getFilterLabelsList()
The list of label value pairs that must match labels in the provided metadata based on filterMatchCriteria This list must not be empty and can have at the most 64 entries.
|
List<MetadataFilterLabelMatch> |
MetadataFilterOrBuilder.getFilterLabelsList()
The list of label value pairs that must match labels in the provided metadata based on filterMatchCriteria This list must not be empty and can have at the most 64 entries.
|
com.google.protobuf.Parser<MetadataFilterLabelMatch> |
MetadataFilterLabelMatch.getParserForType() |
static com.google.protobuf.Parser<MetadataFilterLabelMatch> |
MetadataFilterLabelMatch.parser() |
| Modifier and Type | Method and Description |
|---|---|
MetadataFilter.Builder |
MetadataFilter.Builder.addFilterLabels(int index,
MetadataFilterLabelMatch value)
The list of label value pairs that must match labels in the provided metadata based on filterMatchCriteria This list must not be empty and can have at the most 64 entries.
|
MetadataFilter.Builder |
MetadataFilter.Builder.addFilterLabels(MetadataFilterLabelMatch value)
The list of label value pairs that must match labels in the provided metadata based on filterMatchCriteria This list must not be empty and can have at the most 64 entries.
|
MetadataFilterLabelMatch.Builder |
MetadataFilterLabelMatch.Builder.mergeFrom(MetadataFilterLabelMatch other) |
static MetadataFilterLabelMatch.Builder |
MetadataFilterLabelMatch.newBuilder(MetadataFilterLabelMatch prototype) |
MetadataFilter.Builder |
MetadataFilter.Builder.setFilterLabels(int index,
MetadataFilterLabelMatch value)
The list of label value pairs that must match labels in the provided metadata based on filterMatchCriteria This list must not be empty and can have at the most 64 entries.
|
| Modifier and Type | Method and Description |
|---|---|
MetadataFilter.Builder |
MetadataFilter.Builder.addAllFilterLabels(Iterable<? extends MetadataFilterLabelMatch> values)
The list of label value pairs that must match labels in the provided metadata based on filterMatchCriteria This list must not be empty and can have at the most 64 entries.
|
Copyright © 2023 Google LLC. All rights reserved.