Interface LogicmoduleMessages.GetContractIDsOfProviderRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicmoduleMessages.GetContractIDsOfProviderRequest
,LogicmoduleMessages.GetContractIDsOfProviderRequest.Builder
- Enclosing class:
- LogicmoduleMessages
public static interface LogicmoduleMessages.GetContractIDsOfProviderRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CommonMessages.Credential
getCredential()
.dataclay.communication.grpc.common.Credential credential = 2;
CommonMessages.CredentialOrBuilder
getCredentialOrBuilder()
.dataclay.communication.grpc.common.Credential credential = 2;
String
getNamespaceIDOfProvider()
string namespaceIDOfProvider = 3;
com.google.protobuf.ByteString
getNamespaceIDOfProviderBytes()
string namespaceIDOfProvider = 3;
String
getProviderID()
string providerID = 1;
com.google.protobuf.ByteString
getProviderIDBytes()
string providerID = 1;
boolean
hasCredential()
.dataclay.communication.grpc.common.Credential credential = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProviderID
String getProviderID()
string providerID = 1;
- Returns:
- The providerID.
-
getProviderIDBytes
com.google.protobuf.ByteString getProviderIDBytes()
string providerID = 1;
- Returns:
- The bytes for providerID.
-
hasCredential
boolean hasCredential()
.dataclay.communication.grpc.common.Credential credential = 2;
- Returns:
- Whether the credential field is set.
-
getCredential
CommonMessages.Credential getCredential()
.dataclay.communication.grpc.common.Credential credential = 2;
- Returns:
- The credential.
-
getCredentialOrBuilder
CommonMessages.CredentialOrBuilder getCredentialOrBuilder()
.dataclay.communication.grpc.common.Credential credential = 2;
-
getNamespaceIDOfProvider
String getNamespaceIDOfProvider()
string namespaceIDOfProvider = 3;
- Returns:
- The namespaceIDOfProvider.
-
getNamespaceIDOfProviderBytes
com.google.protobuf.ByteString getNamespaceIDOfProviderBytes()
string namespaceIDOfProvider = 3;
- Returns:
- The bytes for namespaceIDOfProvider.
-
-