public interface CreateCertificateMapEntryRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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];
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| 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];
| Type | Description |
| 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) = { ... }
| Type | Description |
| 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) = { ... }
| Type | Description |
| 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];
| Type | Description |
| boolean | Whether the certificateMapEntry field is set. |