- 1.52.0 (latest)
- 1.51.0
- 1.50.0
- 1.48.0
- 1.47.0
- 1.46.0
- 1.45.0
- 1.44.0
- 1.43.0
- 1.42.0
- 1.41.0
- 1.40.0
- 1.39.0
- 1.38.0
- 1.36.0
- 1.35.0
- 1.34.0
- 1.33.0
- 1.32.0
- 1.31.0
- 1.30.0
- 1.29.0
- 1.28.0
- 1.27.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.0
- 1.12.0
- 1.11.0
- 1.10.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.2
- 1.1.1
- 1.0.0
- 0.4.2
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
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Error.BuilderImplements
ErrorOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Error.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Error.Builder |
build()
public Error build()
Type | Description |
Error |
buildPartial()
public Error buildPartial()
Type | Description |
Error |
clear()
public Error.Builder clear()
Type | Description |
Error.Builder |
clearDetails()
public Error.Builder clearDetails()
Type | Description |
Error.Builder |
clearErrorTime()
public Error.Builder clearErrorTime()
The time when the error occurred.
.google.protobuf.Timestamp error_time = 4;
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;
Type | Description |
Error.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public Error.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
Error.Builder |
clearMessage()
public Error.Builder clearMessage()
A message containing more information about the error that occurred.
string message = 3;
Type | Description |
Error.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public Error.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
Error.Builder |
clearReason()
public Error.Builder clearReason()
A title that explains the reason for the error.
string reason = 1;
Type | Description |
Error.Builder | This builder for chaining. |
clone()
public Error.Builder clone()
Type | Description |
Error.Builder |
containsDetails(String key)
public boolean containsDetails(String key)
Additional information about the error.
map<string, string> details = 5;
Name | Description |
key | String |
Type | Description |
boolean |
getDefaultInstanceForType()
public Error getDefaultInstanceForType()
Type | Description |
Error |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getDetails()
public Map<String,String> getDetails()
Use #getDetailsMap() instead.
Type | Description |
Map<String,String> |
getDetailsCount()
public int getDetailsCount()
Additional information about the error.
map<string, string> details = 5;
Type | Description |
int |
getDetailsMap()
public Map<String,String> getDetailsMap()
Additional information about the error.
map<string, string> details = 5;
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;
Name | Description |
key | String |
defaultValue | String |
Type | Description |
String |
getDetailsOrThrow(String key)
public String getDetailsOrThrow(String key)
Additional information about the error.
map<string, string> details = 5;
Name | Description |
key | String |
Type | Description |
String |
getErrorTime()
public Timestamp getErrorTime()
The time when the error occurred.
.google.protobuf.Timestamp error_time = 4;
Type | Description |
Timestamp | The errorTime. |
getErrorTimeBuilder()
public Timestamp.Builder getErrorTimeBuilder()
The time when the error occurred.
.google.protobuf.Timestamp error_time = 4;
Type | Description |
Builder |
getErrorTimeOrBuilder()
public TimestampOrBuilder getErrorTimeOrBuilder()
The time when the error occurred.
.google.protobuf.Timestamp error_time = 4;
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;
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;
Type | Description |
ByteString | The bytes for errorUuid. |
getMessage()
public String getMessage()
A message containing more information about the error that occurred.
string message = 3;
Type | Description |
String | The message. |
getMessageBytes()
public ByteString getMessageBytes()
A message containing more information about the error that occurred.
string message = 3;
Type | Description |
ByteString | The bytes for message. |
getMutableDetails()
public Map<String,String> getMutableDetails()
Use alternate mutation accessors instead.
Type | Description |
Map<String,String> |
getReason()
public String getReason()
A title that explains the reason for the error.
string reason = 1;
Type | Description |
String | The reason. |
getReasonBytes()
public ByteString getReasonBytes()
A title that explains the reason for the error.
string reason = 1;
Type | Description |
ByteString | The bytes for reason. |
hasErrorTime()
public boolean hasErrorTime()
The time when the error occurred.
.google.protobuf.Timestamp error_time = 4;
Type | Description |
boolean | Whether the errorTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
internalGetMapField(int number)
protected MapField internalGetMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
internalGetMutableMapField(int number)
protected MapField internalGetMutableMapField(int number)
Name | Description |
number | int |
Type | Description |
MapField |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeErrorTime(Timestamp value)
public Error.Builder mergeErrorTime(Timestamp value)
The time when the error occurred.
.google.protobuf.Timestamp error_time = 4;
Name | Description |
value | Timestamp |
Type | Description |
Error.Builder |
mergeFrom(Error other)
public Error.Builder mergeFrom(Error other)
Name | Description |
other | Error |
Type | Description |
Error.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Error.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
Error.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public Error.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
Error.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Error.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Error.Builder |
putAllDetails(Map<String,String> values)
public Error.Builder putAllDetails(Map<String,String> values)
Additional information about the error.
map<string, string> details = 5;
Name | Description |
values | Map<String,String> |
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;
Name | Description |
key | String |
value | String |
Type | Description |
Error.Builder |
removeDetails(String key)
public Error.Builder removeDetails(String key)
Additional information about the error.
map<string, string> details = 5;
Name | Description |
key | String |
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;
Name | Description |
value | Timestamp |
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;
Name | Description |
builderForValue | Builder |
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;
Name | Description |
value | String The errorUuid to set. |
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;
Name | Description |
value | ByteString The bytes for errorUuid to set. |
Type | Description |
Error.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public Error.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
Error.Builder |
setMessage(String value)
public Error.Builder setMessage(String value)
A message containing more information about the error that occurred.
string message = 3;
Name | Description |
value | String The message to set. |
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;
Name | Description |
value | ByteString The bytes for message to set. |
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;
Name | Description |
value | String The reason to set. |
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;
Name | Description |
value | ByteString The bytes for reason to set. |
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)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
Error.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final Error.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
Error.Builder |