Class: Google::Cloud::Eventarc::V1::UpdateEnrollmentRequest

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

Overview

The request message for the UpdateEnrollment method.

Instance Attribute Summary collapse

Instance Attribute Details

#allow_missing::Boolean

Returns Optional. If set to true, and the Enrollment is not found, a new Enrollment will be created. In this situation, update_mask is ignored.

Returns:

  • (::Boolean)

    Optional. If set to true, and the Enrollment is not found, a new Enrollment will be created. In this situation, update_mask is ignored.



642
643
644
645
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 642

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

#enrollment::Google::Cloud::Eventarc::V1::Enrollment

Returns Required. The Enrollment to be updated.

Returns:



642
643
644
645
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 642

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

#update_mask::Google::Protobuf::FieldMask

Returns Optional. The fields to be updated; only fields explicitly provided are updated. If no field mask is provided, all provided fields in the request are updated. To update all fields, provide a field mask of "*".

Returns:

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

    Optional. The fields to be updated; only fields explicitly provided are updated. If no field mask is provided, all provided fields in the request are updated. To update all fields, provide a field mask of "*".



642
643
644
645
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 642

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

#validate_only::Boolean

Returns Optional. If set, validate the request and preview the review, but do not post it.

Returns:

  • (::Boolean)

    Optional. If set, validate the request and preview the review, but do not post it.



642
643
644
645
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 642

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