Class ProjectsResource.LocationsResource.BlockchainNodesResource
The "blockchainNodes" collection of methods.
Inherited Members
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.
|
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.
|
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 |
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.
|
Returns
Type | Description |
---|---|
ProjectsResource.LocationsResource.BlockchainNodesResource.PatchRequest |