public static final class GuestAttributes.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<GuestAttributes.Builder> implements GuestAttributesOrBuilder
A guest attributes entry.Protobuf type
google.cloud.compute.v1.GuestAttributes| Modifier and Type | Method and Description |
|---|---|
GuestAttributes.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GuestAttributes |
build() |
GuestAttributes |
buildPartial() |
GuestAttributes.Builder |
clear() |
GuestAttributes.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
GuestAttributes.Builder |
clearKind()
[Output Only] Type of the resource.
|
GuestAttributes.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
GuestAttributes.Builder |
clearQueryPath()
The path to be queried.
|
GuestAttributes.Builder |
clearQueryValue()
[Output Only] The value of the requested queried path.
|
GuestAttributes.Builder |
clearSelfLink()
[Output Only] Server-defined URL for this resource.
|
GuestAttributes.Builder |
clearVariableKey()
The key to search for.
|
GuestAttributes.Builder |
clearVariableValue()
[Output Only] The value found for the requested key.
|
GuestAttributes.Builder |
clone() |
GuestAttributes |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getKind()
[Output Only] Type of the resource.
|
com.google.protobuf.ByteString |
getKindBytes()
[Output Only] Type of the resource.
|
String |
getQueryPath()
The path to be queried.
|
com.google.protobuf.ByteString |
getQueryPathBytes()
The path to be queried.
|
GuestAttributesValue |
getQueryValue()
[Output Only] The value of the requested queried path.
|
GuestAttributesValue.Builder |
getQueryValueBuilder()
[Output Only] The value of the requested queried path.
|
GuestAttributesValueOrBuilder |
getQueryValueOrBuilder()
[Output Only] The value of the requested queried path.
|
String |
getSelfLink()
[Output Only] Server-defined URL for this resource.
|
com.google.protobuf.ByteString |
getSelfLinkBytes()
[Output Only] Server-defined URL for this resource.
|
String |
getVariableKey()
The key to search for.
|
com.google.protobuf.ByteString |
getVariableKeyBytes()
The key to search for.
|
String |
getVariableValue()
[Output Only] The value found for the requested key.
|
com.google.protobuf.ByteString |
getVariableValueBytes()
[Output Only] The value found for the requested key.
|
boolean |
hasKind()
[Output Only] Type of the resource.
|
boolean |
hasQueryPath()
The path to be queried.
|
boolean |
hasQueryValue()
[Output Only] The value of the requested queried path.
|
boolean |
hasSelfLink()
[Output Only] Server-defined URL for this resource.
|
boolean |
hasVariableKey()
The key to search for.
|
boolean |
hasVariableValue()
[Output Only] The value found for the requested key.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
GuestAttributes.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
GuestAttributes.Builder |
mergeFrom(GuestAttributes other) |
GuestAttributes.Builder |
mergeFrom(com.google.protobuf.Message other) |
GuestAttributes.Builder |
mergeQueryValue(GuestAttributesValue value)
[Output Only] The value of the requested queried path.
|
GuestAttributes.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
GuestAttributes.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
GuestAttributes.Builder |
setKind(String value)
[Output Only] Type of the resource.
|
GuestAttributes.Builder |
setKindBytes(com.google.protobuf.ByteString value)
[Output Only] Type of the resource.
|
GuestAttributes.Builder |
setQueryPath(String value)
The path to be queried.
|
GuestAttributes.Builder |
setQueryPathBytes(com.google.protobuf.ByteString value)
The path to be queried.
|
GuestAttributes.Builder |
setQueryValue(GuestAttributesValue.Builder builderForValue)
[Output Only] The value of the requested queried path.
|
GuestAttributes.Builder |
setQueryValue(GuestAttributesValue value)
[Output Only] The value of the requested queried path.
|
GuestAttributes.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
GuestAttributes.Builder |
setSelfLink(String value)
[Output Only] Server-defined URL for this resource.
|
GuestAttributes.Builder |
setSelfLinkBytes(com.google.protobuf.ByteString value)
[Output Only] Server-defined URL for this resource.
|
GuestAttributes.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
GuestAttributes.Builder |
setVariableKey(String value)
The key to search for.
|
GuestAttributes.Builder |
setVariableKeyBytes(com.google.protobuf.ByteString value)
The key to search for.
|
GuestAttributes.Builder |
setVariableValue(String value)
[Output Only] The value found for the requested key.
|
GuestAttributes.Builder |
setVariableValueBytes(com.google.protobuf.ByteString value)
[Output Only] The value found for the requested key.
|
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<GuestAttributes.Builder>public GuestAttributes.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<GuestAttributes.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<GuestAttributes.Builder>public GuestAttributes getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic GuestAttributes build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic GuestAttributes buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic GuestAttributes.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<GuestAttributes.Builder>public GuestAttributes.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<GuestAttributes.Builder>public GuestAttributes.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<GuestAttributes.Builder>public GuestAttributes.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<GuestAttributes.Builder>public GuestAttributes.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GuestAttributes.Builder>public GuestAttributes.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<GuestAttributes.Builder>public GuestAttributes.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GuestAttributes.Builder>public GuestAttributes.Builder mergeFrom(GuestAttributes other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<GuestAttributes.Builder>public GuestAttributes.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<GuestAttributes.Builder>IOExceptionpublic boolean hasKind()
[Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry.
optional string kind = 3292052;hasKind in interface GuestAttributesOrBuilderpublic String getKind()
[Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry.
optional string kind = 3292052;getKind in interface GuestAttributesOrBuilderpublic com.google.protobuf.ByteString getKindBytes()
[Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry.
optional string kind = 3292052;getKindBytes in interface GuestAttributesOrBuilderpublic GuestAttributes.Builder setKind(String value)
[Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry.
optional string kind = 3292052;value - The kind to set.public GuestAttributes.Builder clearKind()
[Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry.
optional string kind = 3292052;public GuestAttributes.Builder setKindBytes(com.google.protobuf.ByteString value)
[Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry.
optional string kind = 3292052;value - The bytes for kind to set.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;hasQueryPath in interface GuestAttributesOrBuilderpublic 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;getQueryPath in interface GuestAttributesOrBuilderpublic com.google.protobuf.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;getQueryPathBytes in interface GuestAttributesOrBuilderpublic 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;value - The queryPath to set.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;public GuestAttributes.Builder setQueryPathBytes(com.google.protobuf.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;value - The bytes for queryPath to set.public boolean hasQueryValue()
[Output Only] The value of the requested queried path.
optional .google.cloud.compute.v1.GuestAttributesValue query_value = 157570874;hasQueryValue in interface GuestAttributesOrBuilderpublic GuestAttributesValue getQueryValue()
[Output Only] The value of the requested queried path.
optional .google.cloud.compute.v1.GuestAttributesValue query_value = 157570874;getQueryValue in interface GuestAttributesOrBuilderpublic GuestAttributes.Builder setQueryValue(GuestAttributesValue value)
[Output Only] The value of the requested queried path.
optional .google.cloud.compute.v1.GuestAttributesValue query_value = 157570874;public GuestAttributes.Builder setQueryValue(GuestAttributesValue.Builder builderForValue)
[Output Only] The value of the requested queried path.
optional .google.cloud.compute.v1.GuestAttributesValue query_value = 157570874;public GuestAttributes.Builder mergeQueryValue(GuestAttributesValue value)
[Output Only] The value of the requested queried path.
optional .google.cloud.compute.v1.GuestAttributesValue query_value = 157570874;public GuestAttributes.Builder clearQueryValue()
[Output Only] The value of the requested queried path.
optional .google.cloud.compute.v1.GuestAttributesValue query_value = 157570874;public GuestAttributesValue.Builder getQueryValueBuilder()
[Output Only] The value of the requested queried path.
optional .google.cloud.compute.v1.GuestAttributesValue query_value = 157570874;public GuestAttributesValueOrBuilder getQueryValueOrBuilder()
[Output Only] The value of the requested queried path.
optional .google.cloud.compute.v1.GuestAttributesValue query_value = 157570874;getQueryValueOrBuilder in interface GuestAttributesOrBuilderpublic boolean hasSelfLink()
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;hasSelfLink in interface GuestAttributesOrBuilderpublic String getSelfLink()
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;getSelfLink in interface GuestAttributesOrBuilderpublic com.google.protobuf.ByteString getSelfLinkBytes()
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;getSelfLinkBytes in interface GuestAttributesOrBuilderpublic GuestAttributes.Builder setSelfLink(String value)
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;value - The selfLink to set.public GuestAttributes.Builder clearSelfLink()
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;public GuestAttributes.Builder setSelfLinkBytes(com.google.protobuf.ByteString value)
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;value - The bytes for selfLink to set.public boolean hasVariableKey()
The key to search for.
optional string variable_key = 164364828;hasVariableKey in interface GuestAttributesOrBuilderpublic String getVariableKey()
The key to search for.
optional string variable_key = 164364828;getVariableKey in interface GuestAttributesOrBuilderpublic com.google.protobuf.ByteString getVariableKeyBytes()
The key to search for.
optional string variable_key = 164364828;getVariableKeyBytes in interface GuestAttributesOrBuilderpublic GuestAttributes.Builder setVariableKey(String value)
The key to search for.
optional string variable_key = 164364828;value - The variableKey to set.public GuestAttributes.Builder clearVariableKey()
The key to search for.
optional string variable_key = 164364828;public GuestAttributes.Builder setVariableKeyBytes(com.google.protobuf.ByteString value)
The key to search for.
optional string variable_key = 164364828;value - The bytes for variableKey to set.public boolean hasVariableValue()
[Output Only] The value found for the requested key.
optional string variable_value = 124582382;hasVariableValue in interface GuestAttributesOrBuilderpublic String getVariableValue()
[Output Only] The value found for the requested key.
optional string variable_value = 124582382;getVariableValue in interface GuestAttributesOrBuilderpublic com.google.protobuf.ByteString getVariableValueBytes()
[Output Only] The value found for the requested key.
optional string variable_value = 124582382;getVariableValueBytes in interface GuestAttributesOrBuilderpublic GuestAttributes.Builder setVariableValue(String value)
[Output Only] The value found for the requested key.
optional string variable_value = 124582382;value - The variableValue to set.public GuestAttributes.Builder clearVariableValue()
[Output Only] The value found for the requested key.
optional string variable_value = 124582382;public GuestAttributes.Builder setVariableValueBytes(com.google.protobuf.ByteString value)
[Output Only] The value found for the requested key.
optional string variable_value = 124582382;value - The bytes for variableValue to set.public final GuestAttributes.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GuestAttributes.Builder>public final GuestAttributes.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<GuestAttributes.Builder>Copyright © 2023 Google LLC. All rights reserved.