Class X509Parameters.CaOptions.Builder (2.44.0)

public static final class X509Parameters.CaOptions.Builder extends GeneratedMessageV3.Builder<X509Parameters.CaOptions.Builder> implements X509Parameters.CaOptionsOrBuilder

Describes values that are relevant in a CA certificate.

Protobuf type google.cloud.security.privateca.v1.X509Parameters.CaOptions

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public X509Parameters.CaOptions.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
X509Parameters.CaOptions.Builder
Overrides

build()

public X509Parameters.CaOptions build()
Returns
Type Description
X509Parameters.CaOptions

buildPartial()

public X509Parameters.CaOptions buildPartial()
Returns
Type Description
X509Parameters.CaOptions

clear()

public X509Parameters.CaOptions.Builder clear()
Returns
Type Description
X509Parameters.CaOptions.Builder
Overrides

clearField(Descriptors.FieldDescriptor field)

public X509Parameters.CaOptions.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Name Description
field FieldDescriptor
Returns
Type Description
X509Parameters.CaOptions.Builder
Overrides

clearIsCa()

public X509Parameters.CaOptions.Builder clearIsCa()

Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this value is missing, the extension will be omitted from the CA certificate.

optional bool is_ca = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
X509Parameters.CaOptions.Builder

This builder for chaining.

clearMaxIssuerPathLength()

public X509Parameters.CaOptions.Builder clearMaxIssuerPathLength()

Optional. Refers to the path length restriction X.509 extension. For a CA certificate, this value describes the depth of subordinate CA certificates that are allowed. If this value is less than 0, the request will fail. If this value is missing, the max path length will be omitted from the CA certificate.

optional int32 max_issuer_path_length = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
X509Parameters.CaOptions.Builder

This builder for chaining.

clearOneof(Descriptors.OneofDescriptor oneof)

public X509Parameters.CaOptions.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Name Description
oneof OneofDescriptor
Returns
Type Description
X509Parameters.CaOptions.Builder
Overrides

clone()

public X509Parameters.CaOptions.Builder clone()
Returns
Type Description
X509Parameters.CaOptions.Builder
Overrides

getDefaultInstanceForType()

public X509Parameters.CaOptions getDefaultInstanceForType()
Returns
Type Description
X509Parameters.CaOptions

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getIsCa()

public boolean getIsCa()

Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this value is missing, the extension will be omitted from the CA certificate.

optional bool is_ca = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

The isCa.

getMaxIssuerPathLength()

public int getMaxIssuerPathLength()

Optional. Refers to the path length restriction X.509 extension. For a CA certificate, this value describes the depth of subordinate CA certificates that are allowed. If this value is less than 0, the request will fail. If this value is missing, the max path length will be omitted from the CA certificate.

optional int32 max_issuer_path_length = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The maxIssuerPathLength.

hasIsCa()

public boolean hasIsCa()

Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this value is missing, the extension will be omitted from the CA certificate.

optional bool is_ca = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the isCa field is set.

hasMaxIssuerPathLength()

public boolean hasMaxIssuerPathLength()

Optional. Refers to the path length restriction X.509 extension. For a CA certificate, this value describes the depth of subordinate CA certificates that are allowed. If this value is less than 0, the request will fail. If this value is missing, the max path length will be omitted from the CA certificate.

optional int32 max_issuer_path_length = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the maxIssuerPathLength field is set.

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(X509Parameters.CaOptions other)

public X509Parameters.CaOptions.Builder mergeFrom(X509Parameters.CaOptions other)
Parameter
Name Description
other X509Parameters.CaOptions
Returns
Type Description
X509Parameters.CaOptions.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public X509Parameters.CaOptions.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
X509Parameters.CaOptions.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public X509Parameters.CaOptions.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
X509Parameters.CaOptions.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final X509Parameters.CaOptions.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
X509Parameters.CaOptions.Builder
Overrides

setField(Descriptors.FieldDescriptor field, Object value)

public X509Parameters.CaOptions.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Name Description
field FieldDescriptor
value Object
Returns
Type Description
X509Parameters.CaOptions.Builder
Overrides

setIsCa(boolean value)

public X509Parameters.CaOptions.Builder setIsCa(boolean value)

Optional. Refers to the "CA" X.509 extension, which is a boolean value. When this value is missing, the extension will be omitted from the CA certificate.

optional bool is_ca = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value boolean

The isCa to set.

Returns
Type Description
X509Parameters.CaOptions.Builder

This builder for chaining.

setMaxIssuerPathLength(int value)

public X509Parameters.CaOptions.Builder setMaxIssuerPathLength(int value)

Optional. Refers to the path length restriction X.509 extension. For a CA certificate, this value describes the depth of subordinate CA certificates that are allowed. If this value is less than 0, the request will fail. If this value is missing, the max path length will be omitted from the CA certificate.

optional int32 max_issuer_path_length = 2 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
value int

The maxIssuerPathLength to set.

Returns
Type Description
X509Parameters.CaOptions.Builder

This builder for chaining.

setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)

public X509Parameters.CaOptions.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Name Description
field FieldDescriptor
index int
value Object
Returns
Type Description
X509Parameters.CaOptions.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final X509Parameters.CaOptions.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Name Description
unknownFields UnknownFieldSet
Returns
Type Description
X509Parameters.CaOptions.Builder
Overrides