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
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
CONSUMER_INFO_FIELD_NUMBER
public static final int CONSUMER_INFO_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
UNUSED_ARGUMENTS_FIELD_NUMBER
public static final int UNUSED_ARGUMENTS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
getDefaultInstance()
public static CheckResponse.CheckInfo getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static CheckResponse.CheckInfo.Builder newBuilder()
newBuilder(CheckResponse.CheckInfo prototype)
public static CheckResponse.CheckInfo.Builder newBuilder(CheckResponse.CheckInfo prototype)
public static CheckResponse.CheckInfo parseDelimitedFrom(InputStream input)
public static CheckResponse.CheckInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static CheckResponse.CheckInfo parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CheckResponse.CheckInfo parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static CheckResponse.CheckInfo parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CheckResponse.CheckInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CheckResponse.CheckInfo parseFrom(CodedInputStream input)
public static CheckResponse.CheckInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CheckResponse.CheckInfo parseFrom(InputStream input)
public static CheckResponse.CheckInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static CheckResponse.CheckInfo parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CheckResponse.CheckInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<CheckResponse.CheckInfo> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
getConsumerInfo()
public CheckResponse.ConsumerInfo getConsumerInfo()
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()
getParserForType()
public Parser<CheckResponse.CheckInfo> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
---|
Type | Description |
int | |
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.
|
hashCode()
Returns |
---|
Type | Description |
int | |
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public CheckResponse.CheckInfo.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CheckResponse.CheckInfo.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
toBuilder()
public CheckResponse.CheckInfo.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides