Interface DominionGrpc.ScvSetCredentialsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DominionGrpc.ScvSetCredentialsRequest
,DominionGrpc.ScvSetCredentialsRequest.Builder
- Enclosing class:
- DominionGrpc
public static interface DominionGrpc.ScvSetCredentialsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description boolean
containsAttributes(String key)
map<string, string> attributes = 5;
String
getAlias()
string alias = 2;
com.google.protobuf.ByteString
getAliasBytes()
string alias = 2;
Map<String,String>
getAttributes()
Deprecated.int
getAttributesCount()
map<string, string> attributes = 5;
Map<String,String>
getAttributesMap()
map<string, string> attributes = 5;
String
getAttributesOrDefault(String key, String defaultValue)
map<string, string> attributes = 5;
String
getAttributesOrThrow(String key)
map<string, string> attributes = 5;
DominionGrpc.ClientCredentials
getClientCredentials()
.dominion.v1.ClientCredentials clientCredentials = 1;
DominionGrpc.ClientCredentialsOrBuilder
getClientCredentialsOrBuilder()
.dominion.v1.ClientCredentials clientCredentials = 1;
String
getPassword()
string password = 4;
com.google.protobuf.ByteString
getPasswordBytes()
string password = 4;
String
getUser()
string user = 3;
com.google.protobuf.ByteString
getUserBytes()
string user = 3;
boolean
hasClientCredentials()
.dominion.v1.ClientCredentials clientCredentials = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasClientCredentials
boolean hasClientCredentials()
.dominion.v1.ClientCredentials clientCredentials = 1;
- Returns:
- Whether the clientCredentials field is set.
-
getClientCredentials
DominionGrpc.ClientCredentials getClientCredentials()
.dominion.v1.ClientCredentials clientCredentials = 1;
- Returns:
- The clientCredentials.
-
getClientCredentialsOrBuilder
DominionGrpc.ClientCredentialsOrBuilder getClientCredentialsOrBuilder()
.dominion.v1.ClientCredentials clientCredentials = 1;
-
getAlias
String getAlias()
string alias = 2;
- Returns:
- The alias.
-
getAliasBytes
com.google.protobuf.ByteString getAliasBytes()
string alias = 2;
- Returns:
- The bytes for alias.
-
getUser
String getUser()
string user = 3;
- Returns:
- The user.
-
getUserBytes
com.google.protobuf.ByteString getUserBytes()
string user = 3;
- Returns:
- The bytes for user.
-
getPassword
String getPassword()
string password = 4;
- Returns:
- The password.
-
getPasswordBytes
com.google.protobuf.ByteString getPasswordBytes()
string password = 4;
- Returns:
- The bytes for password.
-
getAttributesCount
int getAttributesCount()
map<string, string> attributes = 5;
-
containsAttributes
boolean containsAttributes(String key)
map<string, string> attributes = 5;
-
getAttributes
@Deprecated Map<String,String> getAttributes()
Deprecated.UsegetAttributesMap()
instead.
-
getAttributesOrDefault
String getAttributesOrDefault(String key, String defaultValue)
map<string, string> attributes = 5;
-
-