public final class GuestAttributes extends com.google.protobuf.GeneratedMessageV3 implements GuestAttributesOrBuilder
A guest attributes entry.Protobuf type
google.cloud.compute.v1.GuestAttributes| Modifier and Type | Class and Description |
|---|---|
static class |
GuestAttributes.Builder
A guest attributes entry.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
KIND_FIELD_NUMBER |
static int |
QUERY_PATH_FIELD_NUMBER |
static int |
QUERY_VALUE_FIELD_NUMBER |
static int |
SELF_LINK_FIELD_NUMBER |
static int |
VARIABLE_KEY_FIELD_NUMBER |
static int |
VARIABLE_VALUE_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static GuestAttributes |
getDefaultInstance() |
GuestAttributes |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getKind()
[Output Only] Type of the resource.
|
com.google.protobuf.ByteString |
getKindBytes()
[Output Only] Type of the resource.
|
com.google.protobuf.Parser<GuestAttributes> |
getParserForType() |
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.
|
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.
|
int |
getSerializedSize() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
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.
|
int |
hashCode() |
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() |
static GuestAttributes.Builder |
newBuilder() |
static GuestAttributes.Builder |
newBuilder(GuestAttributes prototype) |
GuestAttributes.Builder |
newBuilderForType() |
protected GuestAttributes.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static GuestAttributes |
parseDelimitedFrom(InputStream input) |
static GuestAttributes |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GuestAttributes |
parseFrom(byte[] data) |
static GuestAttributes |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GuestAttributes |
parseFrom(ByteBuffer data) |
static GuestAttributes |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GuestAttributes |
parseFrom(com.google.protobuf.ByteString data) |
static GuestAttributes |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GuestAttributes |
parseFrom(com.google.protobuf.CodedInputStream input) |
static GuestAttributes |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static GuestAttributes |
parseFrom(InputStream input) |
static GuestAttributes |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<GuestAttributes> |
parser() |
GuestAttributes.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int KIND_FIELD_NUMBER
public static final int QUERY_PATH_FIELD_NUMBER
public static final int QUERY_VALUE_FIELD_NUMBER
public static final int SELF_LINK_FIELD_NUMBER
public static final int VARIABLE_KEY_FIELD_NUMBER
public static final int VARIABLE_VALUE_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public 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 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 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 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 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 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 final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static GuestAttributes parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GuestAttributes parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GuestAttributes parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GuestAttributes parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GuestAttributes parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GuestAttributes parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static GuestAttributes parseFrom(InputStream input) throws IOException
IOExceptionpublic static GuestAttributes parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GuestAttributes parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static GuestAttributes parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static GuestAttributes parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static GuestAttributes parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic GuestAttributes.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static GuestAttributes.Builder newBuilder()
public static GuestAttributes.Builder newBuilder(GuestAttributes prototype)
public GuestAttributes.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected GuestAttributes.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static GuestAttributes getDefaultInstance()
public static com.google.protobuf.Parser<GuestAttributes> parser()
public com.google.protobuf.Parser<GuestAttributes> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public GuestAttributes getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2023 Google LLC. All rights reserved.