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 )Instantiates the hypercompute cluster async client.
See more: google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.bucket_path
bucket_path(project: str, bucket: str) -> strReturns a fully-qualified bucket string.
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]]] = () ) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.cluster_path
cluster_path(project: str, location: str, cluster: str) -> strReturns a fully-qualified cluster string.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.compute_instance_path
compute_instance_path(project: str, zone: str, instance: str) -> strReturns a fully-qualified compute_instance string.
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.AsyncOperationCreates a new Cluster in a given project and location.
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.AsyncOperationDeletes a single Cluster.
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]]] = () ) -> NoneDeletes a long-running operation.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.disk_type_path
disk_type_path(project: str, zone: str, disk_type: str) -> strReturns a fully-qualified disk_type string.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.file_instance_path
file_instance_path(project: str, location: str, instance: str) -> strReturns a fully-qualified file_instance string.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)Creates an instance of this client using the provided credentials info.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)Creates an instance of this client using the provided credentials file.
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.ClusterGets details of a single 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.LocationGets information about a 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, )Return the API endpoint and client cert source for mutual TLS.
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.OperationGets the latest state of a long-running 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 ]Returns an appropriate transport class.
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 )Lists Clusters in a given project and location.
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.ListLocationsResponseLists information about the supported locations for this service.
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.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.lustre_instance_path
lustre_instance_path(project: str, location: str, instance: str) -> strReturns a fully-qualified lustre_instance string.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.network_path
network_path(project: str, network: str) -> strReturns a fully-qualified network string.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.parse_bucket_path
parse_bucket_path(path: str) -> typing.Dict[str, str]Parses a bucket path into its component segments.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.parse_cluster_path
parse_cluster_path(path: str) -> typing.Dict[str, str]Parses a cluster path into its component segments.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.parse_compute_instance_path
parse_compute_instance_path(path: str) -> typing.Dict[str, str]Parses a compute_instance path into its component segments.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.parse_disk_type_path
parse_disk_type_path(path: str) -> typing.Dict[str, str]Parses a disk_type path into its component segments.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.parse_file_instance_path
parse_file_instance_path(path: str) -> typing.Dict[str, str]Parses a file_instance path into its component segments.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.parse_lustre_instance_path
parse_lustre_instance_path(path: str) -> typing.Dict[str, str]Parses a lustre_instance path into its component segments.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.parse_network_path
parse_network_path(path: str) -> typing.Dict[str, str]Parses a network path into its component segments.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.parse_reservation_path
parse_reservation_path(path: str) -> typing.Dict[str, str]Parses a reservation path into its component segments.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.parse_subnetwork_path
parse_subnetwork_path(path: str) -> typing.Dict[str, str]Parses a subnetwork path into its component segments.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.reservation_path
reservation_path(project: str, zone: str, reservation: str) -> strReturns a fully-qualified reservation string.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterAsyncClient.subnetwork_path
subnetwork_path(project: str, region: str, subnetwork: str) -> strReturns a fully-qualified subnetwork string.
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.AsyncOperationUpdates the parameters of a single Cluster.
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 )Instantiates the hypercompute cluster client.
See more: google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.__exit__
__exit__(type, value, traceback)Releases underlying transport's resources.
See more: google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.exit
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.bucket_path
bucket_path(project: str, bucket: str) -> strReturns a fully-qualified bucket string.
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]]] = () ) -> NoneStarts asynchronous cancellation on a long-running operation.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.cluster_path
cluster_path(project: str, location: str, cluster: str) -> strReturns a fully-qualified cluster string.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> strReturns a fully-qualified billing_account string.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.common_folder_path
common_folder_path(folder: str) -> strReturns a fully-qualified folder string.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.common_location_path
common_location_path(project: str, location: str) -> strReturns a fully-qualified location string.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.common_organization_path
common_organization_path(organization: str) -> strReturns a fully-qualified organization string.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.common_project_path
common_project_path(project: str) -> strReturns a fully-qualified project string.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.compute_instance_path
compute_instance_path(project: str, zone: str, instance: str) -> strReturns a fully-qualified compute_instance string.
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.OperationCreates a new Cluster in a given project and location.
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.OperationDeletes a single Cluster.
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]]] = () ) -> NoneDeletes a long-running operation.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.disk_type_path
disk_type_path(project: str, zone: str, disk_type: str) -> strReturns a fully-qualified disk_type string.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.file_instance_path
file_instance_path(project: str, location: str, instance: str) -> strReturns a fully-qualified file_instance string.
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.
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.
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.
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.ClusterGets details of a single 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.LocationGets information about a 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, )Deprecated.
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.OperationGets the latest state of a long-running 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 )Lists Clusters in a given project and location.
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.ListLocationsResponseLists information about the supported locations for this service.
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.ListOperationsResponseLists operations that match the specified filter in the request.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.lustre_instance_path
lustre_instance_path(project: str, location: str, instance: str) -> strReturns a fully-qualified lustre_instance string.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.network_path
network_path(project: str, network: str) -> strReturns a fully-qualified network string.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.parse_bucket_path
parse_bucket_path(path: str) -> typing.Dict[str, str]Parses a bucket path into its component segments.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.parse_cluster_path
parse_cluster_path(path: str) -> typing.Dict[str, str]Parses a cluster path into its component segments.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]Parse a billing_account path into its component segments.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]Parse a folder path into its component segments.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]Parse a location path into its component segments.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]Parse a organization path into its component segments.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]Parse a project path into its component segments.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.parse_compute_instance_path
parse_compute_instance_path(path: str) -> typing.Dict[str, str]Parses a compute_instance path into its component segments.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.parse_disk_type_path
parse_disk_type_path(path: str) -> typing.Dict[str, str]Parses a disk_type path into its component segments.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.parse_file_instance_path
parse_file_instance_path(path: str) -> typing.Dict[str, str]Parses a file_instance path into its component segments.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.parse_lustre_instance_path
parse_lustre_instance_path(path: str) -> typing.Dict[str, str]Parses a lustre_instance path into its component segments.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.parse_network_path
parse_network_path(path: str) -> typing.Dict[str, str]Parses a network path into its component segments.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.parse_reservation_path
parse_reservation_path(path: str) -> typing.Dict[str, str]Parses a reservation path into its component segments.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.parse_subnetwork_path
parse_subnetwork_path(path: str) -> typing.Dict[str, str]Parses a subnetwork path into its component segments.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.reservation_path
reservation_path(project: str, zone: str, reservation: str) -> strReturns a fully-qualified reservation string.
google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.HypercomputeClusterClient.subnetwork_path
subnetwork_path(project: str, region: str, subnetwork: str) -> strReturns a fully-qualified subnetwork string.
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.OperationUpdates the parameters of a single Cluster.
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]]] = () )Instantiates the pager.
See more: google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.pagers.ListClustersAsyncPager
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]]] = () )Instantiate the pager.
See more: google.cloud.hypercomputecluster_v1beta.services.hypercompute_cluster.pagers.ListClustersPager