Class: Google::Cloud::Eventarc::V1::CreateGoogleApiSourceRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Eventarc::V1::CreateGoogleApiSourceRequest
- 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
-
#google_api_source ⇒ ::Google::Cloud::Eventarc::V1::GoogleApiSource
Required.
-
#google_api_source_id ⇒ ::String
Required.
-
#parent ⇒ ::String
Required.
-
#validate_only ⇒ ::Boolean
Optional.
Instance Attribute Details
#google_api_source ⇒ ::Google::Cloud::Eventarc::V1::GoogleApiSource
Returns Required. The google api source to create.
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?$).
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.
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.
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 |