Interface UpdateConversionWorkspaceRequestOrBuilder

    • Method Detail

      • hasUpdateMask

        boolean hasUpdateMask()
         Required. Field mask is used to specify the fields to be overwritten by the
         update in the conversion workspace resource.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the updateMask field is set.
      • getUpdateMask

        com.google.protobuf.FieldMask getUpdateMask()
         Required. Field mask is used to specify the fields to be overwritten by the
         update in the conversion workspace resource.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The updateMask.
      • getUpdateMaskOrBuilder

        com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
         Required. Field mask is used to specify the fields to be overwritten by the
         update in the conversion workspace resource.
         
        .google.protobuf.FieldMask update_mask = 1 [(.google.api.field_behavior) = REQUIRED];
      • hasConversionWorkspace

        boolean hasConversionWorkspace()
         Required. The conversion workspace parameters to update.
         
        .google.cloud.clouddms.v1.ConversionWorkspace conversion_workspace = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        Whether the conversionWorkspace field is set.
      • getConversionWorkspace

        ConversionWorkspace getConversionWorkspace()
         Required. The conversion workspace parameters to update.
         
        .google.cloud.clouddms.v1.ConversionWorkspace conversion_workspace = 2 [(.google.api.field_behavior) = REQUIRED];
        Returns:
        The conversionWorkspace.
      • getConversionWorkspaceOrBuilder

        ConversionWorkspaceOrBuilder getConversionWorkspaceOrBuilder()
         Required. The conversion workspace parameters to update.
         
        .google.cloud.clouddms.v1.ConversionWorkspace conversion_workspace = 2 [(.google.api.field_behavior) = REQUIRED];
      • getRequestId

        String getRequestId()
         A unique ID used to identify the request. If the server receives two
         requests with the same ID, then the second request is ignored.
        
         It is recommended to always set this value to a UUID.
        
         The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores
         (_), and hyphens (-). The maximum length is 40 characters.
         
        string request_id = 3;
        Returns:
        The requestId.
      • getRequestIdBytes

        com.google.protobuf.ByteString getRequestIdBytes()
         A unique ID used to identify the request. If the server receives two
         requests with the same ID, then the second request is ignored.
        
         It is recommended to always set this value to a UUID.
        
         The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores
         (_), and hyphens (-). The maximum length is 40 characters.
         
        string request_id = 3;
        Returns:
        The bytes for requestId.