public static final class GuestAttributes.Builder extends GeneratedMessage.Builder<GuestAttributes.Builder> implements GuestAttributesOrBuilderA guest attributes entry.
Protobuf type google.cloud.compute.v1.GuestAttributes
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > GuestAttributes.BuilderImplements
GuestAttributesOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public GuestAttributes build()| Returns | |
|---|---|
| Type | Description |
GuestAttributes |
|
buildPartial()
public GuestAttributes buildPartial()| Returns | |
|---|---|
| Type | Description |
GuestAttributes |
|
clear()
public GuestAttributes.Builder clear()| Returns | |
|---|---|
| Type | Description |
GuestAttributes.Builder |
|
clearKind()
public GuestAttributes.Builder clearKind()Output only. [Output Only] Type of the resource. Alwayscompute#guestAttributes for guest attributes entry.
optional string kind = 3292052;
| Returns | |
|---|---|
| Type | Description |
GuestAttributes.Builder |
This builder for chaining. |
clearQueryPath()
public GuestAttributes.Builder clearQueryPath()The path to be queried. This can be the default namespace ('') or a nested namespace ('\/') or a specified key ('\/\').
optional string query_path = 368591164;
| Returns | |
|---|---|
| Type | Description |
GuestAttributes.Builder |
This builder for chaining. |
clearQueryValue()
public GuestAttributes.Builder clearQueryValue()Output only. [Output Only] The value of the requested queried path.
optional .google.cloud.compute.v1.GuestAttributesValue query_value = 157570874;
| Returns | |
|---|---|
| Type | Description |
GuestAttributes.Builder |
|
clearSelfLink()
public GuestAttributes.Builder clearSelfLink()Output only. [Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;
| Returns | |
|---|---|
| Type | Description |
GuestAttributes.Builder |
This builder for chaining. |
clearVariableKey()
public GuestAttributes.Builder clearVariableKey()The key to search for.
optional string variable_key = 164364828;
| Returns | |
|---|---|
| Type | Description |
GuestAttributes.Builder |
This builder for chaining. |
clearVariableValue()
public GuestAttributes.Builder clearVariableValue()Output only. [Output Only] The value found for the requested key.
optional string variable_value = 124582382;
| Returns | |
|---|---|
| Type | Description |
GuestAttributes.Builder |
This builder for chaining. |
getDefaultInstanceForType()
public GuestAttributes getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
GuestAttributes |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getKind()
public String getKind()Output only. [Output Only] Type of the resource. Alwayscompute#guestAttributes for guest attributes entry.
optional string kind = 3292052;
| Returns | |
|---|---|
| Type | Description |
String |
The kind. |
getKindBytes()
public ByteString getKindBytes()Output only. [Output Only] Type of the resource. Alwayscompute#guestAttributes for guest attributes entry.
optional string kind = 3292052;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for kind. |
getQueryPath()
public String getQueryPath()The path to be queried. This can be the default namespace ('') or a nested namespace ('\/') or a specified key ('\/\').
optional string query_path = 368591164;
| Returns | |
|---|---|
| Type | Description |
String |
The queryPath. |
getQueryPathBytes()
public ByteString getQueryPathBytes()The path to be queried. This can be the default namespace ('') or a nested namespace ('\/') or a specified key ('\/\').
optional string query_path = 368591164;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for queryPath. |
getQueryValue()
public GuestAttributesValue getQueryValue()Output only. [Output Only] The value of the requested queried path.
optional .google.cloud.compute.v1.GuestAttributesValue query_value = 157570874;
| Returns | |
|---|---|
| Type | Description |
GuestAttributesValue |
The queryValue. |
getQueryValueBuilder()
public GuestAttributesValue.Builder getQueryValueBuilder()Output only. [Output Only] The value of the requested queried path.
optional .google.cloud.compute.v1.GuestAttributesValue query_value = 157570874;
| Returns | |
|---|---|
| Type | Description |
GuestAttributesValue.Builder |
|
getQueryValueOrBuilder()
public GuestAttributesValueOrBuilder getQueryValueOrBuilder()Output only. [Output Only] The value of the requested queried path.
optional .google.cloud.compute.v1.GuestAttributesValue query_value = 157570874;
| Returns | |
|---|---|
| Type | Description |
GuestAttributesValueOrBuilder |
|
getSelfLink()
public String getSelfLink()Output only. [Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;
| Returns | |
|---|---|
| Type | Description |
String |
The selfLink. |
getSelfLinkBytes()
public ByteString getSelfLinkBytes()Output only. [Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for selfLink. |
getVariableKey()
public String getVariableKey()The key to search for.
optional string variable_key = 164364828;
| Returns | |
|---|---|
| Type | Description |
String |
The variableKey. |
getVariableKeyBytes()
public ByteString getVariableKeyBytes()The key to search for.
optional string variable_key = 164364828;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for variableKey. |
getVariableValue()
public String getVariableValue()Output only. [Output Only] The value found for the requested key.
optional string variable_value = 124582382;
| Returns | |
|---|---|
| Type | Description |
String |
The variableValue. |
getVariableValueBytes()
public ByteString getVariableValueBytes()Output only. [Output Only] The value found for the requested key.
optional string variable_value = 124582382;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for variableValue. |
hasKind()
public boolean hasKind()Output only. [Output Only] Type of the resource. Alwayscompute#guestAttributes for guest attributes entry.
optional string kind = 3292052;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the kind field is set. |
hasQueryPath()
public boolean hasQueryPath()The path to be queried. This can be the default namespace ('') or a nested namespace ('\/') or a specified key ('\/\').
optional string query_path = 368591164;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the queryPath field is set. |
hasQueryValue()
public boolean hasQueryValue()Output only. [Output Only] The value of the requested queried path.
optional .google.cloud.compute.v1.GuestAttributesValue query_value = 157570874;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the queryValue field is set. |
hasSelfLink()
public boolean hasSelfLink()Output only. [Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the selfLink field is set. |
hasVariableKey()
public boolean hasVariableKey()The key to search for.
optional string variable_key = 164364828;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the variableKey field is set. |
hasVariableValue()
public boolean hasVariableValue()Output only. [Output Only] The value found for the requested key.
optional string variable_value = 124582382;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the variableValue field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(GuestAttributes other)
public GuestAttributes.Builder mergeFrom(GuestAttributes other)| Parameter | |
|---|---|
| Name | Description |
other |
GuestAttributes |
| Returns | |
|---|---|
| Type | Description |
GuestAttributes.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public GuestAttributes.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
GuestAttributes.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public GuestAttributes.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
GuestAttributes.Builder |
|
mergeQueryValue(GuestAttributesValue value)
public GuestAttributes.Builder mergeQueryValue(GuestAttributesValue value)Output only. [Output Only] The value of the requested queried path.
optional .google.cloud.compute.v1.GuestAttributesValue query_value = 157570874;
| Parameter | |
|---|---|
| Name | Description |
value |
GuestAttributesValue |
| Returns | |
|---|---|
| Type | Description |
GuestAttributes.Builder |
|
setKind(String value)
public GuestAttributes.Builder setKind(String value)Output only. [Output Only] Type of the resource. Alwayscompute#guestAttributes for guest attributes entry.
optional string kind = 3292052;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe kind to set. |
| Returns | |
|---|---|
| Type | Description |
GuestAttributes.Builder |
This builder for chaining. |
setKindBytes(ByteString value)
public GuestAttributes.Builder setKindBytes(ByteString value)Output only. [Output Only] Type of the resource. Alwayscompute#guestAttributes for guest attributes entry.
optional string kind = 3292052;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for kind to set. |
| Returns | |
|---|---|
| Type | Description |
GuestAttributes.Builder |
This builder for chaining. |
setQueryPath(String value)
public GuestAttributes.Builder setQueryPath(String value)The path to be queried. This can be the default namespace ('') or a nested namespace ('\/') or a specified key ('\/\').
optional string query_path = 368591164;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe queryPath to set. |
| Returns | |
|---|---|
| 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 ('\/') or a specified key ('\/\').
optional string query_path = 368591164;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for queryPath to set. |
| Returns | |
|---|---|
| Type | Description |
GuestAttributes.Builder |
This builder for chaining. |
setQueryValue(GuestAttributesValue value)
public GuestAttributes.Builder setQueryValue(GuestAttributesValue value)Output only. [Output Only] The value of the requested queried path.
optional .google.cloud.compute.v1.GuestAttributesValue query_value = 157570874;
| Parameter | |
|---|---|
| Name | Description |
value |
GuestAttributesValue |
| Returns | |
|---|---|
| Type | Description |
GuestAttributes.Builder |
|
setQueryValue(GuestAttributesValue.Builder builderForValue)
public GuestAttributes.Builder setQueryValue(GuestAttributesValue.Builder builderForValue)Output only. [Output Only] The value of the requested queried path.
optional .google.cloud.compute.v1.GuestAttributesValue query_value = 157570874;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
GuestAttributesValue.Builder |
| Returns | |
|---|---|
| Type | Description |
GuestAttributes.Builder |
|
setSelfLink(String value)
public GuestAttributes.Builder setSelfLink(String value)Output only. [Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe selfLink to set. |
| Returns | |
|---|---|
| Type | Description |
GuestAttributes.Builder |
This builder for chaining. |
setSelfLinkBytes(ByteString value)
public GuestAttributes.Builder setSelfLinkBytes(ByteString value)Output only. [Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for selfLink to set. |
| Returns | |
|---|---|
| Type | Description |
GuestAttributes.Builder |
This builder for chaining. |
setVariableKey(String value)
public GuestAttributes.Builder setVariableKey(String value)The key to search for.
optional string variable_key = 164364828;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe variableKey to set. |
| Returns | |
|---|---|
| Type | Description |
GuestAttributes.Builder |
This builder for chaining. |
setVariableKeyBytes(ByteString value)
public GuestAttributes.Builder setVariableKeyBytes(ByteString value)The key to search for.
optional string variable_key = 164364828;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for variableKey to set. |
| Returns | |
|---|---|
| Type | Description |
GuestAttributes.Builder |
This builder for chaining. |
setVariableValue(String value)
public GuestAttributes.Builder setVariableValue(String value)Output only. [Output Only] The value found for the requested key.
optional string variable_value = 124582382;
| Parameter | |
|---|---|
| Name | Description |
value |
StringThe variableValue to set. |
| Returns | |
|---|---|
| Type | Description |
GuestAttributes.Builder |
This builder for chaining. |
setVariableValueBytes(ByteString value)
public GuestAttributes.Builder setVariableValueBytes(ByteString value)Output only. [Output Only] The value found for the requested key.
optional string variable_value = 124582382;
| Parameter | |
|---|---|
| Name | Description |
value |
ByteStringThe bytes for variableValue to set. |
| Returns | |
|---|---|
| Type | Description |
GuestAttributes.Builder |
This builder for chaining. |