public final class CheckResponse extends GeneratedMessageV3 implements CheckResponseOrBuilder
Response message for the Check method.
Protobuf type google.api.servicecontrol.v1.CheckResponse
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
CHECK_ERRORS_FIELD_NUMBER
public static final int CHECK_ERRORS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
CHECK_INFO_FIELD_NUMBER
public static final int CHECK_INFO_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
OPERATION_ID_FIELD_NUMBER
public static final int OPERATION_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SERVICE_CONFIG_ID_FIELD_NUMBER
public static final int SERVICE_CONFIG_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SERVICE_ROLLOUT_ID_FIELD_NUMBER
public static final int SERVICE_ROLLOUT_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static CheckResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static CheckResponse.Builder newBuilder()
newBuilder(CheckResponse prototype)
public static CheckResponse.Builder newBuilder(CheckResponse prototype)
public static CheckResponse parseDelimitedFrom(InputStream input)
public static CheckResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static CheckResponse parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static CheckResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static CheckResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CheckResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static CheckResponse parseFrom(CodedInputStream input)
public static CheckResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static CheckResponse parseFrom(InputStream input)
public static CheckResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static CheckResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static CheckResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<CheckResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getCheckErrors(int index)
public CheckError getCheckErrors(int index)
Indicate the decision of the check.
If no check errors are present, the service should process the operation.
Otherwise the service should use the list of errors to determine the
appropriate action.
repeated .google.api.servicecontrol.v1.CheckError check_errors = 2;
Parameter |
Name |
Description |
index |
int
|
getCheckErrorsCount()
public int getCheckErrorsCount()
Indicate the decision of the check.
If no check errors are present, the service should process the operation.
Otherwise the service should use the list of errors to determine the
appropriate action.
repeated .google.api.servicecontrol.v1.CheckError check_errors = 2;
Returns |
Type |
Description |
int |
|
getCheckErrorsList()
public List<CheckError> getCheckErrorsList()
Indicate the decision of the check.
If no check errors are present, the service should process the operation.
Otherwise the service should use the list of errors to determine the
appropriate action.
repeated .google.api.servicecontrol.v1.CheckError check_errors = 2;
getCheckErrorsOrBuilder(int index)
public CheckErrorOrBuilder getCheckErrorsOrBuilder(int index)
Indicate the decision of the check.
If no check errors are present, the service should process the operation.
Otherwise the service should use the list of errors to determine the
appropriate action.
repeated .google.api.servicecontrol.v1.CheckError check_errors = 2;
Parameter |
Name |
Description |
index |
int
|
getCheckErrorsOrBuilderList()
public List<? extends CheckErrorOrBuilder> getCheckErrorsOrBuilderList()
Indicate the decision of the check.
If no check errors are present, the service should process the operation.
Otherwise the service should use the list of errors to determine the
appropriate action.
repeated .google.api.servicecontrol.v1.CheckError check_errors = 2;
Returns |
Type |
Description |
List<? extends com.google.api.servicecontrol.v1.CheckErrorOrBuilder> |
|
getCheckInfo()
public CheckResponse.CheckInfo getCheckInfo()
Feedback data returned from the server during processing a Check request.
.google.api.servicecontrol.v1.CheckResponse.CheckInfo check_info = 6;
getCheckInfoOrBuilder()
public CheckResponse.CheckInfoOrBuilder getCheckInfoOrBuilder()
Feedback data returned from the server during processing a Check request.
.google.api.servicecontrol.v1.CheckResponse.CheckInfo check_info = 6;
getDefaultInstanceForType()
public CheckResponse getDefaultInstanceForType()
getOperationId()
public String getOperationId()
The same operation_id value used in the
CheckRequest. Used for logging
and diagnostics purposes.
string operation_id = 1;
Returns |
Type |
Description |
String |
The operationId.
|
getOperationIdBytes()
public ByteString getOperationIdBytes()
The same operation_id value used in the
CheckRequest. Used for logging
and diagnostics purposes.
string operation_id = 1;
Returns |
Type |
Description |
ByteString |
The bytes for operationId.
|
getParserForType()
public Parser<CheckResponse> getParserForType()
Overrides
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getServiceConfigId()
public String getServiceConfigId()
The actual config id used to process the request.
string service_config_id = 5;
Returns |
Type |
Description |
String |
The serviceConfigId.
|
getServiceConfigIdBytes()
public ByteString getServiceConfigIdBytes()
The actual config id used to process the request.
string service_config_id = 5;
Returns |
Type |
Description |
ByteString |
The bytes for serviceConfigId.
|
getServiceRolloutId()
public String getServiceRolloutId()
The current service rollout id used to process the request.
string service_rollout_id = 11;
Returns |
Type |
Description |
String |
The serviceRolloutId.
|
getServiceRolloutIdBytes()
public ByteString getServiceRolloutIdBytes()
The current service rollout id used to process the request.
string service_rollout_id = 11;
Returns |
Type |
Description |
ByteString |
The bytes for serviceRolloutId.
|
hasCheckInfo()
public boolean hasCheckInfo()
Feedback data returned from the server during processing a Check request.
.google.api.servicecontrol.v1.CheckResponse.CheckInfo check_info = 6;
Returns |
Type |
Description |
boolean |
Whether the checkInfo field is set.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public CheckResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected CheckResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public CheckResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides