
com.google.cloud.compute.v1.AllocationSpecificSKUReservationOrBuilder 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 AllocationSpecificSKUReservationOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.AllocationSpecificSKUReservation)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* [Output Only] Indicates how many instances are actually usable currently.
*
*
* optional int64 assured_count = 281197645;
*
* @return Whether the assuredCount field is set.
*/
boolean hasAssuredCount();
/**
*
*
*
* [Output Only] Indicates how many instances are actually usable currently.
*
*
* optional int64 assured_count = 281197645;
*
* @return The assuredCount.
*/
long getAssuredCount();
/**
*
*
*
* Specifies the number of resources that are allocated.
*
*
* optional int64 count = 94851343;
*
* @return Whether the count field is set.
*/
boolean hasCount();
/**
*
*
*
* Specifies the number of resources that are allocated.
*
*
* optional int64 count = 94851343;
*
* @return The count.
*/
long getCount();
/**
*
*
*
* [Output Only] Indicates how many instances are in use.
*
*
* optional int64 in_use_count = 493458877;
*
* @return Whether the inUseCount field is set.
*/
boolean hasInUseCount();
/**
*
*
*
* [Output Only] Indicates how many instances are in use.
*
*
* optional int64 in_use_count = 493458877;
*
* @return The inUseCount.
*/
long getInUseCount();
/**
*
*
*
* The instance properties for the reservation.
*
*
*
* optional .google.cloud.compute.v1.AllocationSpecificSKUAllocationReservedInstanceProperties instance_properties = 215355165;
*
*
* @return Whether the instanceProperties field is set.
*/
boolean hasInstanceProperties();
/**
*
*
*
* The instance properties for the reservation.
*
*
*
* optional .google.cloud.compute.v1.AllocationSpecificSKUAllocationReservedInstanceProperties instance_properties = 215355165;
*
*
* @return The instanceProperties.
*/
com.google.cloud.compute.v1.AllocationSpecificSKUAllocationReservedInstanceProperties
getInstanceProperties();
/**
*
*
*
* The instance properties for the reservation.
*
*
*
* optional .google.cloud.compute.v1.AllocationSpecificSKUAllocationReservedInstanceProperties instance_properties = 215355165;
*
*/
com.google.cloud.compute.v1.AllocationSpecificSKUAllocationReservedInstancePropertiesOrBuilder
getInstancePropertiesOrBuilder();
/**
*
*
*
* Specifies the instance template to create the reservation. If you use this field, you must exclude the instanceProperties field. This field is optional, and it can be a full or partial URL. For example, the following are all valid URLs to an instance template: - https://www.googleapis.com/compute/v1/projects/project /global/instanceTemplates/instanceTemplate - projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate
*
*
* optional string source_instance_template = 332423616;
*
* @return Whether the sourceInstanceTemplate field is set.
*/
boolean hasSourceInstanceTemplate();
/**
*
*
*
* Specifies the instance template to create the reservation. If you use this field, you must exclude the instanceProperties field. This field is optional, and it can be a full or partial URL. For example, the following are all valid URLs to an instance template: - https://www.googleapis.com/compute/v1/projects/project /global/instanceTemplates/instanceTemplate - projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate
*
*
* optional string source_instance_template = 332423616;
*
* @return The sourceInstanceTemplate.
*/
java.lang.String getSourceInstanceTemplate();
/**
*
*
*
* Specifies the instance template to create the reservation. If you use this field, you must exclude the instanceProperties field. This field is optional, and it can be a full or partial URL. For example, the following are all valid URLs to an instance template: - https://www.googleapis.com/compute/v1/projects/project /global/instanceTemplates/instanceTemplate - projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate
*
*
* optional string source_instance_template = 332423616;
*
* @return The bytes for sourceInstanceTemplate.
*/
com.google.protobuf.ByteString getSourceInstanceTemplateBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy