Interface UpdateDnsAuthorizationRequestOrBuilder (0.2.0)

public interface UpdateDnsAuthorizationRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDnsAuthorization()

public abstract DnsAuthorization getDnsAuthorization()

Required. A definition of the dns authorization to update.

.google.cloud.certificatemanager.v1.DnsAuthorization dns_authorization = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
DnsAuthorization

The dnsAuthorization.

getDnsAuthorizationOrBuilder()

public abstract DnsAuthorizationOrBuilder getDnsAuthorizationOrBuilder()

Required. A definition of the dns authorization to update.

.google.cloud.certificatemanager.v1.DnsAuthorization dns_authorization = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
DnsAuthorizationOrBuilder

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];

Returns
TypeDescription
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];

Returns
TypeDescription
FieldMaskOrBuilder

hasDnsAuthorization()

public abstract boolean hasDnsAuthorization()

Required. A definition of the dns authorization to update.

.google.cloud.certificatemanager.v1.DnsAuthorization dns_authorization = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
boolean

Whether the dnsAuthorization 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];

Returns
TypeDescription
boolean

Whether the updateMask field is set.