com.google.cloud.compute.v1.ErrorDetailsOrBuilder 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 ErrorDetailsOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.cloud.compute.v1.ErrorDetails)
com.google.protobuf.MessageOrBuilder {
/**
* optional .google.cloud.compute.v1.ErrorInfo error_info = 25251973;
*
* @return Whether the errorInfo field is set.
*/
boolean hasErrorInfo();
/**
* optional .google.cloud.compute.v1.ErrorInfo error_info = 25251973;
*
* @return The errorInfo.
*/
com.google.cloud.compute.v1.ErrorInfo getErrorInfo();
/** optional .google.cloud.compute.v1.ErrorInfo error_info = 25251973;
*/
com.google.cloud.compute.v1.ErrorInfoOrBuilder getErrorInfoOrBuilder();
/**
* optional .google.cloud.compute.v1.Help help = 3198785;
*
* @return Whether the help field is set.
*/
boolean hasHelp();
/**
* optional .google.cloud.compute.v1.Help help = 3198785;
*
* @return The help.
*/
com.google.cloud.compute.v1.Help getHelp();
/** optional .google.cloud.compute.v1.Help help = 3198785;
*/
com.google.cloud.compute.v1.HelpOrBuilder getHelpOrBuilder();
/**
* optional .google.cloud.compute.v1.LocalizedMessage localized_message = 404537155;
*
* @return Whether the localizedMessage field is set.
*/
boolean hasLocalizedMessage();
/**
* optional .google.cloud.compute.v1.LocalizedMessage localized_message = 404537155;
*
* @return The localizedMessage.
*/
com.google.cloud.compute.v1.LocalizedMessage getLocalizedMessage();
/**
* optional .google.cloud.compute.v1.LocalizedMessage localized_message = 404537155;
*/
com.google.cloud.compute.v1.LocalizedMessageOrBuilder getLocalizedMessageOrBuilder();
/**
* optional .google.cloud.compute.v1.QuotaExceededInfo quota_info = 93923861;
*
* @return Whether the quotaInfo field is set.
*/
boolean hasQuotaInfo();
/**
* optional .google.cloud.compute.v1.QuotaExceededInfo quota_info = 93923861;
*
* @return The quotaInfo.
*/
com.google.cloud.compute.v1.QuotaExceededInfo getQuotaInfo();
/** optional .google.cloud.compute.v1.QuotaExceededInfo quota_info = 93923861;
*/
com.google.cloud.compute.v1.QuotaExceededInfoOrBuilder getQuotaInfoOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy