Package com.google.api.servicecontrol.v1
Class CheckResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>
-
- com.google.api.servicecontrol.v1.CheckResponse.Builder
-
- All Implemented Interfaces:
CheckResponseOrBuilder,com.google.protobuf.Message.Builder,com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,Cloneable
- Enclosing class:
- CheckResponse
public static final class CheckResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder> implements CheckResponseOrBuilder
Response message for the Check method.
Protobuf typegoogle.api.servicecontrol.v1.CheckResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description CheckResponse.BuilderaddAllCheckErrors(Iterable<? extends CheckError> values)Indicate the decision of the check.CheckResponse.BuilderaddCheckErrors(int index, CheckError value)Indicate the decision of the check.CheckResponse.BuilderaddCheckErrors(int index, CheckError.Builder builderForValue)Indicate the decision of the check.CheckResponse.BuilderaddCheckErrors(CheckError value)Indicate the decision of the check.CheckResponse.BuilderaddCheckErrors(CheckError.Builder builderForValue)Indicate the decision of the check.CheckError.BuilderaddCheckErrorsBuilder()Indicate the decision of the check.CheckError.BuilderaddCheckErrorsBuilder(int index)Indicate the decision of the check.CheckResponse.BuilderaddRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)CheckResponsebuild()CheckResponsebuildPartial()CheckResponse.Builderclear()CheckResponse.BuilderclearCheckErrors()Indicate the decision of the check.CheckResponse.BuilderclearCheckInfo()Feedback data returned from the server during processing a Check request.CheckResponse.BuilderclearField(com.google.protobuf.Descriptors.FieldDescriptor field)CheckResponse.BuilderclearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)CheckResponse.BuilderclearOperationId()The same operation_id value used in the [CheckRequest][google.api.servicecontrol.v1.CheckRequest].CheckResponse.BuilderclearServiceConfigId()The actual config id used to process the request.CheckResponse.BuilderclearServiceRolloutId()The current service rollout id used to process the request.CheckResponse.Builderclone()CheckErrorgetCheckErrors(int index)Indicate the decision of the check.CheckError.BuildergetCheckErrorsBuilder(int index)Indicate the decision of the check.List<CheckError.Builder>getCheckErrorsBuilderList()Indicate the decision of the check.intgetCheckErrorsCount()Indicate the decision of the check.List<CheckError>getCheckErrorsList()Indicate the decision of the check.CheckErrorOrBuildergetCheckErrorsOrBuilder(int index)Indicate the decision of the check.List<? extends CheckErrorOrBuilder>getCheckErrorsOrBuilderList()Indicate the decision of the check.CheckResponse.CheckInfogetCheckInfo()Feedback data returned from the server during processing a Check request.CheckResponse.CheckInfo.BuildergetCheckInfoBuilder()Feedback data returned from the server during processing a Check request.CheckResponse.CheckInfoOrBuildergetCheckInfoOrBuilder()Feedback data returned from the server during processing a Check request.CheckResponsegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()com.google.protobuf.Descriptors.DescriptorgetDescriptorForType()StringgetOperationId()The same operation_id value used in the [CheckRequest][google.api.servicecontrol.v1.CheckRequest].com.google.protobuf.ByteStringgetOperationIdBytes()The same operation_id value used in the [CheckRequest][google.api.servicecontrol.v1.CheckRequest].StringgetServiceConfigId()The actual config id used to process the request.com.google.protobuf.ByteStringgetServiceConfigIdBytes()The actual config id used to process the request.StringgetServiceRolloutId()The current service rollout id used to process the request.com.google.protobuf.ByteStringgetServiceRolloutIdBytes()The current service rollout id used to process the request.booleanhasCheckInfo()Feedback data returned from the server during processing a Check request.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()CheckResponse.BuildermergeCheckInfo(CheckResponse.CheckInfo value)Feedback data returned from the server during processing a Check request.CheckResponse.BuildermergeFrom(CheckResponse other)CheckResponse.BuildermergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)CheckResponse.BuildermergeFrom(com.google.protobuf.Message other)CheckResponse.BuildermergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)CheckResponse.BuilderremoveCheckErrors(int index)Indicate the decision of the check.CheckResponse.BuildersetCheckErrors(int index, CheckError value)Indicate the decision of the check.CheckResponse.BuildersetCheckErrors(int index, CheckError.Builder builderForValue)Indicate the decision of the check.CheckResponse.BuildersetCheckInfo(CheckResponse.CheckInfo value)Feedback data returned from the server during processing a Check request.CheckResponse.BuildersetCheckInfo(CheckResponse.CheckInfo.Builder builderForValue)Feedback data returned from the server during processing a Check request.CheckResponse.BuildersetField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)CheckResponse.BuildersetOperationId(String value)The same operation_id value used in the [CheckRequest][google.api.servicecontrol.v1.CheckRequest].CheckResponse.BuildersetOperationIdBytes(com.google.protobuf.ByteString value)The same operation_id value used in the [CheckRequest][google.api.servicecontrol.v1.CheckRequest].CheckResponse.BuildersetRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)CheckResponse.BuildersetServiceConfigId(String value)The actual config id used to process the request.CheckResponse.BuildersetServiceConfigIdBytes(com.google.protobuf.ByteString value)The actual config id used to process the request.CheckResponse.BuildersetServiceRolloutId(String value)The current service rollout id used to process the request.CheckResponse.BuildersetServiceRolloutIdBytes(com.google.protobuf.ByteString value)The current service rollout id used to process the request.CheckResponse.BuildersetUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>
-
clear
public CheckResponse.Builder clear()
- Specified by:
clearin interfacecom.google.protobuf.Message.Builder- Specified by:
clearin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clearin classcom.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.Message.Builder- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getDescriptorForTypein classcom.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>
-
getDefaultInstanceForType
public CheckResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
build
public CheckResponse build()
- Specified by:
buildin interfacecom.google.protobuf.Message.Builder- Specified by:
buildin interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public CheckResponse buildPartial()
- Specified by:
buildPartialin interfacecom.google.protobuf.Message.Builder- Specified by:
buildPartialin interfacecom.google.protobuf.MessageLite.Builder
-
clone
public CheckResponse.Builder clone()
- Specified by:
clonein interfacecom.google.protobuf.Message.Builder- Specified by:
clonein interfacecom.google.protobuf.MessageLite.Builder- Overrides:
clonein classcom.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>
-
setField
public CheckResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>
-
clearField
public CheckResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
clearFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>
-
clearOneof
public CheckResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneofin interfacecom.google.protobuf.Message.Builder- Overrides:
clearOneofin classcom.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>
-
setRepeatedField
public CheckResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
setRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>
-
addRepeatedField
public CheckResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedFieldin interfacecom.google.protobuf.Message.Builder- Overrides:
addRepeatedFieldin classcom.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>
-
mergeFrom
public CheckResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<CheckResponse.Builder>
-
mergeFrom
public CheckResponse.Builder mergeFrom(CheckResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>
-
mergeFrom
public CheckResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFromin interfacecom.google.protobuf.Message.Builder- Specified by:
mergeFromin interfacecom.google.protobuf.MessageLite.Builder- Overrides:
mergeFromin classcom.google.protobuf.AbstractMessage.Builder<CheckResponse.Builder>- Throws:
IOException
-
getOperationId
public String getOperationId()
The same operation_id value used in the [CheckRequest][google.api.servicecontrol.v1.CheckRequest]. Used for logging and diagnostics purposes.
string operation_id = 1;- Specified by:
getOperationIdin interfaceCheckResponseOrBuilder- Returns:
- The operationId.
-
getOperationIdBytes
public com.google.protobuf.ByteString getOperationIdBytes()
The same operation_id value used in the [CheckRequest][google.api.servicecontrol.v1.CheckRequest]. Used for logging and diagnostics purposes.
string operation_id = 1;- Specified by:
getOperationIdBytesin interfaceCheckResponseOrBuilder- Returns:
- The bytes for operationId.
-
setOperationId
public CheckResponse.Builder setOperationId(String value)
The same operation_id value used in the [CheckRequest][google.api.servicecontrol.v1.CheckRequest]. Used for logging and diagnostics purposes.
string operation_id = 1;- Parameters:
value- The operationId to set.- Returns:
- This builder for chaining.
-
clearOperationId
public CheckResponse.Builder clearOperationId()
The same operation_id value used in the [CheckRequest][google.api.servicecontrol.v1.CheckRequest]. Used for logging and diagnostics purposes.
string operation_id = 1;- Returns:
- This builder for chaining.
-
setOperationIdBytes
public CheckResponse.Builder setOperationIdBytes(com.google.protobuf.ByteString value)
The same operation_id value used in the [CheckRequest][google.api.servicecontrol.v1.CheckRequest]. Used for logging and diagnostics purposes.
string operation_id = 1;- Parameters:
value- The bytes for operationId to set.- Returns:
- This builder for chaining.
-
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;- Specified by:
getCheckErrorsListin interfaceCheckResponseOrBuilder
-
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;- Specified by:
getCheckErrorsCountin interfaceCheckResponseOrBuilder
-
getCheckErrors
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;- Specified by:
getCheckErrorsin interfaceCheckResponseOrBuilder
-
setCheckErrors
public CheckResponse.Builder setCheckErrors(int index, CheckError value)
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;
-
setCheckErrors
public CheckResponse.Builder setCheckErrors(int index, CheckError.Builder builderForValue)
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;
-
addCheckErrors
public CheckResponse.Builder addCheckErrors(CheckError value)
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;
-
addCheckErrors
public CheckResponse.Builder addCheckErrors(int index, CheckError value)
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;
-
addCheckErrors
public CheckResponse.Builder addCheckErrors(CheckError.Builder builderForValue)
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;
-
addCheckErrors
public CheckResponse.Builder addCheckErrors(int index, CheckError.Builder builderForValue)
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;
-
addAllCheckErrors
public CheckResponse.Builder addAllCheckErrors(Iterable<? extends CheckError> values)
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;
-
clearCheckErrors
public CheckResponse.Builder clearCheckErrors()
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;
-
removeCheckErrors
public CheckResponse.Builder removeCheckErrors(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;
-
getCheckErrorsBuilder
public CheckError.Builder getCheckErrorsBuilder(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;
-
getCheckErrorsOrBuilder
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;- Specified by:
getCheckErrorsOrBuilderin interfaceCheckResponseOrBuilder
-
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;- Specified by:
getCheckErrorsOrBuilderListin interfaceCheckResponseOrBuilder
-
addCheckErrorsBuilder
public CheckError.Builder addCheckErrorsBuilder()
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;
-
addCheckErrorsBuilder
public CheckError.Builder addCheckErrorsBuilder(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;
-
getCheckErrorsBuilderList
public List<CheckError.Builder> getCheckErrorsBuilderList()
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;
-
getServiceConfigId
public String getServiceConfigId()
The actual config id used to process the request.
string service_config_id = 5;- Specified by:
getServiceConfigIdin interfaceCheckResponseOrBuilder- Returns:
- The serviceConfigId.
-
getServiceConfigIdBytes
public com.google.protobuf.ByteString getServiceConfigIdBytes()
The actual config id used to process the request.
string service_config_id = 5;- Specified by:
getServiceConfigIdBytesin interfaceCheckResponseOrBuilder- Returns:
- The bytes for serviceConfigId.
-
setServiceConfigId
public CheckResponse.Builder setServiceConfigId(String value)
The actual config id used to process the request.
string service_config_id = 5;- Parameters:
value- The serviceConfigId to set.- Returns:
- This builder for chaining.
-
clearServiceConfigId
public CheckResponse.Builder clearServiceConfigId()
The actual config id used to process the request.
string service_config_id = 5;- Returns:
- This builder for chaining.
-
setServiceConfigIdBytes
public CheckResponse.Builder setServiceConfigIdBytes(com.google.protobuf.ByteString value)
The actual config id used to process the request.
string service_config_id = 5;- Parameters:
value- The bytes for serviceConfigId to set.- Returns:
- This builder for chaining.
-
getServiceRolloutId
public String getServiceRolloutId()
The current service rollout id used to process the request.
string service_rollout_id = 11;- Specified by:
getServiceRolloutIdin interfaceCheckResponseOrBuilder- Returns:
- The serviceRolloutId.
-
getServiceRolloutIdBytes
public com.google.protobuf.ByteString getServiceRolloutIdBytes()
The current service rollout id used to process the request.
string service_rollout_id = 11;- Specified by:
getServiceRolloutIdBytesin interfaceCheckResponseOrBuilder- Returns:
- The bytes for serviceRolloutId.
-
setServiceRolloutId
public CheckResponse.Builder setServiceRolloutId(String value)
The current service rollout id used to process the request.
string service_rollout_id = 11;- Parameters:
value- The serviceRolloutId to set.- Returns:
- This builder for chaining.
-
clearServiceRolloutId
public CheckResponse.Builder clearServiceRolloutId()
The current service rollout id used to process the request.
string service_rollout_id = 11;- Returns:
- This builder for chaining.
-
setServiceRolloutIdBytes
public CheckResponse.Builder setServiceRolloutIdBytes(com.google.protobuf.ByteString value)
The current service rollout id used to process the request.
string service_rollout_id = 11;- Parameters:
value- The bytes for serviceRolloutId to set.- Returns:
- This builder for chaining.
-
hasCheckInfo
public boolean hasCheckInfo()
Feedback data returned from the server during processing a Check request.
.google.api.servicecontrol.v1.CheckResponse.CheckInfo check_info = 6;- Specified by:
hasCheckInfoin interfaceCheckResponseOrBuilder- Returns:
- Whether the checkInfo field is set.
-
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;- Specified by:
getCheckInfoin interfaceCheckResponseOrBuilder- Returns:
- The checkInfo.
-
setCheckInfo
public CheckResponse.Builder setCheckInfo(CheckResponse.CheckInfo value)
Feedback data returned from the server during processing a Check request.
.google.api.servicecontrol.v1.CheckResponse.CheckInfo check_info = 6;
-
setCheckInfo
public CheckResponse.Builder setCheckInfo(CheckResponse.CheckInfo.Builder builderForValue)
Feedback data returned from the server during processing a Check request.
.google.api.servicecontrol.v1.CheckResponse.CheckInfo check_info = 6;
-
mergeCheckInfo
public CheckResponse.Builder mergeCheckInfo(CheckResponse.CheckInfo value)
Feedback data returned from the server during processing a Check request.
.google.api.servicecontrol.v1.CheckResponse.CheckInfo check_info = 6;
-
clearCheckInfo
public CheckResponse.Builder clearCheckInfo()
Feedback data returned from the server during processing a Check request.
.google.api.servicecontrol.v1.CheckResponse.CheckInfo check_info = 6;
-
getCheckInfoBuilder
public CheckResponse.CheckInfo.Builder getCheckInfoBuilder()
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;- Specified by:
getCheckInfoOrBuilderin interfaceCheckResponseOrBuilder
-
setUnknownFields
public final CheckResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
setUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>
-
mergeUnknownFields
public final CheckResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFieldsin interfacecom.google.protobuf.Message.Builder- Overrides:
mergeUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>
-
-