
com.google.cloud.compute.v1.ConfidentialInstanceConfigOrBuilder 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
/*
* 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 ConfidentialInstanceConfigOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.ConfidentialInstanceConfig)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Defines the type of technology used by the confidential instance.
* Check the ConfidentialInstanceType enum for the list of possible values.
*
*
* optional string confidential_instance_type = 43484717;
*
* @return Whether the confidentialInstanceType field is set.
*/
boolean hasConfidentialInstanceType();
/**
*
*
*
* Defines the type of technology used by the confidential instance.
* Check the ConfidentialInstanceType enum for the list of possible values.
*
*
* optional string confidential_instance_type = 43484717;
*
* @return The confidentialInstanceType.
*/
java.lang.String getConfidentialInstanceType();
/**
*
*
*
* Defines the type of technology used by the confidential instance.
* Check the ConfidentialInstanceType enum for the list of possible values.
*
*
* optional string confidential_instance_type = 43484717;
*
* @return The bytes for confidentialInstanceType.
*/
com.google.protobuf.ByteString getConfidentialInstanceTypeBytes();
/**
*
*
*
* Defines whether the instance should have confidential compute enabled.
*
*
* optional bool enable_confidential_compute = 102135228;
*
* @return Whether the enableConfidentialCompute field is set.
*/
boolean hasEnableConfidentialCompute();
/**
*
*
*
* Defines whether the instance should have confidential compute enabled.
*
*
* optional bool enable_confidential_compute = 102135228;
*
* @return The enableConfidentialCompute.
*/
boolean getEnableConfidentialCompute();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy