public static final class CheckResponse.CheckInfo extends GeneratedMessageV3 implements CheckResponse.CheckInfoOrBuilder
Contains additional information about the check operation.
Protobuf type google.api.servicecontrol.v1.CheckResponse.CheckInfo
Static Fields
CONSUMER_INFO_FIELD_NUMBER
public static final int CONSUMER_INFO_FIELD_NUMBER
Field Value
UNUSED_ARGUMENTS_FIELD_NUMBER
public static final int UNUSED_ARGUMENTS_FIELD_NUMBER
Field Value
Static Methods
getDefaultInstance()
public static CheckResponse.CheckInfo getDefaultInstance()
Returns
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns
newBuilder()
public static CheckResponse.CheckInfo.Builder newBuilder()
Returns
newBuilder(CheckResponse.CheckInfo prototype)
public static CheckResponse.CheckInfo.Builder newBuilder(CheckResponse.CheckInfo prototype)
Parameter
Returns
public static CheckResponse.CheckInfo parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static CheckResponse.CheckInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(byte[] data)
public static CheckResponse.CheckInfo parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CheckResponse.CheckInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteString data)
public static CheckResponse.CheckInfo parseFrom(ByteString data)
Parameter
Returns
Exceptions
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CheckResponse.CheckInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CheckResponse.CheckInfo parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static CheckResponse.CheckInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static CheckResponse.CheckInfo parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static CheckResponse.CheckInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parseFrom(ByteBuffer data)
public static CheckResponse.CheckInfo parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CheckResponse.CheckInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
parser()
public static Parser<CheckResponse.CheckInfo> parser()
Returns
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter
Returns
Overrides
getConsumerInfo()
public CheckResponse.ConsumerInfo getConsumerInfo()
Consumer info of this check.
.google.api.servicecontrol.v1.CheckResponse.ConsumerInfo consumer_info = 2;
Returns
getConsumerInfoOrBuilder()
public CheckResponse.ConsumerInfoOrBuilder getConsumerInfoOrBuilder()
Consumer info of this check.
.google.api.servicecontrol.v1.CheckResponse.ConsumerInfo consumer_info = 2;
Returns
getDefaultInstanceForType()
public CheckResponse.CheckInfo getDefaultInstanceForType()
Returns
getParserForType()
public Parser<CheckResponse.CheckInfo> getParserForType()
Returns
Overrides
getSerializedSize()
public int getSerializedSize()
Returns
Overrides
getUnknownFields()
public final UnknownFieldSet getUnknownFields()
Returns
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;
Returns
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.
|
hashCode()
Returns
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
isInitialized()
public final boolean isInitialized()
Returns
Overrides
newBuilderForType()
public CheckResponse.CheckInfo.Builder newBuilderForType()
Returns
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CheckResponse.CheckInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
toBuilder()
public CheckResponse.CheckInfo.Builder toBuilder()
Returns
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions