Package Methods (0.1.0)

Summary of entries of Methods for google-cloud-hypercomputecluster.

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient

HypercomputeClusterAsyncClient( *, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[ typing.Union[ str, google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.transports.base.HypercomputeClusterTransport, typing.Callable[ [...], google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.transports.base.HypercomputeClusterTransport, ], ] ] = "grpc_asyncio", client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo )

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.bucket_path

bucket_path(project: str, bucket: str) -> str

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.cluster_path

cluster_path(project: str, location: str, cluster: str) -> str

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.compute_instance_path

compute_instance_path(project: str, zone: str, instance: str) -> str

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.create_cluster

create_cluster( request: typing.Optional[ typing.Union[ google.cloud.hypercomputecluster_v1beta.types.hypercompute_cluster.CreateClusterRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, cluster: typing.Optional[ google.cloud.hypercomputecluster_v1beta.types.hypercompute_cluster.Cluster ] = None, cluster_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.delete_cluster

delete_cluster( request: typing.Optional[ typing.Union[ google.cloud.hypercomputecluster_v1beta.types.hypercompute_cluster.DeleteClusterRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.disk_type_path

disk_type_path(project: str, zone: str, disk_type: str) -> str

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.file_instance_path

file_instance_path(project: str, location: str, instance: str) -> str

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.get_cluster

get_cluster( request: typing.Optional[ typing.Union[ google.cloud.hypercomputecluster_v1beta.types.hypercompute_cluster.GetClusterRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.hypercomputecluster_v1beta.types.hypercompute_cluster.Cluster

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.get_transport_class

get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.transports.base.HypercomputeClusterTransport ]

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.list_clusters

list_clusters( request: typing.Optional[ typing.Union[ google.cloud.hypercomputecluster_v1beta.types.hypercompute_cluster.ListClustersRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.pagers.ListClustersAsyncPager )

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.list_locations

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.lustre_instance_path

lustre_instance_path(project: str, location: str, instance: str) -> str

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.network_path

network_path(project: str, network: str) -> str

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.parse_bucket_path

parse_bucket_path(path: str) -> typing.Dict[str, str]

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.parse_cluster_path

parse_cluster_path(path: str) -> typing.Dict[str, str]

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.parse_compute_instance_path

parse_compute_instance_path(path: str) -> typing.Dict[str, str]

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.parse_disk_type_path

parse_disk_type_path(path: str) -> typing.Dict[str, str]

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.parse_file_instance_path

parse_file_instance_path(path: str) -> typing.Dict[str, str]

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.parse_lustre_instance_path

parse_lustre_instance_path(path: str) -> typing.Dict[str, str]

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.parse_network_path

parse_network_path(path: str) -> typing.Dict[str, str]

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.parse_reservation_path

parse_reservation_path(path: str) -> typing.Dict[str, str]

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.parse_subnetwork_path

parse_subnetwork_path(path: str) -> typing.Dict[str, str]

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.reservation_path

reservation_path(project: str, zone: str, reservation: str) -> str

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.subnetwork_path

subnetwork_path(project: str, region: str, subnetwork: str) -> str

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.update_cluster

update_cluster( request: typing.Optional[ typing.Union[ google.cloud.hypercomputecluster_v1beta.types.hypercompute_cluster.UpdateClusterRequest, dict, ] ] = None, *, cluster: typing.Optional[ google.cloud.hypercomputecluster_v1beta.types.hypercompute_cluster.Cluster ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient

HypercomputeClusterClient( *, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[ typing.Union[ str, google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.transports.base.HypercomputeClusterTransport, typing.Callable[ [...], google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.transports.base.HypercomputeClusterTransport, ], ] ] = None, client_options: typing.Optional[ typing.Union[google.api_core.client_options.ClientOptions, dict] ] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo = google.api_core.gapic_v1.client_info.ClientInfo )

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.__exit__

__exit__(type, value, traceback)

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.bucket_path

bucket_path(project: str, bucket: str) -> str

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.cancel_operation

cancel_operation( request: typing.Optional[ google.longrunning.operations_pb2.CancelOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.cluster_path

cluster_path(project: str, location: str, cluster: str) -> str

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.common_project_path

common_project_path(project: str) -> str

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.compute_instance_path

compute_instance_path(project: str, zone: str, instance: str) -> str

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.create_cluster

create_cluster( request: typing.Optional[ typing.Union[ google.cloud.hypercomputecluster_v1beta.types.hypercompute_cluster.CreateClusterRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, cluster: typing.Optional[ google.cloud.hypercomputecluster_v1beta.types.hypercompute_cluster.Cluster ] = None, cluster_id: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.delete_cluster

delete_cluster( request: typing.Optional[ typing.Union[ google.cloud.hypercomputecluster_v1beta.types.hypercompute_cluster.DeleteClusterRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.delete_operation

delete_operation( request: typing.Optional[ google.longrunning.operations_pb2.DeleteOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> None

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.disk_type_path

disk_type_path(project: str, zone: str, disk_type: str) -> str

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.file_instance_path

file_instance_path(project: str, location: str, instance: str) -> str

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.from_service_account_file

from_service_account_file(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.from_service_account_file

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.from_service_account_info

from_service_account_info(info: dict, *args, **kwargs)

Creates an instance of this client using the provided credentials info.

See more: google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.from_service_account_info

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.from_service_account_json

from_service_account_json(filename: str, *args, **kwargs)

Creates an instance of this client using the provided credentials file.

See more: google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.from_service_account_json

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.get_cluster

get_cluster( request: typing.Optional[ typing.Union[ google.cloud.hypercomputecluster_v1beta.types.hypercompute_cluster.GetClusterRequest, dict, ] ] = None, *, name: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.hypercomputecluster_v1beta.types.hypercompute_cluster.Cluster

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.get_location

get_location( request: typing.Optional[ google.cloud.location.locations_pb2.GetLocationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.get_mtls_endpoint_and_cert_source

get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.get_operation

get_operation( request: typing.Optional[ google.longrunning.operations_pb2.GetOperationRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.Operation

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.list_clusters

list_clusters( request: typing.Optional[ typing.Union[ google.cloud.hypercomputecluster_v1beta.types.hypercompute_cluster.ListClustersRequest, dict, ] ] = None, *, parent: typing.Optional[str] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> ( google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.pagers.ListClustersPager )

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.list_locations

list_locations( request: typing.Optional[ google.cloud.location.locations_pb2.ListLocationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.list_locations

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.list_operations

list_operations( request: typing.Optional[ google.longrunning.operations_pb2.ListOperationsRequest ] = None, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.list_operations

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.lustre_instance_path

lustre_instance_path(project: str, location: str, instance: str) -> str

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.network_path

network_path(project: str, network: str) -> str

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.parse_bucket_path

parse_bucket_path(path: str) -> typing.Dict[str, str]

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.parse_cluster_path

parse_cluster_path(path: str) -> typing.Dict[str, str]

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.parse_compute_instance_path

parse_compute_instance_path(path: str) -> typing.Dict[str, str]

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.parse_disk_type_path

parse_disk_type_path(path: str) -> typing.Dict[str, str]

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.parse_file_instance_path

parse_file_instance_path(path: str) -> typing.Dict[str, str]

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.parse_lustre_instance_path

parse_lustre_instance_path(path: str) -> typing.Dict[str, str]

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.parse_network_path

parse_network_path(path: str) -> typing.Dict[str, str]

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.parse_reservation_path

parse_reservation_path(path: str) -> typing.Dict[str, str]

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.parse_subnetwork_path

parse_subnetwork_path(path: str) -> typing.Dict[str, str]

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.reservation_path

reservation_path(project: str, zone: str, reservation: str) -> str

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.subnetwork_path

subnetwork_path(project: str, region: str, subnetwork: str) -> str

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.update_cluster

update_cluster( request: typing.Optional[ typing.Union[ google.cloud.hypercomputecluster_v1beta.types.hypercompute_cluster.UpdateClusterRequest, dict, ] ] = None, *, cluster: typing.Optional[ google.cloud.hypercomputecluster_v1beta.types.hypercompute_cluster.Cluster ] = None, update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.pagers.ListClustersAsyncPager

ListClustersAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.hypercomputecluster_v1beta.types.hypercompute_cluster.ListClustersResponse ], ], request: google.cloud.hypercomputecluster_v1beta.types.hypercompute_cluster.ListClustersRequest, response: google.cloud.hypercomputecluster_v1beta.types.hypercompute_cluster.ListClustersResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )

google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.pagers.ListClustersPager

ListClustersPager( method: typing.Callable[ [...], google.cloud.hypercomputecluster_v1beta.types.hypercompute_cluster.ListClustersResponse, ], request: google.cloud.hypercomputecluster_v1beta.types.hypercompute_cluster.ListClustersRequest, response: google.cloud.hypercomputecluster_v1beta.types.hypercompute_cluster.ListClustersResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )