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 Type
    Method
    Description
    boolean
    Additional metadata parameters for the action.
    The name of the action to be performed.
    com.google.protobuf.ByteString
    The name of the action to be performed.
    Map<String,com.google.protobuf.Value>
    Deprecated.
    int
    Additional metadata parameters for the action.
    Map<String,com.google.protobuf.Value>
    Additional metadata parameters for the action.
    com.google.protobuf.Value
    getMetadataOrDefault(String key, com.google.protobuf.Value defaultValue)
    Additional metadata parameters for the action.
    com.google.protobuf.Value
    Additional metadata parameters for the action.

    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

    • 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

      boolean containsMetadata(String key)
       Additional metadata parameters for the action.
       
      map<string, .google.protobuf.Value> metadata = 2 [json_name = "metadata"];
    • getMetadata

      @Deprecated Map<String,com.google.protobuf.Value> getMetadata()
      Deprecated.
      Use getMetadataMap() instead.
    • getMetadataMap

      Map<String,com.google.protobuf.Value> getMetadataMap()
       Additional metadata parameters for the action.
       
      map<string, .google.protobuf.Value> metadata = 2 [json_name = "metadata"];
    • getMetadataOrDefault

      com.google.protobuf.Value getMetadataOrDefault(String key, com.google.protobuf.Value defaultValue)
       Additional metadata parameters for the action.
       
      map<string, .google.protobuf.Value> metadata = 2 [json_name = "metadata"];
    • getMetadataOrThrow

      com.google.protobuf.Value getMetadataOrThrow(String key)
       Additional metadata parameters for the action.
       
      map<string, .google.protobuf.Value> metadata = 2 [json_name = "metadata"];