public static interface DominionGrpc.ScvGetCredentialsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsAttributes(String key)
map<string, string> attributes = 3; |
Map<String,String> |
getAttributes()
Deprecated.
|
int |
getAttributesCount()
map<string, string> attributes = 3; |
Map<String,String> |
getAttributesMap()
map<string, string> attributes = 3; |
String |
getAttributesOrDefault(String key,
String defaultValue)
map<string, string> attributes = 3; |
String |
getAttributesOrThrow(String key)
map<string, string> attributes = 3; |
String |
getPassword()
string password = 2; |
com.google.protobuf.ByteString |
getPasswordBytes()
string password = 2; |
String |
getUser()
string user = 1; |
com.google.protobuf.ByteString |
getUserBytes()
string user = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getUser()
string user = 1;
com.google.protobuf.ByteString getUserBytes()
string user = 1;
String getPassword()
string password = 2;
com.google.protobuf.ByteString getPasswordBytes()
string password = 2;
int getAttributesCount()
map<string, string> attributes = 3;
boolean containsAttributes(String key)
map<string, string> attributes = 3;
@Deprecated Map<String,String> getAttributes()
getAttributesMap()
instead.String getAttributesOrDefault(String key, String defaultValue)
map<string, string> attributes = 3;
Copyright © 2021. All rights reserved.