public interface GuestAttributesOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getQueryPath()
public abstract String getQueryPath()
The path to be queried. This can be the default namespace ('/') or a nested namespace ('/\<namespace\>/') or a specified key ('/\<namespace\>/\<key\>')
string query_path = 1;
Returns | |
---|---|
Type | Description |
String | The queryPath. |
getQueryPathBytes()
public abstract ByteString getQueryPathBytes()
The path to be queried. This can be the default namespace ('/') or a nested namespace ('/\<namespace\>/') or a specified key ('/\<namespace\>/\<key\>')
string query_path = 1;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for queryPath. |
getQueryValue()
public abstract GuestAttributesValue getQueryValue()
The value of the requested queried path.
.google.cloud.tpu.v2alpha1.GuestAttributesValue query_value = 2;
Returns | |
---|---|
Type | Description |
GuestAttributesValue | The queryValue. |
getQueryValueOrBuilder()
public abstract GuestAttributesValueOrBuilder getQueryValueOrBuilder()
The value of the requested queried path.
.google.cloud.tpu.v2alpha1.GuestAttributesValue query_value = 2;
Returns | |
---|---|
Type | Description |
GuestAttributesValueOrBuilder |
hasQueryValue()
public abstract boolean hasQueryValue()
The value of the requested queried path.
.google.cloud.tpu.v2alpha1.GuestAttributesValue query_value = 2;
Returns | |
---|---|
Type | Description |
boolean | Whether the queryValue field is set. |