Class PartnerMetadata
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.
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class PartnerMetadata : IDirectResponseSchema
Properties
AcceptGcpTos
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).
Declaration
[JsonProperty("acceptGcpTos")]
public virtual bool? AcceptGcpTos { get; set; }
Property Value
Type | Description |
---|---|
bool? |
AdditionalComments
Optional. Additional comments for the submission.
Declaration
[JsonProperty("additionalComments")]
public virtual string AdditionalComments { get; set; }
Property Value
Type | Description |
---|---|
string |
ConfirmPartnerRequirements
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).
Declaration
[JsonProperty("confirmPartnerRequirements")]
public virtual bool? ConfirmPartnerRequirements { get; set; }
Property Value
Type | Description |
---|---|
bool? |
DemoUri
Required. Public URL for the demo video.
Declaration
[JsonProperty("demoUri")]
public virtual string DemoUri { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IntegrationTemplates
Required. Integration example templates for the custom connector.
Declaration
[JsonProperty("integrationTemplates")]
public virtual string IntegrationTemplates { get; set; }
Property Value
Type | Description |
---|---|
string |
MarketplaceProduct
Optional. Marketplace product name.
Declaration
[JsonProperty("marketplaceProduct")]
public virtual string MarketplaceProduct { get; set; }
Property Value
Type | Description |
---|---|
string |
MarketplaceProductId
Required. Marketplace product ID.
Declaration
[JsonProperty("marketplaceProductId")]
public virtual string MarketplaceProductId { get; set; }
Property Value
Type | Description |
---|---|
string |
MarketplaceProductProjectId
Optional. Marketplace product project ID.
Declaration
[JsonProperty("marketplaceProductProjectId")]
public virtual string MarketplaceProductProjectId { get; set; }
Property Value
Type | Description |
---|---|
string |
MarketplaceProductUri
Optional. Marketplace product URL.
Declaration
[JsonProperty("marketplaceProductUri")]
public virtual string MarketplaceProductUri { get; set; }
Property Value
Type | Description |
---|---|
string |
Partner
Required. Partner name.
Declaration
[JsonProperty("partner")]
public virtual string Partner { get; set; }
Property Value
Type | Description |
---|---|
string |
PartnerConnectorDisplayName
Required. Partner connector display name.
Declaration
[JsonProperty("partnerConnectorDisplayName")]
public virtual string PartnerConnectorDisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
PublishRequestTime
object representation of PublishRequestTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use PublishRequestTimeDateTimeOffset instead.")]
public virtual object PublishRequestTime { get; set; }
Property Value
Type | Description |
---|---|
object |
PublishRequestTimeDateTimeOffset
DateTimeOffset representation of PublishRequestTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? PublishRequestTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
PublishRequestTimeRaw
Output only. Publish request time.
Declaration
[JsonProperty("publishRequestTime")]
public virtual string PublishRequestTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetApplication
Required. Target application for which partner connector is built.
Declaration
[JsonProperty("targetApplication")]
public virtual string TargetApplication { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetCustomerSegment
Required. Target customer segment for the partner connector.
Declaration
[JsonProperty("targetCustomerSegment")]
public virtual string TargetCustomerSegment { get; set; }
Property Value
Type | Description |
---|---|
string |
UseCases
Required. Details about partner connector use cases.
Declaration
[JsonProperty("useCases")]
public virtual string UseCases { get; set; }
Property Value
Type | Description |
---|---|
string |