Interface InteractiveSubmissionServiceOuterClass.Metadata.SubmitterInfoOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
InteractiveSubmissionServiceOuterClass.Metadata.SubmitterInfo, InteractiveSubmissionServiceOuterClass.Metadata.SubmitterInfo.Builder
Enclosing class:
InteractiveSubmissionServiceOuterClass.Metadata

public static interface InteractiveSubmissionServiceOuterClass.Metadata.SubmitterInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getActAs(int index)
    Required: must be non-empty
    com.google.protobuf.ByteString
    getActAsBytes(int index)
    Required: must be non-empty
    int
    Required: must be non-empty
    Required: must be non-empty
    Required
    com.google.protobuf.ByteString
    Required

    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

    • getActAsList

      List<String> getActAsList()
       Required: must be non-empty
       
      repeated string act_as = 1;
      Returns:
      A list containing the actAs.
    • getActAsCount

      int getActAsCount()
       Required: must be non-empty
       
      repeated string act_as = 1;
      Returns:
      The count of actAs.
    • getActAs

      String getActAs(int index)
       Required: must be non-empty
       
      repeated string act_as = 1;
      Parameters:
      index - The index of the element to return.
      Returns:
      The actAs at the given index.
    • getActAsBytes

      com.google.protobuf.ByteString getActAsBytes(int index)
       Required: must be non-empty
       
      repeated string act_as = 1;
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the actAs at the given index.
    • getCommandId

      String getCommandId()
       Required
       
      string command_id = 2;
      Returns:
      The commandId.
    • getCommandIdBytes

      com.google.protobuf.ByteString getCommandIdBytes()
       Required
       
      string command_id = 2;
      Returns:
      The bytes for commandId.