Interface RelativeDistinguishedNameOrBuilder (2.70.0)

public interface RelativeDistinguishedNameOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAttributes(int index)

public abstract AttributeTypeAndValue getAttributes(int index)

Attributes describes the attribute value assertions in the RDN.

repeated .google.cloud.security.privateca.v1.AttributeTypeAndValue attributes = 1;

Parameter
Name Description
index int
Returns
Type Description
AttributeTypeAndValue

getAttributesCount()

public abstract int getAttributesCount()

Attributes describes the attribute value assertions in the RDN.

repeated .google.cloud.security.privateca.v1.AttributeTypeAndValue attributes = 1;

Returns
Type Description
int

getAttributesList()

public abstract List<AttributeTypeAndValue> getAttributesList()

Attributes describes the attribute value assertions in the RDN.

repeated .google.cloud.security.privateca.v1.AttributeTypeAndValue attributes = 1;

Returns
Type Description
List<AttributeTypeAndValue>

getAttributesOrBuilder(int index)

public abstract AttributeTypeAndValueOrBuilder getAttributesOrBuilder(int index)

Attributes describes the attribute value assertions in the RDN.

repeated .google.cloud.security.privateca.v1.AttributeTypeAndValue attributes = 1;

Parameter
Name Description
index int
Returns
Type Description
AttributeTypeAndValueOrBuilder

getAttributesOrBuilderList()

public abstract List<? extends AttributeTypeAndValueOrBuilder> getAttributesOrBuilderList()

Attributes describes the attribute value assertions in the RDN.

repeated .google.cloud.security.privateca.v1.AttributeTypeAndValue attributes = 1;

Returns
Type Description
List<? extends com.google.cloud.security.privateca.v1.AttributeTypeAndValueOrBuilder>