- 2.55.0 (latest)
- 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 ReusableConfigValues.Builder extends GeneratedMessageV3.Builder<ReusableConfigValues.Builder> implements ReusableConfigValuesOrBuilder
A ReusableConfigValues is used to describe certain fields of an X.509 certificate, such as the key usage fields, fields specific to CA certificates, certificate policy extensions and custom extensions.
Protobuf type google.cloud.security.privateca.v1beta1.ReusableConfigValues
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > ReusableConfigValues.BuilderImplements
ReusableConfigValuesOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAdditionalExtensions(X509Extension value)
public ReusableConfigValues.Builder addAdditionalExtensions(X509Extension value)
Optional. Describes custom X.509 extensions.
repeated .google.cloud.security.privateca.v1beta1.X509Extension additional_extensions = 5 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | X509Extension |
Type | Description |
ReusableConfigValues.Builder |
addAdditionalExtensions(X509Extension.Builder builderForValue)
public ReusableConfigValues.Builder addAdditionalExtensions(X509Extension.Builder builderForValue)
Optional. Describes custom X.509 extensions.
repeated .google.cloud.security.privateca.v1beta1.X509Extension additional_extensions = 5 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
builderForValue | X509Extension.Builder |
Type | Description |
ReusableConfigValues.Builder |
addAdditionalExtensions(int index, X509Extension value)
public ReusableConfigValues.Builder addAdditionalExtensions(int index, X509Extension value)
Optional. Describes custom X.509 extensions.
repeated .google.cloud.security.privateca.v1beta1.X509Extension additional_extensions = 5 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int |
value | X509Extension |
Type | Description |
ReusableConfigValues.Builder |
addAdditionalExtensions(int index, X509Extension.Builder builderForValue)
public ReusableConfigValues.Builder addAdditionalExtensions(int index, X509Extension.Builder builderForValue)
Optional. Describes custom X.509 extensions.
repeated .google.cloud.security.privateca.v1beta1.X509Extension additional_extensions = 5 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int |
builderForValue | X509Extension.Builder |
Type | Description |
ReusableConfigValues.Builder |
addAdditionalExtensionsBuilder()
public X509Extension.Builder addAdditionalExtensionsBuilder()
Optional. Describes custom X.509 extensions.
repeated .google.cloud.security.privateca.v1beta1.X509Extension additional_extensions = 5 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
X509Extension.Builder |
addAdditionalExtensionsBuilder(int index)
public X509Extension.Builder addAdditionalExtensionsBuilder(int index)
Optional. Describes custom X.509 extensions.
repeated .google.cloud.security.privateca.v1beta1.X509Extension additional_extensions = 5 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int |
Type | Description |
X509Extension.Builder |
addAiaOcspServers(String value)
public ReusableConfigValues.Builder addAiaOcspServers(String value)
Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate.
repeated string aia_ocsp_servers = 4 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | String The aiaOcspServers to add. |
Type | Description |
ReusableConfigValues.Builder | This builder for chaining. |
addAiaOcspServersBytes(ByteString value)
public ReusableConfigValues.Builder addAiaOcspServersBytes(ByteString value)
Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate.
repeated string aia_ocsp_servers = 4 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | ByteString The bytes of the aiaOcspServers to add. |
Type | Description |
ReusableConfigValues.Builder | This builder for chaining. |
addAllAdditionalExtensions(Iterable<? extends X509Extension> values)
public ReusableConfigValues.Builder addAllAdditionalExtensions(Iterable<? extends X509Extension> values)
Optional. Describes custom X.509 extensions.
repeated .google.cloud.security.privateca.v1beta1.X509Extension additional_extensions = 5 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
values | Iterable<? extends com.google.cloud.security.privateca.v1beta1.X509Extension> |
Type | Description |
ReusableConfigValues.Builder |
addAllAiaOcspServers(Iterable<String> values)
public ReusableConfigValues.Builder addAllAiaOcspServers(Iterable<String> values)
Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate.
repeated string aia_ocsp_servers = 4 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
values | Iterable<String> The aiaOcspServers to add. |
Type | Description |
ReusableConfigValues.Builder | This builder for chaining. |
addAllPolicyIds(Iterable<? extends ObjectId> values)
public ReusableConfigValues.Builder addAllPolicyIds(Iterable<? extends ObjectId> values)
Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
repeated .google.cloud.security.privateca.v1beta1.ObjectId policy_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
values | Iterable<? extends com.google.cloud.security.privateca.v1beta1.ObjectId> |
Type | Description |
ReusableConfigValues.Builder |
addPolicyIds(ObjectId value)
public ReusableConfigValues.Builder addPolicyIds(ObjectId value)
Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
repeated .google.cloud.security.privateca.v1beta1.ObjectId policy_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | ObjectId |
Type | Description |
ReusableConfigValues.Builder |
addPolicyIds(ObjectId.Builder builderForValue)
public ReusableConfigValues.Builder addPolicyIds(ObjectId.Builder builderForValue)
Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
repeated .google.cloud.security.privateca.v1beta1.ObjectId policy_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
builderForValue | ObjectId.Builder |
Type | Description |
ReusableConfigValues.Builder |
addPolicyIds(int index, ObjectId value)
public ReusableConfigValues.Builder addPolicyIds(int index, ObjectId value)
Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
repeated .google.cloud.security.privateca.v1beta1.ObjectId policy_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int |
value | ObjectId |
Type | Description |
ReusableConfigValues.Builder |
addPolicyIds(int index, ObjectId.Builder builderForValue)
public ReusableConfigValues.Builder addPolicyIds(int index, ObjectId.Builder builderForValue)
Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
repeated .google.cloud.security.privateca.v1beta1.ObjectId policy_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int |
builderForValue | ObjectId.Builder |
Type | Description |
ReusableConfigValues.Builder |
addPolicyIdsBuilder()
public ObjectId.Builder addPolicyIdsBuilder()
Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
repeated .google.cloud.security.privateca.v1beta1.ObjectId policy_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ObjectId.Builder |
addPolicyIdsBuilder(int index)
public ObjectId.Builder addPolicyIdsBuilder(int index)
Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
repeated .google.cloud.security.privateca.v1beta1.ObjectId policy_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int |
Type | Description |
ObjectId.Builder |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ReusableConfigValues.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ReusableConfigValues.Builder |
build()
public ReusableConfigValues build()
Type | Description |
ReusableConfigValues |
buildPartial()
public ReusableConfigValues buildPartial()
Type | Description |
ReusableConfigValues |
clear()
public ReusableConfigValues.Builder clear()
Type | Description |
ReusableConfigValues.Builder |
clearAdditionalExtensions()
public ReusableConfigValues.Builder clearAdditionalExtensions()
Optional. Describes custom X.509 extensions.
repeated .google.cloud.security.privateca.v1beta1.X509Extension additional_extensions = 5 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ReusableConfigValues.Builder |
clearAiaOcspServers()
public ReusableConfigValues.Builder clearAiaOcspServers()
Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate.
repeated string aia_ocsp_servers = 4 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ReusableConfigValues.Builder | This builder for chaining. |
clearCaOptions()
public ReusableConfigValues.Builder clearCaOptions()
Optional. Describes options in this ReusableConfigValues that are relevant in a CA certificate.
.google.cloud.security.privateca.v1beta1.ReusableConfigValues.CaOptions ca_options = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ReusableConfigValues.Builder |
clearField(Descriptors.FieldDescriptor field)
public ReusableConfigValues.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
ReusableConfigValues.Builder |
clearKeyUsage()
public ReusableConfigValues.Builder clearKeyUsage()
Optional. Indicates the intended use for keys that correspond to a certificate.
.google.cloud.security.privateca.v1beta1.KeyUsage key_usage = 1 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ReusableConfigValues.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public ReusableConfigValues.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
ReusableConfigValues.Builder |
clearPolicyIds()
public ReusableConfigValues.Builder clearPolicyIds()
Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
repeated .google.cloud.security.privateca.v1beta1.ObjectId policy_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ReusableConfigValues.Builder |
clone()
public ReusableConfigValues.Builder clone()
Type | Description |
ReusableConfigValues.Builder |
getAdditionalExtensions(int index)
public X509Extension getAdditionalExtensions(int index)
Optional. Describes custom X.509 extensions.
repeated .google.cloud.security.privateca.v1beta1.X509Extension additional_extensions = 5 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int |
Type | Description |
X509Extension |
getAdditionalExtensionsBuilder(int index)
public X509Extension.Builder getAdditionalExtensionsBuilder(int index)
Optional. Describes custom X.509 extensions.
repeated .google.cloud.security.privateca.v1beta1.X509Extension additional_extensions = 5 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int |
Type | Description |
X509Extension.Builder |
getAdditionalExtensionsBuilderList()
public List<X509Extension.Builder> getAdditionalExtensionsBuilderList()
Optional. Describes custom X.509 extensions.
repeated .google.cloud.security.privateca.v1beta1.X509Extension additional_extensions = 5 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
List<Builder> |
getAdditionalExtensionsCount()
public int getAdditionalExtensionsCount()
Optional. Describes custom X.509 extensions.
repeated .google.cloud.security.privateca.v1beta1.X509Extension additional_extensions = 5 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
int |
getAdditionalExtensionsList()
public List<X509Extension> getAdditionalExtensionsList()
Optional. Describes custom X.509 extensions.
repeated .google.cloud.security.privateca.v1beta1.X509Extension additional_extensions = 5 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
List<X509Extension> |
getAdditionalExtensionsOrBuilder(int index)
public X509ExtensionOrBuilder getAdditionalExtensionsOrBuilder(int index)
Optional. Describes custom X.509 extensions.
repeated .google.cloud.security.privateca.v1beta1.X509Extension additional_extensions = 5 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int |
Type | Description |
X509ExtensionOrBuilder |
getAdditionalExtensionsOrBuilderList()
public List<? extends X509ExtensionOrBuilder> getAdditionalExtensionsOrBuilderList()
Optional. Describes custom X.509 extensions.
repeated .google.cloud.security.privateca.v1beta1.X509Extension additional_extensions = 5 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
List<? extends com.google.cloud.security.privateca.v1beta1.X509ExtensionOrBuilder> |
getAiaOcspServers(int index)
public String getAiaOcspServers(int index)
Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate.
repeated string aia_ocsp_servers = 4 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The aiaOcspServers at the given index. |
getAiaOcspServersBytes(int index)
public ByteString getAiaOcspServersBytes(int index)
Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate.
repeated string aia_ocsp_servers = 4 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the aiaOcspServers at the given index. |
getAiaOcspServersCount()
public int getAiaOcspServersCount()
Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate.
repeated string aia_ocsp_servers = 4 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
int | The count of aiaOcspServers. |
getAiaOcspServersList()
public ProtocolStringList getAiaOcspServersList()
Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate.
repeated string aia_ocsp_servers = 4 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ProtocolStringList | A list containing the aiaOcspServers. |
getCaOptions()
public ReusableConfigValues.CaOptions getCaOptions()
Optional. Describes options in this ReusableConfigValues that are relevant in a CA certificate.
.google.cloud.security.privateca.v1beta1.ReusableConfigValues.CaOptions ca_options = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ReusableConfigValues.CaOptions | The caOptions. |
getCaOptionsBuilder()
public ReusableConfigValues.CaOptions.Builder getCaOptionsBuilder()
Optional. Describes options in this ReusableConfigValues that are relevant in a CA certificate.
.google.cloud.security.privateca.v1beta1.ReusableConfigValues.CaOptions ca_options = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ReusableConfigValues.CaOptions.Builder |
getCaOptionsOrBuilder()
public ReusableConfigValues.CaOptionsOrBuilder getCaOptionsOrBuilder()
Optional. Describes options in this ReusableConfigValues that are relevant in a CA certificate.
.google.cloud.security.privateca.v1beta1.ReusableConfigValues.CaOptions ca_options = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
ReusableConfigValues.CaOptionsOrBuilder |
getDefaultInstanceForType()
public ReusableConfigValues getDefaultInstanceForType()
Type | Description |
ReusableConfigValues |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getKeyUsage()
public KeyUsage getKeyUsage()
Optional. Indicates the intended use for keys that correspond to a certificate.
.google.cloud.security.privateca.v1beta1.KeyUsage key_usage = 1 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
KeyUsage | The keyUsage. |
getKeyUsageBuilder()
public KeyUsage.Builder getKeyUsageBuilder()
Optional. Indicates the intended use for keys that correspond to a certificate.
.google.cloud.security.privateca.v1beta1.KeyUsage key_usage = 1 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
KeyUsage.Builder |
getKeyUsageOrBuilder()
public KeyUsageOrBuilder getKeyUsageOrBuilder()
Optional. Indicates the intended use for keys that correspond to a certificate.
.google.cloud.security.privateca.v1beta1.KeyUsage key_usage = 1 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
KeyUsageOrBuilder |
getPolicyIds(int index)
public ObjectId getPolicyIds(int index)
Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
repeated .google.cloud.security.privateca.v1beta1.ObjectId policy_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int |
Type | Description |
ObjectId |
getPolicyIdsBuilder(int index)
public ObjectId.Builder getPolicyIdsBuilder(int index)
Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
repeated .google.cloud.security.privateca.v1beta1.ObjectId policy_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int |
Type | Description |
ObjectId.Builder |
getPolicyIdsBuilderList()
public List<ObjectId.Builder> getPolicyIdsBuilderList()
Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
repeated .google.cloud.security.privateca.v1beta1.ObjectId policy_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
List<Builder> |
getPolicyIdsCount()
public int getPolicyIdsCount()
Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
repeated .google.cloud.security.privateca.v1beta1.ObjectId policy_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
int |
getPolicyIdsList()
public List<ObjectId> getPolicyIdsList()
Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
repeated .google.cloud.security.privateca.v1beta1.ObjectId policy_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
List<ObjectId> |
getPolicyIdsOrBuilder(int index)
public ObjectIdOrBuilder getPolicyIdsOrBuilder(int index)
Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
repeated .google.cloud.security.privateca.v1beta1.ObjectId policy_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int |
Type | Description |
ObjectIdOrBuilder |
getPolicyIdsOrBuilderList()
public List<? extends ObjectIdOrBuilder> getPolicyIdsOrBuilderList()
Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
repeated .google.cloud.security.privateca.v1beta1.ObjectId policy_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
List<? extends com.google.cloud.security.privateca.v1beta1.ObjectIdOrBuilder> |
hasCaOptions()
public boolean hasCaOptions()
Optional. Describes options in this ReusableConfigValues that are relevant in a CA certificate.
.google.cloud.security.privateca.v1beta1.ReusableConfigValues.CaOptions ca_options = 2 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
boolean | Whether the caOptions field is set. |
hasKeyUsage()
public boolean hasKeyUsage()
Optional. Indicates the intended use for keys that correspond to a certificate.
.google.cloud.security.privateca.v1beta1.KeyUsage key_usage = 1 [(.google.api.field_behavior) = OPTIONAL];
Type | Description |
boolean | Whether the keyUsage field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeCaOptions(ReusableConfigValues.CaOptions value)
public ReusableConfigValues.Builder mergeCaOptions(ReusableConfigValues.CaOptions value)
Optional. Describes options in this ReusableConfigValues that are relevant in a CA certificate.
.google.cloud.security.privateca.v1beta1.ReusableConfigValues.CaOptions ca_options = 2 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | ReusableConfigValues.CaOptions |
Type | Description |
ReusableConfigValues.Builder |
mergeFrom(ReusableConfigValues other)
public ReusableConfigValues.Builder mergeFrom(ReusableConfigValues other)
Name | Description |
other | ReusableConfigValues |
Type | Description |
ReusableConfigValues.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public ReusableConfigValues.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
ReusableConfigValues.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public ReusableConfigValues.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
ReusableConfigValues.Builder |
mergeKeyUsage(KeyUsage value)
public ReusableConfigValues.Builder mergeKeyUsage(KeyUsage value)
Optional. Indicates the intended use for keys that correspond to a certificate.
.google.cloud.security.privateca.v1beta1.KeyUsage key_usage = 1 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | KeyUsage |
Type | Description |
ReusableConfigValues.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ReusableConfigValues.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ReusableConfigValues.Builder |
removeAdditionalExtensions(int index)
public ReusableConfigValues.Builder removeAdditionalExtensions(int index)
Optional. Describes custom X.509 extensions.
repeated .google.cloud.security.privateca.v1beta1.X509Extension additional_extensions = 5 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int |
Type | Description |
ReusableConfigValues.Builder |
removePolicyIds(int index)
public ReusableConfigValues.Builder removePolicyIds(int index)
Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
repeated .google.cloud.security.privateca.v1beta1.ObjectId policy_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int |
Type | Description |
ReusableConfigValues.Builder |
setAdditionalExtensions(int index, X509Extension value)
public ReusableConfigValues.Builder setAdditionalExtensions(int index, X509Extension value)
Optional. Describes custom X.509 extensions.
repeated .google.cloud.security.privateca.v1beta1.X509Extension additional_extensions = 5 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int |
value | X509Extension |
Type | Description |
ReusableConfigValues.Builder |
setAdditionalExtensions(int index, X509Extension.Builder builderForValue)
public ReusableConfigValues.Builder setAdditionalExtensions(int index, X509Extension.Builder builderForValue)
Optional. Describes custom X.509 extensions.
repeated .google.cloud.security.privateca.v1beta1.X509Extension additional_extensions = 5 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int |
builderForValue | X509Extension.Builder |
Type | Description |
ReusableConfigValues.Builder |
setAiaOcspServers(int index, String value)
public ReusableConfigValues.Builder setAiaOcspServers(int index, String value)
Optional. Describes Online Certificate Status Protocol (OCSP) endpoint addresses that appear in the "Authority Information Access" extension in the certificate.
repeated string aia_ocsp_servers = 4 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int The index to set the value at. |
value | String The aiaOcspServers to set. |
Type | Description |
ReusableConfigValues.Builder | This builder for chaining. |
setCaOptions(ReusableConfigValues.CaOptions value)
public ReusableConfigValues.Builder setCaOptions(ReusableConfigValues.CaOptions value)
Optional. Describes options in this ReusableConfigValues that are relevant in a CA certificate.
.google.cloud.security.privateca.v1beta1.ReusableConfigValues.CaOptions ca_options = 2 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | ReusableConfigValues.CaOptions |
Type | Description |
ReusableConfigValues.Builder |
setCaOptions(ReusableConfigValues.CaOptions.Builder builderForValue)
public ReusableConfigValues.Builder setCaOptions(ReusableConfigValues.CaOptions.Builder builderForValue)
Optional. Describes options in this ReusableConfigValues that are relevant in a CA certificate.
.google.cloud.security.privateca.v1beta1.ReusableConfigValues.CaOptions ca_options = 2 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
builderForValue | ReusableConfigValues.CaOptions.Builder |
Type | Description |
ReusableConfigValues.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public ReusableConfigValues.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
ReusableConfigValues.Builder |
setKeyUsage(KeyUsage value)
public ReusableConfigValues.Builder setKeyUsage(KeyUsage value)
Optional. Indicates the intended use for keys that correspond to a certificate.
.google.cloud.security.privateca.v1beta1.KeyUsage key_usage = 1 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
value | KeyUsage |
Type | Description |
ReusableConfigValues.Builder |
setKeyUsage(KeyUsage.Builder builderForValue)
public ReusableConfigValues.Builder setKeyUsage(KeyUsage.Builder builderForValue)
Optional. Indicates the intended use for keys that correspond to a certificate.
.google.cloud.security.privateca.v1beta1.KeyUsage key_usage = 1 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
builderForValue | KeyUsage.Builder |
Type | Description |
ReusableConfigValues.Builder |
setPolicyIds(int index, ObjectId value)
public ReusableConfigValues.Builder setPolicyIds(int index, ObjectId value)
Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
repeated .google.cloud.security.privateca.v1beta1.ObjectId policy_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int |
value | ObjectId |
Type | Description |
ReusableConfigValues.Builder |
setPolicyIds(int index, ObjectId.Builder builderForValue)
public ReusableConfigValues.Builder setPolicyIds(int index, ObjectId.Builder builderForValue)
Optional. Describes the X.509 certificate policy object identifiers, per https://tools.ietf.org/html/rfc5280#section-4.2.1.4.
repeated .google.cloud.security.privateca.v1beta1.ObjectId policy_ids = 3 [(.google.api.field_behavior) = OPTIONAL];
Name | Description |
index | int |
builderForValue | ObjectId.Builder |
Type | Description |
ReusableConfigValues.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ReusableConfigValues.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
ReusableConfigValues.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final ReusableConfigValues.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
ReusableConfigValues.Builder |