Interface CreateCertificateMapEntryRequestOrBuilder (0.2.0)

public interface CreateCertificateMapEntryRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCertificateMapEntry()

public abstract CertificateMapEntry getCertificateMapEntry()

Required. A definition of the certificate map entry to create.

.google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entry = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CertificateMapEntry

The certificateMapEntry.

getCertificateMapEntryId()

public abstract String getCertificateMapEntryId()

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

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

Returns
TypeDescription
String

The certificateMapEntryId.

getCertificateMapEntryIdBytes()

public abstract ByteString getCertificateMapEntryIdBytes()

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

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

Returns
TypeDescription
ByteString

The bytes for certificateMapEntryId.

getCertificateMapEntryOrBuilder()

public abstract CertificateMapEntryOrBuilder getCertificateMapEntryOrBuilder()

Required. A definition of the certificate map entry to create.

.google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entry = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CertificateMapEntryOrBuilder

getParent()

public abstract String getParent()

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

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 entry. Must be in the format projects/*/locations/*/certificateMaps/*.

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

Returns
TypeDescription
ByteString

The bytes for parent.

hasCertificateMapEntry()

public abstract boolean hasCertificateMapEntry()

Required. A definition of the certificate map entry to create.

.google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entry = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the certificateMapEntry field is set.