Class CheckResponse.CheckInfo.Builder (1.13.0)
Note: Some or all of the information on this page might not apply
to Trusted Cloud. For a list of services that are available in
Trusted Cloud, see Services available for
Trusted Cloud .
Version 1.13.0keyboard_arrow_down
public static final class CheckResponse . CheckInfo . Builder extends GeneratedMessageV3 . Builder<CheckResponse . CheckInfo . Builder > implements CheckResponse . CheckInfoOrBuilder
Contains additional information about the check operation.
Protobuf type google.api.servicecontrol.v1.CheckResponse.CheckInfo
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addAllUnusedArguments(Iterable<String> values)
public CheckResponse . CheckInfo . Builder addAllUnusedArguments ( Iterable<String> values )
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
Name
Description
values
Iterable <String >
The unusedArguments to add.
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CheckResponse . CheckInfo . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
addUnusedArguments(String value)
public CheckResponse . CheckInfo . Builder addUnusedArguments ( String value )
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
Name
Description
value
String
The unusedArguments to add.
addUnusedArgumentsBytes(ByteString value)
public CheckResponse . CheckInfo . Builder addUnusedArgumentsBytes ( ByteString value )
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
Name
Description
value
ByteString
The bytes of the unusedArguments to add.
build()
public CheckResponse . CheckInfo build ()
buildPartial()
public CheckResponse . CheckInfo buildPartial ()
clear()
public CheckResponse . CheckInfo . Builder clear ()
Overrides
clearConsumerInfo()
public CheckResponse . CheckInfo . Builder clearConsumerInfo ()
Consumer info of this check.
.google.api.servicecontrol.v1.CheckResponse.ConsumerInfo consumer_info = 2;
clearField(Descriptors.FieldDescriptor field)
public CheckResponse . CheckInfo . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public CheckResponse . CheckInfo . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearUnusedArguments()
public CheckResponse . CheckInfo . Builder clearUnusedArguments ()
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;
clone()
public CheckResponse . CheckInfo . Builder clone ()
Overrides
getConsumerInfo()
public CheckResponse . ConsumerInfo getConsumerInfo ()
Consumer info of this check.
.google.api.servicecontrol.v1.CheckResponse.ConsumerInfo consumer_info = 2;
getConsumerInfoBuilder()
public CheckResponse . ConsumerInfo . Builder getConsumerInfoBuilder ()
Consumer info of this check.
.google.api.servicecontrol.v1.CheckResponse.ConsumerInfo consumer_info = 2;
getConsumerInfoOrBuilder()
public CheckResponse . ConsumerInfoOrBuilder getConsumerInfoOrBuilder ()
Consumer info of this check.
.google.api.servicecontrol.v1.CheckResponse.ConsumerInfo consumer_info = 2;
getDefaultInstanceForType()
public CheckResponse . CheckInfo getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getUnusedArguments(int index)
public 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
Name
Description
index
int
The index of the element to return.
Returns
Type
Description
String
The unusedArguments at the given index.
getUnusedArgumentsBytes(int index)
public 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
Name
Description
index
int
The index of the value to return.
Returns
Type
Description
ByteString
The bytes of the unusedArguments at the given index.
getUnusedArgumentsCount()
public 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
Type
Description
int
The count of unusedArguments.
getUnusedArgumentsList()
public ProtocolStringList 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;
hasConsumerInfo()
public boolean hasConsumerInfo ()
Consumer info of this check.
.google.api.servicecontrol.v1.CheckResponse.ConsumerInfo consumer_info = 2;
Returns
Type
Description
boolean
Whether the consumerInfo field is set.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeConsumerInfo(CheckResponse.ConsumerInfo value)
public CheckResponse . CheckInfo . Builder mergeConsumerInfo ( CheckResponse . ConsumerInfo value )
Consumer info of this check.
.google.api.servicecontrol.v1.CheckResponse.ConsumerInfo consumer_info = 2;
mergeFrom(CheckResponse.CheckInfo other)
public CheckResponse . CheckInfo . Builder mergeFrom ( CheckResponse . CheckInfo other )
public CheckResponse . CheckInfo . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public CheckResponse . CheckInfo . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final CheckResponse . CheckInfo . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setConsumerInfo(CheckResponse.ConsumerInfo value)
public CheckResponse . CheckInfo . Builder setConsumerInfo ( CheckResponse . ConsumerInfo value )
Consumer info of this check.
.google.api.servicecontrol.v1.CheckResponse.ConsumerInfo consumer_info = 2;
setConsumerInfo(CheckResponse.ConsumerInfo.Builder builderForValue)
public CheckResponse . CheckInfo . Builder setConsumerInfo ( CheckResponse . ConsumerInfo . Builder builderForValue )
Consumer info of this check.
.google.api.servicecontrol.v1.CheckResponse.ConsumerInfo consumer_info = 2;
setField(Descriptors.FieldDescriptor field, Object value)
public CheckResponse . CheckInfo . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CheckResponse . CheckInfo . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final CheckResponse . CheckInfo . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setUnusedArguments(int index, String value)
public CheckResponse . CheckInfo . Builder setUnusedArguments ( int index , String value )
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
Name
Description
index
int
The index to set the value at.
value
String
The unusedArguments to set.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-02 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-02 UTC."],[],[]]