Interface CheckRequestOrBuilder (1.41.0)

public interface CheckRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAttributes()

public abstract AttributeContext getAttributes()

Describes attributes about the operation being executed by the service.

.google.rpc.context.AttributeContext attributes = 3;

Returns
TypeDescription
com.google.rpc.context.AttributeContext

The attributes.

getAttributesOrBuilder()

public abstract AttributeContextOrBuilder getAttributesOrBuilder()

Describes attributes about the operation being executed by the service.

.google.rpc.context.AttributeContext attributes = 3;

Returns
TypeDescription
com.google.rpc.context.AttributeContextOrBuilder

getFlags()

public abstract String getFlags()

Optional. Contains a comma-separated list of flags.

string flags = 5;

Returns
TypeDescription
String

The flags.

getFlagsBytes()

public abstract ByteString getFlagsBytes()

Optional. Contains a comma-separated list of flags.

string flags = 5;

Returns
TypeDescription
ByteString

The bytes for flags.

getResources(int index)

public abstract ResourceInfo getResources(int index)

Describes the resources and the policies applied to each resource.

repeated .google.api.servicecontrol.v2.ResourceInfo resources = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
ResourceInfo

getResourcesCount()

public abstract int getResourcesCount()

Describes the resources and the policies applied to each resource.

repeated .google.api.servicecontrol.v2.ResourceInfo resources = 4;

Returns
TypeDescription
int

getResourcesList()

public abstract List<ResourceInfo> getResourcesList()

Describes the resources and the policies applied to each resource.

repeated .google.api.servicecontrol.v2.ResourceInfo resources = 4;

Returns
TypeDescription
List<ResourceInfo>

getResourcesOrBuilder(int index)

public abstract ResourceInfoOrBuilder getResourcesOrBuilder(int index)

Describes the resources and the policies applied to each resource.

repeated .google.api.servicecontrol.v2.ResourceInfo resources = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
ResourceInfoOrBuilder

getResourcesOrBuilderList()

public abstract List<? extends ResourceInfoOrBuilder> getResourcesOrBuilderList()

Describes the resources and the policies applied to each resource.

repeated .google.api.servicecontrol.v2.ResourceInfo resources = 4;

Returns
TypeDescription
List<? extends com.google.api.servicecontrol.v2.ResourceInfoOrBuilder>

getServiceConfigId()

public abstract 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;

Returns
TypeDescription
String

The serviceConfigId.

getServiceConfigIdBytes()

public abstract 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;

Returns
TypeDescription
ByteString

The bytes for serviceConfigId.

getServiceName()

public abstract String getServiceName()

The service name as specified in its service configuration. For example, "pubsub.googleapis.com".

See google.api.Service for the definition of a service name.

string service_name = 1;

Returns
TypeDescription
String

The serviceName.

getServiceNameBytes()

public abstract ByteString getServiceNameBytes()

The service name as specified in its service configuration. For example, "pubsub.googleapis.com".

See google.api.Service for the definition of a service name.

string service_name = 1;

Returns
TypeDescription
ByteString

The bytes for serviceName.

hasAttributes()

public abstract boolean hasAttributes()

Describes attributes about the operation being executed by the service.

.google.rpc.context.AttributeContext attributes = 3;

Returns
TypeDescription
boolean

Whether the attributes field is set.