Interface CreateCertificateMapRequestOrBuilder (0.44.0)

public interface CreateCertificateMapRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCertificateMap()

public abstract CertificateMap getCertificateMap()

Required. A definition of the certificate map to create.

.google.cloud.certificatemanager.v1.CertificateMap certificate_map = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CertificateMap

The certificateMap.

getCertificateMapId()

public abstract String getCertificateMapId()

Required. A user-provided name of the certificate map.

string certificate_map_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
String

The certificateMapId.

getCertificateMapIdBytes()

public abstract ByteString getCertificateMapIdBytes()

Required. A user-provided name of the certificate map.

string certificate_map_id = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
ByteString

The bytes for certificateMapId.

getCertificateMapOrBuilder()

public abstract CertificateMapOrBuilder getCertificateMapOrBuilder()

Required. A definition of the certificate map to create.

.google.cloud.certificatemanager.v1.CertificateMap certificate_map = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CertificateMapOrBuilder

getParent()

public abstract String getParent()

Required. The parent resource of the certificate map. Must be in the format projects/*/locations/*.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
String

The parent.

getParentBytes()

public abstract ByteString getParentBytes()

Required. The parent resource of the certificate map. Must be in the format projects/*/locations/*.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
TypeDescription
ByteString

The bytes for parent.

hasCertificateMap()

public abstract boolean hasCertificateMap()

Required. A definition of the certificate map to create.

.google.cloud.certificatemanager.v1.CertificateMap certificate_map = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the certificateMap field is set.