Package com.google.api.servicecontrol.v1
Interface CheckResponse.CheckInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CheckResponse.CheckInfo
,CheckResponse.CheckInfo.Builder
- Enclosing class:
- CheckResponse
public static interface CheckResponse.CheckInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CheckResponse.ConsumerInfo
getConsumerInfo()
Consumer info of this check.CheckResponse.ConsumerInfoOrBuilder
getConsumerInfoOrBuilder()
Consumer info of this check.String
getUnusedArguments(int index)
A list of fields and label keys that are ignored by the server.com.google.protobuf.ByteString
getUnusedArgumentsBytes(int index)
A list of fields and label keys that are ignored by the server.int
getUnusedArgumentsCount()
A list of fields and label keys that are ignored by the server.List<String>
getUnusedArgumentsList()
A list of fields and label keys that are ignored by the server.boolean
hasConsumerInfo()
Consumer info of this check.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getUnusedArgumentsList
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:
- A list containing the unusedArguments.
-
getUnusedArgumentsCount
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:
- The count of unusedArguments.
-
getUnusedArguments
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;
- Parameters:
index
- The index of the element to return.- Returns:
- The unusedArguments at the given index.
-
getUnusedArgumentsBytes
com.google.protobuf.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;
- Parameters:
index
- The index of the value to return.- Returns:
- The bytes of the unusedArguments at the given index.
-
hasConsumerInfo
boolean hasConsumerInfo()
Consumer info of this check.
.google.api.servicecontrol.v1.CheckResponse.ConsumerInfo consumer_info = 2;
- Returns:
- Whether the consumerInfo field is set.
-
getConsumerInfo
CheckResponse.ConsumerInfo getConsumerInfo()
Consumer info of this check.
.google.api.servicecontrol.v1.CheckResponse.ConsumerInfo consumer_info = 2;
- Returns:
- The consumerInfo.
-
getConsumerInfoOrBuilder
CheckResponse.ConsumerInfoOrBuilder getConsumerInfoOrBuilder()
Consumer info of this check.
.google.api.servicecontrol.v1.CheckResponse.ConsumerInfo consumer_info = 2;
-
-