Show / Hide Table of Contents

Class ValidateCustomConnectorSpecRequest

Request message for ConnectorsService.ValidateCustomConnectorSpec

Inheritance
object
ValidateCustomConnectorSpecRequest
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX