- 2.54.0 (latest)
- 2.53.0
- 2.52.0
- 2.50.0
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.38.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.25.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.2.6
public static final class GuestAttributes.Builder extends GeneratedMessageV3.Builder<GuestAttributes.Builder> implements GuestAttributesOrBuilder
A guest attributes.
Protobuf type google.cloud.tpu.v2alpha1.GuestAttributes
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GuestAttributes.BuilderImplements
GuestAttributesOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GuestAttributes.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GuestAttributes.Builder |
build()
public GuestAttributes build()
Type | Description |
GuestAttributes |
buildPartial()
public GuestAttributes buildPartial()
Type | Description |
GuestAttributes |
clear()
public GuestAttributes.Builder clear()
Type | Description |
GuestAttributes.Builder |
clearField(Descriptors.FieldDescriptor field)
public GuestAttributes.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
GuestAttributes.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public GuestAttributes.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
GuestAttributes.Builder |
clearQueryPath()
public GuestAttributes.Builder clearQueryPath()
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 |
GuestAttributes.Builder | This builder for chaining. |
clearQueryValue()
public GuestAttributes.Builder clearQueryValue()
The value of the requested queried path.
.google.cloud.tpu.v2alpha1.GuestAttributesValue query_value = 2;
Type | Description |
GuestAttributes.Builder |
clone()
public GuestAttributes.Builder clone()
Type | Description |
GuestAttributes.Builder |
getDefaultInstanceForType()
public GuestAttributes getDefaultInstanceForType()
Type | Description |
GuestAttributes |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getQueryPath()
public 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 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 GuestAttributesValue getQueryValue()
The value of the requested queried path.
.google.cloud.tpu.v2alpha1.GuestAttributesValue query_value = 2;
Type | Description |
GuestAttributesValue | The queryValue. |
getQueryValueBuilder()
public GuestAttributesValue.Builder getQueryValueBuilder()
The value of the requested queried path.
.google.cloud.tpu.v2alpha1.GuestAttributesValue query_value = 2;
Type | Description |
GuestAttributesValue.Builder |
getQueryValueOrBuilder()
public GuestAttributesValueOrBuilder getQueryValueOrBuilder()
The value of the requested queried path.
.google.cloud.tpu.v2alpha1.GuestAttributesValue query_value = 2;
Type | Description |
GuestAttributesValueOrBuilder |
hasQueryValue()
public boolean hasQueryValue()
The value of the requested queried path.
.google.cloud.tpu.v2alpha1.GuestAttributesValue query_value = 2;
Type | Description |
boolean | Whether the queryValue field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(GuestAttributes other)
public GuestAttributes.Builder mergeFrom(GuestAttributes other)
Name | Description |
other | GuestAttributes |
Type | Description |
GuestAttributes.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GuestAttributes.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
GuestAttributes.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public GuestAttributes.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
GuestAttributes.Builder |
mergeQueryValue(GuestAttributesValue value)
public GuestAttributes.Builder mergeQueryValue(GuestAttributesValue value)
The value of the requested queried path.
.google.cloud.tpu.v2alpha1.GuestAttributesValue query_value = 2;
Name | Description |
value | GuestAttributesValue |
Type | Description |
GuestAttributes.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GuestAttributes.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GuestAttributes.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GuestAttributes.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
GuestAttributes.Builder |
setQueryPath(String value)
public GuestAttributes.Builder setQueryPath(String value)
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;
Name | Description |
value | String The queryPath to set. |
Type | Description |
GuestAttributes.Builder | This builder for chaining. |
setQueryPathBytes(ByteString value)
public GuestAttributes.Builder setQueryPathBytes(ByteString value)
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;
Name | Description |
value | ByteString The bytes for queryPath to set. |
Type | Description |
GuestAttributes.Builder | This builder for chaining. |
setQueryValue(GuestAttributesValue value)
public GuestAttributes.Builder setQueryValue(GuestAttributesValue value)
The value of the requested queried path.
.google.cloud.tpu.v2alpha1.GuestAttributesValue query_value = 2;
Name | Description |
value | GuestAttributesValue |
Type | Description |
GuestAttributes.Builder |
setQueryValue(GuestAttributesValue.Builder builderForValue)
public GuestAttributes.Builder setQueryValue(GuestAttributesValue.Builder builderForValue)
The value of the requested queried path.
.google.cloud.tpu.v2alpha1.GuestAttributesValue query_value = 2;
Name | Description |
builderForValue | GuestAttributesValue.Builder |
Type | Description |
GuestAttributes.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GuestAttributes.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
GuestAttributes.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GuestAttributes.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
GuestAttributes.Builder |