Class GrpcServiceConfig
[Deprecated] gRPC config to access the SDS server. gRPC config to access the SDS server.
Implements
Inherited Members
Namespace: Google.Apis.Compute.alpha.Data
Assembly: Google.Apis.Compute.alpha.dll
Syntax
public class GrpcServiceConfig : IDirectResponseSchema
Properties
CallCredentials
The call credentials to access the SDS server.
Declaration
[JsonProperty("callCredentials")]
public virtual CallCredentials CallCredentials { get; set; }
Property Value
Type | Description |
---|---|
CallCredentials |
ChannelCredentials
The channel credentials to access the SDS server.
Declaration
[JsonProperty("channelCredentials")]
public virtual ChannelCredentials ChannelCredentials { get; set; }
Property Value
Type | Description |
---|---|
ChannelCredentials |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetUri
The target URI of the SDS server.
Declaration
[JsonProperty("targetUri")]
public virtual string TargetUri { get; set; }
Property Value
Type | Description |
---|---|
string |