Show / Hide Table of Contents

Class GoogleCloudDiscoveryengineV1ActionConfig

Informations to support actions on the connector.

Inheritance
object
GoogleCloudDiscoveryengineV1ActionConfig
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 GoogleCloudDiscoveryengineV1ActionConfig : IDirectResponseSchema

Properties

ActionParams

Optional. Action parameters in structured json format.

Declaration
[JsonProperty("actionParams")]
public virtual IDictionary<string, object> ActionParams { get; set; }
Property Value
Type Description
IDictionary<string, object>

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IsActionConfigured

Output only. The connector contains the necessary parameters and is configured to support actions.

Declaration
[JsonProperty("isActionConfigured")]
public virtual bool? IsActionConfigured { get; set; }
Property Value
Type Description
bool?

JsonActionParams

Optional. Action parameters in json string format.

Declaration
[JsonProperty("jsonActionParams")]
public virtual string JsonActionParams { get; set; }
Property Value
Type Description
string

ServiceName

Optional. The Service Directory resource name (projects//locations//namespaces//services/) representing a VPC network endpoint used to connect to the data source's instance_uri, defined in DataConnector.params. Required when VPC Service Controls are enabled.

Declaration
[JsonProperty("serviceName")]
public virtual string ServiceName { get; set; }
Property Value
Type Description
string

UseStaticSecrets

Optional. Whether to use static secrets for the connector. If true, the secrets provided in the action_params will be ignored.

Declaration
[JsonProperty("useStaticSecrets")]
public virtual bool? UseStaticSecrets { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX