public static final class ErrorDetails.Builder extends GeneratedMessage.Builder<ErrorDetails.Builder> implements ErrorDetailsOrBuilder
Error details in public error message for
DataprocMetastore.QueryMetadata.
Protobuf type google.cloud.metastore.v1alpha.ErrorDetails
Inherited Members
com.google.protobuf.GeneratedMessage.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessage.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessage.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
com.google.protobuf.GeneratedMessage.Builder.setUnknownFieldsProto3(com.google.protobuf.UnknownFieldSet)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public ErrorDetails build()
public ErrorDetails buildPartial()
public ErrorDetails.Builder clear()
Overrides
public ErrorDetails.Builder clearDetails()
public boolean containsDetails(String key)
Additional structured details about this error.
Keys define the failure items.
Value describes the exception or details of the item.
map<string, string> details = 1;
| Parameter |
| Name |
Description |
key |
String
|
public ErrorDetails getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public Map<String,String> getDetails()
public int getDetailsCount()
Additional structured details about this error.
Keys define the failure items.
Value describes the exception or details of the item.
map<string, string> details = 1;
| Returns |
| Type |
Description |
int |
|
public Map<String,String> getDetailsMap()
Additional structured details about this error.
Keys define the failure items.
Value describes the exception or details of the item.
map<string, string> details = 1;
public String getDetailsOrDefault(String key, String defaultValue)
Additional structured details about this error.
Keys define the failure items.
Value describes the exception or details of the item.
map<string, string> details = 1;
| Returns |
| Type |
Description |
String |
|
public String getDetailsOrThrow(String key)
Additional structured details about this error.
Keys define the failure items.
Value describes the exception or details of the item.
map<string, string> details = 1;
| Parameter |
| Name |
Description |
key |
String
|
| Returns |
| Type |
Description |
String |
|
public Map<String,String> getMutableDetails()
Use alternate mutation accessors instead.
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
protected MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
| Parameter |
| Name |
Description |
number |
int
|
| Returns |
| Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessage.Builder.internalGetMapFieldReflection(int)
protected MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
| Parameter |
| Name |
Description |
number |
int
|
| Returns |
| Type |
Description |
com.google.protobuf.MapFieldReflectionAccessor |
|
Overrides
com.google.protobuf.GeneratedMessage.Builder.internalGetMutableMapFieldReflection(int)
public final boolean isInitialized()
Overrides
public ErrorDetails.Builder mergeFrom(ErrorDetails other)
public ErrorDetails.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public ErrorDetails.Builder mergeFrom(Message other)
| Parameter |
| Name |
Description |
other |
Message
|
Overrides
public ErrorDetails.Builder putAllDetails(Map<String,String> values)
Additional structured details about this error.
Keys define the failure items.
Value describes the exception or details of the item.
map<string, string> details = 1;
public ErrorDetails.Builder putDetails(String key, String value)
Additional structured details about this error.
Keys define the failure items.
Value describes the exception or details of the item.
map<string, string> details = 1;
public ErrorDetails.Builder removeDetails(String key)
Additional structured details about this error.
Keys define the failure items.
Value describes the exception or details of the item.
map<string, string> details = 1;
| Parameter |
| Name |
Description |
key |
String
|