Interface ActionOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Action,Action.Builder
public interface ActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsMetadata(String key) Additional metadata parameters for the action.The name of the action to be performed.com.google.protobuf.ByteStringThe name of the action to be performed.Deprecated.intAdditional metadata parameters for the action.Additional metadata parameters for the action.com.google.protobuf.ValuegetMetadataOrDefault(String key, com.google.protobuf.Value defaultValue) Additional metadata parameters for the action.com.google.protobuf.ValuegetMetadataOrThrow(String key) Additional metadata parameters for the action.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getActionName
String getActionName()The name of the action to be performed.
string action_name = 1 [json_name = "actionName"];- Returns:
- The actionName.
-
getActionNameBytes
com.google.protobuf.ByteString getActionNameBytes()The name of the action to be performed.
string action_name = 1 [json_name = "actionName"];- Returns:
- The bytes for actionName.
-
getMetadataCount
int getMetadataCount()Additional metadata parameters for the action.
map<string, .google.protobuf.Value> metadata = 2 [json_name = "metadata"]; -
containsMetadata
Additional metadata parameters for the action.
map<string, .google.protobuf.Value> metadata = 2 [json_name = "metadata"]; -
getMetadata
Deprecated.UsegetMetadataMap()instead. -
getMetadataMap
-
getMetadataOrDefault
Additional metadata parameters for the action.
map<string, .google.protobuf.Value> metadata = 2 [json_name = "metadata"]; -
getMetadataOrThrow
Additional metadata parameters for the action.
map<string, .google.protobuf.Value> metadata = 2 [json_name = "metadata"];
-