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

com.google.api.servicecontrol.v1.CheckErrorOrBuilder Maven / Gradle / Ivy

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/api/servicecontrol/v1/check_error.proto

// Protobuf Java Version: 3.25.5
package com.google.api.servicecontrol.v1;

public interface CheckErrorOrBuilder
    extends
    // @@protoc_insertion_point(interface_extends:google.api.servicecontrol.v1.CheckError)
    com.google.protobuf.MessageOrBuilder {

  /**
   *
   *
   * 
   * The error code.
   * 
* * .google.api.servicecontrol.v1.CheckError.Code code = 1; * * @return The enum numeric value on the wire for code. */ int getCodeValue(); /** * * *
   * The error code.
   * 
* * .google.api.servicecontrol.v1.CheckError.Code code = 1; * * @return The code. */ com.google.api.servicecontrol.v1.CheckError.Code getCode(); /** * * *
   * Subject to whom this error applies. See the specific code enum for more
   * details on this field. For example:
   *
   * - "project:<project-id or project-number>"
   * - "folder:<folder-id>"
   * - "organization:<organization-id>"
   * 
* * string subject = 4; * * @return The subject. */ java.lang.String getSubject(); /** * * *
   * Subject to whom this error applies. See the specific code enum for more
   * details on this field. For example:
   *
   * - "project:<project-id or project-number>"
   * - "folder:<folder-id>"
   * - "organization:<organization-id>"
   * 
* * string subject = 4; * * @return The bytes for subject. */ com.google.protobuf.ByteString getSubjectBytes(); /** * * *
   * Free-form text providing details on the error cause of the error.
   * 
* * string detail = 2; * * @return The detail. */ java.lang.String getDetail(); /** * * *
   * Free-form text providing details on the error cause of the error.
   * 
* * string detail = 2; * * @return The bytes for detail. */ com.google.protobuf.ByteString getDetailBytes(); /** * * *
   * Contains public information about the check error. If available,
   * `status.code` will be non zero and client can propagate it out as public
   * error.
   * 
* * .google.rpc.Status status = 3; * * @return Whether the status field is set. */ boolean hasStatus(); /** * * *
   * Contains public information about the check error. If available,
   * `status.code` will be non zero and client can propagate it out as public
   * error.
   * 
* * .google.rpc.Status status = 3; * * @return The status. */ com.google.rpc.Status getStatus(); /** * * *
   * Contains public information about the check error. If available,
   * `status.code` will be non zero and client can propagate it out as public
   * error.
   * 
* * .google.rpc.Status status = 3; */ com.google.rpc.StatusOrBuilder getStatusOrBuilder(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy