Class Error.Builder (1.40.0)

public static final class Error.Builder extends GeneratedMessageV3.Builder<Error.Builder> implements ErrorOrBuilder

Represent a user-facing Error.

Protobuf type google.cloud.datastream.v1alpha1.Error

Implements

ErrorOrBuilder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Error.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Error.Builder
Overrides

build()

public Error build()
Returns
TypeDescription
Error

buildPartial()

public Error buildPartial()
Returns
TypeDescription
Error

clear()

public Error.Builder clear()
Returns
TypeDescription
Error.Builder
Overrides

clearDetails()

public Error.Builder clearDetails()
Returns
TypeDescription
Error.Builder

clearErrorTime()

public Error.Builder clearErrorTime()

The time when the error occurred.

.google.protobuf.Timestamp error_time = 4;

Returns
TypeDescription
Error.Builder

clearErrorUuid()

public Error.Builder clearErrorUuid()

A unique identifier for this specific error, allowing it to be traced throughout the system in logs and API responses.

string error_uuid = 2;

Returns
TypeDescription
Error.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public Error.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
Error.Builder
Overrides

clearMessage()

public Error.Builder clearMessage()

A message containing more information about the error that occurred.

string message = 3;

Returns
TypeDescription
Error.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Error.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
Error.Builder
Overrides

clearReason()

public Error.Builder clearReason()

A title that explains the reason for the error.

string reason = 1;

Returns
TypeDescription
Error.Builder

This builder for chaining.

clone()

public Error.Builder clone()
Returns
TypeDescription
Error.Builder
Overrides

containsDetails(String key)

public boolean containsDetails(String key)

Additional information about the error.

map<string, string> details = 5;

Parameter
NameDescription
keyString
Returns
TypeDescription
boolean

getDefaultInstanceForType()

public Error getDefaultInstanceForType()
Returns
TypeDescription
Error

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

getDetails() (deprecated)

public Map<String,String> getDetails()

Use #getDetailsMap() instead.

Returns
TypeDescription
Map<String,String>

getDetailsCount()

public int getDetailsCount()

Additional information about the error.

map<string, string> details = 5;

Returns
TypeDescription
int

getDetailsMap()

public Map<String,String> getDetailsMap()

Additional information about the error.

map<string, string> details = 5;

Returns
TypeDescription
Map<String,String>

getDetailsOrDefault(String key, String defaultValue)

public String getDetailsOrDefault(String key, String defaultValue)

Additional information about the error.

map<string, string> details = 5;

Parameters
NameDescription
keyString
defaultValueString
Returns
TypeDescription
String

getDetailsOrThrow(String key)

public String getDetailsOrThrow(String key)

Additional information about the error.

map<string, string> details = 5;

Parameter
NameDescription
keyString
Returns
TypeDescription
String

getErrorTime()

public Timestamp getErrorTime()

The time when the error occurred.

.google.protobuf.Timestamp error_time = 4;

Returns
TypeDescription
Timestamp

The errorTime.

getErrorTimeBuilder()

public Timestamp.Builder getErrorTimeBuilder()

The time when the error occurred.

.google.protobuf.Timestamp error_time = 4;

Returns
TypeDescription
Builder

getErrorTimeOrBuilder()

public TimestampOrBuilder getErrorTimeOrBuilder()

The time when the error occurred.

.google.protobuf.Timestamp error_time = 4;

Returns
TypeDescription
TimestampOrBuilder

getErrorUuid()

public String getErrorUuid()

A unique identifier for this specific error, allowing it to be traced throughout the system in logs and API responses.

string error_uuid = 2;

Returns
TypeDescription
String

The errorUuid.

getErrorUuidBytes()

public ByteString getErrorUuidBytes()

A unique identifier for this specific error, allowing it to be traced throughout the system in logs and API responses.

string error_uuid = 2;

Returns
TypeDescription
ByteString

The bytes for errorUuid.

getMessage()

public String getMessage()

A message containing more information about the error that occurred.

string message = 3;

Returns
TypeDescription
String

The message.

getMessageBytes()

public ByteString getMessageBytes()

A message containing more information about the error that occurred.

string message = 3;

Returns
TypeDescription
ByteString

The bytes for message.

getMutableDetails() (deprecated)

public Map<String,String> getMutableDetails()

Use alternate mutation accessors instead.

Returns
TypeDescription
Map<String,String>

getReason()

public String getReason()

A title that explains the reason for the error.

string reason = 1;

Returns
TypeDescription
String

The reason.

getReasonBytes()

public ByteString getReasonBytes()

A title that explains the reason for the error.

string reason = 1;

Returns
TypeDescription
ByteString

The bytes for reason.

hasErrorTime()

public boolean hasErrorTime()

The time when the error occurred.

.google.protobuf.Timestamp error_time = 4;

Returns
TypeDescription
boolean

Whether the errorTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)

internalGetMutableMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter
NameDescription
numberint
Returns
TypeDescription
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeErrorTime(Timestamp value)

public Error.Builder mergeErrorTime(Timestamp value)

The time when the error occurred.

.google.protobuf.Timestamp error_time = 4;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Error.Builder

mergeFrom(Error other)

public Error.Builder mergeFrom(Error other)
Parameter
NameDescription
otherError
Returns
TypeDescription
Error.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Error.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
Error.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public Error.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
Error.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Error.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Error.Builder
Overrides

putAllDetails(Map<String,String> values)

public Error.Builder putAllDetails(Map<String,String> values)

Additional information about the error.

map<string, string> details = 5;

Parameter
NameDescription
valuesMap<String,String>
Returns
TypeDescription
Error.Builder

putDetails(String key, String value)

public Error.Builder putDetails(String key, String value)

Additional information about the error.

map<string, string> details = 5;

Parameters
NameDescription
keyString
valueString
Returns
TypeDescription
Error.Builder

removeDetails(String key)

public Error.Builder removeDetails(String key)

Additional information about the error.

map<string, string> details = 5;

Parameter
NameDescription
keyString
Returns
TypeDescription
Error.Builder

setErrorTime(Timestamp value)

public Error.Builder setErrorTime(Timestamp value)

The time when the error occurred.

.google.protobuf.Timestamp error_time = 4;

Parameter
NameDescription
valueTimestamp
Returns
TypeDescription
Error.Builder

setErrorTime(Timestamp.Builder builderForValue)

public Error.Builder setErrorTime(Timestamp.Builder builderForValue)

The time when the error occurred.

.google.protobuf.Timestamp error_time = 4;

Parameter
NameDescription
builderForValueBuilder
Returns
TypeDescription
Error.Builder

setErrorUuid(String value)

public 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.

string error_uuid = 2;

Parameter
NameDescription
valueString

The errorUuid to set.

Returns
TypeDescription
Error.Builder

This builder for chaining.

setErrorUuidBytes(ByteString value)

public Error.Builder setErrorUuidBytes(ByteString value)

A unique identifier for this specific error, allowing it to be traced throughout the system in logs and API responses.

string error_uuid = 2;

Parameter
NameDescription
valueByteString

The bytes for errorUuid to set.

Returns
TypeDescription
Error.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public Error.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
Error.Builder
Overrides

setMessage(String value)

public Error.Builder setMessage(String value)

A message containing more information about the error that occurred.

string message = 3;

Parameter
NameDescription
valueString

The message to set.

Returns
TypeDescription
Error.Builder

This builder for chaining.

setMessageBytes(ByteString value)

public Error.Builder setMessageBytes(ByteString value)

A message containing more information about the error that occurred.

string message = 3;

Parameter
NameDescription
valueByteString

The bytes for message to set.

Returns
TypeDescription
Error.Builder

This builder for chaining.

setReason(String value)

public Error.Builder setReason(String value)

A title that explains the reason for the error.

string reason = 1;

Parameter
NameDescription
valueString

The reason to set.

Returns
TypeDescription
Error.Builder

This builder for chaining.

setReasonBytes(ByteString value)

public Error.Builder setReasonBytes(ByteString value)

A title that explains the reason for the error.

string reason = 1;

Parameter
NameDescription
valueByteString

The bytes for reason to set.

Returns
TypeDescription
Error.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public Error.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
Error.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final Error.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
Error.Builder
Overrides