Interface GuestAttributesOrBuilder (2.6.0)

public interface GuestAttributesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
GuestAttributesValue

The queryValue.

getQueryValueOrBuilder()

public abstract GuestAttributesValueOrBuilder getQueryValueOrBuilder()

The value of the requested queried path.

.google.cloud.tpu.v2alpha1.GuestAttributesValue query_value = 2;

Returns
TypeDescription
GuestAttributesValueOrBuilder

hasQueryValue()

public abstract boolean hasQueryValue()

The value of the requested queried path.

.google.cloud.tpu.v2alpha1.GuestAttributesValue query_value = 2;

Returns
TypeDescription
boolean

Whether the queryValue field is set.