com.google.cloud.compute.v1.LicenseResourceCommitmentOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-compute-v1 Show documentation
Show all versions of proto-google-cloud-compute-v1 Show documentation
Proto library for google-cloud-compute
The newest version!
/*
* 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 LicenseResourceCommitmentOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.LicenseResourceCommitment)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* The number of licenses purchased.
*
*
* optional int64 amount = 196759640;
*
* @return Whether the amount field is set.
*/
boolean hasAmount();
/**
*
*
*
* The number of licenses purchased.
*
*
* optional int64 amount = 196759640;
*
* @return The amount.
*/
long getAmount();
/**
*
*
*
* Specifies the core range of the instance for which this license applies.
*
*
* optional string cores_per_license = 32482324;
*
* @return Whether the coresPerLicense field is set.
*/
boolean hasCoresPerLicense();
/**
*
*
*
* Specifies the core range of the instance for which this license applies.
*
*
* optional string cores_per_license = 32482324;
*
* @return The coresPerLicense.
*/
java.lang.String getCoresPerLicense();
/**
*
*
*
* Specifies the core range of the instance for which this license applies.
*
*
* optional string cores_per_license = 32482324;
*
* @return The bytes for coresPerLicense.
*/
com.google.protobuf.ByteString getCoresPerLicenseBytes();
/**
*
*
*
* Any applicable license URI.
*
*
* optional string license = 166757441;
*
* @return Whether the license field is set.
*/
boolean hasLicense();
/**
*
*
*
* Any applicable license URI.
*
*
* optional string license = 166757441;
*
* @return The license.
*/
java.lang.String getLicense();
/**
*
*
*
* Any applicable license URI.
*
*
* optional string license = 166757441;
*
* @return The bytes for license.
*/
com.google.protobuf.ByteString getLicenseBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy