ProjectsLocationsBlockchainNodes
class ProjectsLocationsBlockchainNodes extends Resource (View source)
The "blockchainNodes" collection of methods.
Typical usage is:
$blockchainnodeengineService = new Google\Service\BlockchainNodeEngine(...);
$blockchainNodes = $blockchainnodeengineService->projects_locations_blockchainNodes;
Methods
Creates a new blockchain node in a given project and location.
Deletes a single blockchain node. (blockchainNodes.delete)
Gets details of a single blockchain node. (blockchainNodes.get)
Lists blockchain nodes in a given project and location.
Updates the parameters of a single blockchain node. (blockchainNodes.patch)
Details
Operation
create(string $parent, BlockchainNode $postBody, array $optParams = [])
Creates a new blockchain node in a given project and location.
(blockchainNodes.create)
Operation
delete(string $name, array $optParams = [])
Deletes a single blockchain node. (blockchainNodes.delete)
BlockchainNode
get(string $name, array $optParams = [])
Gets details of a single blockchain node. (blockchainNodes.get)
ListBlockchainNodesResponse
listProjectsLocationsBlockchainNodes(string $parent, array $optParams = [])
Lists blockchain nodes in a given project and location.
(blockchainNodes.listProjectsLocationsBlockchainNodes)
Operation
patch(string $name, BlockchainNode $postBody, array $optParams = [])
Updates the parameters of a single blockchain node. (blockchainNodes.patch)