Class CertificateAuthority.ManagedCertificateAuthority.Builder (0.31.0)

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

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
TypeDescription
Descriptor

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
NameDescription
valuesIterable<? extends com.google.cloud.redis.cluster.v1beta1.CertificateAuthority.ManagedCertificateAuthority.CertChain>
Returns
TypeDescription
CertificateAuthority.ManagedCertificateAuthority.Builder

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;

Parameter
NameDescription
valueCertificateAuthority.ManagedCertificateAuthority.CertChain
Returns
TypeDescription
CertificateAuthority.ManagedCertificateAuthority.Builder

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;

Parameter
NameDescription
builderForValueCertificateAuthority.ManagedCertificateAuthority.CertChain.Builder
Returns
TypeDescription
CertificateAuthority.ManagedCertificateAuthority.Builder

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;

Parameters
NameDescription
indexint
valueCertificateAuthority.ManagedCertificateAuthority.CertChain
Returns
TypeDescription
CertificateAuthority.ManagedCertificateAuthority.Builder

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;

Parameters
NameDescription
indexint
builderForValueCertificateAuthority.ManagedCertificateAuthority.CertChain.Builder
Returns
TypeDescription
CertificateAuthority.ManagedCertificateAuthority.Builder

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;

Returns
TypeDescription
CertificateAuthority.ManagedCertificateAuthority.CertChain.Builder

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
NameDescription
indexint
Returns
TypeDescription
CertificateAuthority.ManagedCertificateAuthority.CertChain.Builder

addRepeatedField(Descriptors.FieldDescriptor field, Object value)

public CertificateAuthority.ManagedCertificateAuthority.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CertificateAuthority.ManagedCertificateAuthority.Builder
Overrides

build()

public CertificateAuthority.ManagedCertificateAuthority build()
Returns
TypeDescription
CertificateAuthority.ManagedCertificateAuthority

buildPartial()

public CertificateAuthority.ManagedCertificateAuthority buildPartial()
Returns
TypeDescription
CertificateAuthority.ManagedCertificateAuthority

clear()

public CertificateAuthority.ManagedCertificateAuthority.Builder clear()
Returns
TypeDescription
CertificateAuthority.ManagedCertificateAuthority.Builder
Overrides

clearCaCerts()

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;

Returns
TypeDescription
CertificateAuthority.ManagedCertificateAuthority.Builder

clearField(Descriptors.FieldDescriptor field)

public CertificateAuthority.ManagedCertificateAuthority.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
NameDescription
fieldFieldDescriptor
Returns
TypeDescription
CertificateAuthority.ManagedCertificateAuthority.Builder
Overrides

clearOneof(Descriptors.OneofDescriptor oneof)

public CertificateAuthority.ManagedCertificateAuthority.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
NameDescription
oneofOneofDescriptor
Returns
TypeDescription
CertificateAuthority.ManagedCertificateAuthority.Builder
Overrides

clone()

public CertificateAuthority.ManagedCertificateAuthority.Builder clone()
Returns
TypeDescription
CertificateAuthority.ManagedCertificateAuthority.Builder
Overrides

getCaCerts(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
NameDescription
indexint
Returns
TypeDescription
CertificateAuthority.ManagedCertificateAuthority.CertChain

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
NameDescription
indexint
Returns
TypeDescription
CertificateAuthority.ManagedCertificateAuthority.CertChain.Builder

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;

Returns
TypeDescription
List<Builder>

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
TypeDescription
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;

Returns
TypeDescription
List<CertChain>

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
NameDescription
indexint
Returns
TypeDescription
CertificateAuthority.ManagedCertificateAuthority.CertChainOrBuilder

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
TypeDescription
List<? extends com.google.cloud.redis.cluster.v1beta1.CertificateAuthority.ManagedCertificateAuthority.CertChainOrBuilder>

getDefaultInstanceForType()

public CertificateAuthority.ManagedCertificateAuthority getDefaultInstanceForType()
Returns
TypeDescription
CertificateAuthority.ManagedCertificateAuthority

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
TypeDescription
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
TypeDescription
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
TypeDescription
boolean
Overrides

mergeFrom(CertificateAuthority.ManagedCertificateAuthority other)

public CertificateAuthority.ManagedCertificateAuthority.Builder mergeFrom(CertificateAuthority.ManagedCertificateAuthority other)
Parameter
NameDescription
otherCertificateAuthority.ManagedCertificateAuthority
Returns
TypeDescription
CertificateAuthority.ManagedCertificateAuthority.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CertificateAuthority.ManagedCertificateAuthority.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
NameDescription
inputCodedInputStream
extensionRegistryExtensionRegistryLite
Returns
TypeDescription
CertificateAuthority.ManagedCertificateAuthority.Builder
Overrides
Exceptions
TypeDescription
IOException

mergeFrom(Message other)

public CertificateAuthority.ManagedCertificateAuthority.Builder mergeFrom(Message other)
Parameter
NameDescription
otherMessage
Returns
TypeDescription
CertificateAuthority.ManagedCertificateAuthority.Builder
Overrides

mergeUnknownFields(UnknownFieldSet unknownFields)

public final CertificateAuthority.ManagedCertificateAuthority.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CertificateAuthority.ManagedCertificateAuthority.Builder
Overrides

removeCaCerts(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
NameDescription
indexint
Returns
TypeDescription
CertificateAuthority.ManagedCertificateAuthority.Builder

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;

Parameters
NameDescription
indexint
valueCertificateAuthority.ManagedCertificateAuthority.CertChain
Returns
TypeDescription
CertificateAuthority.ManagedCertificateAuthority.Builder

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;

Parameters
NameDescription
indexint
builderForValueCertificateAuthority.ManagedCertificateAuthority.CertChain.Builder
Returns
TypeDescription
CertificateAuthority.ManagedCertificateAuthority.Builder

setField(Descriptors.FieldDescriptor field, Object value)

public CertificateAuthority.ManagedCertificateAuthority.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
NameDescription
fieldFieldDescriptor
valueObject
Returns
TypeDescription
CertificateAuthority.ManagedCertificateAuthority.Builder
Overrides

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

public CertificateAuthority.ManagedCertificateAuthority.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
NameDescription
fieldFieldDescriptor
indexint
valueObject
Returns
TypeDescription
CertificateAuthority.ManagedCertificateAuthority.Builder
Overrides

setUnknownFields(UnknownFieldSet unknownFields)

public final CertificateAuthority.ManagedCertificateAuthority.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
NameDescription
unknownFieldsUnknownFieldSet
Returns
TypeDescription
CertificateAuthority.ManagedCertificateAuthority.Builder
Overrides