Class: Google::Cloud::Talent::V4beta1::UpdateApplicationRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/talent/v4beta1/application_service.rb

Overview

Request for updating a specified application.

Instance Attribute Summary collapse

Instance Attribute Details

#application::Google::Cloud::Talent::V4beta1::Application

Returns Required. The application resource to replace the current resource in the system.

Returns:



66
67
68
69
# File 'proto_docs/google/cloud/talent/v4beta1/application_service.rb', line 66

class UpdateApplicationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#update_mask::Google::Protobuf::FieldMask

Returns Strongly recommended for the best service experience.

If update_mask is provided, only the specified fields in application are updated. Otherwise all the fields are updated.

A field mask to specify the application fields to be updated. Only top level fields of Application are supported.

Returns:

  • (::Google::Protobuf::FieldMask)

    Strongly recommended for the best service experience.

    If update_mask is provided, only the specified fields in application are updated. Otherwise all the fields are updated.

    A field mask to specify the application fields to be updated. Only top level fields of Application are supported.



66
67
68
69
# File 'proto_docs/google/cloud/talent/v4beta1/application_service.rb', line 66

class UpdateApplicationRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end