public interface ClientInfoOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
containsDetails(String key)
public abstract boolean containsDetails(String key)
Map of detailed information about the client.
map<string, string> details = 2;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
boolean |
getClient()
public abstract String getClient()
Client name, such as "gcloud".
string client = 1;
Returns | |
---|---|
Type | Description |
String |
The client. |
getClientBytes()
public abstract ByteString getClientBytes()
Client name, such as "gcloud".
string client = 1;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for client. |
getDetails()
public abstract Map<String,String> getDetails()
Use #getDetailsMap() instead.
Returns | |
---|---|
Type | Description |
Map<String,String> |
getDetailsCount()
public abstract int getDetailsCount()
Map of detailed information about the client.
map<string, string> details = 2;
Returns | |
---|---|
Type | Description |
int |
getDetailsMap()
public abstract Map<String,String> getDetailsMap()
Map of detailed information about the client.
map<string, string> details = 2;
Returns | |
---|---|
Type | Description |
Map<String,String> |
getDetailsOrDefault(String key, String defaultValue)
public abstract String getDetailsOrDefault(String key, String defaultValue)
Map of detailed information about the client.
map<string, string> details = 2;
Parameters | |
---|---|
Name | Description |
key |
String |
defaultValue |
String |
Returns | |
---|---|
Type | Description |
String |
getDetailsOrThrow(String key)
public abstract String getDetailsOrThrow(String key)
Map of detailed information about the client.
map<string, string> details = 2;
Parameter | |
---|---|
Name | Description |
key |
String |
Returns | |
---|---|
Type | Description |
String |