Class Error.Builder (1.42.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
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public Error.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
Error.Builder
Overrides

build()

public Error build()
Returns
Type Description
Error

buildPartial()

public Error buildPartial()
Returns
Type Description
Error

clear()

public Error.Builder clear()
Returns
Type Description
Error.Builder
Overrides

clearDetails()

public Error.Builder clearDetails()
Returns
Type Description
Error.Builder

clearErrorTime()

public Error.Builder clearErrorTime()

The time when the error occurred.

.google.protobuf.Timestamp error_time = 4;

Returns
Type Description
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
Type Description
Error.Builder

This builder for chaining.

clearField(Descriptors.FieldDescriptor field)

public Error.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
Error.Builder
Overrides

clearMessage()

public Error.Builder clearMessage()

A message containing more information about the error that occurred.

string message = 3;

Returns
Type Description
Error.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public Error.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
Error.Builder
Overrides

clearReason()

public Error.Builder clearReason()

A title that explains the reason for the error.

string reason = 1;

Returns
Type Description
Error.Builder

This builder for chaining.

clone()

public Error.Builder clone()
Returns
Type Description
Error.Builder
Overrides

containsDetails(String key)

public boolean containsDetails(String key)

Additional information about the error.

map<string, string> details = 5;

Parameter
Name Description
key String
Returns
Type Description
boolean

getDefaultInstanceForType()

public Error getDefaultInstanceForType()
Returns
Type Description
Error

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getDetails() (deprecated)

public Map<String,String> getDetails()

Use #getDetailsMap() instead.

Returns
Type Description
Map<String,String>

getDetailsCount()

public int getDetailsCount()

Additional information about the error.

map<string, string> details = 5;

Returns
Type Description
int

getDetailsMap()

public Map<String,String> getDetailsMap()

Additional information about the error.

map<string, string> details = 5;

Returns
Type Description
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
Name Description
key String
defaultValue String
Returns
Type Description
String

getDetailsOrThrow(String key)

public String getDetailsOrThrow(String key)

Additional information about the error.

map<string, string> details = 5;

Parameter
Name Description
key String
Returns
Type Description
String

getErrorTime()

public Timestamp getErrorTime()

The time when the error occurred.

.google.protobuf.Timestamp error_time = 4;

Returns
Type Description
Timestamp

The errorTime.

getErrorTimeBuilder()

public Timestamp.Builder getErrorTimeBuilder()

The time when the error occurred.

.google.protobuf.Timestamp error_time = 4;

Returns
Type Description
Builder

getErrorTimeOrBuilder()

public TimestampOrBuilder getErrorTimeOrBuilder()

The time when the error occurred.

.google.protobuf.Timestamp error_time = 4;

Returns
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for errorUuid.

getMessage()

public String getMessage()

A message containing more information about the error that occurred.

string message = 3;

Returns
Type Description
String

The message.

getMessageBytes()

public ByteString getMessageBytes()

A message containing more information about the error that occurred.

string message = 3;

Returns
Type Description
ByteString

The bytes for message.

getMutableDetails() (deprecated)

public Map<String,String> getMutableDetails()

Use alternate mutation accessors instead.

Returns
Type Description
Map<String,String>

getReason()

public String getReason()

A title that explains the reason for the error.

string reason = 1;

Returns
Type Description
String

The reason.

getReasonBytes()

public ByteString getReasonBytes()

A title that explains the reason for the error.

string reason = 1;

Returns
Type Description
ByteString

The bytes for reason.

hasErrorTime()

public boolean hasErrorTime()

The time when the error occurred.

.google.protobuf.Timestamp error_time = 4;

Returns
Type Description
boolean

Whether the errorTime field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

internalGetMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)

internalGetMutableMapFieldReflection(int number)

protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
Parameter
Name Description
number int
Returns
Type Description
com.google.protobuf.MapFieldReflectionAccessor
Overrides
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeErrorTime(Timestamp value)

public Error.Builder mergeErrorTime(Timestamp value)

The time when the error occurred.

.google.protobuf.Timestamp error_time = 4;

Parameter
Name Description
value Timestamp
Returns
Type Description
Error.Builder

mergeFrom(Error other)

public Error.Builder mergeFrom(Error other)
Parameter
Name Description
other Error
Returns
Type Description
Error.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public Error.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
Error.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public Error.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
Error.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final Error.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
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
Name Description
values Map<String,String>
Returns
Type Description
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
Name Description
key String
value String
Returns
Type Description
Error.Builder

removeDetails(String key)

public Error.Builder removeDetails(String key)

Additional information about the error.

map<string, string> details = 5;

Parameter
Name Description
key String
Returns
Type Description
Error.Builder

setErrorTime(Timestamp value)

public Error.Builder setErrorTime(Timestamp value)

The time when the error occurred.

.google.protobuf.Timestamp error_time = 4;

Parameter
Name Description
value Timestamp
Returns
Type Description
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
Name Description
builderForValue Builder
Returns
Type Description
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
Name Description
value String

The errorUuid to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for errorUuid to set.

Returns
Type Description
Error.Builder

This builder for chaining.

setField(Descriptors.FieldDescriptor field, Object value)

public Error.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
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
Name Description
value String

The message to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for message to set.

Returns
Type Description
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
Name Description
value String

The reason to set.

Returns
Type Description
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
Name Description
value ByteString

The bytes for reason to set.

Returns
Type Description
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
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
Error.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final Error.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
Error.Builder
Overrides