Interface LogicmoduleMessages.GetBabelStubsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicmoduleMessages.GetBabelStubsRequest
,LogicmoduleMessages.GetBabelStubsRequest.Builder
- Enclosing class:
- LogicmoduleMessages
public static interface LogicmoduleMessages.GetBabelStubsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAccountID()
string accountID = 1;
com.google.protobuf.ByteString
getAccountIDBytes()
string accountID = 1;
String
getContractIDs(int index)
repeated string contractIDs = 4;
com.google.protobuf.ByteString
getContractIDsBytes(int index)
repeated string contractIDs = 4;
int
getContractIDsCount()
repeated string contractIDs = 4;
List<String>
getContractIDsList()
repeated string contractIDs = 4;
CommonMessages.Credential
getCredentials()
.dataclay.communication.grpc.common.Credential credentials = 2;
CommonMessages.CredentialOrBuilder
getCredentialsOrBuilder()
.dataclay.communication.grpc.common.Credential credentials = 2;
boolean
hasCredentials()
.dataclay.communication.grpc.common.Credential credentials = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAccountID
String getAccountID()
string accountID = 1;
- Returns:
- The accountID.
-
getAccountIDBytes
com.google.protobuf.ByteString getAccountIDBytes()
string accountID = 1;
- Returns:
- The bytes for accountID.
-
hasCredentials
boolean hasCredentials()
.dataclay.communication.grpc.common.Credential credentials = 2;
- Returns:
- Whether the credentials field is set.
-
getCredentials
CommonMessages.Credential getCredentials()
.dataclay.communication.grpc.common.Credential credentials = 2;
- Returns:
- The credentials.
-
getCredentialsOrBuilder
CommonMessages.CredentialOrBuilder getCredentialsOrBuilder()
.dataclay.communication.grpc.common.Credential credentials = 2;
-
getContractIDsList
List<String> getContractIDsList()
repeated string contractIDs = 4;
- Returns:
- A list containing the contractIDs.
-
getContractIDsCount
int getContractIDsCount()
repeated string contractIDs = 4;
- Returns:
- The count of contractIDs.
-
getContractIDs
String getContractIDs(int index)
repeated string contractIDs = 4;
- Parameters:
index
- The index of the element to return.- Returns:
- The contractIDs at the given index.
-
getContractIDsBytes
com.google.protobuf.ByteString getContractIDsBytes(int index)
repeated string contractIDs = 4;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the contractIDs at the given index.
-
-