com.google.api.servicecontrol.v2.CheckResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-service-control-v2 Show documentation
Show all versions of proto-google-cloud-service-control-v2 Show documentation
Proto library for google-cloud-service-control
The newest version!
/*
* Copyright 2025 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/v2/service_controller.proto
// Protobuf Java Version: 3.25.5
package com.google.api.servicecontrol.v2;
public interface CheckResponseOrBuilder
extends
// @@protoc_insertion_point(interface_extends:google.api.servicecontrol.v2.CheckResponse)
com.google.protobuf.MessageOrBuilder {
/**
*
*
*
* Operation is allowed when this field is not set. Any non-'OK' status
* indicates a denial; [google.rpc.Status.details][google.rpc.Status.details]
* would contain additional details about the denial.
*
*
* .google.rpc.Status status = 1;
*
* @return Whether the status field is set.
*/
boolean hasStatus();
/**
*
*
*
* Operation is allowed when this field is not set. Any non-'OK' status
* indicates a denial; [google.rpc.Status.details][google.rpc.Status.details]
* would contain additional details about the denial.
*
*
* .google.rpc.Status status = 1;
*
* @return The status.
*/
com.google.rpc.Status getStatus();
/**
*
*
*
* Operation is allowed when this field is not set. Any non-'OK' status
* indicates a denial; [google.rpc.Status.details][google.rpc.Status.details]
* would contain additional details about the denial.
*
*
* .google.rpc.Status status = 1;
*/
com.google.rpc.StatusOrBuilder getStatusOrBuilder();
/**
*
*
*
* Returns a set of request contexts generated from the `CheckRequest`.
*
*
* map<string, string> headers = 2;
*/
int getHeadersCount();
/**
*
*
*
* Returns a set of request contexts generated from the `CheckRequest`.
*
*
* map<string, string> headers = 2;
*/
boolean containsHeaders(java.lang.String key);
/** Use {@link #getHeadersMap()} instead. */
@java.lang.Deprecated
java.util.Map getHeaders();
/**
*
*
*
* Returns a set of request contexts generated from the `CheckRequest`.
*
*
* map<string, string> headers = 2;
*/
java.util.Map getHeadersMap();
/**
*
*
*
* Returns a set of request contexts generated from the `CheckRequest`.
*
*
* map<string, string> headers = 2;
*/
/* nullable */
java.lang.String getHeadersOrDefault(
java.lang.String key,
/* nullable */
java.lang.String defaultValue);
/**
*
*
*
* Returns a set of request contexts generated from the `CheckRequest`.
*
*
* map<string, string> headers = 2;
*/
java.lang.String getHeadersOrThrow(java.lang.String key);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy