Class GoogleCloudDiscoveryengineV1alphaA2AAgentDefinitionCloudMarketplaceConfig
Configuration specific to agents that are deployed from Cloud Marketplace.
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaA2AAgentDefinitionCloudMarketplaceConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Entitlement
Required. The Marketplace Entitlement this agent is associated with. Format:
projects/{project}/entitlements/{entitlement}.
Declaration
[JsonProperty("entitlement")]
public virtual string Entitlement { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Order
Output only. The Marketplace Order this agent belongs to. Format:
billingAccounts/{billing_account}/orders/{order}
Declaration
[JsonProperty("order")]
public virtual string Order { get; set; }
Property Value
| Type | Description |
|---|---|
| string |