Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion .librarian/state.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1970,10 +1970,12 @@ libraries:
tag_format: '{id}-v{version}'
- id: google-cloud-hypercomputecluster
version: 0.2.0
last_generated_commit: c662840a94dbdf708caa44893a2d49119cdd391c
last_generated_commit: 23ec7b6ee94a2fe364cdb5a212949f1cf37f85ad
apis:
- path: google/cloud/hypercomputecluster/v1beta
service_config: hypercomputecluster_v1beta.yaml
- path: google/cloud/hypercomputecluster/v1
service_config: hypercomputecluster_v1.yaml
source_roots:
- packages/google-cloud-hypercomputecluster
preserve_regex:
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-hypercomputecluster/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Python Client for Cluster Director API

|preview| |pypi| |versions|

`Cluster Director API`_:
`Cluster Director API`_: The Cluster Director API allows you to deploy, manage, and monitor clusters that run AI, ML, or HPC workloads.

- `Client Library Documentation`_
- `Product Documentation`_
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Python Client for Cluster Director API

|preview| |pypi| |versions|

`Cluster Director API`_:
`Cluster Director API`_: The Cluster Director API allows you to deploy, manage, and monitor clusters that run AI, ML, or HPC workloads.

- `Client Library Documentation`_
- `Product Documentation`_
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
HypercomputeCluster
-------------------------------------

.. automodule:: google.cloud.hypercomputecluster_v1.services.hypercompute_cluster
:members:
:inherited-members:

.. automodule:: google.cloud.hypercomputecluster_v1.services.hypercompute_cluster.pagers
:members:
:inherited-members:
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Services for Google Cloud Hypercomputecluster v1 API
====================================================
.. toctree::
:maxdepth: 2

hypercompute_cluster
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Types for Google Cloud Hypercomputecluster v1 API
=================================================

.. automodule:: google.cloud.hypercomputecluster_v1.types
:members:
:show-inheritance:
11 changes: 11 additions & 0 deletions packages/google-cloud-hypercomputecluster/docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

.. include:: multiprocessing.rst

This package includes clients for multiple versions of Cluster Director API.
By default, you will get version ``hypercomputecluster_v1``.


API Reference
-------------
.. toctree::
:maxdepth: 2

hypercomputecluster_v1/services_
hypercomputecluster_v1/types_

API Reference
-------------
Comment on lines 17 to 18
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The API Reference header is duplicated. This can cause rendering issues in the generated documentation. Please remove this duplicated section.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
__version__ = package_version.__version__


from google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.async_client import (
from google.cloud.hypercomputecluster_v1.services.hypercompute_cluster.async_client import (
HypercomputeClusterAsyncClient,
)
from google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.client import (
from google.cloud.hypercomputecluster_v1.services.hypercompute_cluster.client import (
HypercomputeClusterClient,
)
from google.cloud.hypercomputecluster_v1beta.types.hypercompute_cluster import (
from google.cloud.hypercomputecluster_v1.types.hypercompute_cluster import (
BootDisk,
BucketReference,
Cluster,
Expand Down Expand Up @@ -67,8 +67,33 @@
StorageResourceConfig,
UpdateClusterRequest,
)
from google.cloud.hypercomputecluster_v1beta.types.operation_metadata import (
from google.cloud.hypercomputecluster_v1.types.operation_metadata import (
CheckClusterHealth,
CreateFilestoreInstance,
CreateLoginNode,
CreateLustreInstance,
CreateNetwork,
CreateNodeset,
CreateOrchestrator,
CreatePartition,
CreatePrivateServiceAccess,
CreateStorageBucket,
DeleteFilestoreInstance,
DeleteLoginNode,
DeleteLustreInstance,
DeleteNetwork,
DeleteNodeset,
DeleteOrchestrator,
DeletePartition,
DeletePrivateServiceAccess,
DeleteStorageBucket,
OperationMetadata,
OperationProgress,
OperationStep,
UpdateLoginNode,
UpdateNodeset,
UpdateOrchestrator,
UpdatePartition,
)

__all__ = (
Expand Down Expand Up @@ -115,5 +140,30 @@
"StorageResource",
"StorageResourceConfig",
"UpdateClusterRequest",
"CheckClusterHealth",
"CreateFilestoreInstance",
"CreateLoginNode",
"CreateLustreInstance",
"CreateNetwork",
"CreateNodeset",
"CreateOrchestrator",
"CreatePartition",
"CreatePrivateServiceAccess",
"CreateStorageBucket",
"DeleteFilestoreInstance",
"DeleteLoginNode",
"DeleteLustreInstance",
"DeleteNetwork",
"DeleteNodeset",
"DeleteOrchestrator",
"DeletePartition",
"DeletePrivateServiceAccess",
"DeleteStorageBucket",
"OperationMetadata",
"OperationProgress",
"OperationStep",
"UpdateLoginNode",
"UpdateNodeset",
"UpdateOrchestrator",
"UpdatePartition",
)
Loading
Loading