Class: Google::Apis::ConnectorsV1::PartnerMetadata
- Inherits:
-
Object
- Object
- Google::Apis::ConnectorsV1::PartnerMetadata
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/connectors_v1/classes.rb,
lib/google/apis/connectors_v1/representations.rb,
lib/google/apis/connectors_v1/representations.rb
Overview
Partner metadata details. This will be populated when publishing the custom connector as a partner connector version. On publishing, parntner connector version will be created using the fields in PartnerMetadata.
Instance Attribute Summary collapse
-
#accept_gcp_tos ⇒ Boolean
(also: #accept_gcp_tos?)
Required.
-
#additional_comments ⇒ String
Optional.
-
#confirm_partner_requirements ⇒ Boolean
(also: #confirm_partner_requirements?)
Required.
-
#demo_uri ⇒ String
Required.
-
#has_dynamic_spec_uri ⇒ Boolean
(also: #has_dynamic_spec_uri?)
Output only.
-
#integration_templates ⇒ String
Required.
-
#local_spec_path ⇒ String
Output only.
-
#marketplace_product ⇒ String
Optional.
-
#marketplace_product_id ⇒ String
Required.
-
#marketplace_product_project_id ⇒ String
Optional.
-
#marketplace_product_uri ⇒ String
Optional.
-
#partner ⇒ String
Required.
-
#partner_connector_display_name ⇒ String
Required.
-
#publish_request_time ⇒ String
Output only.
-
#target_application ⇒ String
Required.
-
#target_customer_segment ⇒ String
Required.
-
#use_cases ⇒ String
Required.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PartnerMetadata
constructor
A new instance of PartnerMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ PartnerMetadata
Returns a new instance of PartnerMetadata.
5666 5667 5668 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 5666 def initialize(**args) update!(**args) end |
Instance Attribute Details
#accept_gcp_tos ⇒ Boolean Also known as: accept_gcp_tos?
Required. Whether the user has accepted the Google Cloud Platform Terms of
Service (https://cloud.google.com/terms/) and the Google Cloud Marketplace
Terms of Service (https://cloud.google.com/terms/marketplace/launcher?hl=en).
Corresponds to the JSON property acceptGcpTos
5578 5579 5580 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 5578 def accept_gcp_tos @accept_gcp_tos end |
#additional_comments ⇒ String
Optional. Additional comments for the submission.
Corresponds to the JSON property additionalComments
5584 5585 5586 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 5584 def additional_comments @additional_comments end |
#confirm_partner_requirements ⇒ Boolean Also known as: confirm_partner_requirements?
Required. Confirmation that connector meets all applicable requirements
mentioned in the Partner Connector Publishing requirements list and Partner
onboardiong requirements list (https://cloud.google.com/marketplace/docs/
partners/get-started#requirements).
Corresponds to the JSON property confirmPartnerRequirements
5592 5593 5594 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 5592 def confirm_partner_requirements @confirm_partner_requirements end |
#demo_uri ⇒ String
Required. Public URL for the demo video.
Corresponds to the JSON property demoUri
5598 5599 5600 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 5598 def demo_uri @demo_uri end |
#has_dynamic_spec_uri ⇒ Boolean Also known as: has_dynamic_spec_uri?
Output only. Has dynamic open api spec uri.
Corresponds to the JSON property hasDynamicSpecUri
5603 5604 5605 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 5603 def has_dynamic_spec_uri @has_dynamic_spec_uri end |
#integration_templates ⇒ String
Required. Integration example templates for the custom connector.
Corresponds to the JSON property integrationTemplates
5609 5610 5611 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 5609 def integration_templates @integration_templates end |
#local_spec_path ⇒ String
Output only. Local spec path. Required if has_dynamic_spec_uri is true.
Corresponds to the JSON property localSpecPath
5614 5615 5616 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 5614 def local_spec_path @local_spec_path end |
#marketplace_product ⇒ String
Optional. Marketplace product name.
Corresponds to the JSON property marketplaceProduct
5619 5620 5621 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 5619 def marketplace_product @marketplace_product end |
#marketplace_product_id ⇒ String
Required. Marketplace product ID.
Corresponds to the JSON property marketplaceProductId
5624 5625 5626 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 5624 def marketplace_product_id @marketplace_product_id end |
#marketplace_product_project_id ⇒ String
Optional. Marketplace product project ID.
Corresponds to the JSON property marketplaceProductProjectId
5629 5630 5631 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 5629 def marketplace_product_project_id @marketplace_product_project_id end |
#marketplace_product_uri ⇒ String
Optional. Marketplace product URL.
Corresponds to the JSON property marketplaceProductUri
5634 5635 5636 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 5634 def marketplace_product_uri @marketplace_product_uri end |
#partner ⇒ String
Required. Partner name.
Corresponds to the JSON property partner
5639 5640 5641 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 5639 def partner @partner end |
#partner_connector_display_name ⇒ String
Required. Partner connector display name.
Corresponds to the JSON property partnerConnectorDisplayName
5644 5645 5646 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 5644 def partner_connector_display_name @partner_connector_display_name end |
#publish_request_time ⇒ String
Output only. Publish request time.
Corresponds to the JSON property publishRequestTime
5649 5650 5651 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 5649 def publish_request_time @publish_request_time end |
#target_application ⇒ String
Required. Target application for which partner connector is built.
Corresponds to the JSON property targetApplication
5654 5655 5656 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 5654 def target_application @target_application end |
#target_customer_segment ⇒ String
Required. Target customer segment for the partner connector.
Corresponds to the JSON property targetCustomerSegment
5659 5660 5661 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 5659 def target_customer_segment @target_customer_segment end |
#use_cases ⇒ String
Required. Details about partner connector use cases.
Corresponds to the JSON property useCases
5664 5665 5666 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 5664 def use_cases @use_cases end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
5671 5672 5673 5674 5675 5676 5677 5678 5679 5680 5681 5682 5683 5684 5685 5686 5687 5688 5689 |
# File 'lib/google/apis/connectors_v1/classes.rb', line 5671 def update!(**args) @accept_gcp_tos = args[:accept_gcp_tos] if args.key?(:accept_gcp_tos) @additional_comments = args[:additional_comments] if args.key?(:additional_comments) @confirm_partner_requirements = args[:confirm_partner_requirements] if args.key?(:confirm_partner_requirements) @demo_uri = args[:demo_uri] if args.key?(:demo_uri) @has_dynamic_spec_uri = args[:has_dynamic_spec_uri] if args.key?(:has_dynamic_spec_uri) @integration_templates = args[:integration_templates] if args.key?(:integration_templates) @local_spec_path = args[:local_spec_path] if args.key?(:local_spec_path) @marketplace_product = args[:marketplace_product] if args.key?(:marketplace_product) @marketplace_product_id = args[:marketplace_product_id] if args.key?(:marketplace_product_id) @marketplace_product_project_id = args[:marketplace_product_project_id] if args.key?(:marketplace_product_project_id) @marketplace_product_uri = args[:marketplace_product_uri] if args.key?(:marketplace_product_uri) @partner = args[:partner] if args.key?(:partner) @partner_connector_display_name = args[:partner_connector_display_name] if args.key?(:partner_connector_display_name) @publish_request_time = args[:publish_request_time] if args.key?(:publish_request_time) @target_application = args[:target_application] if args.key?(:target_application) @target_customer_segment = args[:target_customer_segment] if args.key?(:target_customer_segment) @use_cases = args[:use_cases] if args.key?(:use_cases) end |