All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.compute.v1.LicenseOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.69.0
Show 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 LicenseOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.License)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * [Output Only] Deprecated. This field no longer reflects whether a license charges a usage fee.
   * 
* * optional bool charges_use_fee = 372412622; * * @return Whether the chargesUseFee field is set. */ boolean hasChargesUseFee(); /** * * *
   * [Output Only] Deprecated. This field no longer reflects whether a license charges a usage fee.
   * 
* * optional bool charges_use_fee = 372412622; * * @return The chargesUseFee. */ boolean getChargesUseFee(); /** * * *
   * [Output Only] Creation timestamp in RFC3339 text format.
   * 
* * optional string creation_timestamp = 30525366; * * @return Whether the creationTimestamp field is set. */ boolean hasCreationTimestamp(); /** * * *
   * [Output Only] Creation timestamp in RFC3339 text format.
   * 
* * optional string creation_timestamp = 30525366; * * @return The creationTimestamp. */ java.lang.String getCreationTimestamp(); /** * * *
   * [Output Only] Creation timestamp in RFC3339 text format.
   * 
* * optional string creation_timestamp = 30525366; * * @return The bytes for creationTimestamp. */ com.google.protobuf.ByteString getCreationTimestampBytes(); /** * * *
   * An optional textual description of the resource; provided by the client when the resource is created.
   * 
* * optional string description = 422937596; * * @return Whether the description field is set. */ boolean hasDescription(); /** * * *
   * An optional textual description of the resource; provided by the client when the resource is created.
   * 
* * optional string description = 422937596; * * @return The description. */ java.lang.String getDescription(); /** * * *
   * An optional textual description of the resource; provided by the client when the resource is created.
   * 
* * optional string description = 422937596; * * @return The bytes for description. */ com.google.protobuf.ByteString getDescriptionBytes(); /** * * *
   * [Output Only] The unique identifier for the resource. This identifier is defined by the server.
   * 
* * optional uint64 id = 3355; * * @return Whether the id field is set. */ boolean hasId(); /** * * *
   * [Output Only] The unique identifier for the resource. This identifier is defined by the server.
   * 
* * optional uint64 id = 3355; * * @return The id. */ long getId(); /** * * *
   * [Output Only] Type of resource. Always compute#license for licenses.
   * 
* * optional string kind = 3292052; * * @return Whether the kind field is set. */ boolean hasKind(); /** * * *
   * [Output Only] Type of resource. Always compute#license for licenses.
   * 
* * optional string kind = 3292052; * * @return The kind. */ java.lang.String getKind(); /** * * *
   * [Output Only] Type of resource. Always compute#license for licenses.
   * 
* * optional string kind = 3292052; * * @return The bytes for kind. */ com.google.protobuf.ByteString getKindBytes(); /** * * *
   * [Output Only] The unique code used to attach this license to images, snapshots, and disks.
   * 
* * optional uint64 license_code = 1467179; * * @return Whether the licenseCode field is set. */ boolean hasLicenseCode(); /** * * *
   * [Output Only] The unique code used to attach this license to images, snapshots, and disks.
   * 
* * optional uint64 license_code = 1467179; * * @return The licenseCode. */ long getLicenseCode(); /** * * *
   * Name of the resource. The name must be 1-63 characters long and comply with RFC1035.
   * 
* * optional string name = 3373707; * * @return Whether the name field is set. */ boolean hasName(); /** * * *
   * Name of the resource. The name must be 1-63 characters long and comply with RFC1035.
   * 
* * optional string name = 3373707; * * @return The name. */ java.lang.String getName(); /** * * *
   * Name of the resource. The name must be 1-63 characters long and comply with RFC1035.
   * 
* * optional string name = 3373707; * * @return The bytes for name. */ com.google.protobuf.ByteString getNameBytes(); /** * * *
   * [Input Only] Deprecated.
   * 
* * * optional .google.cloud.compute.v1.LicenseResourceRequirements resource_requirements = 214292769; * * * @return Whether the resourceRequirements field is set. */ boolean hasResourceRequirements(); /** * * *
   * [Input Only] Deprecated.
   * 
* * * optional .google.cloud.compute.v1.LicenseResourceRequirements resource_requirements = 214292769; * * * @return The resourceRequirements. */ com.google.cloud.compute.v1.LicenseResourceRequirements getResourceRequirements(); /** * * *
   * [Input Only] Deprecated.
   * 
* * * optional .google.cloud.compute.v1.LicenseResourceRequirements resource_requirements = 214292769; * */ com.google.cloud.compute.v1.LicenseResourceRequirementsOrBuilder getResourceRequirementsOrBuilder(); /** * * *
   * [Output Only] Server-defined URL for the resource.
   * 
* * optional string self_link = 456214797; * * @return Whether the selfLink field is set. */ boolean hasSelfLink(); /** * * *
   * [Output Only] Server-defined URL for the resource.
   * 
* * optional string self_link = 456214797; * * @return The selfLink. */ java.lang.String getSelfLink(); /** * * *
   * [Output Only] Server-defined URL for the resource.
   * 
* * optional string self_link = 456214797; * * @return The bytes for selfLink. */ com.google.protobuf.ByteString getSelfLinkBytes(); /** * * *
   * If false, licenses will not be copied from the source resource when creating an image from a disk, disk from snapshot, or snapshot from disk.
   * 
* * optional bool transferable = 4349893; * * @return Whether the transferable field is set. */ boolean hasTransferable(); /** * * *
   * If false, licenses will not be copied from the source resource when creating an image from a disk, disk from snapshot, or snapshot from disk.
   * 
* * optional bool transferable = 4349893; * * @return The transferable. */ boolean getTransferable(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy