public static interface Service.RunTagOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getKey()
The tag key.
|
com.google.protobuf.ByteString |
getKeyBytes()
The tag key.
|
String |
getValue()
The tag value.
|
com.google.protobuf.ByteString |
getValueBytes()
The tag value.
|
boolean |
hasKey()
The tag key.
|
boolean |
hasValue()
The tag value.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasKey()
The tag key.
optional string key = 1;
String getKey()
The tag key.
optional string key = 1;
com.google.protobuf.ByteString getKeyBytes()
The tag key.
optional string key = 1;
boolean hasValue()
The tag value.
optional string value = 2;
String getValue()
The tag value.
optional string value = 2;
com.google.protobuf.ByteString getValueBytes()
The tag value.
optional string value = 2;
Copyright © 2019. All rights reserved.