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) repeated string act_as = 1 [json_name = "actAs"];com.google.protobuf.ByteStringgetActAsBytes(int index) repeated string act_as = 1 [json_name = "actAs"];intrepeated string act_as = 1 [json_name = "actAs"];repeated string act_as = 1 [json_name = "actAs"];string command_id = 2 [json_name = "commandId"];com.google.protobuf.ByteStringstring command_id = 2 [json_name = "commandId"];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
-
getActAsList
repeated string act_as = 1 [json_name = "actAs"];- Returns:
- A list containing the actAs.
-
getActAsCount
int getActAsCount()repeated string act_as = 1 [json_name = "actAs"];- Returns:
- The count of actAs.
-
getActAs
repeated string act_as = 1 [json_name = "actAs"];- Parameters:
index- The index of the element to return.- Returns:
- The actAs at the given index.
-
getActAsBytes
com.google.protobuf.ByteString getActAsBytes(int index) repeated string act_as = 1 [json_name = "actAs"];- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the actAs at the given index.
-
getCommandId
String getCommandId()string command_id = 2 [json_name = "commandId"];- Returns:
- The commandId.
-
getCommandIdBytes
com.google.protobuf.ByteString getCommandIdBytes()string command_id = 2 [json_name = "commandId"];- Returns:
- The bytes for commandId.
-