Class ProjectsResource.LocationsResource.BlockchainNodesResource | Google.Apis.BlockchainNodeEngine.v1
Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.BlockchainNodesResource

The "blockchainNodes" collection of methods.

Inheritance
object
ProjectsResource.LocationsResource.BlockchainNodesResource
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
Assembly: Google.Apis.BlockchainNodeEngine.v1.dll
Syntax
public class ProjectsResource.LocationsResource.BlockchainNodesResource

Constructors

BlockchainNodesResource(IClientService)

Constructs a new resource.

Declaration
public BlockchainNodesResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

Create(BlockchainNode, string)

Creates a new blockchain node in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.BlockchainNodesResource.CreateRequest Create(BlockchainNode body, string parent)
Parameters
Type Name Description
BlockchainNode body

The body of the request.

string parent

Required. Value for parent.

Returns
Type Description
ProjectsResource.LocationsResource.BlockchainNodesResource.CreateRequest

Delete(string)

Deletes a single blockchain node.

Declaration
public virtual ProjectsResource.LocationsResource.BlockchainNodesResource.DeleteRequest Delete(string name)
Parameters
Type Name Description
string name

Required. The fully qualified name of the blockchain node to delete. e.g. projects/my-project/locations/us-central1/blockchainNodes/my-node.

Returns
Type Description
ProjectsResource.LocationsResource.BlockchainNodesResource.DeleteRequest

Get(string)

Gets details of a single blockchain node.

Declaration
public virtual ProjectsResource.LocationsResource.BlockchainNodesResource.GetRequest Get(string name)
Parameters
Type Name Description
string name

Required. The fully qualified name of the blockchain node to fetch. e.g. projects/my-project/locations/us-central1/blockchainNodes/my-node.

Returns
Type Description
ProjectsResource.LocationsResource.BlockchainNodesResource.GetRequest

List(string)

Lists blockchain nodes in a given project and location.

Declaration
public virtual ProjectsResource.LocationsResource.BlockchainNodesResource.ListRequest List(string parent)
Parameters
Type Name Description
string parent

Required. Parent value for ListNodesRequest.

Returns
Type Description
ProjectsResource.LocationsResource.BlockchainNodesResource.ListRequest

Patch(BlockchainNode, string)

Updates the parameters of a single blockchain node.

Declaration
public virtual ProjectsResource.LocationsResource.BlockchainNodesResource.PatchRequest Patch(BlockchainNode body, string name)
Parameters
Type Name Description
BlockchainNode body

The body of the request.

string name

Output only. The fully qualified name of the blockchain node. e.g. projects/my-project/locations/us-central1/blockchainNodes/my-node.

Returns
Type Description
ProjectsResource.LocationsResource.BlockchainNodesResource.PatchRequest
In this article
Back to top Generated by DocFX