Interface DominionGrpc.ClientCredentialsOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DominionGrpc.ClientCredentials
,DominionGrpc.ClientCredentials.Builder
- Enclosing class:
- DominionGrpc
public static interface DominionGrpc.ClientCredentialsOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getClientId()
string clientId = 1;
com.google.protobuf.ByteString
getClientIdBytes()
string clientId = 1;
java.lang.String
getClientSecret()
string clientSecret = 2;
com.google.protobuf.ByteString
getClientSecretBytes()
string clientSecret = 2;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getClientId
java.lang.String getClientId()
string clientId = 1;
- Returns:
- The clientId.
-
getClientIdBytes
com.google.protobuf.ByteString getClientIdBytes()
string clientId = 1;
- Returns:
- The bytes for clientId.
-
getClientSecret
java.lang.String getClientSecret()
string clientSecret = 2;
- Returns:
- The clientSecret.
-
getClientSecretBytes
com.google.protobuf.ByteString getClientSecretBytes()
string clientSecret = 2;
- Returns:
- The bytes for clientSecret.
-
-