Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1alphaA2AAgentDefinitionCloudMarketplaceConfig

Configuration specific to agents that are deployed from Cloud Marketplace.

Inheritance
object
GoogleCloudDiscoveryengineV1alphaA2AAgentDefinitionCloudMarketplaceConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX