public static final class PreconditionFailure.Violation.Builder extends GeneratedMessageV3.Builder<PreconditionFailure.Violation.Builder> implements PreconditionFailure.ViolationOrBuilder
A message type used to describe a single precondition failure.
Protobuf type google.rpc.PreconditionFailure.Violation
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > PreconditionFailure.Violation.BuilderImplements
PreconditionFailure.ViolationOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PreconditionFailure.Violation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
PreconditionFailure.Violation.Builder |
build()
public PreconditionFailure.Violation build()
Type | Description |
PreconditionFailure.Violation |
buildPartial()
public PreconditionFailure.Violation buildPartial()
Type | Description |
PreconditionFailure.Violation |
clear()
public PreconditionFailure.Violation.Builder clear()
Type | Description |
PreconditionFailure.Violation.Builder |
clearDescription()
public PreconditionFailure.Violation.Builder clearDescription()
A description of how the precondition failed. Developers can use this description to understand how to fix the failure. For example: "Terms of service not accepted".
string description = 3;
Type | Description |
PreconditionFailure.Violation.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public PreconditionFailure.Violation.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
PreconditionFailure.Violation.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public PreconditionFailure.Violation.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
PreconditionFailure.Violation.Builder |
clearSubject()
public PreconditionFailure.Violation.Builder clearSubject()
The subject, relative to the type, that failed. For example, "google.com/cloud" relative to the "TOS" type would indicate which terms of service is being referenced.
string subject = 2;
Type | Description |
PreconditionFailure.Violation.Builder | This builder for chaining. |
clearType()
public PreconditionFailure.Violation.Builder clearType()
The type of PreconditionFailure. We recommend using a service-specific enum type to define the supported precondition violation subjects. For example, "TOS" for "Terms of Service violation".
string type = 1;
Type | Description |
PreconditionFailure.Violation.Builder | This builder for chaining. |
clone()
public PreconditionFailure.Violation.Builder clone()
Type | Description |
PreconditionFailure.Violation.Builder |
getDefaultInstanceForType()
public PreconditionFailure.Violation getDefaultInstanceForType()
Type | Description |
PreconditionFailure.Violation |
getDescription()
public String getDescription()
A description of how the precondition failed. Developers can use this description to understand how to fix the failure. For example: "Terms of service not accepted".
string description = 3;
Type | Description |
String | The description. |
getDescriptionBytes()
public ByteString getDescriptionBytes()
A description of how the precondition failed. Developers can use this description to understand how to fix the failure. For example: "Terms of service not accepted".
string description = 3;
Type | Description |
ByteString | The bytes for description. |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getSubject()
public String getSubject()
The subject, relative to the type, that failed. For example, "google.com/cloud" relative to the "TOS" type would indicate which terms of service is being referenced.
string subject = 2;
Type | Description |
String | The subject. |
getSubjectBytes()
public ByteString getSubjectBytes()
The subject, relative to the type, that failed. For example, "google.com/cloud" relative to the "TOS" type would indicate which terms of service is being referenced.
string subject = 2;
Type | Description |
ByteString | The bytes for subject. |
getType()
public String getType()
The type of PreconditionFailure. We recommend using a service-specific enum type to define the supported precondition violation subjects. For example, "TOS" for "Terms of Service violation".
string type = 1;
Type | Description |
String | The type. |
getTypeBytes()
public ByteString getTypeBytes()
The type of PreconditionFailure. We recommend using a service-specific enum type to define the supported precondition violation subjects. For example, "TOS" for "Terms of Service violation".
string type = 1;
Type | Description |
ByteString | The bytes for type. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PreconditionFailure.Violation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
PreconditionFailure.Violation.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public PreconditionFailure.Violation.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
PreconditionFailure.Violation.Builder |
mergeFrom(PreconditionFailure.Violation other)
public PreconditionFailure.Violation.Builder mergeFrom(PreconditionFailure.Violation other)
Name | Description |
other | PreconditionFailure.Violation |
Type | Description |
PreconditionFailure.Violation.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PreconditionFailure.Violation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
PreconditionFailure.Violation.Builder |
setDescription(String value)
public PreconditionFailure.Violation.Builder setDescription(String value)
A description of how the precondition failed. Developers can use this description to understand how to fix the failure. For example: "Terms of service not accepted".
string description = 3;
Name | Description |
value | String The description to set. |
Type | Description |
PreconditionFailure.Violation.Builder | This builder for chaining. |
setDescriptionBytes(ByteString value)
public PreconditionFailure.Violation.Builder setDescriptionBytes(ByteString value)
A description of how the precondition failed. Developers can use this description to understand how to fix the failure. For example: "Terms of service not accepted".
string description = 3;
Name | Description |
value | ByteString The bytes for description to set. |
Type | Description |
PreconditionFailure.Violation.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public PreconditionFailure.Violation.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
PreconditionFailure.Violation.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public PreconditionFailure.Violation.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
PreconditionFailure.Violation.Builder |
setSubject(String value)
public PreconditionFailure.Violation.Builder setSubject(String value)
The subject, relative to the type, that failed. For example, "google.com/cloud" relative to the "TOS" type would indicate which terms of service is being referenced.
string subject = 2;
Name | Description |
value | String The subject to set. |
Type | Description |
PreconditionFailure.Violation.Builder | This builder for chaining. |
setSubjectBytes(ByteString value)
public PreconditionFailure.Violation.Builder setSubjectBytes(ByteString value)
The subject, relative to the type, that failed. For example, "google.com/cloud" relative to the "TOS" type would indicate which terms of service is being referenced.
string subject = 2;
Name | Description |
value | ByteString The bytes for subject to set. |
Type | Description |
PreconditionFailure.Violation.Builder | This builder for chaining. |
setType(String value)
public PreconditionFailure.Violation.Builder setType(String value)
The type of PreconditionFailure. We recommend using a service-specific enum type to define the supported precondition violation subjects. For example, "TOS" for "Terms of Service violation".
string type = 1;
Name | Description |
value | String The type to set. |
Type | Description |
PreconditionFailure.Violation.Builder | This builder for chaining. |
setTypeBytes(ByteString value)
public PreconditionFailure.Violation.Builder setTypeBytes(ByteString value)
The type of PreconditionFailure. We recommend using a service-specific enum type to define the supported precondition violation subjects. For example, "TOS" for "Terms of Service violation".
string type = 1;
Name | Description |
value | ByteString The bytes for type to set. |
Type | Description |
PreconditionFailure.Violation.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final PreconditionFailure.Violation.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
PreconditionFailure.Violation.Builder |