Show / Hide Table of Contents

Class EndpointInfo

Contains endpoint information through which to interact with a blockchain node.

Inheritance
object
EndpointInfo
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.BlockchainNodeEngine.v1.Data
Assembly: Google.Apis.BlockchainNodeEngine.v1.dll
Syntax
public class EndpointInfo : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

JsonRpcApiEndpoint

Output only. The assigned URL for the node JSON-RPC API endpoint.

Declaration
[JsonProperty("jsonRpcApiEndpoint")]
public virtual string JsonRpcApiEndpoint { get; set; }
Property Value
Type Description
string

WebsocketsApiEndpoint

Output only. The assigned URL for the node WebSockets API endpoint.

Declaration
[JsonProperty("websocketsApiEndpoint")]
public virtual string WebsocketsApiEndpoint { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX