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:



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

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]([a-z0-9-]{0,61}[a-z0-9])?$.

Returns:

  • (::String)

    Required. The user-provided ID to be assigned to the GoogleApiSource. It should match the format ^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$.



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

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.



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

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.



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

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