Interface Protocol.IdempotentRequestTargetOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Protocol.IdempotentRequestTarget
,Protocol.IdempotentRequestTarget.Builder
- Enclosing class:
Protocol
public static interface Protocol.IdempotentRequestTargetOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring handler_name = 3;
com.google.protobuf.ByteString
string handler_name = 3;
string idempotency_key = 4;
com.google.protobuf.ByteString
string idempotency_key = 4;
optional string service_key = 2;
com.google.protobuf.ByteString
optional string service_key = 2;
string service_name = 1;
com.google.protobuf.ByteString
string service_name = 1;
boolean
optional string service_key = 2;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getServiceName
String getServiceName()string service_name = 1;
- Returns:
- The serviceName.
-
getServiceNameBytes
com.google.protobuf.ByteString getServiceNameBytes()string service_name = 1;
- Returns:
- The bytes for serviceName.
-
hasServiceKey
boolean hasServiceKey()optional string service_key = 2;
- Returns:
- Whether the serviceKey field is set.
-
getServiceKey
String getServiceKey()optional string service_key = 2;
- Returns:
- The serviceKey.
-
getServiceKeyBytes
com.google.protobuf.ByteString getServiceKeyBytes()optional string service_key = 2;
- Returns:
- The bytes for serviceKey.
-
getHandlerName
String getHandlerName()string handler_name = 3;
- Returns:
- The handlerName.
-
getHandlerNameBytes
com.google.protobuf.ByteString getHandlerNameBytes()string handler_name = 3;
- Returns:
- The bytes for handlerName.
-
getIdempotencyKey
String getIdempotencyKey()string idempotency_key = 4;
- Returns:
- The idempotencyKey.
-
getIdempotencyKeyBytes
com.google.protobuf.ByteString getIdempotencyKeyBytes()string idempotency_key = 4;
- Returns:
- The bytes for idempotencyKey.
-