Class: Google::Cloud::Eventarc::V1::CreateGoogleApiSourceRequest

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 CreateGoogleApiSource method.

Instance Attribute Summary collapse

Instance Attribute Details

#google_api_source::Google::Cloud::Eventarc::V1::GoogleApiSource

Returns Required. The google api source to create.

Returns:



857
858
859
860
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 857

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

#google_api_source_id::String

Returns Required. The user-provided ID to be assigned to the GoogleApiSource. It should match the format (^a-z?$).

Returns:

  • (::String)

    Required. The user-provided ID to be assigned to the GoogleApiSource. It should match the format (^a-z?$).



857
858
859
860
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 857

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

#parent::String

Returns Required. The parent collection in which to add this google api source.

Returns:

  • (::String)

    Required. The parent collection in which to add this google api source.



857
858
859
860
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 857

class CreateGoogleApiSourceRequest
  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.



857
858
859
860
# File 'proto_docs/google/cloud/eventarc/v1/eventarc.rb', line 857

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