Show / Hide Table of Contents

Class GrpcServiceConfig

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

Inheritance
System.Object
GrpcServiceConfig
Implements
Google.Apis.Requests.IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.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
System.String

TargetUri

The target URI of the SDS server.

Declaration
[JsonProperty("targetUri")]
public virtual string TargetUri { get; set; }
Property Value
Type Description
System.String

Implements

Google.Apis.Requests.IDirectResponseSchema
In This Article
Back to top