public interface GuestAttributesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
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.
|
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasKind()
[Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry.
optional string kind = 3292052;String getKind()
[Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry.
optional string kind = 3292052;com.google.protobuf.ByteString getKindBytes()
[Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry.
optional string kind = 3292052;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;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;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;boolean hasQueryValue()
[Output Only] The value of the requested queried path.
optional .google.cloud.compute.v1.GuestAttributesValue query_value = 157570874;GuestAttributesValue getQueryValue()
[Output Only] The value of the requested queried path.
optional .google.cloud.compute.v1.GuestAttributesValue query_value = 157570874;GuestAttributesValueOrBuilder getQueryValueOrBuilder()
[Output Only] The value of the requested queried path.
optional .google.cloud.compute.v1.GuestAttributesValue query_value = 157570874;boolean hasSelfLink()
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;String getSelfLink()
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;com.google.protobuf.ByteString getSelfLinkBytes()
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;boolean hasVariableKey()
The key to search for.
optional string variable_key = 164364828;String getVariableKey()
The key to search for.
optional string variable_key = 164364828;com.google.protobuf.ByteString getVariableKeyBytes()
The key to search for.
optional string variable_key = 164364828;boolean hasVariableValue()
[Output Only] The value found for the requested key.
optional string variable_value = 124582382;String getVariableValue()
[Output Only] The value found for the requested key.
optional string variable_value = 124582382;com.google.protobuf.ByteString getVariableValueBytes()
[Output Only] The value found for the requested key.
optional string variable_value = 124582382;Copyright © 2023 Google LLC. All rights reserved.