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 booleancontainsAttributes(String key)map<string, string> attributes = 5;StringgetAlias()string alias = 2;com.google.protobuf.ByteStringgetAliasBytes()string alias = 2;Map<String,String>getAttributes()Deprecated.intgetAttributesCount()map<string, string> attributes = 5;Map<String,String>getAttributesMap()map<string, string> attributes = 5;StringgetAttributesOrDefault(String key, String defaultValue)map<string, string> attributes = 5;StringgetAttributesOrThrow(String key)map<string, string> attributes = 5;DominionGrpc.ClientCredentialsgetClientCredentials().dominion.v1.ClientCredentials clientCredentials = 1;DominionGrpc.ClientCredentialsOrBuildergetClientCredentialsOrBuilder().dominion.v1.ClientCredentials clientCredentials = 1;StringgetPassword()string password = 4;com.google.protobuf.ByteStringgetPasswordBytes()string password = 4;StringgetUser()string user = 3;com.google.protobuf.ByteStringgetUserBytes()string user = 3;booleanhasClientCredentials().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;
-
-