Interface LogicmoduleMessages.RegisterExternalDataClayOverrideAuthorityRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
LogicmoduleMessages.RegisterExternalDataClayOverrideAuthorityRequest
,LogicmoduleMessages.RegisterExternalDataClayOverrideAuthorityRequest.Builder
- Enclosing class:
- LogicmoduleMessages
public static interface LogicmoduleMessages.RegisterExternalDataClayOverrideAuthorityRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getAdminAccountID()
string adminAccountID = 1;
com.google.protobuf.ByteString
getAdminAccountIDBytes()
string adminAccountID = 1;
CommonMessages.Credential
getAdminCredential()
.dataclay.communication.grpc.common.Credential adminCredential = 2;
CommonMessages.CredentialOrBuilder
getAdminCredentialOrBuilder()
.dataclay.communication.grpc.common.Credential adminCredential = 2;
String
getAuthority()
string authority = 5;
com.google.protobuf.ByteString
getAuthorityBytes()
string authority = 5;
String
getHostname()
string hostname = 3;
com.google.protobuf.ByteString
getHostnameBytes()
string hostname = 3;
int
getPort()
int32 port = 4;
boolean
hasAdminCredential()
.dataclay.communication.grpc.common.Credential adminCredential = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getAdminAccountID
String getAdminAccountID()
string adminAccountID = 1;
- Returns:
- The adminAccountID.
-
getAdminAccountIDBytes
com.google.protobuf.ByteString getAdminAccountIDBytes()
string adminAccountID = 1;
- Returns:
- The bytes for adminAccountID.
-
hasAdminCredential
boolean hasAdminCredential()
.dataclay.communication.grpc.common.Credential adminCredential = 2;
- Returns:
- Whether the adminCredential field is set.
-
getAdminCredential
CommonMessages.Credential getAdminCredential()
.dataclay.communication.grpc.common.Credential adminCredential = 2;
- Returns:
- The adminCredential.
-
getAdminCredentialOrBuilder
CommonMessages.CredentialOrBuilder getAdminCredentialOrBuilder()
.dataclay.communication.grpc.common.Credential adminCredential = 2;
-
getHostname
String getHostname()
string hostname = 3;
- Returns:
- The hostname.
-
getHostnameBytes
com.google.protobuf.ByteString getHostnameBytes()
string hostname = 3;
- Returns:
- The bytes for hostname.
-
getPort
int getPort()
int32 port = 4;
- Returns:
- The port.
-
getAuthority
String getAuthority()
string authority = 5;
- Returns:
- The authority.
-
getAuthorityBytes
com.google.protobuf.ByteString getAuthorityBytes()
string authority = 5;
- Returns:
- The bytes for authority.
-
-