Interface UpdateProvisioningConfigRequestOrBuilder

    • Method Detail

      • hasProvisioningConfig

        boolean hasProvisioningConfig()
         Required. The ProvisioningConfig to update.
         
        .google.cloud.baremetalsolution.v2.ProvisioningConfig provisioning_config = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the provisioningConfig field is set.
      • getProvisioningConfig

        ProvisioningConfig getProvisioningConfig()
         Required. The ProvisioningConfig to update.
         
        .google.cloud.baremetalsolution.v2.ProvisioningConfig provisioning_config = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The provisioningConfig.
      • getProvisioningConfigOrBuilder

        ProvisioningConfigOrBuilder getProvisioningConfigOrBuilder()
         Required. The ProvisioningConfig to update.
         
        .google.cloud.baremetalsolution.v2.ProvisioningConfig provisioning_config = 1 [(.google.api.field_behavior) = REQUIRED];
      • hasUpdateMask

        boolean hasUpdateMask()
         Required. The list of fields to update.
         
        .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 list of fields to update.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Required. The list of fields to update.
         
        .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = REQUIRED];
      • getEmail

        String getEmail()
         Optional. Email provided to send a confirmation with provisioning config
         to.
         
        string email = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The email.
      • getEmailBytes

        com.google.protobuf.ByteString getEmailBytes()
         Optional. Email provided to send a confirmation with provisioning config
         to.
         
        string email = 3 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for email.