public interface CheckResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsHeaders(String key)
Returns a set of request contexts generated from the `CheckRequest`.
|
Map<String,String> |
getHeaders()
Deprecated.
|
int |
getHeadersCount()
Returns a set of request contexts generated from the `CheckRequest`.
|
Map<String,String> |
getHeadersMap()
Returns a set of request contexts generated from the `CheckRequest`.
|
String |
getHeadersOrDefault(String key,
String defaultValue)
Returns a set of request contexts generated from the `CheckRequest`.
|
String |
getHeadersOrThrow(String key)
Returns a set of request contexts generated from the `CheckRequest`.
|
com.google.rpc.Status |
getStatus()
Operation is allowed when this field is not set.
|
com.google.rpc.StatusOrBuilder |
getStatusOrBuilder()
Operation is allowed when this field is not set.
|
boolean |
hasStatus()
Operation is allowed when this field is not set.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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()
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;int getHeadersCount()
Returns a set of request contexts generated from the `CheckRequest`.
map<string, string> headers = 2;boolean containsHeaders(String key)
Returns a set of request contexts generated from the `CheckRequest`.
map<string, string> headers = 2;@Deprecated Map<String,String> getHeaders()
getHeadersMap() instead.Map<String,String> getHeadersMap()
Returns a set of request contexts generated from the `CheckRequest`.
map<string, string> headers = 2;String getHeadersOrDefault(String key, String defaultValue)
Returns a set of request contexts generated from the `CheckRequest`.
map<string, string> headers = 2;Copyright © 2024 Google LLC. All rights reserved.