public interface GuestAttributesOrBuilder extends MessageOrBuilderImplements
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;
| 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;
| Type | Description |
| ByteString | The bytes for queryPath. |
getQueryValue()
public abstract GuestAttributesValue getQueryValue()The value of the requested queried path.
.google.cloud.tpu.v2.GuestAttributesValue query_value = 2;
| Type | Description |
| GuestAttributesValue | The queryValue. |
getQueryValueOrBuilder()
public abstract GuestAttributesValueOrBuilder getQueryValueOrBuilder()The value of the requested queried path.
.google.cloud.tpu.v2.GuestAttributesValue query_value = 2;
| Type | Description |
| GuestAttributesValueOrBuilder |
hasQueryValue()
public abstract boolean hasQueryValue()The value of the requested queried path.
.google.cloud.tpu.v2.GuestAttributesValue query_value = 2;
| Type | Description |
| boolean | Whether the queryValue field is set. |