public final class ReportResponse extends GeneratedMessageV3 implements ReportResponseOrBuilder
Response message for the Report method.
Protobuf type google.api.servicecontrol.v1.ReportResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
REPORT_ERRORS_FIELD_NUMBER
public static final int REPORT_ERRORS_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SERVICE_CONFIG_ID_FIELD_NUMBER
public static final int SERVICE_CONFIG_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
SERVICE_ROLLOUT_ID_FIELD_NUMBER
public static final int SERVICE_ROLLOUT_ID_FIELD_NUMBER
Field Value |
Type |
Description |
int |
|
Static Methods
getDefaultInstance()
public static ReportResponse getDefaultInstance()
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
newBuilder()
public static ReportResponse.Builder newBuilder()
newBuilder(ReportResponse prototype)
public static ReportResponse.Builder newBuilder(ReportResponse prototype)
public static ReportResponse parseDelimitedFrom(InputStream input)
public static ReportResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(byte[] data)
public static ReportResponse parseFrom(byte[] data)
Parameter |
Name |
Description |
data |
byte[]
|
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static ReportResponse parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteString data)
public static ReportResponse parseFrom(ByteString data)
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReportResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static ReportResponse parseFrom(CodedInputStream input)
public static ReportResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static ReportResponse parseFrom(InputStream input)
public static ReportResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
parseFrom(ByteBuffer data)
public static ReportResponse parseFrom(ByteBuffer data)
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static ReportResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
parser()
public static Parser<ReportResponse> parser()
Methods
equals(Object obj)
public boolean equals(Object obj)
Parameter |
Name |
Description |
obj |
Object
|
Overrides
getDefaultInstanceForType()
public ReportResponse getDefaultInstanceForType()
getParserForType()
public Parser<ReportResponse> getParserForType()
Overrides
getReportErrors(int index)
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:
- 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.
- 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.
- 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;
Parameter |
Name |
Description |
index |
int
|
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:
- 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.
- 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.
- 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;
Returns |
Type |
Description |
int |
|
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:
- 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.
- 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.
- 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(int index)
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:
- 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.
- 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.
- 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;
Parameter |
Name |
Description |
index |
int
|
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:
- 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.
- 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.
- 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;
Returns |
Type |
Description |
List<? extends com.google.api.servicecontrol.v1.ReportResponse.ReportErrorOrBuilder> |
|
getSerializedSize()
public int getSerializedSize()
Returns |
Type |
Description |
int |
|
Overrides
getServiceConfigId()
public String getServiceConfigId()
The actual config id used to process the request.
string service_config_id = 2;
Returns |
Type |
Description |
String |
The serviceConfigId.
|
getServiceConfigIdBytes()
public ByteString getServiceConfigIdBytes()
The actual config id used to process the request.
string service_config_id = 2;
Returns |
Type |
Description |
ByteString |
The bytes for serviceConfigId.
|
getServiceRolloutId()
public String getServiceRolloutId()
The current service rollout id used to process the request.
string service_rollout_id = 4;
Returns |
Type |
Description |
String |
The serviceRolloutId.
|
getServiceRolloutIdBytes()
public ByteString getServiceRolloutIdBytes()
The current service rollout id used to process the request.
string service_rollout_id = 4;
Returns |
Type |
Description |
ByteString |
The bytes for serviceRolloutId.
|
hashCode()
Returns |
Type |
Description |
int |
|
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
newBuilderForType()
public ReportResponse.Builder newBuilderForType()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected ReportResponse.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Returns |
Type |
Description |
Object |
|
Overrides
toBuilder()
public ReportResponse.Builder toBuilder()
writeTo(CodedOutputStream output)
public void writeTo(CodedOutputStream output)
Overrides