Class ConnectorConfigurationEndpoint
Remote endpoint specification.
Implements
Inherited Members
Namespace: Google.Apis.BigQueryConnectionService.v1.Data
Assembly: Google.Apis.BigQueryConnectionService.v1.dll
Syntax
public class ConnectorConfigurationEndpoint : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
HostPort
Host and port in a format of hostname:port
as defined in
https://www.ietf.org/rfc/rfc3986.html#section-3.2.2 and https://www.ietf.org/rfc/rfc3986.html#section-3.2.3.
Declaration
[JsonProperty("hostPort")]
public virtual string HostPort { get; set; }
Property Value
Type | Description |
---|---|
string |