
com.google.cloud.compute.v1.GuestAttributesOrBuilder Maven / Gradle / Ivy
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/compute/v1/compute.proto
// Protobuf Java Version: 3.25.5
package com.google.cloud.compute.v1;
public interface GuestAttributesOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.GuestAttributes)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* [Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry.
*
*
* optional string kind = 3292052;
*
* @return Whether the kind field is set.
*/
boolean hasKind();
/**
*
*
*
* [Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry.
*
*
* optional string kind = 3292052;
*
* @return The kind.
*/
java.lang.String getKind();
/**
*
*
*
* [Output Only] Type of the resource. Always compute#guestAttributes for guest attributes entry.
*
*
* optional string kind = 3292052;
*
* @return The bytes for kind.
*/
com.google.protobuf.ByteString getKindBytes();
/**
*
*
*
* The path to be queried. This can be the default namespace ('') or a nested namespace ('\/') or a specified key ('\/\').
*
*
* optional string query_path = 368591164;
*
* @return Whether the queryPath field is set.
*/
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;
*
* @return The queryPath.
*/
java.lang.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;
*
* @return The bytes for queryPath.
*/
com.google.protobuf.ByteString getQueryPathBytes();
/**
*
*
*
* [Output Only] The value of the requested queried path.
*
*
* optional .google.cloud.compute.v1.GuestAttributesValue query_value = 157570874;
*
* @return Whether the queryValue field is set.
*/
boolean hasQueryValue();
/**
*
*
*
* [Output Only] The value of the requested queried path.
*
*
* optional .google.cloud.compute.v1.GuestAttributesValue query_value = 157570874;
*
* @return The queryValue.
*/
com.google.cloud.compute.v1.GuestAttributesValue getQueryValue();
/**
*
*
*
* [Output Only] The value of the requested queried path.
*
*
* optional .google.cloud.compute.v1.GuestAttributesValue query_value = 157570874;
*/
com.google.cloud.compute.v1.GuestAttributesValueOrBuilder getQueryValueOrBuilder();
/**
*
*
*
* [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
*
* @return Whether the selfLink field is set.
*/
boolean hasSelfLink();
/**
*
*
*
* [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
*
* @return The selfLink.
*/
java.lang.String getSelfLink();
/**
*
*
*
* [Output Only] Server-defined URL for this resource.
*
*
* optional string self_link = 456214797;
*
* @return The bytes for selfLink.
*/
com.google.protobuf.ByteString getSelfLinkBytes();
/**
*
*
*
* The key to search for.
*
*
* optional string variable_key = 164364828;
*
* @return Whether the variableKey field is set.
*/
boolean hasVariableKey();
/**
*
*
*
* The key to search for.
*
*
* optional string variable_key = 164364828;
*
* @return The variableKey.
*/
java.lang.String getVariableKey();
/**
*
*
*
* The key to search for.
*
*
* optional string variable_key = 164364828;
*
* @return The bytes for variableKey.
*/
com.google.protobuf.ByteString getVariableKeyBytes();
/**
*
*
*
* [Output Only] The value found for the requested key.
*
*
* optional string variable_value = 124582382;
*
* @return Whether the variableValue field is set.
*/
boolean hasVariableValue();
/**
*
*
*
* [Output Only] The value found for the requested key.
*
*
* optional string variable_value = 124582382;
*
* @return The variableValue.
*/
java.lang.String getVariableValue();
/**
*
*
*
* [Output Only] The value found for the requested key.
*
*
* optional string variable_value = 124582382;
*
* @return The bytes for variableValue.
*/
com.google.protobuf.ByteString getVariableValueBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy