public static final class CertificateAuthority.ManagedCertificateAuthority.Builder extends GeneratedMessageV3.Builder<CertificateAuthority.ManagedCertificateAuthority.Builder> implements CertificateAuthority.ManagedCertificateAuthorityOrBuilder
Protobuf type google.cloud.redis.cluster.v1beta1.CertificateAuthority.ManagedCertificateAuthority
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Methods
addAllCaCerts(Iterable<? extends CertificateAuthority.ManagedCertificateAuthority.CertChain> values)
public CertificateAuthority.ManagedCertificateAuthority.Builder addAllCaCerts(Iterable<? extends CertificateAuthority.ManagedCertificateAuthority.CertChain> values)
The PEM encoded CA certificate chains for redis managed server authentication
repeated .google.cloud.redis.cluster.v1beta1.CertificateAuthority.ManagedCertificateAuthority.CertChain ca_certs = 1;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.redis.cluster.v1beta1.CertificateAuthority.ManagedCertificateAuthority.CertChain>
|
addCaCerts(CertificateAuthority.ManagedCertificateAuthority.CertChain value)
public CertificateAuthority.ManagedCertificateAuthority.Builder addCaCerts(CertificateAuthority.ManagedCertificateAuthority.CertChain value)
The PEM encoded CA certificate chains for redis managed server authentication
repeated .google.cloud.redis.cluster.v1beta1.CertificateAuthority.ManagedCertificateAuthority.CertChain ca_certs = 1;
addCaCerts(CertificateAuthority.ManagedCertificateAuthority.CertChain.Builder builderForValue)
public CertificateAuthority.ManagedCertificateAuthority.Builder addCaCerts(CertificateAuthority.ManagedCertificateAuthority.CertChain.Builder builderForValue)
The PEM encoded CA certificate chains for redis managed server authentication
repeated .google.cloud.redis.cluster.v1beta1.CertificateAuthority.ManagedCertificateAuthority.CertChain ca_certs = 1;
addCaCerts(int index, CertificateAuthority.ManagedCertificateAuthority.CertChain value)
public CertificateAuthority.ManagedCertificateAuthority.Builder addCaCerts(int index, CertificateAuthority.ManagedCertificateAuthority.CertChain value)
The PEM encoded CA certificate chains for redis managed server authentication
repeated .google.cloud.redis.cluster.v1beta1.CertificateAuthority.ManagedCertificateAuthority.CertChain ca_certs = 1;
addCaCerts(int index, CertificateAuthority.ManagedCertificateAuthority.CertChain.Builder builderForValue)
public CertificateAuthority.ManagedCertificateAuthority.Builder addCaCerts(int index, CertificateAuthority.ManagedCertificateAuthority.CertChain.Builder builderForValue)
The PEM encoded CA certificate chains for redis managed server authentication
repeated .google.cloud.redis.cluster.v1beta1.CertificateAuthority.ManagedCertificateAuthority.CertChain ca_certs = 1;
addCaCertsBuilder()
public CertificateAuthority.ManagedCertificateAuthority.CertChain.Builder addCaCertsBuilder()
The PEM encoded CA certificate chains for redis managed server authentication
repeated .google.cloud.redis.cluster.v1beta1.CertificateAuthority.ManagedCertificateAuthority.CertChain ca_certs = 1;
addCaCertsBuilder(int index)
public CertificateAuthority.ManagedCertificateAuthority.CertChain.Builder addCaCertsBuilder(int index)
The PEM encoded CA certificate chains for redis managed server authentication
repeated .google.cloud.redis.cluster.v1beta1.CertificateAuthority.ManagedCertificateAuthority.CertChain ca_certs = 1;
Parameter |
---|
Name | Description |
index | int
|
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public CertificateAuthority.ManagedCertificateAuthority.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overridesbuild()
public CertificateAuthority.ManagedCertificateAuthority build()
buildPartial()
public CertificateAuthority.ManagedCertificateAuthority buildPartial()
clear()
public CertificateAuthority.ManagedCertificateAuthority.Builder clear()
OverridesclearCaCerts()
public CertificateAuthority.ManagedCertificateAuthority.Builder clearCaCerts()
The PEM encoded CA certificate chains for redis managed server authentication
repeated .google.cloud.redis.cluster.v1beta1.CertificateAuthority.ManagedCertificateAuthority.CertChain ca_certs = 1;
clearField(Descriptors.FieldDescriptor field)
public CertificateAuthority.ManagedCertificateAuthority.Builder clearField(Descriptors.FieldDescriptor field)
OverridesclearOneof(Descriptors.OneofDescriptor oneof)
public CertificateAuthority.ManagedCertificateAuthority.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overridesclone()
public CertificateAuthority.ManagedCertificateAuthority.Builder clone()
OverridesgetCaCerts(int index)
public CertificateAuthority.ManagedCertificateAuthority.CertChain getCaCerts(int index)
The PEM encoded CA certificate chains for redis managed server authentication
repeated .google.cloud.redis.cluster.v1beta1.CertificateAuthority.ManagedCertificateAuthority.CertChain ca_certs = 1;
Parameter |
---|
Name | Description |
index | int
|
getCaCertsBuilder(int index)
public CertificateAuthority.ManagedCertificateAuthority.CertChain.Builder getCaCertsBuilder(int index)
The PEM encoded CA certificate chains for redis managed server authentication
repeated .google.cloud.redis.cluster.v1beta1.CertificateAuthority.ManagedCertificateAuthority.CertChain ca_certs = 1;
Parameter |
---|
Name | Description |
index | int
|
getCaCertsBuilderList()
public List<CertificateAuthority.ManagedCertificateAuthority.CertChain.Builder> getCaCertsBuilderList()
The PEM encoded CA certificate chains for redis managed server authentication
repeated .google.cloud.redis.cluster.v1beta1.CertificateAuthority.ManagedCertificateAuthority.CertChain ca_certs = 1;
getCaCertsCount()
public int getCaCertsCount()
The PEM encoded CA certificate chains for redis managed server authentication
repeated .google.cloud.redis.cluster.v1beta1.CertificateAuthority.ManagedCertificateAuthority.CertChain ca_certs = 1;
Returns |
---|
Type | Description |
int | |
getCaCertsList()
public List<CertificateAuthority.ManagedCertificateAuthority.CertChain> getCaCertsList()
The PEM encoded CA certificate chains for redis managed server authentication
repeated .google.cloud.redis.cluster.v1beta1.CertificateAuthority.ManagedCertificateAuthority.CertChain ca_certs = 1;
getCaCertsOrBuilder(int index)
public CertificateAuthority.ManagedCertificateAuthority.CertChainOrBuilder getCaCertsOrBuilder(int index)
The PEM encoded CA certificate chains for redis managed server authentication
repeated .google.cloud.redis.cluster.v1beta1.CertificateAuthority.ManagedCertificateAuthority.CertChain ca_certs = 1;
Parameter |
---|
Name | Description |
index | int
|
getCaCertsOrBuilderList()
public List<? extends CertificateAuthority.ManagedCertificateAuthority.CertChainOrBuilder> getCaCertsOrBuilderList()
The PEM encoded CA certificate chains for redis managed server authentication
repeated .google.cloud.redis.cluster.v1beta1.CertificateAuthority.ManagedCertificateAuthority.CertChain ca_certs = 1;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.redis.cluster.v1beta1.CertificateAuthority.ManagedCertificateAuthority.CertChainOrBuilder> | |
getDefaultInstanceForType()
public CertificateAuthority.ManagedCertificateAuthority getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
OverridesinternalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
OverridesisInitialized()
public final boolean isInitialized()
OverridesmergeFrom(CertificateAuthority.ManagedCertificateAuthority other)
public CertificateAuthority.ManagedCertificateAuthority.Builder mergeFrom(CertificateAuthority.ManagedCertificateAuthority other)
public CertificateAuthority.ManagedCertificateAuthority.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
OverridesmergeFrom(Message other)
public CertificateAuthority.ManagedCertificateAuthority.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
OverridesmergeUnknownFields(UnknownFieldSet unknownFields)
public final CertificateAuthority.ManagedCertificateAuthority.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
OverridesremoveCaCerts(int index)
public CertificateAuthority.ManagedCertificateAuthority.Builder removeCaCerts(int index)
The PEM encoded CA certificate chains for redis managed server authentication
repeated .google.cloud.redis.cluster.v1beta1.CertificateAuthority.ManagedCertificateAuthority.CertChain ca_certs = 1;
Parameter |
---|
Name | Description |
index | int
|
setCaCerts(int index, CertificateAuthority.ManagedCertificateAuthority.CertChain value)
public CertificateAuthority.ManagedCertificateAuthority.Builder setCaCerts(int index, CertificateAuthority.ManagedCertificateAuthority.CertChain value)
The PEM encoded CA certificate chains for redis managed server authentication
repeated .google.cloud.redis.cluster.v1beta1.CertificateAuthority.ManagedCertificateAuthority.CertChain ca_certs = 1;
setCaCerts(int index, CertificateAuthority.ManagedCertificateAuthority.CertChain.Builder builderForValue)
public CertificateAuthority.ManagedCertificateAuthority.Builder setCaCerts(int index, CertificateAuthority.ManagedCertificateAuthority.CertChain.Builder builderForValue)
The PEM encoded CA certificate chains for redis managed server authentication
repeated .google.cloud.redis.cluster.v1beta1.CertificateAuthority.ManagedCertificateAuthority.CertChain ca_certs = 1;
setField(Descriptors.FieldDescriptor field, Object value)
public CertificateAuthority.ManagedCertificateAuthority.Builder setField(Descriptors.FieldDescriptor field, Object value)
OverridessetRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public CertificateAuthority.ManagedCertificateAuthority.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
OverridessetUnknownFields(UnknownFieldSet unknownFields)
public final CertificateAuthority.ManagedCertificateAuthority.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides