Class UpdateDnsAuthorizationRequest.Builder

    • Method Detail

      • getDescriptor

        public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
      • internalGetFieldAccessorTable

        protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateDnsAuthorizationRequest.Builder>
      • getDescriptorForType

        public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.google.protobuf.Message.Builder
        Specified by:
        getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
        Overrides:
        getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateDnsAuthorizationRequest.Builder>
      • getDefaultInstanceForType

        public UpdateDnsAuthorizationRequest getDefaultInstanceForType()
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
        Specified by:
        getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
      • build

        public UpdateDnsAuthorizationRequest build()
        Specified by:
        build in interface com.google.protobuf.Message.Builder
        Specified by:
        build in interface com.google.protobuf.MessageLite.Builder
      • buildPartial

        public UpdateDnsAuthorizationRequest buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateDnsAuthorizationRequest.Builder>
      • mergeFrom

        public UpdateDnsAuthorizationRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                               com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                        throws IOException
        Specified by:
        mergeFrom in interface com.google.protobuf.Message.Builder
        Specified by:
        mergeFrom in interface com.google.protobuf.MessageLite.Builder
        Overrides:
        mergeFrom in class com.google.protobuf.AbstractMessage.Builder<UpdateDnsAuthorizationRequest.Builder>
        Throws:
        IOException
      • hasDnsAuthorization

        public boolean hasDnsAuthorization()
         Required. A definition of the dns authorization to update.
         
        .google.cloud.certificatemanager.v1.DnsAuthorization dns_authorization = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        hasDnsAuthorization in interface UpdateDnsAuthorizationRequestOrBuilder
        Returns:
        Whether the dnsAuthorization field is set.
      • getDnsAuthorization

        public DnsAuthorization getDnsAuthorization()
         Required. A definition of the dns authorization to update.
         
        .google.cloud.certificatemanager.v1.DnsAuthorization dns_authorization = 1 [(.google.api.field_behavior) = REQUIRED];
        Specified by:
        getDnsAuthorization in interface UpdateDnsAuthorizationRequestOrBuilder
        Returns:
        The dnsAuthorization.
      • setDnsAuthorization

        public UpdateDnsAuthorizationRequest.Builder setDnsAuthorization​(DnsAuthorization value)
         Required. A definition of the dns authorization to update.
         
        .google.cloud.certificatemanager.v1.DnsAuthorization dns_authorization = 1 [(.google.api.field_behavior) = REQUIRED];
      • setDnsAuthorization

        public UpdateDnsAuthorizationRequest.Builder setDnsAuthorization​(DnsAuthorization.Builder builderForValue)
         Required. A definition of the dns authorization to update.
         
        .google.cloud.certificatemanager.v1.DnsAuthorization dns_authorization = 1 [(.google.api.field_behavior) = REQUIRED];
      • mergeDnsAuthorization

        public UpdateDnsAuthorizationRequest.Builder mergeDnsAuthorization​(DnsAuthorization value)
         Required. A definition of the dns authorization to update.
         
        .google.cloud.certificatemanager.v1.DnsAuthorization dns_authorization = 1 [(.google.api.field_behavior) = REQUIRED];
      • clearDnsAuthorization

        public UpdateDnsAuthorizationRequest.Builder clearDnsAuthorization()
         Required. A definition of the dns authorization to update.
         
        .google.cloud.certificatemanager.v1.DnsAuthorization dns_authorization = 1 [(.google.api.field_behavior) = REQUIRED];
      • getDnsAuthorizationBuilder

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

        public 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];
        Specified by:
        hasUpdateMask in interface UpdateDnsAuthorizationRequestOrBuilder
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        public 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];
        Specified by:
        getUpdateMask in interface UpdateDnsAuthorizationRequestOrBuilder
        Returns:
        The updateMask.
      • setUpdateMask

        public UpdateDnsAuthorizationRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask value)
         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];
      • setUpdateMask

        public UpdateDnsAuthorizationRequest.Builder setUpdateMask​(com.google.protobuf.FieldMask.Builder builderForValue)
         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];
      • mergeUpdateMask

        public UpdateDnsAuthorizationRequest.Builder mergeUpdateMask​(com.google.protobuf.FieldMask value)
         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];
      • clearUpdateMask

        public UpdateDnsAuthorizationRequest.Builder clearUpdateMask()
         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];
      • getUpdateMaskBuilder

        public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
         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];
      • getUpdateMaskOrBuilder

        public 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];
        Specified by:
        getUpdateMaskOrBuilder in interface UpdateDnsAuthorizationRequestOrBuilder