Package com.google.cloud.compute.v1
Interface GuestAttributesOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GuestAttributes
,GuestAttributes.Builder
public interface GuestAttributesOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasKind
boolean hasKind()
[Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry.
optional string kind = 3292052;
- Returns:
- Whether the kind field is set.
-
getKind
String getKind()
[Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry.
optional string kind = 3292052;
- Returns:
- The kind.
-
getKindBytes
com.google.protobuf.ByteString getKindBytes()
[Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry.
optional string kind = 3292052;
- Returns:
- The bytes for kind.
-
hasQueryPath
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:
- Whether the queryPath field is set.
-
getQueryPath
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:
- The queryPath.
-
getQueryPathBytes
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;
- Returns:
- The bytes for queryPath.
-
hasQueryValue
boolean hasQueryValue()
[Output Only] The value of the requested queried path.
optional .google.cloud.compute.v1.GuestAttributesValue query_value = 157570874;
- Returns:
- Whether the queryValue field is set.
-
getQueryValue
GuestAttributesValue getQueryValue()
[Output Only] The value of the requested queried path.
optional .google.cloud.compute.v1.GuestAttributesValue query_value = 157570874;
- Returns:
- The queryValue.
-
getQueryValueOrBuilder
GuestAttributesValueOrBuilder getQueryValueOrBuilder()
[Output Only] The value of the requested queried path.
optional .google.cloud.compute.v1.GuestAttributesValue query_value = 157570874;
-
hasSelfLink
boolean hasSelfLink()
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;
- Returns:
- Whether the selfLink field is set.
-
getSelfLink
String getSelfLink()
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;
- Returns:
- The selfLink.
-
getSelfLinkBytes
com.google.protobuf.ByteString getSelfLinkBytes()
[Output Only] Server-defined URL for this resource.
optional string self_link = 456214797;
- Returns:
- The bytes for selfLink.
-
hasVariableKey
boolean hasVariableKey()
The key to search for.
optional string variable_key = 164364828;
- Returns:
- Whether the variableKey field is set.
-
getVariableKey
String getVariableKey()
The key to search for.
optional string variable_key = 164364828;
- Returns:
- The variableKey.
-
getVariableKeyBytes
com.google.protobuf.ByteString getVariableKeyBytes()
The key to search for.
optional string variable_key = 164364828;
- Returns:
- The bytes for variableKey.
-
hasVariableValue
boolean hasVariableValue()
[Output Only] The value found for the requested key.
optional string variable_value = 124582382;
- Returns:
- Whether the variableValue field is set.
-
getVariableValue
String getVariableValue()
[Output Only] The value found for the requested key.
optional string variable_value = 124582382;
- Returns:
- The variableValue.
-
getVariableValueBytes
com.google.protobuf.ByteString getVariableValueBytes()
[Output Only] The value found for the requested key.
optional string variable_value = 124582382;
- Returns:
- The bytes for variableValue.
-
-