Class ValidateCustomConnectorSpecRequest
Request message for ConnectorsService.ValidateCustomConnectorSpec
Implements
Inherited Members
Namespace: Google.Apis.Connectors.v1.Data
Assembly: Google.Apis.Connectors.v1.dll
Syntax
public class ValidateCustomConnectorSpecRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ServiceAccount
Required. Service account to access the spec from Google Cloud Storage.
Declaration
[JsonProperty("serviceAccount")]
public virtual string ServiceAccount { get; set; }
Property Value
Type | Description |
---|---|
string |
SpecLocation
Required. Location of the custom connector spec. The location can be either a public url like
https://public-url.com/spec
Or a Google Cloud Storage location like gs:///
Declaration
[JsonProperty("specLocation")]
public virtual string SpecLocation { get; set; }
Property Value
Type | Description |
---|---|
string |
SpecType
Required. Spec type of the custom connector spec.
Declaration
[JsonProperty("specType")]
public virtual string SpecType { get; set; }
Property Value
Type | Description |
---|---|
string |