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 TypeMethodDescriptiongetActAs(int index) Required: must be non-emptycom.google.protobuf.ByteStringgetActAsBytes(int index) Required: must be non-emptyintRequired: must be non-emptyRequired: must be non-emptyRequiredcom.google.protobuf.ByteStringRequiredMethods 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
-
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
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.
-