Interface MlsClient.CommitRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
MlsClient.CommitRequest, MlsClient.CommitRequest.Builder
- Enclosing class:
MlsClient
public static interface MlsClient.CommitRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptioncom.google.protobuf.ByteStringgetByReference(int index) repeated bytes by_reference = 2;intrepeated bytes by_reference = 2;List<com.google.protobuf.ByteString> repeated bytes by_reference = 2;getByValue(int index) repeated .mls_client.ProposalDescription by_value = 3;intrepeated .mls_client.ProposalDescription by_value = 3;repeated .mls_client.ProposalDescription by_value = 3;getByValueOrBuilder(int index) repeated .mls_client.ProposalDescription by_value = 3;List<? extends MlsClient.ProposalDescriptionOrBuilder> repeated .mls_client.ProposalDescription by_value = 3;booleanbool external_tree = 5;booleanbool force_path = 4;intuint32 state_id = 1;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
-
getStateId
int getStateId()uint32 state_id = 1;- Returns:
- The stateId.
-
getByReferenceList
List<com.google.protobuf.ByteString> getByReferenceList()repeated bytes by_reference = 2;- Returns:
- A list containing the byReference.
-
getByReferenceCount
int getByReferenceCount()repeated bytes by_reference = 2;- Returns:
- The count of byReference.
-
getByReference
com.google.protobuf.ByteString getByReference(int index) repeated bytes by_reference = 2;- Parameters:
index- The index of the element to return.- Returns:
- The byReference at the given index.
-
getByValueList
List<MlsClient.ProposalDescription> getByValueList()repeated .mls_client.ProposalDescription by_value = 3; -
getByValue
repeated .mls_client.ProposalDescription by_value = 3; -
getByValueCount
int getByValueCount()repeated .mls_client.ProposalDescription by_value = 3; -
getByValueOrBuilderList
List<? extends MlsClient.ProposalDescriptionOrBuilder> getByValueOrBuilderList()repeated .mls_client.ProposalDescription by_value = 3; -
getByValueOrBuilder
repeated .mls_client.ProposalDescription by_value = 3; -
getForcePath
boolean getForcePath()bool force_path = 4;- Returns:
- The forcePath.
-
getExternalTree
boolean getExternalTree()bool external_tree = 5;- Returns:
- The externalTree.
-