public interface CheckRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
com.google.rpc.context.AttributeContext |
getAttributes()
Describes attributes about the operation being executed by the service.
|
com.google.rpc.context.AttributeContextOrBuilder |
getAttributesOrBuilder()
Describes attributes about the operation being executed by the service.
|
String |
getFlags()
Optional.
|
com.google.protobuf.ByteString |
getFlagsBytes()
Optional.
|
ResourceInfo |
getResources(int index)
Describes the resources and the policies applied to each resource.
|
int |
getResourcesCount()
Describes the resources and the policies applied to each resource.
|
List<ResourceInfo> |
getResourcesList()
Describes the resources and the policies applied to each resource.
|
ResourceInfoOrBuilder |
getResourcesOrBuilder(int index)
Describes the resources and the policies applied to each resource.
|
List<? extends ResourceInfoOrBuilder> |
getResourcesOrBuilderList()
Describes the resources and the policies applied to each resource.
|
String |
getServiceConfigId()
Specifies the version of the service configuration that should be used to
process the request.
|
com.google.protobuf.ByteString |
getServiceConfigIdBytes()
Specifies the version of the service configuration that should be used to
process the request.
|
String |
getServiceName()
The service name as specified in its service configuration.
|
com.google.protobuf.ByteString |
getServiceNameBytes()
The service name as specified in its service configuration.
|
boolean |
hasAttributes()
Describes attributes about the operation being executed by the service.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getServiceName()
The service name as specified in its service configuration. For example, `"pubsub.googleapis.com"`. See [google.api.Service](https://cloud.google.com/service-management/reference/rpc/google.api#google.api.Service) for the definition of a service name.
string service_name = 1;com.google.protobuf.ByteString getServiceNameBytes()
The service name as specified in its service configuration. For example, `"pubsub.googleapis.com"`. See [google.api.Service](https://cloud.google.com/service-management/reference/rpc/google.api#google.api.Service) for the definition of a service name.
string service_name = 1;String getServiceConfigId()
Specifies the version of the service configuration that should be used to process the request. Must not be empty. Set this field to 'latest' to specify using the latest configuration.
string service_config_id = 2;com.google.protobuf.ByteString getServiceConfigIdBytes()
Specifies the version of the service configuration that should be used to process the request. Must not be empty. Set this field to 'latest' to specify using the latest configuration.
string service_config_id = 2;boolean hasAttributes()
Describes attributes about the operation being executed by the service.
.google.rpc.context.AttributeContext attributes = 3;com.google.rpc.context.AttributeContext getAttributes()
Describes attributes about the operation being executed by the service.
.google.rpc.context.AttributeContext attributes = 3;com.google.rpc.context.AttributeContextOrBuilder getAttributesOrBuilder()
Describes attributes about the operation being executed by the service.
.google.rpc.context.AttributeContext attributes = 3;List<ResourceInfo> getResourcesList()
Describes the resources and the policies applied to each resource.
repeated .google.api.servicecontrol.v2.ResourceInfo resources = 4;ResourceInfo getResources(int index)
Describes the resources and the policies applied to each resource.
repeated .google.api.servicecontrol.v2.ResourceInfo resources = 4;int getResourcesCount()
Describes the resources and the policies applied to each resource.
repeated .google.api.servicecontrol.v2.ResourceInfo resources = 4;List<? extends ResourceInfoOrBuilder> getResourcesOrBuilderList()
Describes the resources and the policies applied to each resource.
repeated .google.api.servicecontrol.v2.ResourceInfo resources = 4;ResourceInfoOrBuilder getResourcesOrBuilder(int index)
Describes the resources and the policies applied to each resource.
repeated .google.api.servicecontrol.v2.ResourceInfo resources = 4;String getFlags()
Optional. Contains a comma-separated list of flags.
string flags = 5;com.google.protobuf.ByteString getFlagsBytes()
Optional. Contains a comma-separated list of flags.
string flags = 5;Copyright © 2024 Google LLC. All rights reserved.