public static final class GuestAttributesEntry.Builder extends GeneratedMessageV3.Builder<GuestAttributesEntry.Builder> implements GuestAttributesEntryOrBuilderA guest attributes namespace/key/value entry.
Protobuf type google.cloud.tpu.v2alpha1.GuestAttributesEntry
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > GuestAttributesEntry.BuilderImplements
GuestAttributesEntryOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public GuestAttributesEntry.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Type | Description |
GuestAttributesEntry.Builder |
build()
public GuestAttributesEntry build()| Type | Description |
GuestAttributesEntry |
buildPartial()
public GuestAttributesEntry buildPartial()| Type | Description |
GuestAttributesEntry |
clear()
public GuestAttributesEntry.Builder clear()| Type | Description |
GuestAttributesEntry.Builder |
clearField(Descriptors.FieldDescriptor field)
public GuestAttributesEntry.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
field |
FieldDescriptor |
| Type | Description |
GuestAttributesEntry.Builder |
clearKey()
public GuestAttributesEntry.Builder clearKey()Key for the guest attribute entry.
string key = 2;
| Type | Description |
GuestAttributesEntry.Builder |
This builder for chaining. |
clearNamespace()
public GuestAttributesEntry.Builder clearNamespace()Namespace for the guest attribute entry.
string namespace = 1;
| Type | Description |
GuestAttributesEntry.Builder |
This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public GuestAttributesEntry.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
oneof |
OneofDescriptor |
| Type | Description |
GuestAttributesEntry.Builder |
clearValue()
public GuestAttributesEntry.Builder clearValue()Value for the guest attribute entry.
string value = 3;
| Type | Description |
GuestAttributesEntry.Builder |
This builder for chaining. |
clone()
public GuestAttributesEntry.Builder clone()| Type | Description |
GuestAttributesEntry.Builder |
getDefaultInstanceForType()
public GuestAttributesEntry getDefaultInstanceForType()| Type | Description |
GuestAttributesEntry |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
Descriptor |
getKey()
public String getKey()Key for the guest attribute entry.
string key = 2;
| Type | Description |
String |
The key. |
getKeyBytes()
public ByteString getKeyBytes()Key for the guest attribute entry.
string key = 2;
| Type | Description |
ByteString |
The bytes for key. |
getNamespace()
public String getNamespace()Namespace for the guest attribute entry.
string namespace = 1;
| Type | Description |
String |
The namespace. |
getNamespaceBytes()
public ByteString getNamespaceBytes()Namespace for the guest attribute entry.
string namespace = 1;
| Type | Description |
ByteString |
The bytes for namespace. |
getValue()
public String getValue()Value for the guest attribute entry.
string value = 3;
| Type | Description |
String |
The value. |
getValueBytes()
public ByteString getValueBytes()Value for the guest attribute entry.
string value = 3;
| Type | Description |
ByteString |
The bytes for value. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
boolean |
mergeFrom(GuestAttributesEntry other)
public GuestAttributesEntry.Builder mergeFrom(GuestAttributesEntry other)| Name | Description |
other |
GuestAttributesEntry |
| Type | Description |
GuestAttributesEntry.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GuestAttributesEntry.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Type | Description |
GuestAttributesEntry.Builder |
| Type | Description |
IOException |
mergeFrom(Message other)
public GuestAttributesEntry.Builder mergeFrom(Message other)| Name | Description |
other |
Message |
| Type | Description |
GuestAttributesEntry.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final GuestAttributesEntry.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
unknownFields |
UnknownFieldSet |
| Type | Description |
GuestAttributesEntry.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public GuestAttributesEntry.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Type | Description |
GuestAttributesEntry.Builder |
setKey(String value)
public GuestAttributesEntry.Builder setKey(String value)Key for the guest attribute entry.
string key = 2;
| Name | Description |
value |
StringThe key to set. |
| Type | Description |
GuestAttributesEntry.Builder |
This builder for chaining. |
setKeyBytes(ByteString value)
public GuestAttributesEntry.Builder setKeyBytes(ByteString value)Key for the guest attribute entry.
string key = 2;
| Name | Description |
value |
ByteStringThe bytes for key to set. |
| Type | Description |
GuestAttributesEntry.Builder |
This builder for chaining. |
setNamespace(String value)
public GuestAttributesEntry.Builder setNamespace(String value)Namespace for the guest attribute entry.
string namespace = 1;
| Name | Description |
value |
StringThe namespace to set. |
| Type | Description |
GuestAttributesEntry.Builder |
This builder for chaining. |
setNamespaceBytes(ByteString value)
public GuestAttributesEntry.Builder setNamespaceBytes(ByteString value)Namespace for the guest attribute entry.
string namespace = 1;
| Name | Description |
value |
ByteStringThe bytes for namespace to set. |
| Type | Description |
GuestAttributesEntry.Builder |
This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public GuestAttributesEntry.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Type | Description |
GuestAttributesEntry.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final GuestAttributesEntry.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
unknownFields |
UnknownFieldSet |
| Type | Description |
GuestAttributesEntry.Builder |
setValue(String value)
public GuestAttributesEntry.Builder setValue(String value)Value for the guest attribute entry.
string value = 3;
| Name | Description |
value |
StringThe value to set. |
| Type | Description |
GuestAttributesEntry.Builder |
This builder for chaining. |
setValueBytes(ByteString value)
public GuestAttributesEntry.Builder setValueBytes(ByteString value)Value for the guest attribute entry.
string value = 3;
| Name | Description |
value |
ByteStringThe bytes for value to set. |
| Type | Description |
GuestAttributesEntry.Builder |
This builder for chaining. |