Interface CheckResponse.CheckInfoOrBuilder (1.35.0)

public static interface CheckResponse.CheckInfoOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getConsumerInfo()

public abstract CheckResponse.ConsumerInfo getConsumerInfo()

Consumer info of this check.

.google.api.servicecontrol.v1.CheckResponse.ConsumerInfo consumer_info = 2;

Returns
TypeDescription
CheckResponse.ConsumerInfo

The consumerInfo.

getConsumerInfoOrBuilder()

public abstract CheckResponse.ConsumerInfoOrBuilder getConsumerInfoOrBuilder()

Consumer info of this check.

.google.api.servicecontrol.v1.CheckResponse.ConsumerInfo consumer_info = 2;

Returns
TypeDescription
CheckResponse.ConsumerInfoOrBuilder

getUnusedArguments(int index)

public abstract String getUnusedArguments(int index)

A list of fields and label keys that are ignored by the server. The client doesn't need to send them for following requests to improve performance and allow better aggregation.

repeated string unused_arguments = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The unusedArguments at the given index.

getUnusedArgumentsBytes(int index)

public abstract ByteString getUnusedArgumentsBytes(int index)

A list of fields and label keys that are ignored by the server. The client doesn't need to send them for following requests to improve performance and allow better aggregation.

repeated string unused_arguments = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the unusedArguments at the given index.

getUnusedArgumentsCount()

public abstract int getUnusedArgumentsCount()

A list of fields and label keys that are ignored by the server. The client doesn't need to send them for following requests to improve performance and allow better aggregation.

repeated string unused_arguments = 1;

Returns
TypeDescription
int

The count of unusedArguments.

getUnusedArgumentsList()

public abstract List<String> getUnusedArgumentsList()

A list of fields and label keys that are ignored by the server. The client doesn't need to send them for following requests to improve performance and allow better aggregation.

repeated string unused_arguments = 1;

Returns
TypeDescription
List<String>

A list containing the unusedArguments.

hasConsumerInfo()

public abstract boolean hasConsumerInfo()

Consumer info of this check.

.google.api.servicecontrol.v1.CheckResponse.ConsumerInfo consumer_info = 2;

Returns
TypeDescription
boolean

Whether the consumerInfo field is set.