Package com.google.api.servicecontrol.v1
Class ReportResponse.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<ReportResponse.Builder>
-
- com.google.api.servicecontrol.v1.ReportResponse.Builder
-
- All Implemented Interfaces:
ReportResponseOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- ReportResponse
public static final class ReportResponse.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<ReportResponse.Builder> implements ReportResponseOrBuilder
Response message for the Report method.
Protobuf typegoogle.api.servicecontrol.v1.ReportResponse
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ReportResponse.Builder
addAllReportErrors(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, Object value)
ReportResponse.Builder
addReportErrors(int index, ReportResponse.ReportError value)
Partial failures, one for each `Operation` in the request that failed processing.ReportResponse.Builder
addReportErrors(int index, 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.Builder
addReportErrors(ReportResponse.ReportError.Builder builderForValue)
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
clearServiceRolloutId()
The current service rollout 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.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.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.List<? extends ReportResponse.ReportErrorOrBuilder>
getReportErrorsOrBuilderList()
Partial failures, one for each `Operation` in the request that failed processing.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.String
getServiceRolloutId()
The current service rollout id used to process the request.com.google.protobuf.ByteString
getServiceRolloutIdBytes()
The current service rollout id used to process the request.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
ReportResponse.Builder
mergeFrom(ReportResponse other)
ReportResponse.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
ReportResponse.Builder
mergeFrom(com.google.protobuf.Message 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, Object value)
ReportResponse.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
ReportResponse.Builder
setReportErrors(int index, ReportResponse.ReportError value)
Partial failures, one for each `Operation` in the request that failed processing.ReportResponse.Builder
setReportErrors(int index, ReportResponse.ReportError.Builder builderForValue)
Partial failures, one for each `Operation` in the request that failed processing.ReportResponse.Builder
setServiceConfigId(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
setServiceRolloutId(String value)
The current service rollout id used to process the request.ReportResponse.Builder
setServiceRolloutIdBytes(com.google.protobuf.ByteString value)
The current service rollout id used to process the request.ReportResponse.Builder
setUnknownFields(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:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReportResponse.Builder>
-
clear
public ReportResponse.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReportResponse.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReportResponse.Builder>
-
getDefaultInstanceForType
public ReportResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public ReportResponse build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public ReportResponse buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public ReportResponse.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReportResponse.Builder>
-
setField
public ReportResponse.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReportResponse.Builder>
-
clearField
public ReportResponse.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReportResponse.Builder>
-
clearOneof
public ReportResponse.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReportResponse.Builder>
-
setRepeatedField
public ReportResponse.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReportResponse.Builder>
-
addRepeatedField
public ReportResponse.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReportResponse.Builder>
-
mergeFrom
public ReportResponse.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ReportResponse.Builder>
-
mergeFrom
public ReportResponse.Builder mergeFrom(ReportResponse other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReportResponse.Builder>
-
mergeFrom
public ReportResponse.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<ReportResponse.Builder>
- Throws:
IOException
-
getReportErrorsList
public 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 general non-deterministic failure. When this happens, it's impossible to know which of the 'Operations' in the request succeeded or failed.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;
- Specified by:
getReportErrorsList
in interfaceReportResponseOrBuilder
-
getReportErrorsCount
public 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 general non-deterministic failure. When this happens, it's impossible to know which of the 'Operations' in the request succeeded or failed.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;
- Specified by:
getReportErrorsCount
in interfaceReportResponseOrBuilder
-
getReportErrors
public 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 general non-deterministic failure. When this happens, it's impossible to know which of the 'Operations' in the request succeeded or failed.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;
- Specified by:
getReportErrors
in interfaceReportResponseOrBuilder
-
setReportErrors
public 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 general non-deterministic failure. When this happens, it's impossible to know which of the 'Operations' in the request succeeded or failed.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;
-
setReportErrors
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 general non-deterministic failure. When this happens, it's impossible to know which of the 'Operations' in the request succeeded or failed.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;
-
addReportErrors
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 general non-deterministic failure. When this happens, it's impossible to know which of the 'Operations' in the request succeeded or failed.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;
-
addReportErrors
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 general non-deterministic failure. When this happens, it's impossible to know which of the 'Operations' in the request succeeded or failed.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;
-
addReportErrors
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 general non-deterministic failure. When this happens, it's impossible to know which of the 'Operations' in the request succeeded or failed.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;
-
addReportErrors
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 general non-deterministic failure. When this happens, it's impossible to know which of the 'Operations' in the request succeeded or failed.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;
-
addAllReportErrors
public ReportResponse.Builder addAllReportErrors(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 general non-deterministic failure. When this happens, it's impossible to know which of the 'Operations' in the request succeeded or failed.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;
-
clearReportErrors
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 general non-deterministic failure. When this happens, it's impossible to know which of the 'Operations' in the request succeeded or failed.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;
-
removeReportErrors
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 general non-deterministic failure. When this happens, it's impossible to know which of the 'Operations' in the request succeeded or failed.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;
-
getReportErrorsBuilder
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 general non-deterministic failure. When this happens, it's impossible to know which of the 'Operations' in the request succeeded or failed.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;
-
getReportErrorsOrBuilder
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 general non-deterministic failure. When this happens, it's impossible to know which of the 'Operations' in the request succeeded or failed.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;
- Specified by:
getReportErrorsOrBuilder
in interfaceReportResponseOrBuilder
-
getReportErrorsOrBuilderList
public 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 general non-deterministic failure. When this happens, it's impossible to know which of the 'Operations' in the request succeeded or failed.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;
- Specified by:
getReportErrorsOrBuilderList
in interfaceReportResponseOrBuilder
-
addReportErrorsBuilder
public 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 general non-deterministic failure. When this happens, it's impossible to know which of the 'Operations' in the request succeeded or failed.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;
-
addReportErrorsBuilder
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 general non-deterministic failure. When this happens, it's impossible to know which of the 'Operations' in the request succeeded or failed.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;
-
getReportErrorsBuilderList
public 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 general non-deterministic failure. When this happens, it's impossible to know which of the 'Operations' in the request succeeded or failed.
repeated .google.api.servicecontrol.v1.ReportResponse.ReportError report_errors = 1;
-
getServiceConfigId
public String getServiceConfigId()
The actual config id used to process the request.
string service_config_id = 2;
- Specified by:
getServiceConfigId
in interfaceReportResponseOrBuilder
- Returns:
- The serviceConfigId.
-
getServiceConfigIdBytes
public com.google.protobuf.ByteString getServiceConfigIdBytes()
The actual config id used to process the request.
string service_config_id = 2;
- Specified by:
getServiceConfigIdBytes
in interfaceReportResponseOrBuilder
- Returns:
- The bytes for serviceConfigId.
-
setServiceConfigId
public ReportResponse.Builder setServiceConfigId(String value)
The actual config id used to process the request.
string service_config_id = 2;
- Parameters:
value
- The serviceConfigId to set.- Returns:
- This builder for chaining.
-
clearServiceConfigId
public ReportResponse.Builder clearServiceConfigId()
The actual config id used to process the request.
string service_config_id = 2;
- Returns:
- This builder for chaining.
-
setServiceConfigIdBytes
public ReportResponse.Builder setServiceConfigIdBytes(com.google.protobuf.ByteString value)
The actual config id used to process the request.
string service_config_id = 2;
- 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 = 4;
- Specified by:
getServiceRolloutId
in interfaceReportResponseOrBuilder
- Returns:
- The serviceRolloutId.
-
getServiceRolloutIdBytes
public com.google.protobuf.ByteString getServiceRolloutIdBytes()
The current service rollout id used to process the request.
string service_rollout_id = 4;
- Specified by:
getServiceRolloutIdBytes
in interfaceReportResponseOrBuilder
- Returns:
- The bytes for serviceRolloutId.
-
setServiceRolloutId
public ReportResponse.Builder setServiceRolloutId(String value)
The current service rollout id used to process the request.
string service_rollout_id = 4;
- Parameters:
value
- The serviceRolloutId to set.- Returns:
- This builder for chaining.
-
clearServiceRolloutId
public ReportResponse.Builder clearServiceRolloutId()
The current service rollout id used to process the request.
string service_rollout_id = 4;
- Returns:
- This builder for chaining.
-
setServiceRolloutIdBytes
public ReportResponse.Builder setServiceRolloutIdBytes(com.google.protobuf.ByteString value)
The current service rollout id used to process the request.
string service_rollout_id = 4;
- Parameters:
value
- The bytes for serviceRolloutId to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final ReportResponse.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReportResponse.Builder>
-
mergeUnknownFields
public final ReportResponse.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<ReportResponse.Builder>
-
-