Stay organized with collections Save and categorize content based on your preferences.
Summary of entries of Methods for workstations.
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClientWorkstationsAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.workstations_v1.services.workstations.transports.base.WorkstationsTransport, typing.Callable[[...], google.cloud.workstations_v1.services.workstations.transports.base.WorkstationsTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.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.workstations_v1.services.workstations.WorkstationsAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.common_project_path
common_project_path(project: str) -> str
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.create_workstation
create_workstation(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.CreateWorkstationRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
workstation: typing.Optional[
google.cloud.workstations_v1.types.workstations.Workstation
] = None,
workstation_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.workstations_v1.services.workstations.WorkstationsAsyncClient.create_workstation_cluster
create_workstation_cluster(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.CreateWorkstationClusterRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
workstation_cluster: typing.Optional[
google.cloud.workstations_v1.types.workstations.WorkstationCluster
] = None,
workstation_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.workstations_v1.services.workstations.WorkstationsAsyncClient.create_workstation_config
create_workstation_config(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.CreateWorkstationConfigRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
workstation_config: typing.Optional[
google.cloud.workstations_v1.types.workstations.WorkstationConfig
] = None,
workstation_config_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.workstations_v1.services.workstations.WorkstationsAsyncClient.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.workstations_v1.services.workstations.WorkstationsAsyncClient.delete_workstation
delete_workstation(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.DeleteWorkstationRequest,
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.workstations_v1.services.workstations.WorkstationsAsyncClient.delete_workstation_cluster
delete_workstation_cluster(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.DeleteWorkstationClusterRequest,
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.workstations_v1.services.workstations.WorkstationsAsyncClient.delete_workstation_config
delete_workstation_config(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.DeleteWorkstationConfigRequest,
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.workstations_v1.services.workstations.WorkstationsAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.generate_access_token
generate_access_token(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.GenerateAccessTokenRequest,
dict,
]
] = None,
*,
workstation: 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.workstations_v1.types.workstations.GenerateAccessTokenResponse
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.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.workstations_v1.services.workstations.WorkstationsAsyncClient.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.workstations_v1.services.workstations.WorkstationsAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.workstations_v1.services.workstations.transports.base.WorkstationsTransport
]
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.get_workstation
get_workstation(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.GetWorkstationRequest, 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.workstations_v1.types.workstations.Workstation
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.get_workstation_cluster
get_workstation_cluster(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.GetWorkstationClusterRequest,
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.workstations_v1.types.workstations.WorkstationCluster
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.get_workstation_config
get_workstation_config(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.GetWorkstationConfigRequest,
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.workstations_v1.types.workstations.WorkstationConfig
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.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.workstations_v1.services.workstations.WorkstationsAsyncClient.list_usable_workstation_configs
list_usable_workstation_configs(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.ListUsableWorkstationConfigsRequest,
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.workstations_v1.services.workstations.pagers.ListUsableWorkstationConfigsAsyncPager
)
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.list_usable_workstations
list_usable_workstations(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.ListUsableWorkstationsRequest,
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.workstations_v1.services.workstations.pagers.ListUsableWorkstationsAsyncPager
)
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.list_workstation_clusters
list_workstation_clusters(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.ListWorkstationClustersRequest,
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.workstations_v1.services.workstations.pagers.ListWorkstationClustersAsyncPager
)
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.list_workstation_configs
list_workstation_configs(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.ListWorkstationConfigsRequest,
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.workstations_v1.services.workstations.pagers.ListWorkstationConfigsAsyncPager
)
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.list_workstations
list_workstations(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.ListWorkstationsRequest,
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.workstations_v1.services.workstations.pagers.ListWorkstationsAsyncPager
)
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.parse_workstation_cluster_path
parse_workstation_cluster_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.parse_workstation_config_path
parse_workstation_config_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.parse_workstation_path
parse_workstation_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.start_workstation
start_workstation(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.StartWorkstationRequest,
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.workstations_v1.services.workstations.WorkstationsAsyncClient.stop_workstation
stop_workstation(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.StopWorkstationRequest, 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.workstations_v1.services.workstations.WorkstationsAsyncClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = 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.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.update_workstation
update_workstation(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.UpdateWorkstationRequest,
dict,
]
] = None,
*,
workstation: typing.Optional[
google.cloud.workstations_v1.types.workstations.Workstation
] = 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.workstations_v1.services.workstations.WorkstationsAsyncClient.update_workstation_cluster
update_workstation_cluster(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.UpdateWorkstationClusterRequest,
dict,
]
] = None,
*,
workstation_cluster: typing.Optional[
google.cloud.workstations_v1.types.workstations.WorkstationCluster
] = 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.workstations_v1.services.workstations.WorkstationsAsyncClient.update_workstation_config
update_workstation_config(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.UpdateWorkstationConfigRequest,
dict,
]
] = None,
*,
workstation_config: typing.Optional[
google.cloud.workstations_v1.types.workstations.WorkstationConfig
] = 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.workstations_v1.services.workstations.WorkstationsAsyncClient.workstation_cluster_path
workstation_cluster_path(
project: str, location: str, workstation_cluster: str
) -> str
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.workstation_config_path
workstation_config_path(
project: str, location: str, workstation_cluster: str, workstation_config: str
) -> str
google.cloud.workstations_v1.services.workstations.WorkstationsAsyncClient.workstation_path
workstation_path(
project: str,
location: str,
workstation_cluster: str,
workstation_config: str,
workstation: str,
) -> str
google.cloud.workstations_v1.services.workstations.WorkstationsClient
WorkstationsClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.workstations_v1.services.workstations.transports.base.WorkstationsTransport, typing.Callable[[...], google.cloud.workstations_v1.services.workstations.transports.base.WorkstationsTransport]]] = 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.cloud.workstations_v1.services.workstations.WorkstationsClient.__exit__
__exit__(type, value, traceback)
google.cloud.workstations_v1.services.workstations.WorkstationsClient.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.workstations_v1.services.workstations.WorkstationsClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.workstations_v1.services.workstations.WorkstationsClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.workstations_v1.services.workstations.WorkstationsClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.workstations_v1.services.workstations.WorkstationsClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.workstations_v1.services.workstations.WorkstationsClient.common_project_path
common_project_path(project: str) -> str
google.cloud.workstations_v1.services.workstations.WorkstationsClient.create_workstation
create_workstation(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.CreateWorkstationRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
workstation: typing.Optional[
google.cloud.workstations_v1.types.workstations.Workstation
] = None,
workstation_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.workstations_v1.services.workstations.WorkstationsClient.create_workstation_cluster
create_workstation_cluster(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.CreateWorkstationClusterRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
workstation_cluster: typing.Optional[
google.cloud.workstations_v1.types.workstations.WorkstationCluster
] = None,
workstation_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.workstations_v1.services.workstations.WorkstationsClient.create_workstation_config
create_workstation_config(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.CreateWorkstationConfigRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
workstation_config: typing.Optional[
google.cloud.workstations_v1.types.workstations.WorkstationConfig
] = None,
workstation_config_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.workstations_v1.services.workstations.WorkstationsClient.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.workstations_v1.services.workstations.WorkstationsClient.delete_workstation
delete_workstation(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.DeleteWorkstationRequest,
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.workstations_v1.services.workstations.WorkstationsClient.delete_workstation_cluster
delete_workstation_cluster(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.DeleteWorkstationClusterRequest,
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.workstations_v1.services.workstations.WorkstationsClient.delete_workstation_config
delete_workstation_config(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.DeleteWorkstationConfigRequest,
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.workstations_v1.services.workstations.WorkstationsClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.workstations_v1.services.workstations.WorkstationsClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.workstations_v1.services.workstations.WorkstationsClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
google.cloud.workstations_v1.services.workstations.WorkstationsClient.generate_access_token
generate_access_token(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.GenerateAccessTokenRequest,
dict,
]
] = None,
*,
workstation: 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.workstations_v1.types.workstations.GenerateAccessTokenResponse
google.cloud.workstations_v1.services.workstations.WorkstationsClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy
google.cloud.workstations_v1.services.workstations.WorkstationsClient.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.workstations_v1.services.workstations.WorkstationsClient.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.workstations_v1.services.workstations.WorkstationsClient.get_workstation
get_workstation(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.GetWorkstationRequest, 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.workstations_v1.types.workstations.Workstation
google.cloud.workstations_v1.services.workstations.WorkstationsClient.get_workstation_cluster
get_workstation_cluster(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.GetWorkstationClusterRequest,
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.workstations_v1.types.workstations.WorkstationCluster
google.cloud.workstations_v1.services.workstations.WorkstationsClient.get_workstation_config
get_workstation_config(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.GetWorkstationConfigRequest,
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.workstations_v1.types.workstations.WorkstationConfig
google.cloud.workstations_v1.services.workstations.WorkstationsClient.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
google.cloud.workstations_v1.services.workstations.WorkstationsClient.list_usable_workstation_configs
list_usable_workstation_configs(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.ListUsableWorkstationConfigsRequest,
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.workstations_v1.services.workstations.pagers.ListUsableWorkstationConfigsPager
)
google.cloud.workstations_v1.services.workstations.WorkstationsClient.list_usable_workstations
list_usable_workstations(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.ListUsableWorkstationsRequest,
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.workstations_v1.services.workstations.pagers.ListUsableWorkstationsPager
)
google.cloud.workstations_v1.services.workstations.WorkstationsClient.list_workstation_clusters
list_workstation_clusters(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.ListWorkstationClustersRequest,
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.workstations_v1.services.workstations.pagers.ListWorkstationClustersPager
)
google.cloud.workstations_v1.services.workstations.WorkstationsClient.list_workstation_configs
list_workstation_configs(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.ListWorkstationConfigsRequest,
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.workstations_v1.services.workstations.pagers.ListWorkstationConfigsPager
)
google.cloud.workstations_v1.services.workstations.WorkstationsClient.list_workstations
list_workstations(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.ListWorkstationsRequest,
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.workstations_v1.services.workstations.pagers.ListWorkstationsPager
google.cloud.workstations_v1.services.workstations.WorkstationsClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1.services.workstations.WorkstationsClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1.services.workstations.WorkstationsClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1.services.workstations.WorkstationsClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1.services.workstations.WorkstationsClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1.services.workstations.WorkstationsClient.parse_workstation_cluster_path
parse_workstation_cluster_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1.services.workstations.WorkstationsClient.parse_workstation_config_path
parse_workstation_config_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1.services.workstations.WorkstationsClient.parse_workstation_path
parse_workstation_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1.services.workstations.WorkstationsClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy
google.cloud.workstations_v1.services.workstations.WorkstationsClient.start_workstation
start_workstation(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.StartWorkstationRequest,
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.workstations_v1.services.workstations.WorkstationsClient.stop_workstation
stop_workstation(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.StopWorkstationRequest, 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.workstations_v1.services.workstations.WorkstationsClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = 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.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
google.cloud.workstations_v1.services.workstations.WorkstationsClient.update_workstation
update_workstation(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.UpdateWorkstationRequest,
dict,
]
] = None,
*,
workstation: typing.Optional[
google.cloud.workstations_v1.types.workstations.Workstation
] = 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.workstations_v1.services.workstations.WorkstationsClient.update_workstation_cluster
update_workstation_cluster(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.UpdateWorkstationClusterRequest,
dict,
]
] = None,
*,
workstation_cluster: typing.Optional[
google.cloud.workstations_v1.types.workstations.WorkstationCluster
] = 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.workstations_v1.services.workstations.WorkstationsClient.update_workstation_config
update_workstation_config(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1.types.workstations.UpdateWorkstationConfigRequest,
dict,
]
] = None,
*,
workstation_config: typing.Optional[
google.cloud.workstations_v1.types.workstations.WorkstationConfig
] = 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.workstations_v1.services.workstations.WorkstationsClient.workstation_cluster_path
workstation_cluster_path(
project: str, location: str, workstation_cluster: str
) -> str
google.cloud.workstations_v1.services.workstations.WorkstationsClient.workstation_config_path
workstation_config_path(
project: str, location: str, workstation_cluster: str, workstation_config: str
) -> str
google.cloud.workstations_v1.services.workstations.WorkstationsClient.workstation_path
workstation_path(
project: str,
location: str,
workstation_cluster: str,
workstation_config: str,
workstation: str,
) -> str
ListUsableWorkstationConfigsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.workstations_v1.types.workstations.ListUsableWorkstationConfigsResponse
],
],
request: google.cloud.workstations_v1.types.workstations.ListUsableWorkstationConfigsRequest,
response: google.cloud.workstations_v1.types.workstations.ListUsableWorkstationConfigsResponse,
*,
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]]] = ()
)
ListUsableWorkstationConfigsPager(
method: typing.Callable[
[...],
google.cloud.workstations_v1.types.workstations.ListUsableWorkstationConfigsResponse,
],
request: google.cloud.workstations_v1.types.workstations.ListUsableWorkstationConfigsRequest,
response: google.cloud.workstations_v1.types.workstations.ListUsableWorkstationConfigsResponse,
*,
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]]] = ()
)
ListUsableWorkstationsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.workstations_v1.types.workstations.ListUsableWorkstationsResponse
],
],
request: google.cloud.workstations_v1.types.workstations.ListUsableWorkstationsRequest,
response: google.cloud.workstations_v1.types.workstations.ListUsableWorkstationsResponse,
*,
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]]] = ()
)
ListUsableWorkstationsPager(
method: typing.Callable[
[...],
google.cloud.workstations_v1.types.workstations.ListUsableWorkstationsResponse,
],
request: google.cloud.workstations_v1.types.workstations.ListUsableWorkstationsRequest,
response: google.cloud.workstations_v1.types.workstations.ListUsableWorkstationsResponse,
*,
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]]] = ()
)
ListWorkstationClustersAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.workstations_v1.types.workstations.ListWorkstationClustersResponse
],
],
request: google.cloud.workstations_v1.types.workstations.ListWorkstationClustersRequest,
response: google.cloud.workstations_v1.types.workstations.ListWorkstationClustersResponse,
*,
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]]] = ()
)
ListWorkstationClustersPager(
method: typing.Callable[
[...],
google.cloud.workstations_v1.types.workstations.ListWorkstationClustersResponse,
],
request: google.cloud.workstations_v1.types.workstations.ListWorkstationClustersRequest,
response: google.cloud.workstations_v1.types.workstations.ListWorkstationClustersResponse,
*,
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]]] = ()
)
ListWorkstationConfigsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.workstations_v1.types.workstations.ListWorkstationConfigsResponse
],
],
request: google.cloud.workstations_v1.types.workstations.ListWorkstationConfigsRequest,
response: google.cloud.workstations_v1.types.workstations.ListWorkstationConfigsResponse,
*,
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]]] = ()
)
ListWorkstationConfigsPager(
method: typing.Callable[
[...],
google.cloud.workstations_v1.types.workstations.ListWorkstationConfigsResponse,
],
request: google.cloud.workstations_v1.types.workstations.ListWorkstationConfigsRequest,
response: google.cloud.workstations_v1.types.workstations.ListWorkstationConfigsResponse,
*,
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]]] = ()
)
ListWorkstationsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.workstations_v1.types.workstations.ListWorkstationsResponse
],
],
request: google.cloud.workstations_v1.types.workstations.ListWorkstationsRequest,
response: google.cloud.workstations_v1.types.workstations.ListWorkstationsResponse,
*,
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]]] = ()
)
ListWorkstationsPager(
method: typing.Callable[
[...], google.cloud.workstations_v1.types.workstations.ListWorkstationsResponse
],
request: google.cloud.workstations_v1.types.workstations.ListWorkstationsRequest,
response: google.cloud.workstations_v1.types.workstations.ListWorkstationsResponse,
*,
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.workstations_v1beta.services.workstations.WorkstationsAsyncClient
WorkstationsAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.workstations_v1beta.services.workstations.transports.base.WorkstationsTransport, typing.Callable[[...], google.cloud.workstations_v1beta.services.workstations.transports.base.WorkstationsTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.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.workstations_v1beta.services.workstations.WorkstationsAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.common_project_path
common_project_path(project: str) -> str
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.create_workstation
create_workstation(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.CreateWorkstationRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
workstation: typing.Optional[
google.cloud.workstations_v1beta.types.workstations.Workstation
] = None,
workstation_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.workstations_v1beta.services.workstations.WorkstationsAsyncClient.create_workstation_cluster
create_workstation_cluster(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.CreateWorkstationClusterRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
workstation_cluster: typing.Optional[
google.cloud.workstations_v1beta.types.workstations.WorkstationCluster
] = None,
workstation_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.workstations_v1beta.services.workstations.WorkstationsAsyncClient.create_workstation_config
create_workstation_config(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.CreateWorkstationConfigRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
workstation_config: typing.Optional[
google.cloud.workstations_v1beta.types.workstations.WorkstationConfig
] = None,
workstation_config_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.workstations_v1beta.services.workstations.WorkstationsAsyncClient.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.workstations_v1beta.services.workstations.WorkstationsAsyncClient.delete_workstation
delete_workstation(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.DeleteWorkstationRequest,
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.workstations_v1beta.services.workstations.WorkstationsAsyncClient.delete_workstation_cluster
delete_workstation_cluster(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.DeleteWorkstationClusterRequest,
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.workstations_v1beta.services.workstations.WorkstationsAsyncClient.delete_workstation_config
delete_workstation_config(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.DeleteWorkstationConfigRequest,
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.workstations_v1beta.services.workstations.WorkstationsAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.generate_access_token
generate_access_token(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.GenerateAccessTokenRequest,
dict,
]
] = None,
*,
workstation: 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.workstations_v1beta.types.workstations.GenerateAccessTokenResponse
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.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.workstations_v1beta.services.workstations.WorkstationsAsyncClient.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.workstations_v1beta.services.workstations.WorkstationsAsyncClient.get_transport_class
get_transport_class(
label: typing.Optional[str] = None,
) -> typing.Type[
google.cloud.workstations_v1beta.services.workstations.transports.base.WorkstationsTransport
]
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.get_workstation
get_workstation(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.GetWorkstationRequest,
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.workstations_v1beta.types.workstations.Workstation
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.get_workstation_cluster
get_workstation_cluster(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.GetWorkstationClusterRequest,
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.workstations_v1beta.types.workstations.WorkstationCluster
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.get_workstation_config
get_workstation_config(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.GetWorkstationConfigRequest,
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.workstations_v1beta.types.workstations.WorkstationConfig
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.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.workstations_v1beta.services.workstations.WorkstationsAsyncClient.list_usable_workstation_configs
list_usable_workstation_configs(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.ListUsableWorkstationConfigsRequest,
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.workstations_v1beta.services.workstations.pagers.ListUsableWorkstationConfigsAsyncPager
)
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.list_usable_workstations
list_usable_workstations(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.ListUsableWorkstationsRequest,
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.workstations_v1beta.services.workstations.pagers.ListUsableWorkstationsAsyncPager
)
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.list_workstation_clusters
list_workstation_clusters(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.ListWorkstationClustersRequest,
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.workstations_v1beta.services.workstations.pagers.ListWorkstationClustersAsyncPager
)
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.list_workstation_configs
list_workstation_configs(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.ListWorkstationConfigsRequest,
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.workstations_v1beta.services.workstations.pagers.ListWorkstationConfigsAsyncPager
)
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.list_workstations
list_workstations(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.ListWorkstationsRequest,
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.workstations_v1beta.services.workstations.pagers.ListWorkstationsAsyncPager
)
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.parse_workstation_cluster_path
parse_workstation_cluster_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.parse_workstation_config_path
parse_workstation_config_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.parse_workstation_path
parse_workstation_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.start_workstation
start_workstation(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.StartWorkstationRequest,
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.workstations_v1beta.services.workstations.WorkstationsAsyncClient.stop_workstation
stop_workstation(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.StopWorkstationRequest,
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.workstations_v1beta.services.workstations.WorkstationsAsyncClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = 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.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.update_workstation
update_workstation(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.UpdateWorkstationRequest,
dict,
]
] = None,
*,
workstation: typing.Optional[
google.cloud.workstations_v1beta.types.workstations.Workstation
] = 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.workstations_v1beta.services.workstations.WorkstationsAsyncClient.update_workstation_cluster
update_workstation_cluster(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.UpdateWorkstationClusterRequest,
dict,
]
] = None,
*,
workstation_cluster: typing.Optional[
google.cloud.workstations_v1beta.types.workstations.WorkstationCluster
] = 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.workstations_v1beta.services.workstations.WorkstationsAsyncClient.update_workstation_config
update_workstation_config(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.UpdateWorkstationConfigRequest,
dict,
]
] = None,
*,
workstation_config: typing.Optional[
google.cloud.workstations_v1beta.types.workstations.WorkstationConfig
] = 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.workstations_v1beta.services.workstations.WorkstationsAsyncClient.workstation_cluster_path
workstation_cluster_path(
project: str, location: str, workstation_cluster: str
) -> str
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.workstation_config_path
workstation_config_path(
project: str, location: str, workstation_cluster: str, workstation_config: str
) -> str
google.cloud.workstations_v1beta.services.workstations.WorkstationsAsyncClient.workstation_path
workstation_path(
project: str,
location: str,
workstation_cluster: str,
workstation_config: str,
workstation: str,
) -> str
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient
WorkstationsClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.workstations_v1beta.services.workstations.transports.base.WorkstationsTransport, typing.Callable[[...], google.cloud.workstations_v1beta.services.workstations.transports.base.WorkstationsTransport]]] = 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.cloud.workstations_v1beta.services.workstations.WorkstationsClient.__exit__
__exit__(type, value, traceback)
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.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.workstations_v1beta.services.workstations.WorkstationsClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.common_project_path
common_project_path(project: str) -> str
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.create_workstation
create_workstation(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.CreateWorkstationRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
workstation: typing.Optional[
google.cloud.workstations_v1beta.types.workstations.Workstation
] = None,
workstation_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.workstations_v1beta.services.workstations.WorkstationsClient.create_workstation_cluster
create_workstation_cluster(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.CreateWorkstationClusterRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
workstation_cluster: typing.Optional[
google.cloud.workstations_v1beta.types.workstations.WorkstationCluster
] = None,
workstation_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.workstations_v1beta.services.workstations.WorkstationsClient.create_workstation_config
create_workstation_config(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.CreateWorkstationConfigRequest,
dict,
]
] = None,
*,
parent: typing.Optional[str] = None,
workstation_config: typing.Optional[
google.cloud.workstations_v1beta.types.workstations.WorkstationConfig
] = None,
workstation_config_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.workstations_v1beta.services.workstations.WorkstationsClient.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.workstations_v1beta.services.workstations.WorkstationsClient.delete_workstation
delete_workstation(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.DeleteWorkstationRequest,
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.workstations_v1beta.services.workstations.WorkstationsClient.delete_workstation_cluster
delete_workstation_cluster(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.DeleteWorkstationClusterRequest,
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.workstations_v1beta.services.workstations.WorkstationsClient.delete_workstation_config
delete_workstation_config(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.DeleteWorkstationConfigRequest,
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.workstations_v1beta.services.workstations.WorkstationsClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.generate_access_token
generate_access_token(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.GenerateAccessTokenRequest,
dict,
]
] = None,
*,
workstation: 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.workstations_v1beta.types.workstations.GenerateAccessTokenResponse
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.get_iam_policy
get_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.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.workstations_v1beta.services.workstations.WorkstationsClient.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.workstations_v1beta.services.workstations.WorkstationsClient.get_workstation
get_workstation(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.GetWorkstationRequest,
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.workstations_v1beta.types.workstations.Workstation
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.get_workstation_cluster
get_workstation_cluster(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.GetWorkstationClusterRequest,
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.workstations_v1beta.types.workstations.WorkstationCluster
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.get_workstation_config
get_workstation_config(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.GetWorkstationConfigRequest,
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.workstations_v1beta.types.workstations.WorkstationConfig
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.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
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.list_usable_workstation_configs
list_usable_workstation_configs(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.ListUsableWorkstationConfigsRequest,
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.workstations_v1beta.services.workstations.pagers.ListUsableWorkstationConfigsPager
)
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.list_usable_workstations
list_usable_workstations(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.ListUsableWorkstationsRequest,
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.workstations_v1beta.services.workstations.pagers.ListUsableWorkstationsPager
)
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.list_workstation_clusters
list_workstation_clusters(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.ListWorkstationClustersRequest,
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.workstations_v1beta.services.workstations.pagers.ListWorkstationClustersPager
)
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.list_workstation_configs
list_workstation_configs(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.ListWorkstationConfigsRequest,
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.workstations_v1beta.services.workstations.pagers.ListWorkstationConfigsPager
)
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.list_workstations
list_workstations(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.ListWorkstationsRequest,
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.workstations_v1beta.services.workstations.pagers.ListWorkstationsPager
)
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.parse_workstation_cluster_path
parse_workstation_cluster_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.parse_workstation_config_path
parse_workstation_config_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.parse_workstation_path
parse_workstation_path(path: str) -> typing.Dict[str, str]
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.set_iam_policy
set_iam_policy(
request: typing.Optional[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest] = 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.iam.v1.policy_pb2.Policy
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.start_workstation
start_workstation(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.StartWorkstationRequest,
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.workstations_v1beta.services.workstations.WorkstationsClient.stop_workstation
stop_workstation(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.StopWorkstationRequest,
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.workstations_v1beta.services.workstations.WorkstationsClient.test_iam_permissions
test_iam_permissions(
request: typing.Optional[
google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest
] = 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.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.update_workstation
update_workstation(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.UpdateWorkstationRequest,
dict,
]
] = None,
*,
workstation: typing.Optional[
google.cloud.workstations_v1beta.types.workstations.Workstation
] = 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.workstations_v1beta.services.workstations.WorkstationsClient.update_workstation_cluster
update_workstation_cluster(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.UpdateWorkstationClusterRequest,
dict,
]
] = None,
*,
workstation_cluster: typing.Optional[
google.cloud.workstations_v1beta.types.workstations.WorkstationCluster
] = 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.workstations_v1beta.services.workstations.WorkstationsClient.update_workstation_config
update_workstation_config(
request: typing.Optional[
typing.Union[
google.cloud.workstations_v1beta.types.workstations.UpdateWorkstationConfigRequest,
dict,
]
] = None,
*,
workstation_config: typing.Optional[
google.cloud.workstations_v1beta.types.workstations.WorkstationConfig
] = 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.workstations_v1beta.services.workstations.WorkstationsClient.workstation_cluster_path
workstation_cluster_path(
project: str, location: str, workstation_cluster: str
) -> str
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.workstation_config_path
workstation_config_path(
project: str, location: str, workstation_cluster: str, workstation_config: str
) -> str
google.cloud.workstations_v1beta.services.workstations.WorkstationsClient.workstation_path
workstation_path(
project: str,
location: str,
workstation_cluster: str,
workstation_config: str,
workstation: str,
) -> str
ListUsableWorkstationConfigsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.workstations_v1beta.types.workstations.ListUsableWorkstationConfigsResponse
],
],
request: google.cloud.workstations_v1beta.types.workstations.ListUsableWorkstationConfigsRequest,
response: google.cloud.workstations_v1beta.types.workstations.ListUsableWorkstationConfigsResponse,
*,
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]]] = ()
)
ListUsableWorkstationConfigsPager(
method: typing.Callable[
[...],
google.cloud.workstations_v1beta.types.workstations.ListUsableWorkstationConfigsResponse,
],
request: google.cloud.workstations_v1beta.types.workstations.ListUsableWorkstationConfigsRequest,
response: google.cloud.workstations_v1beta.types.workstations.ListUsableWorkstationConfigsResponse,
*,
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]]] = ()
)
ListUsableWorkstationsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.workstations_v1beta.types.workstations.ListUsableWorkstationsResponse
],
],
request: google.cloud.workstations_v1beta.types.workstations.ListUsableWorkstationsRequest,
response: google.cloud.workstations_v1beta.types.workstations.ListUsableWorkstationsResponse,
*,
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]]] = ()
)
ListUsableWorkstationsPager(
method: typing.Callable[
[...],
google.cloud.workstations_v1beta.types.workstations.ListUsableWorkstationsResponse,
],
request: google.cloud.workstations_v1beta.types.workstations.ListUsableWorkstationsRequest,
response: google.cloud.workstations_v1beta.types.workstations.ListUsableWorkstationsResponse,
*,
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]]] = ()
)
ListWorkstationClustersAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.workstations_v1beta.types.workstations.ListWorkstationClustersResponse
],
],
request: google.cloud.workstations_v1beta.types.workstations.ListWorkstationClustersRequest,
response: google.cloud.workstations_v1beta.types.workstations.ListWorkstationClustersResponse,
*,
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]]] = ()
)
ListWorkstationClustersPager(
method: typing.Callable[
[...],
google.cloud.workstations_v1beta.types.workstations.ListWorkstationClustersResponse,
],
request: google.cloud.workstations_v1beta.types.workstations.ListWorkstationClustersRequest,
response: google.cloud.workstations_v1beta.types.workstations.ListWorkstationClustersResponse,
*,
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]]] = ()
)
ListWorkstationConfigsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.workstations_v1beta.types.workstations.ListWorkstationConfigsResponse
],
],
request: google.cloud.workstations_v1beta.types.workstations.ListWorkstationConfigsRequest,
response: google.cloud.workstations_v1beta.types.workstations.ListWorkstationConfigsResponse,
*,
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]]] = ()
)
ListWorkstationConfigsPager(
method: typing.Callable[
[...],
google.cloud.workstations_v1beta.types.workstations.ListWorkstationConfigsResponse,
],
request: google.cloud.workstations_v1beta.types.workstations.ListWorkstationConfigsRequest,
response: google.cloud.workstations_v1beta.types.workstations.ListWorkstationConfigsResponse,
*,
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]]] = ()
)
ListWorkstationsAsyncPager(
method: typing.Callable[
[...],
typing.Awaitable[
google.cloud.workstations_v1beta.types.workstations.ListWorkstationsResponse
],
],
request: google.cloud.workstations_v1beta.types.workstations.ListWorkstationsRequest,
response: google.cloud.workstations_v1beta.types.workstations.ListWorkstationsResponse,
*,
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]]] = ()
)
ListWorkstationsPager(
method: typing.Callable[
[...],
google.cloud.workstations_v1beta.types.workstations.ListWorkstationsResponse,
],
request: google.cloud.workstations_v1beta.types.workstations.ListWorkstationsRequest,
response: google.cloud.workstations_v1beta.types.workstations.ListWorkstationsResponse,
*,
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]]] = ()
)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-07 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4