public interface UpdateCertificateMapEntryRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCertificateMapEntry()
public abstract CertificateMapEntry getCertificateMapEntry()Required. A definition of the certificate map entry to create map entry.
.google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entry = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| CertificateMapEntry | The certificateMapEntry. |
getCertificateMapEntryOrBuilder()
public abstract CertificateMapEntryOrBuilder getCertificateMapEntryOrBuilder()Required. A definition of the certificate map entry to create map entry.
.google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entry = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| CertificateMapEntryOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask() Required. The update mask applies to the resource. For the FieldMask definition,
see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| FieldMask | The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder() Required. The update mask applies to the resource. For the FieldMask definition,
see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| FieldMaskOrBuilder |
hasCertificateMapEntry()
public abstract boolean hasCertificateMapEntry()Required. A definition of the certificate map entry to create map entry.
.google.cloud.certificatemanager.v1.CertificateMapEntry certificate_map_entry = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the certificateMapEntry field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask() Required. The update mask applies to the resource. For the FieldMask definition,
see
https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the updateMask field is set. |