Interface UpdateDnsAuthorizationRequestOrBuilder

    • Method Detail

      • hasDnsAuthorization

        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:
        Whether the dnsAuthorization field is set.
      • getDnsAuthorization

        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:
        The dnsAuthorization.
      • getDnsAuthorizationOrBuilder

        DnsAuthorizationOrBuilder getDnsAuthorizationOrBuilder()
         Required. A definition of the dns authorization to update.
         
        .google.cloud.certificatemanager.v1.DnsAuthorization dns_authorization = 1 [(.google.api.field_behavior) = REQUIRED];
      • hasUpdateMask

        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:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.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:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.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];