- 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 SubordinateConfig.SubordinateConfigChain.Builder extends GeneratedMessageV3.Builder<SubordinateConfig.SubordinateConfigChain.Builder> implements SubordinateConfig.SubordinateConfigChainOrBuilder
This message describes a subordinate CA's issuer certificate chain. This wrapper exists for compatibility reasons.
Protobuf type
google.cloud.security.privateca.v1.SubordinateConfig.SubordinateConfigChain
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > SubordinateConfig.SubordinateConfigChain.BuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAllPemCertificates(Iterable<String> values)
public SubordinateConfig.SubordinateConfigChain.Builder addAllPemCertificates(Iterable<String> values)
Required. Expected to be in leaf-to-root order according to RFC 5246.
repeated string pem_certificates = 1 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
values | Iterable<String> The pemCertificates to add. |
Type | Description |
SubordinateConfig.SubordinateConfigChain.Builder | This builder for chaining. |
addPemCertificates(String value)
public SubordinateConfig.SubordinateConfigChain.Builder addPemCertificates(String value)
Required. Expected to be in leaf-to-root order according to RFC 5246.
repeated string pem_certificates = 1 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | String The pemCertificates to add. |
Type | Description |
SubordinateConfig.SubordinateConfigChain.Builder | This builder for chaining. |
addPemCertificatesBytes(ByteString value)
public SubordinateConfig.SubordinateConfigChain.Builder addPemCertificatesBytes(ByteString value)
Required. Expected to be in leaf-to-root order according to RFC 5246.
repeated string pem_certificates = 1 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
value | ByteString The bytes of the pemCertificates to add. |
Type | Description |
SubordinateConfig.SubordinateConfigChain.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public SubordinateConfig.SubordinateConfigChain.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
SubordinateConfig.SubordinateConfigChain.Builder |
build()
public SubordinateConfig.SubordinateConfigChain build()
Type | Description |
SubordinateConfig.SubordinateConfigChain |
buildPartial()
public SubordinateConfig.SubordinateConfigChain buildPartial()
Type | Description |
SubordinateConfig.SubordinateConfigChain |
clear()
public SubordinateConfig.SubordinateConfigChain.Builder clear()
Type | Description |
SubordinateConfig.SubordinateConfigChain.Builder |
clearField(Descriptors.FieldDescriptor field)
public SubordinateConfig.SubordinateConfigChain.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
SubordinateConfig.SubordinateConfigChain.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public SubordinateConfig.SubordinateConfigChain.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
SubordinateConfig.SubordinateConfigChain.Builder |
clearPemCertificates()
public SubordinateConfig.SubordinateConfigChain.Builder clearPemCertificates()
Required. Expected to be in leaf-to-root order according to RFC 5246.
repeated string pem_certificates = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
SubordinateConfig.SubordinateConfigChain.Builder | This builder for chaining. |
clone()
public SubordinateConfig.SubordinateConfigChain.Builder clone()
Type | Description |
SubordinateConfig.SubordinateConfigChain.Builder |
getDefaultInstanceForType()
public SubordinateConfig.SubordinateConfigChain getDefaultInstanceForType()
Type | Description |
SubordinateConfig.SubordinateConfigChain |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getPemCertificates(int index)
public String getPemCertificates(int index)
Required. Expected to be in leaf-to-root order according to RFC 5246.
repeated string pem_certificates = 1 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
index | int The index of the element to return. |
Type | Description |
String | The pemCertificates at the given index. |
getPemCertificatesBytes(int index)
public ByteString getPemCertificatesBytes(int index)
Required. Expected to be in leaf-to-root order according to RFC 5246.
repeated string pem_certificates = 1 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
index | int The index of the value to return. |
Type | Description |
ByteString | The bytes of the pemCertificates at the given index. |
getPemCertificatesCount()
public int getPemCertificatesCount()
Required. Expected to be in leaf-to-root order according to RFC 5246.
repeated string pem_certificates = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
int | The count of pemCertificates. |
getPemCertificatesList()
public ProtocolStringList getPemCertificatesList()
Required. Expected to be in leaf-to-root order according to RFC 5246.
repeated string pem_certificates = 1 [(.google.api.field_behavior) = REQUIRED];
Type | Description |
ProtocolStringList | A list containing the pemCertificates. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Type | Description |
boolean |
mergeFrom(SubordinateConfig.SubordinateConfigChain other)
public SubordinateConfig.SubordinateConfigChain.Builder mergeFrom(SubordinateConfig.SubordinateConfigChain other)
Name | Description |
other | SubordinateConfig.SubordinateConfigChain |
Type | Description |
SubordinateConfig.SubordinateConfigChain.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public SubordinateConfig.SubordinateConfigChain.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Name | Description |
input | CodedInputStream |
extensionRegistry | ExtensionRegistryLite |
Type | Description |
SubordinateConfig.SubordinateConfigChain.Builder |
Type | Description |
IOException |
mergeFrom(Message other)
public SubordinateConfig.SubordinateConfigChain.Builder mergeFrom(Message other)
Name | Description |
other | Message |
Type | Description |
SubordinateConfig.SubordinateConfigChain.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final SubordinateConfig.SubordinateConfigChain.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
SubordinateConfig.SubordinateConfigChain.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public SubordinateConfig.SubordinateConfigChain.Builder setField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
SubordinateConfig.SubordinateConfigChain.Builder |
setPemCertificates(int index, String value)
public SubordinateConfig.SubordinateConfigChain.Builder setPemCertificates(int index, String value)
Required. Expected to be in leaf-to-root order according to RFC 5246.
repeated string pem_certificates = 1 [(.google.api.field_behavior) = REQUIRED];
Name | Description |
index | int The index to set the value at. |
value | String The pemCertificates to set. |
Type | Description |
SubordinateConfig.SubordinateConfigChain.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public SubordinateConfig.SubordinateConfigChain.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Name | Description |
field | FieldDescriptor |
index | int |
value | Object |
Type | Description |
SubordinateConfig.SubordinateConfigChain.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final SubordinateConfig.SubordinateConfigChain.Builder setUnknownFields(UnknownFieldSet unknownFields)
Name | Description |
unknownFields | UnknownFieldSet |
Type | Description |
SubordinateConfig.SubordinateConfigChain.Builder |