public interface MetadataFilterLabelMatchOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Name of metadata label.
|
com.google.protobuf.ByteString |
getNameBytes()
Name of metadata label.
|
String |
getValue()
The value of the label must match the specified value.
|
com.google.protobuf.ByteString |
getValueBytes()
The value of the label must match the specified value.
|
boolean |
hasName()
Name of metadata label.
|
boolean |
hasValue()
The value of the label must match the specified value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasName()
Name of metadata label. The name can have a maximum length of 1024 characters and must be at least 1 character long.
optional string name = 3373707;String getName()
Name of metadata label. The name can have a maximum length of 1024 characters and must be at least 1 character long.
optional string name = 3373707;com.google.protobuf.ByteString getNameBytes()
Name of metadata label. The name can have a maximum length of 1024 characters and must be at least 1 character long.
optional string name = 3373707;boolean hasValue()
The value of the label must match the specified value. value can have a maximum length of 1024 characters.
optional string value = 111972721;String getValue()
The value of the label must match the specified value. value can have a maximum length of 1024 characters.
optional string value = 111972721;com.google.protobuf.ByteString getValueBytes()
The value of the label must match the specified value. value can have a maximum length of 1024 characters.
optional string value = 111972721;Copyright © 2023 Google LLC. All rights reserved.