public static final class CheckResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder> implements CheckResponseOrBuilder
Response message for the Check method.Protobuf type
google.api.servicecontrol.v1.CheckResponse| Modifier and Type | Method and Description |
|---|---|
CheckResponse.Builder |
addAllCheckErrors(java.lang.Iterable<? extends CheckError> values)
Indicate the decision of the check.
|
CheckResponse.Builder |
addCheckErrors(CheckError.Builder builderForValue)
Indicate the decision of the check.
|
CheckResponse.Builder |
addCheckErrors(CheckError value)
Indicate the decision of the check.
|
CheckResponse.Builder |
addCheckErrors(int index,
CheckError.Builder builderForValue)
Indicate the decision of the check.
|
CheckResponse.Builder |
addCheckErrors(int index,
CheckError value)
Indicate the decision of the check.
|
CheckError.Builder |
addCheckErrorsBuilder()
Indicate the decision of the check.
|
CheckError.Builder |
addCheckErrorsBuilder(int index)
Indicate the decision of the check.
|
CheckResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
CheckResponse |
build() |
CheckResponse |
buildPartial() |
CheckResponse.Builder |
clear() |
CheckResponse.Builder |
clearCheckErrors()
Indicate the decision of the check.
|
CheckResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
CheckResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
CheckResponse.Builder |
clearOperationId()
The same operation_id value used in the CheckRequest.
|
CheckResponse.Builder |
clearServiceConfigId()
The actual config id used to process the request.
|
CheckResponse.Builder |
clone() |
CheckError |
getCheckErrors(int index)
Indicate the decision of the check.
|
CheckError.Builder |
getCheckErrorsBuilder(int index)
Indicate the decision of the check.
|
java.util.List<CheckError.Builder> |
getCheckErrorsBuilderList()
Indicate the decision of the check.
|
int |
getCheckErrorsCount()
Indicate the decision of the check.
|
java.util.List<CheckError> |
getCheckErrorsList()
Indicate the decision of the check.
|
CheckErrorOrBuilder |
getCheckErrorsOrBuilder(int index)
Indicate the decision of the check.
|
java.util.List<? extends CheckErrorOrBuilder> |
getCheckErrorsOrBuilderList()
Indicate the decision of the check.
|
CheckResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
java.lang.String |
getOperationId()
The same operation_id value used in the CheckRequest.
|
com.google.protobuf.ByteString |
getOperationIdBytes()
The same operation_id value used in the CheckRequest.
|
java.lang.String |
getServiceConfigId()
The actual config id used to process the request.
|
com.google.protobuf.ByteString |
getServiceConfigIdBytes()
The actual config id used to process the request.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
CheckResponse.Builder |
mergeFrom(CheckResponse other) |
CheckResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
CheckResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
CheckResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
CheckResponse.Builder |
removeCheckErrors(int index)
Indicate the decision of the check.
|
CheckResponse.Builder |
setCheckErrors(int index,
CheckError.Builder builderForValue)
Indicate the decision of the check.
|
CheckResponse.Builder |
setCheckErrors(int index,
CheckError value)
Indicate the decision of the check.
|
CheckResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
CheckResponse.Builder |
setOperationId(java.lang.String value)
The same operation_id value used in the CheckRequest.
|
CheckResponse.Builder |
setOperationIdBytes(com.google.protobuf.ByteString value)
The same operation_id value used in the CheckRequest.
|
CheckResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
CheckResponse.Builder |
setServiceConfigId(java.lang.String value)
The actual config id used to process the request.
|
CheckResponse.Builder |
setServiceConfigIdBytes(com.google.protobuf.ByteString value)
The actual config id used to process the request.
|
CheckResponse.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, parseUnknownFieldfindInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>public CheckResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>public CheckResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic CheckResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic CheckResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic CheckResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>public CheckResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>public CheckResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>public CheckResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>public CheckResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, java.lang.Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>public CheckResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, java.lang.Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>public CheckResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CheckResponse.Builder>public CheckResponse.Builder mergeFrom(CheckResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>public CheckResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<CheckResponse.Builder>java.io.IOExceptionpublic java.lang.String getOperationId()
The same operation_id value used in the CheckRequest. Used for logging and diagnostics purposes.
string operation_id = 1;getOperationId in interface CheckResponseOrBuilderpublic com.google.protobuf.ByteString getOperationIdBytes()
The same operation_id value used in the CheckRequest. Used for logging and diagnostics purposes.
string operation_id = 1;getOperationIdBytes in interface CheckResponseOrBuilderpublic CheckResponse.Builder setOperationId(java.lang.String value)
The same operation_id value used in the CheckRequest. Used for logging and diagnostics purposes.
string operation_id = 1;public CheckResponse.Builder clearOperationId()
The same operation_id value used in the CheckRequest. Used for logging and diagnostics purposes.
string operation_id = 1;public CheckResponse.Builder setOperationIdBytes(com.google.protobuf.ByteString value)
The same operation_id value used in the CheckRequest. Used for logging and diagnostics purposes.
string operation_id = 1;public java.util.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;getCheckErrorsList in interface CheckResponseOrBuilderpublic 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;getCheckErrorsCount in interface CheckResponseOrBuilderpublic 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;getCheckErrors in interface CheckResponseOrBuilderpublic 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;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;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;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;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;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;public CheckResponse.Builder addAllCheckErrors(java.lang.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;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;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;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;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;getCheckErrorsOrBuilder in interface CheckResponseOrBuilderpublic java.util.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;getCheckErrorsOrBuilderList in interface CheckResponseOrBuilderpublic 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;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;public java.util.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;public java.lang.String getServiceConfigId()
The actual config id used to process the request.
string service_config_id = 5;getServiceConfigId in interface CheckResponseOrBuilderpublic com.google.protobuf.ByteString getServiceConfigIdBytes()
The actual config id used to process the request.
string service_config_id = 5;getServiceConfigIdBytes in interface CheckResponseOrBuilderpublic CheckResponse.Builder setServiceConfigId(java.lang.String value)
The actual config id used to process the request.
string service_config_id = 5;public CheckResponse.Builder clearServiceConfigId()
The actual config id used to process the request.
string service_config_id = 5;public CheckResponse.Builder setServiceConfigIdBytes(com.google.protobuf.ByteString value)
The actual config id used to process the request.
string service_config_id = 5;public final CheckResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>public final CheckResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<CheckResponse.Builder>