public static interface AwsSourceDetails.TagOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getKey()
public abstract String getKey()
Required. Key of tag.
string key = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The key. |
getKeyBytes()
public abstract ByteString getKeyBytes()
Required. Key of tag.
string key = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for key. |
getValue()
public abstract String getValue()
Required. Value of tag.
string value = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String |
The value. |
getValueBytes()
public abstract ByteString getValueBytes()
Required. Value of tag.
string value = 2 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for value. |