- 2.80.0 (latest)
 - 2.78.0
 - 2.77.0
 - 2.76.0
 - 2.75.0
 - 2.74.0
 - 2.72.0
 - 2.70.0
 - 2.69.0
 - 2.66.0
 - 2.65.0
 - 2.64.0
 - 2.62.0
 - 2.61.0
 - 2.60.0
 - 2.59.0
 - 2.58.0
 - 2.57.0
 - 2.56.0
 - 2.55.0
 - 2.54.0
 - 2.53.0
 - 2.51.0
 - 2.50.0
 - 2.49.0
 - 2.48.0
 - 2.47.0
 - 2.46.0
 - 2.45.0
 - 2.44.0
 - 2.43.0
 - 2.42.0
 - 2.41.0
 - 2.39.0
 - 2.38.0
 - 2.37.0
 - 2.36.0
 - 2.35.0
 - 2.34.0
 - 2.33.0
 - 2.32.0
 - 2.31.0
 - 2.30.0
 - 2.29.0
 - 2.26.0
 - 2.25.0
 - 2.24.0
 - 2.23.0
 - 2.22.0
 - 2.21.0
 - 2.20.0
 - 2.19.0
 - 2.18.0
 - 2.17.0
 - 2.16.0
 - 2.15.0
 - 2.14.0
 - 2.13.0
 - 2.11.0
 - 2.10.0
 - 2.9.0
 - 2.8.0
 - 2.7.0
 - 2.6.0
 - 2.5.4
 - 2.4.0
 - 2.3.0
 - 2.2.5
 
public static final class Subject.Builder extends GeneratedMessageV3.Builder<Subject.Builder> implements SubjectOrBuilderSubject describes parts of a distinguished name that, in turn, describes the subject of the certificate.
 Protobuf type google.cloud.security.privateca.v1beta1.Subject
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > Subject.BuilderImplements
SubjectOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description | 
| Descriptor | 
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public Subject.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| Subject.Builder | 
build()
public Subject build()| Type | Description | 
| Subject | 
buildPartial()
public Subject buildPartial()| Type | Description | 
| Subject | 
clear()
public Subject.Builder clear()| Type | Description | 
| Subject.Builder | 
clearCountryCode()
public Subject.Builder clearCountryCode()The country code of the subject.
 string country_code = 1;
| Type | Description | 
| Subject.Builder | This builder for chaining.  | 
      
clearField(Descriptors.FieldDescriptor field)
public Subject.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description | 
| field | FieldDescriptor | 
      
| Type | Description | 
| Subject.Builder | 
clearLocality()
public Subject.Builder clearLocality()The locality or city of the subject.
 string locality = 4;
| Type | Description | 
| Subject.Builder | This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public Subject.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description | 
| oneof | OneofDescriptor | 
      
| Type | Description | 
| Subject.Builder | 
clearOrganization()
public Subject.Builder clearOrganization()The organization of the subject.
 string organization = 2;
| Type | Description | 
| Subject.Builder | This builder for chaining.  | 
      
clearOrganizationalUnit()
public Subject.Builder clearOrganizationalUnit()The organizational_unit of the subject.
 string organizational_unit = 3;
| Type | Description | 
| Subject.Builder | This builder for chaining.  | 
      
clearPostalCode()
public Subject.Builder clearPostalCode()The postal code of the subject.
 string postal_code = 7;
| Type | Description | 
| Subject.Builder | This builder for chaining.  | 
      
clearProvince()
public Subject.Builder clearProvince()The province, territory, or regional state of the subject.
 string province = 5;
| Type | Description | 
| Subject.Builder | This builder for chaining.  | 
      
clearStreetAddress()
public Subject.Builder clearStreetAddress()The street address of the subject.
 string street_address = 6;
| Type | Description | 
| Subject.Builder | This builder for chaining.  | 
      
clone()
public Subject.Builder clone()| Type | Description | 
| Subject.Builder | 
getCountryCode()
public String getCountryCode()The country code of the subject.
 string country_code = 1;
| Type | Description | 
| String | The countryCode.  | 
      
getCountryCodeBytes()
public ByteString getCountryCodeBytes()The country code of the subject.
 string country_code = 1;
| Type | Description | 
| ByteString | The bytes for countryCode.  | 
      
getDefaultInstanceForType()
public Subject getDefaultInstanceForType()| Type | Description | 
| Subject | 
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description | 
| Descriptor | 
getLocality()
public String getLocality()The locality or city of the subject.
 string locality = 4;
| Type | Description | 
| String | The locality.  | 
      
getLocalityBytes()
public ByteString getLocalityBytes()The locality or city of the subject.
 string locality = 4;
| Type | Description | 
| ByteString | The bytes for locality.  | 
      
getOrganization()
public String getOrganization()The organization of the subject.
 string organization = 2;
| Type | Description | 
| String | The organization.  | 
      
getOrganizationBytes()
public ByteString getOrganizationBytes()The organization of the subject.
 string organization = 2;
| Type | Description | 
| ByteString | The bytes for organization.  | 
      
getOrganizationalUnit()
public String getOrganizationalUnit()The organizational_unit of the subject.
 string organizational_unit = 3;
| Type | Description | 
| String | The organizationalUnit.  | 
      
getOrganizationalUnitBytes()
public ByteString getOrganizationalUnitBytes()The organizational_unit of the subject.
 string organizational_unit = 3;
| Type | Description | 
| ByteString | The bytes for organizationalUnit.  | 
      
getPostalCode()
public String getPostalCode()The postal code of the subject.
 string postal_code = 7;
| Type | Description | 
| String | The postalCode.  | 
      
getPostalCodeBytes()
public ByteString getPostalCodeBytes()The postal code of the subject.
 string postal_code = 7;
| Type | Description | 
| ByteString | The bytes for postalCode.  | 
      
getProvince()
public String getProvince()The province, territory, or regional state of the subject.
 string province = 5;
| Type | Description | 
| String | The province.  | 
      
getProvinceBytes()
public ByteString getProvinceBytes()The province, territory, or regional state of the subject.
 string province = 5;
| Type | Description | 
| ByteString | The bytes for province.  | 
      
getStreetAddress()
public String getStreetAddress()The street address of the subject.
 string street_address = 6;
| Type | Description | 
| String | The streetAddress.  | 
      
getStreetAddressBytes()
public ByteString getStreetAddressBytes()The street address of the subject.
 string street_address = 6;
| Type | Description | 
| ByteString | The bytes for streetAddress.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description | 
| FieldAccessorTable | 
isInitialized()
public final boolean isInitialized()| Type | Description | 
| boolean | 
mergeFrom(Subject other)
public Subject.Builder mergeFrom(Subject other)| Name | Description | 
| other | Subject | 
      
| Type | Description | 
| Subject.Builder | 
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public Subject.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description | 
| input | CodedInputStream | 
      
| extensionRegistry | ExtensionRegistryLite | 
      
| Type | Description | 
| Subject.Builder | 
| Type | Description | 
| IOException | 
mergeFrom(Message other)
public Subject.Builder mergeFrom(Message other)| Name | Description | 
| other | Message | 
      
| Type | Description | 
| Subject.Builder | 
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Subject.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| Subject.Builder | 
setCountryCode(String value)
public Subject.Builder setCountryCode(String value)The country code of the subject.
 string country_code = 1;
| Name | Description | 
| value | StringThe countryCode to set.  | 
      
| Type | Description | 
| Subject.Builder | This builder for chaining.  | 
      
setCountryCodeBytes(ByteString value)
public Subject.Builder setCountryCodeBytes(ByteString value)The country code of the subject.
 string country_code = 1;
| Name | Description | 
| value | ByteStringThe bytes for countryCode to set.  | 
      
| Type | Description | 
| Subject.Builder | This builder for chaining.  | 
      
setField(Descriptors.FieldDescriptor field, Object value)
public Subject.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| value | Object | 
      
| Type | Description | 
| Subject.Builder | 
setLocality(String value)
public Subject.Builder setLocality(String value)The locality or city of the subject.
 string locality = 4;
| Name | Description | 
| value | StringThe locality to set.  | 
      
| Type | Description | 
| Subject.Builder | This builder for chaining.  | 
      
setLocalityBytes(ByteString value)
public Subject.Builder setLocalityBytes(ByteString value)The locality or city of the subject.
 string locality = 4;
| Name | Description | 
| value | ByteStringThe bytes for locality to set.  | 
      
| Type | Description | 
| Subject.Builder | This builder for chaining.  | 
      
setOrganization(String value)
public Subject.Builder setOrganization(String value)The organization of the subject.
 string organization = 2;
| Name | Description | 
| value | StringThe organization to set.  | 
      
| Type | Description | 
| Subject.Builder | This builder for chaining.  | 
      
setOrganizationBytes(ByteString value)
public Subject.Builder setOrganizationBytes(ByteString value)The organization of the subject.
 string organization = 2;
| Name | Description | 
| value | ByteStringThe bytes for organization to set.  | 
      
| Type | Description | 
| Subject.Builder | This builder for chaining.  | 
      
setOrganizationalUnit(String value)
public Subject.Builder setOrganizationalUnit(String value)The organizational_unit of the subject.
 string organizational_unit = 3;
| Name | Description | 
| value | StringThe organizationalUnit to set.  | 
      
| Type | Description | 
| Subject.Builder | This builder for chaining.  | 
      
setOrganizationalUnitBytes(ByteString value)
public Subject.Builder setOrganizationalUnitBytes(ByteString value)The organizational_unit of the subject.
 string organizational_unit = 3;
| Name | Description | 
| value | ByteStringThe bytes for organizationalUnit to set.  | 
      
| Type | Description | 
| Subject.Builder | This builder for chaining.  | 
      
setPostalCode(String value)
public Subject.Builder setPostalCode(String value)The postal code of the subject.
 string postal_code = 7;
| Name | Description | 
| value | StringThe postalCode to set.  | 
      
| Type | Description | 
| Subject.Builder | This builder for chaining.  | 
      
setPostalCodeBytes(ByteString value)
public Subject.Builder setPostalCodeBytes(ByteString value)The postal code of the subject.
 string postal_code = 7;
| Name | Description | 
| value | ByteStringThe bytes for postalCode to set.  | 
      
| Type | Description | 
| Subject.Builder | This builder for chaining.  | 
      
setProvince(String value)
public Subject.Builder setProvince(String value)The province, territory, or regional state of the subject.
 string province = 5;
| Name | Description | 
| value | StringThe province to set.  | 
      
| Type | Description | 
| Subject.Builder | This builder for chaining.  | 
      
setProvinceBytes(ByteString value)
public Subject.Builder setProvinceBytes(ByteString value)The province, territory, or regional state of the subject.
 string province = 5;
| Name | Description | 
| value | ByteStringThe bytes for province to set.  | 
      
| Type | Description | 
| Subject.Builder | This builder for chaining.  | 
      
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Subject.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description | 
| field | FieldDescriptor | 
      
| index | int | 
      
| value | Object | 
      
| Type | Description | 
| Subject.Builder | 
setStreetAddress(String value)
public Subject.Builder setStreetAddress(String value)The street address of the subject.
 string street_address = 6;
| Name | Description | 
| value | StringThe streetAddress to set.  | 
      
| Type | Description | 
| Subject.Builder | This builder for chaining.  | 
      
setStreetAddressBytes(ByteString value)
public Subject.Builder setStreetAddressBytes(ByteString value)The street address of the subject.
 string street_address = 6;
| Name | Description | 
| value | ByteStringThe bytes for streetAddress to set.  | 
      
| Type | Description | 
| Subject.Builder | This builder for chaining.  | 
      
setUnknownFields(UnknownFieldSet unknownFields)
public final Subject.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description | 
| unknownFields | UnknownFieldSet | 
      
| Type | Description | 
| Subject.Builder |