public static final class ReportResponse.Builder extends com.google.protobuf.GeneratedMessage.Builder<ReportResponse.Builder> implements ReportResponseOrBuilder
Response message for the Report method.Protobuf type
google.api.servicecontrol.v1.ReportResponse| Modifier and Type | Method and Description |
|---|---|
ReportResponse.Builder |
addAllReportErrors(java.lang.Iterable<? extends ReportResponse.ReportError> values)
Partial failures, one for each `Operation` in the request that failed
processing.
|
ReportResponse.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
ReportResponse.Builder |
addReportErrors(int index,
ReportResponse.ReportError.Builder builderForValue)
Partial failures, one for each `Operation` in the request that failed
processing.
|
ReportResponse.Builder |
addReportErrors(int index,
ReportResponse.ReportError value)
Partial failures, one for each `Operation` in the request that failed
processing.
|
ReportResponse.Builder |
addReportErrors(ReportResponse.ReportError.Builder builderForValue)
Partial failures, one for each `Operation` in the request that failed
processing.
|
ReportResponse.Builder |
addReportErrors(ReportResponse.ReportError value)
Partial failures, one for each `Operation` in the request that failed
processing.
|
ReportResponse.ReportError.Builder |
addReportErrorsBuilder()
Partial failures, one for each `Operation` in the request that failed
processing.
|
ReportResponse.ReportError.Builder |
addReportErrorsBuilder(int index)
Partial failures, one for each `Operation` in the request that failed
processing.
|
ReportResponse |
build() |
ReportResponse |
buildPartial() |
ReportResponse.Builder |
clear() |
ReportResponse.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ReportResponse.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ReportResponse.Builder |
clearReportErrors()
Partial failures, one for each `Operation` in the request that failed
processing.
|
ReportResponse.Builder |
clearServiceConfigId()
The actual config id used to process the request.
|
ReportResponse.Builder |
clone() |
ReportResponse |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
ReportResponse.ReportError |
getReportErrors(int index)
Partial failures, one for each `Operation` in the request that failed
processing.
|
ReportResponse.ReportError.Builder |
getReportErrorsBuilder(int index)
Partial failures, one for each `Operation` in the request that failed
processing.
|
java.util.List<ReportResponse.ReportError.Builder> |
getReportErrorsBuilderList()
Partial failures, one for each `Operation` in the request that failed
processing.
|
int |
getReportErrorsCount()
Partial failures, one for each `Operation` in the request that failed
processing.
|
java.util.List<ReportResponse.ReportError> |
getReportErrorsList()
Partial failures, one for each `Operation` in the request that failed
processing.
|
ReportResponse.ReportErrorOrBuilder |
getReportErrorsOrBuilder(int index)
Partial failures, one for each `Operation` in the request that failed
processing.
|
java.util.List<? extends ReportResponse.ReportErrorOrBuilder> |
getReportErrorsOrBuilderList()
Partial failures, one for each `Operation` in the request that failed
processing.
|
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.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
ReportResponse.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ReportResponse.Builder |
mergeFrom(com.google.protobuf.Message other) |
ReportResponse.Builder |
mergeFrom(ReportResponse other) |
ReportResponse.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ReportResponse.Builder |
removeReportErrors(int index)
Partial failures, one for each `Operation` in the request that failed
processing.
|
ReportResponse.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
java.lang.Object value) |
ReportResponse.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
java.lang.Object value) |
ReportResponse.Builder |
setReportErrors(int index,
ReportResponse.ReportError.Builder builderForValue)
Partial failures, one for each `Operation` in the request that failed
processing.
|
ReportResponse.Builder |
setReportErrors(int index,
ReportResponse.ReportError value)
Partial failures, one for each `Operation` in the request that failed
processing.
|
ReportResponse.Builder |
setServiceConfigId(java.lang.String value)
The actual config id used to process the request.
|
ReportResponse.Builder |
setServiceConfigIdBytes(com.google.protobuf.ByteString value)
The actual config id used to process the request.
|
ReportResponse.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.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ReportResponse.Builder>public ReportResponse.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessage.Builder<ReportResponse.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.GeneratedMessage.Builder<ReportResponse.Builder>public ReportResponse getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic ReportResponse build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic ReportResponse buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic ReportResponse.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessage.Builder<ReportResponse.Builder>public ReportResponse.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.GeneratedMessage.Builder<ReportResponse.Builder>public ReportResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessage.Builder<ReportResponse.Builder>public ReportResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessage.Builder<ReportResponse.Builder>public ReportResponse.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.GeneratedMessage.Builder<ReportResponse.Builder>public ReportResponse.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.GeneratedMessage.Builder<ReportResponse.Builder>public ReportResponse.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<ReportResponse.Builder>public ReportResponse.Builder mergeFrom(ReportResponse other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessage.Builder<ReportResponse.Builder>public ReportResponse.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<ReportResponse.Builder>java.io.IOExceptionpublic java.util.List<ReportResponse.ReportError> getReportErrorsList()
Partial failures, one for each `Operation` in the request that failed
processing. There are three possible combinations of the RPC status:
1. The combination of a successful RPC status and an empty `report_errors`
list indicates a complete success where all `Operations` in the
request are processed successfully.
2. The combination of a successful RPC status and a non-empty
`report_errors` list indicates a partial success where some
`Operations` in the request succeeded. Each
`Operation` that failed processing has a corresponding item
in this list.
3. A failed RPC status indicates a complete failure where none of the
`Operations` in the request succeeded.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;getReportErrorsList in interface ReportResponseOrBuilderpublic int getReportErrorsCount()
Partial failures, one for each `Operation` in the request that failed
processing. There are three possible combinations of the RPC status:
1. The combination of a successful RPC status and an empty `report_errors`
list indicates a complete success where all `Operations` in the
request are processed successfully.
2. The combination of a successful RPC status and a non-empty
`report_errors` list indicates a partial success where some
`Operations` in the request succeeded. Each
`Operation` that failed processing has a corresponding item
in this list.
3. A failed RPC status indicates a complete failure where none of the
`Operations` in the request succeeded.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;getReportErrorsCount in interface ReportResponseOrBuilderpublic ReportResponse.ReportError getReportErrors(int index)
Partial failures, one for each `Operation` in the request that failed
processing. There are three possible combinations of the RPC status:
1. The combination of a successful RPC status and an empty `report_errors`
list indicates a complete success where all `Operations` in the
request are processed successfully.
2. The combination of a successful RPC status and a non-empty
`report_errors` list indicates a partial success where some
`Operations` in the request succeeded. Each
`Operation` that failed processing has a corresponding item
in this list.
3. A failed RPC status indicates a complete failure where none of the
`Operations` in the request succeeded.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;getReportErrors in interface ReportResponseOrBuilderpublic ReportResponse.Builder setReportErrors(int index, ReportResponse.ReportError value)
Partial failures, one for each `Operation` in the request that failed
processing. There are three possible combinations of the RPC status:
1. The combination of a successful RPC status and an empty `report_errors`
list indicates a complete success where all `Operations` in the
request are processed successfully.
2. The combination of a successful RPC status and a non-empty
`report_errors` list indicates a partial success where some
`Operations` in the request succeeded. Each
`Operation` that failed processing has a corresponding item
in this list.
3. A failed RPC status indicates a complete failure where none of the
`Operations` in the request succeeded.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;public ReportResponse.Builder setReportErrors(int index, ReportResponse.ReportError.Builder builderForValue)
Partial failures, one for each `Operation` in the request that failed
processing. There are three possible combinations of the RPC status:
1. The combination of a successful RPC status and an empty `report_errors`
list indicates a complete success where all `Operations` in the
request are processed successfully.
2. The combination of a successful RPC status and a non-empty
`report_errors` list indicates a partial success where some
`Operations` in the request succeeded. Each
`Operation` that failed processing has a corresponding item
in this list.
3. A failed RPC status indicates a complete failure where none of the
`Operations` in the request succeeded.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;public ReportResponse.Builder addReportErrors(ReportResponse.ReportError value)
Partial failures, one for each `Operation` in the request that failed
processing. There are three possible combinations of the RPC status:
1. The combination of a successful RPC status and an empty `report_errors`
list indicates a complete success where all `Operations` in the
request are processed successfully.
2. The combination of a successful RPC status and a non-empty
`report_errors` list indicates a partial success where some
`Operations` in the request succeeded. Each
`Operation` that failed processing has a corresponding item
in this list.
3. A failed RPC status indicates a complete failure where none of the
`Operations` in the request succeeded.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;public ReportResponse.Builder addReportErrors(int index, ReportResponse.ReportError value)
Partial failures, one for each `Operation` in the request that failed
processing. There are three possible combinations of the RPC status:
1. The combination of a successful RPC status and an empty `report_errors`
list indicates a complete success where all `Operations` in the
request are processed successfully.
2. The combination of a successful RPC status and a non-empty
`report_errors` list indicates a partial success where some
`Operations` in the request succeeded. Each
`Operation` that failed processing has a corresponding item
in this list.
3. A failed RPC status indicates a complete failure where none of the
`Operations` in the request succeeded.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;public ReportResponse.Builder addReportErrors(ReportResponse.ReportError.Builder builderForValue)
Partial failures, one for each `Operation` in the request that failed
processing. There are three possible combinations of the RPC status:
1. The combination of a successful RPC status and an empty `report_errors`
list indicates a complete success where all `Operations` in the
request are processed successfully.
2. The combination of a successful RPC status and a non-empty
`report_errors` list indicates a partial success where some
`Operations` in the request succeeded. Each
`Operation` that failed processing has a corresponding item
in this list.
3. A failed RPC status indicates a complete failure where none of the
`Operations` in the request succeeded.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;public ReportResponse.Builder addReportErrors(int index, ReportResponse.ReportError.Builder builderForValue)
Partial failures, one for each `Operation` in the request that failed
processing. There are three possible combinations of the RPC status:
1. The combination of a successful RPC status and an empty `report_errors`
list indicates a complete success where all `Operations` in the
request are processed successfully.
2. The combination of a successful RPC status and a non-empty
`report_errors` list indicates a partial success where some
`Operations` in the request succeeded. Each
`Operation` that failed processing has a corresponding item
in this list.
3. A failed RPC status indicates a complete failure where none of the
`Operations` in the request succeeded.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;public ReportResponse.Builder addAllReportErrors(java.lang.Iterable<? extends ReportResponse.ReportError> values)
Partial failures, one for each `Operation` in the request that failed
processing. There are three possible combinations of the RPC status:
1. The combination of a successful RPC status and an empty `report_errors`
list indicates a complete success where all `Operations` in the
request are processed successfully.
2. The combination of a successful RPC status and a non-empty
`report_errors` list indicates a partial success where some
`Operations` in the request succeeded. Each
`Operation` that failed processing has a corresponding item
in this list.
3. A failed RPC status indicates a complete failure where none of the
`Operations` in the request succeeded.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;public ReportResponse.Builder clearReportErrors()
Partial failures, one for each `Operation` in the request that failed
processing. There are three possible combinations of the RPC status:
1. The combination of a successful RPC status and an empty `report_errors`
list indicates a complete success where all `Operations` in the
request are processed successfully.
2. The combination of a successful RPC status and a non-empty
`report_errors` list indicates a partial success where some
`Operations` in the request succeeded. Each
`Operation` that failed processing has a corresponding item
in this list.
3. A failed RPC status indicates a complete failure where none of the
`Operations` in the request succeeded.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;public ReportResponse.Builder removeReportErrors(int index)
Partial failures, one for each `Operation` in the request that failed
processing. There are three possible combinations of the RPC status:
1. The combination of a successful RPC status and an empty `report_errors`
list indicates a complete success where all `Operations` in the
request are processed successfully.
2. The combination of a successful RPC status and a non-empty
`report_errors` list indicates a partial success where some
`Operations` in the request succeeded. Each
`Operation` that failed processing has a corresponding item
in this list.
3. A failed RPC status indicates a complete failure where none of the
`Operations` in the request succeeded.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;public ReportResponse.ReportError.Builder getReportErrorsBuilder(int index)
Partial failures, one for each `Operation` in the request that failed
processing. There are three possible combinations of the RPC status:
1. The combination of a successful RPC status and an empty `report_errors`
list indicates a complete success where all `Operations` in the
request are processed successfully.
2. The combination of a successful RPC status and a non-empty
`report_errors` list indicates a partial success where some
`Operations` in the request succeeded. Each
`Operation` that failed processing has a corresponding item
in this list.
3. A failed RPC status indicates a complete failure where none of the
`Operations` in the request succeeded.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;public ReportResponse.ReportErrorOrBuilder getReportErrorsOrBuilder(int index)
Partial failures, one for each `Operation` in the request that failed
processing. There are three possible combinations of the RPC status:
1. The combination of a successful RPC status and an empty `report_errors`
list indicates a complete success where all `Operations` in the
request are processed successfully.
2. The combination of a successful RPC status and a non-empty
`report_errors` list indicates a partial success where some
`Operations` in the request succeeded. Each
`Operation` that failed processing has a corresponding item
in this list.
3. A failed RPC status indicates a complete failure where none of the
`Operations` in the request succeeded.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;getReportErrorsOrBuilder in interface ReportResponseOrBuilderpublic java.util.List<? extends ReportResponse.ReportErrorOrBuilder> getReportErrorsOrBuilderList()
Partial failures, one for each `Operation` in the request that failed
processing. There are three possible combinations of the RPC status:
1. The combination of a successful RPC status and an empty `report_errors`
list indicates a complete success where all `Operations` in the
request are processed successfully.
2. The combination of a successful RPC status and a non-empty
`report_errors` list indicates a partial success where some
`Operations` in the request succeeded. Each
`Operation` that failed processing has a corresponding item
in this list.
3. A failed RPC status indicates a complete failure where none of the
`Operations` in the request succeeded.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;getReportErrorsOrBuilderList in interface ReportResponseOrBuilderpublic ReportResponse.ReportError.Builder addReportErrorsBuilder()
Partial failures, one for each `Operation` in the request that failed
processing. There are three possible combinations of the RPC status:
1. The combination of a successful RPC status and an empty `report_errors`
list indicates a complete success where all `Operations` in the
request are processed successfully.
2. The combination of a successful RPC status and a non-empty
`report_errors` list indicates a partial success where some
`Operations` in the request succeeded. Each
`Operation` that failed processing has a corresponding item
in this list.
3. A failed RPC status indicates a complete failure where none of the
`Operations` in the request succeeded.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;public ReportResponse.ReportError.Builder addReportErrorsBuilder(int index)
Partial failures, one for each `Operation` in the request that failed
processing. There are three possible combinations of the RPC status:
1. The combination of a successful RPC status and an empty `report_errors`
list indicates a complete success where all `Operations` in the
request are processed successfully.
2. The combination of a successful RPC status and a non-empty
`report_errors` list indicates a partial success where some
`Operations` in the request succeeded. Each
`Operation` that failed processing has a corresponding item
in this list.
3. A failed RPC status indicates a complete failure where none of the
`Operations` in the request succeeded.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;public java.util.List<ReportResponse.ReportError.Builder> getReportErrorsBuilderList()
Partial failures, one for each `Operation` in the request that failed
processing. There are three possible combinations of the RPC status:
1. The combination of a successful RPC status and an empty `report_errors`
list indicates a complete success where all `Operations` in the
request are processed successfully.
2. The combination of a successful RPC status and a non-empty
`report_errors` list indicates a partial success where some
`Operations` in the request succeeded. Each
`Operation` that failed processing has a corresponding item
in this list.
3. A failed RPC status indicates a complete failure where none of the
`Operations` in the request succeeded.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;public java.lang.String getServiceConfigId()
The actual config id used to process the request.
optional string service_config_id = 2;getServiceConfigId in interface ReportResponseOrBuilderpublic com.google.protobuf.ByteString getServiceConfigIdBytes()
The actual config id used to process the request.
optional string service_config_id = 2;getServiceConfigIdBytes in interface ReportResponseOrBuilderpublic ReportResponse.Builder setServiceConfigId(java.lang.String value)
The actual config id used to process the request.
optional string service_config_id = 2;public ReportResponse.Builder clearServiceConfigId()
The actual config id used to process the request.
optional string service_config_id = 2;public ReportResponse.Builder setServiceConfigIdBytes(com.google.protobuf.ByteString value)
The actual config id used to process the request.
optional string service_config_id = 2;public final ReportResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessage.Builder<ReportResponse.Builder>public final ReportResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessage.Builder<ReportResponse.Builder>