- 2.61.3 (latest)
 - 2.61.2
 - 2.60.0
 - 2.59.2
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 2.54.1
 - 2.53.0
 - 2.52.0
 - 2.51.0
 - 2.50.1
 - 2.49.0
 - 2.48.0
 - 2.46.0
 - 2.45.1
 - 2.44.0
 - 2.43.0
 - 2.42.0
 - 2.41.0
 - 2.40.0
 - 2.39.1
 - 2.38.0
 - 2.37.1
 - 2.36.0
 - 2.34.0
 - 2.33.0
 - 2.32.0
 - 2.30.0
 - 2.29.0
 - 2.28.0
 - 2.27.0
 - 2.26.0
 - 2.25.1
 - 2.24.0
 - 2.23.1
 - 2.22.1
 - 2.21.1
 - 2.15.0
 - 2.14.3
 - 2.13.0
 - 2.12.0
 - 2.11.0
 - 2.10.0
 - 2.9.6
 - 2.8.4
 - 2.7.4
 
public static final class PreconditionFailure.Violation.Builder extends GeneratedMessageV3.Builder<PreconditionFailure.Violation.Builder> implements PreconditionFailure.ViolationOrBuilderA 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()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public PreconditionFailure.Violation.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
PreconditionFailure.Violation.Builder | 
        |
build()
public PreconditionFailure.Violation build()| Returns | |
|---|---|
| Type | Description | 
PreconditionFailure.Violation | 
        |
buildPartial()
public PreconditionFailure.Violation buildPartial()| Returns | |
|---|---|
| Type | Description | 
PreconditionFailure.Violation | 
        |
clear()
public PreconditionFailure.Violation.Builder clear()| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description | 
PreconditionFailure.Violation.Builder | 
        This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public PreconditionFailure.Violation.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
PreconditionFailure.Violation.Builder | 
        |
clearOneof(Descriptors.OneofDescriptor oneof)
public PreconditionFailure.Violation.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description | 
PreconditionFailure.Violation.Builder | 
        This builder for chaining.  | 
      
clone()
public PreconditionFailure.Violation.Builder clone()| Returns | |
|---|---|
| Type | Description | 
PreconditionFailure.Violation.Builder | 
        |
getDefaultInstanceForType()
public PreconditionFailure.Violation getDefaultInstanceForType()| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for description.  | 
      
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| 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;
| Returns | |
|---|---|
| Type | Description | 
ByteString | 
        The bytes for type.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public PreconditionFailure.Violation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
PreconditionFailure.Violation.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public PreconditionFailure.Violation.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| Type | Description | 
PreconditionFailure.Violation.Builder | 
        |
mergeFrom(PreconditionFailure.Violation other)
public PreconditionFailure.Violation.Builder mergeFrom(PreconditionFailure.Violation other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        PreconditionFailure.Violation | 
      
| Returns | |
|---|---|
| Type | Description | 
PreconditionFailure.Violation.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final PreconditionFailure.Violation.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe description to set.  | 
      
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for description to set.  | 
      
| Returns | |
|---|---|
| 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)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| 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)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe subject to set.  | 
      
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for subject to set.  | 
      
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe type to set.  | 
      
| Returns | |
|---|---|
| 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;
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for type to set.  | 
      
| Returns | |
|---|---|
| Type | Description | 
PreconditionFailure.Violation.Builder | 
        This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final PreconditionFailure.Violation.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
PreconditionFailure.Violation.Builder | 
        |