| Modifier and Type | Method and Description |
|---|---|
Error.Builder |
BackfillJob.Builder.addErrorsBuilder()
Output only.
|
Error.Builder |
StreamObject.Builder.addErrorsBuilder()
Output only.
|
Error.Builder |
Stream.Builder.addErrorsBuilder()
Output only.
|
Error.Builder |
BackfillJob.Builder.addErrorsBuilder(int index)
Output only.
|
Error.Builder |
StreamObject.Builder.addErrorsBuilder(int index)
Output only.
|
Error.Builder |
Stream.Builder.addErrorsBuilder(int index)
Output only.
|
Error.Builder |
Error.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Error.Builder |
Error.Builder.clear() |
Error.Builder |
Error.Builder.clearDetails() |
Error.Builder |
Error.Builder.clearErrorTime()
The time when the error occurred.
|
Error.Builder |
Error.Builder.clearErrorUuid()
A unique identifier for this specific error,
allowing it to be traced throughout the system in logs and API responses.
|
Error.Builder |
Error.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Error.Builder |
Error.Builder.clearMessage()
A message containing more information about the error that occurred.
|
Error.Builder |
Error.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Error.Builder |
Error.Builder.clearReason()
A title that explains the reason for the error.
|
Error.Builder |
Error.Builder.clone() |
Error.Builder |
PrivateConnection.Builder.getErrorBuilder()
Output only.
|
Error.Builder |
BackfillJob.Builder.getErrorsBuilder(int index)
Output only.
|
Error.Builder |
StreamObject.Builder.getErrorsBuilder(int index)
Output only.
|
Error.Builder |
Stream.Builder.getErrorsBuilder(int index)
Output only.
|
Error.Builder |
Error.Builder.mergeErrorTime(com.google.protobuf.Timestamp value)
The time when the error occurred.
|
Error.Builder |
Error.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Error.Builder |
Error.Builder.mergeFrom(Error other) |
Error.Builder |
Error.Builder.mergeFrom(com.google.protobuf.Message other) |
Error.Builder |
Error.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Error.Builder |
Error.newBuilder() |
static Error.Builder |
Error.newBuilder(Error prototype) |
Error.Builder |
Error.newBuilderForType() |
protected Error.Builder |
Error.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Error.Builder |
Error.Builder.putAllDetails(Map<String,String> values)
Additional information about the error.
|
Error.Builder |
Error.Builder.putDetails(String key,
String value)
Additional information about the error.
|
Error.Builder |
Error.Builder.removeDetails(String key)
Additional information about the error.
|
Error.Builder |
Error.Builder.setErrorTime(com.google.protobuf.Timestamp.Builder builderForValue)
The time when the error occurred.
|
Error.Builder |
Error.Builder.setErrorTime(com.google.protobuf.Timestamp value)
The time when the error occurred.
|
Error.Builder |
Error.Builder.setErrorUuid(String value)
A unique identifier for this specific error,
allowing it to be traced throughout the system in logs and API responses.
|
Error.Builder |
Error.Builder.setErrorUuidBytes(com.google.protobuf.ByteString value)
A unique identifier for this specific error,
allowing it to be traced throughout the system in logs and API responses.
|
Error.Builder |
Error.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Error.Builder |
Error.Builder.setMessage(String value)
A message containing more information about the error that occurred.
|
Error.Builder |
Error.Builder.setMessageBytes(com.google.protobuf.ByteString value)
A message containing more information about the error that occurred.
|
Error.Builder |
Error.Builder.setReason(String value)
A title that explains the reason for the error.
|
Error.Builder |
Error.Builder.setReasonBytes(com.google.protobuf.ByteString value)
A title that explains the reason for the error.
|
Error.Builder |
Error.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Error.Builder |
Error.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Error.Builder |
Error.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Error.Builder> |
BackfillJob.Builder.getErrorsBuilderList()
Output only.
|
List<Error.Builder> |
StreamObject.Builder.getErrorsBuilderList()
Output only.
|
List<Error.Builder> |
Stream.Builder.getErrorsBuilderList()
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
BackfillJob.Builder |
BackfillJob.Builder.addErrors(Error.Builder builderForValue)
Output only.
|
StreamObject.Builder |
StreamObject.Builder.addErrors(Error.Builder builderForValue)
Output only.
|
Stream.Builder |
Stream.Builder.addErrors(Error.Builder builderForValue)
Output only.
|
BackfillJob.Builder |
BackfillJob.Builder.addErrors(int index,
Error.Builder builderForValue)
Output only.
|
StreamObject.Builder |
StreamObject.Builder.addErrors(int index,
Error.Builder builderForValue)
Output only.
|
Stream.Builder |
Stream.Builder.addErrors(int index,
Error.Builder builderForValue)
Output only.
|
PrivateConnection.Builder |
PrivateConnection.Builder.setError(Error.Builder builderForValue)
Output only.
|
BackfillJob.Builder |
BackfillJob.Builder.setErrors(int index,
Error.Builder builderForValue)
Output only.
|
StreamObject.Builder |
StreamObject.Builder.setErrors(int index,
Error.Builder builderForValue)
Output only.
|
Stream.Builder |
Stream.Builder.setErrors(int index,
Error.Builder builderForValue)
Output only.
|
Copyright © 2022 Google LLC. All rights reserved.