Show / Hide Table of Contents

Class GrpcServiceConfig

[Deprecated] gRPC config to access the SDS server. gRPC config to access the SDS server.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX