Summary of entries of Methods for cloudresourcemanager.
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient
FoldersAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.resourcemanager_v3.services.folders.transports.base.FoldersTransport, typing.Callable[[...], google.cloud.resourcemanager_v3.services.folders.transports.base.FoldersTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the folders async client.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.common_billing_account_path
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.common_folder_path
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.common_location_path
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.common_organization_path
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.common_project_path
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.create_folder
create_folder( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.folders.CreateFolderRequest, dict ] ] = None, *, folder: typing.Optional[ google.cloud.resourcemanager_v3.types.folders.Folder ] = 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
Creates a folder in the resource hierarchy.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.create_folder
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.delete_folder
delete_folder( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.folders.DeleteFolderRequest, 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
Requests deletion of a folder.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.delete_folder
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.folder_path
folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.folder_path
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.from_service_account_file
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.from_service_account_info
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.from_service_account_json
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.get_folder
get_folder( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.folders.GetFolderRequest, 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.resourcemanager_v3.types.folders.Folder
Retrieves a folder identified by the supplied resource name.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.get_folder
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.get_iam_policy
get_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict] ] = None, *, resource: 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.iam.v1.policy_pb2.Policy
Gets the access control policy for a folder.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.get_iam_policy
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )
Return the API endpoint and client cert source for mutual TLS.
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.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
Gets the latest state of a long-running operation.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.get_operation
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.get_transport_class
get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.resourcemanager_v3.services.folders.transports.base.FoldersTransport ]
Returns an appropriate transport class.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.get_transport_class
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.list_folders
list_folders( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.folders.ListFoldersRequest, 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.resourcemanager_v3.services.folders.pagers.ListFoldersAsyncPager
Lists the folders that are direct descendants of supplied parent resource.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.list_folders
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.move_folder
move_folder( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.folders.MoveFolderRequest, dict ] ] = None, *, name: typing.Optional[str] = None, destination_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.api_core.operation_async.AsyncOperation
Moves a folder under a new resource parent.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.move_folder
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.parse_common_folder_path
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.parse_common_location_path
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.parse_common_organization_path
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.parse_common_project_path
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.parse_folder_path
parse_folder_path(path: str) -> typing.Dict[str, str]
Parses a folder path into its component segments.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.parse_folder_path
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.search_folders
search_folders( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.folders.SearchFoldersRequest, dict ] ] = None, *, query: 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.resourcemanager_v3.services.folders.pagers.SearchFoldersAsyncPager
Search for folders that match specific filter criteria.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.search_folders
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.set_iam_policy
set_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict] ] = None, *, resource: 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.iam.v1.policy_pb2.Policy
Sets the access control policy on a folder, replacing any existing policy.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.set_iam_policy
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.test_iam_permissions
test_iam_permissions( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict] ] = None, *, resource: typing.Optional[str] = None, permissions: typing.Optional[typing.MutableSequence[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.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Returns permissions that a caller has on the specified folder.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.test_iam_permissions
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.undelete_folder
undelete_folder( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.folders.UndeleteFolderRequest, 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
Cancels the deletion request for a folder.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.undelete_folder
google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.update_folder
update_folder( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.folders.UpdateFolderRequest, dict ] ] = None, *, folder: typing.Optional[ google.cloud.resourcemanager_v3.types.folders.Folder ] = 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
Updates a folder, changing its display_name
.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersAsyncClient.update_folder
google.cloud.resourcemanager_v3.services.folders.FoldersClient
FoldersClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.resourcemanager_v3.services.folders.transports.base.FoldersTransport, typing.Callable[[...], google.cloud.resourcemanager_v3.services.folders.transports.base.FoldersTransport]]] = 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 =
Instantiates the folders client.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient
google.cloud.resourcemanager_v3.services.folders.FoldersClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient.exit
google.cloud.resourcemanager_v3.services.folders.FoldersClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient.common_billing_account_path
google.cloud.resourcemanager_v3.services.folders.FoldersClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient.common_folder_path
google.cloud.resourcemanager_v3.services.folders.FoldersClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient.common_location_path
google.cloud.resourcemanager_v3.services.folders.FoldersClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient.common_organization_path
google.cloud.resourcemanager_v3.services.folders.FoldersClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient.common_project_path
google.cloud.resourcemanager_v3.services.folders.FoldersClient.create_folder
create_folder( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.folders.CreateFolderRequest, dict ] ] = None, *, folder: typing.Optional[ google.cloud.resourcemanager_v3.types.folders.Folder ] = 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
Creates a folder in the resource hierarchy.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient.create_folder
google.cloud.resourcemanager_v3.services.folders.FoldersClient.delete_folder
delete_folder( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.folders.DeleteFolderRequest, 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
Requests deletion of a folder.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient.delete_folder
google.cloud.resourcemanager_v3.services.folders.FoldersClient.folder_path
folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient.folder_path
google.cloud.resourcemanager_v3.services.folders.FoldersClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient.from_service_account_file
google.cloud.resourcemanager_v3.services.folders.FoldersClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient.from_service_account_info
google.cloud.resourcemanager_v3.services.folders.FoldersClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient.from_service_account_json
google.cloud.resourcemanager_v3.services.folders.FoldersClient.get_folder
get_folder( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.folders.GetFolderRequest, 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.resourcemanager_v3.types.folders.Folder
Retrieves a folder identified by the supplied resource name.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient.get_folder
google.cloud.resourcemanager_v3.services.folders.FoldersClient.get_iam_policy
get_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict] ] = None, *, resource: 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.iam.v1.policy_pb2.Policy
Gets the access control policy for a folder.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient.get_iam_policy
google.cloud.resourcemanager_v3.services.folders.FoldersClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )
Deprecated.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient.get_mtls_endpoint_and_cert_source
google.cloud.resourcemanager_v3.services.folders.FoldersClient.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
Gets the latest state of a long-running operation.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient.get_operation
google.cloud.resourcemanager_v3.services.folders.FoldersClient.list_folders
list_folders( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.folders.ListFoldersRequest, 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.resourcemanager_v3.services.folders.pagers.ListFoldersPager
Lists the folders that are direct descendants of supplied parent resource.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient.list_folders
google.cloud.resourcemanager_v3.services.folders.FoldersClient.move_folder
move_folder( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.folders.MoveFolderRequest, dict ] ] = None, *, name: typing.Optional[str] = None, destination_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.api_core.operation.Operation
Moves a folder under a new resource parent.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient.move_folder
google.cloud.resourcemanager_v3.services.folders.FoldersClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient.parse_common_billing_account_path
google.cloud.resourcemanager_v3.services.folders.FoldersClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient.parse_common_folder_path
google.cloud.resourcemanager_v3.services.folders.FoldersClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient.parse_common_location_path
google.cloud.resourcemanager_v3.services.folders.FoldersClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient.parse_common_organization_path
google.cloud.resourcemanager_v3.services.folders.FoldersClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient.parse_common_project_path
google.cloud.resourcemanager_v3.services.folders.FoldersClient.parse_folder_path
parse_folder_path(path: str) -> typing.Dict[str, str]
Parses a folder path into its component segments.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient.parse_folder_path
google.cloud.resourcemanager_v3.services.folders.FoldersClient.search_folders
search_folders( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.folders.SearchFoldersRequest, dict ] ] = None, *, query: 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.resourcemanager_v3.services.folders.pagers.SearchFoldersPager
Search for folders that match specific filter criteria.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient.search_folders
google.cloud.resourcemanager_v3.services.folders.FoldersClient.set_iam_policy
set_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict] ] = None, *, resource: 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.iam.v1.policy_pb2.Policy
Sets the access control policy on a folder, replacing any existing policy.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient.set_iam_policy
google.cloud.resourcemanager_v3.services.folders.FoldersClient.test_iam_permissions
test_iam_permissions( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict] ] = None, *, resource: typing.Optional[str] = None, permissions: typing.Optional[typing.MutableSequence[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.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Returns permissions that a caller has on the specified folder.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient.test_iam_permissions
google.cloud.resourcemanager_v3.services.folders.FoldersClient.undelete_folder
undelete_folder( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.folders.UndeleteFolderRequest, 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
Cancels the deletion request for a folder.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient.undelete_folder
google.cloud.resourcemanager_v3.services.folders.FoldersClient.update_folder
update_folder( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.folders.UpdateFolderRequest, dict ] ] = None, *, folder: typing.Optional[ google.cloud.resourcemanager_v3.types.folders.Folder ] = 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
Updates a folder, changing its display_name
.
See more: google.cloud.resourcemanager_v3.services.folders.FoldersClient.update_folder
google.cloud.resourcemanager_v3.services.folders.pagers.ListFoldersAsyncPager
ListFoldersAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.resourcemanager_v3.types.folders.ListFoldersResponse ], ], request: google.cloud.resourcemanager_v3.types.folders.ListFoldersRequest, response: google.cloud.resourcemanager_v3.types.folders.ListFoldersResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiates the pager.
See more: google.cloud.resourcemanager_v3.services.folders.pagers.ListFoldersAsyncPager
google.cloud.resourcemanager_v3.services.folders.pagers.ListFoldersPager
ListFoldersPager( method: typing.Callable[ [...], google.cloud.resourcemanager_v3.types.folders.ListFoldersResponse ], request: google.cloud.resourcemanager_v3.types.folders.ListFoldersRequest, response: google.cloud.resourcemanager_v3.types.folders.ListFoldersResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiate the pager.
See more: google.cloud.resourcemanager_v3.services.folders.pagers.ListFoldersPager
google.cloud.resourcemanager_v3.services.folders.pagers.SearchFoldersAsyncPager
SearchFoldersAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.resourcemanager_v3.types.folders.SearchFoldersResponse ], ], request: google.cloud.resourcemanager_v3.types.folders.SearchFoldersRequest, response: google.cloud.resourcemanager_v3.types.folders.SearchFoldersResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiates the pager.
See more: google.cloud.resourcemanager_v3.services.folders.pagers.SearchFoldersAsyncPager
google.cloud.resourcemanager_v3.services.folders.pagers.SearchFoldersPager
SearchFoldersPager( method: typing.Callable[ [...], google.cloud.resourcemanager_v3.types.folders.SearchFoldersResponse ], request: google.cloud.resourcemanager_v3.types.folders.SearchFoldersRequest, response: google.cloud.resourcemanager_v3.types.folders.SearchFoldersResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiate the pager.
See more: google.cloud.resourcemanager_v3.services.folders.pagers.SearchFoldersPager
google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient
OrganizationsAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.resourcemanager_v3.services.organizations.transports.base.OrganizationsTransport, typing.Callable[[...], google.cloud.resourcemanager_v3.services.organizations.transports.base.OrganizationsTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the organizations async client.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient
google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.common_folder_path
google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.common_location_path
google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.common_project_path
google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.get_iam_policy
get_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict] ] = None, *, resource: 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.iam.v1.policy_pb2.Policy
Gets the access control policy for an organization resource.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.get_iam_policy
google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )
Return the API endpoint and client cert source for mutual TLS.
google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.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
Gets the latest state of a long-running operation.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.get_operation
google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.get_organization
get_organization( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.organizations.GetOrganizationRequest, 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.resourcemanager_v3.types.organizations.Organization
Fetches an organization resource identified by the specified resource name.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.get_organization
google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.get_transport_class
get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.resourcemanager_v3.services.organizations.transports.base.OrganizationsTransport ]
Returns an appropriate transport class.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.get_transport_class
google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.organization_path
organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.organization_path
google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.parse_organization_path
parse_organization_path(path: str) -> typing.Dict[str, str]
Parses a organization path into its component segments.
google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.search_organizations
search_organizations( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.organizations.SearchOrganizationsRequest, dict, ] ] = None, *, query: 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.resourcemanager_v3.services.organizations.pagers.SearchOrganizationsAsyncPager )
Searches organization resources that are visible to the user and satisfy the specified filter.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.search_organizations
google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.set_iam_policy
set_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict] ] = None, *, resource: 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.iam.v1.policy_pb2.Policy
Sets the access control policy on an organization resource.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.set_iam_policy
google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.test_iam_permissions
test_iam_permissions( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict] ] = None, *, resource: typing.Optional[str] = None, permissions: typing.Optional[typing.MutableSequence[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.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Returns the permissions that a caller has on the specified organization.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsAsyncClient.test_iam_permissions
google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient
OrganizationsClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.resourcemanager_v3.services.organizations.transports.base.OrganizationsTransport, typing.Callable[[...], google.cloud.resourcemanager_v3.services.organizations.transports.base.OrganizationsTransport]]] = 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 =
Instantiates the organizations client.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient
google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.exit
google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.common_folder_path
google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.common_location_path
google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.common_organization_path
google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.common_project_path
google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.from_service_account_file
google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.from_service_account_info
google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.from_service_account_json
google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.get_iam_policy
get_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict] ] = None, *, resource: 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.iam.v1.policy_pb2.Policy
Gets the access control policy for an organization resource.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.get_iam_policy
google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )
Deprecated.
google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.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
Gets the latest state of a long-running operation.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.get_operation
google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.get_organization
get_organization( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.organizations.GetOrganizationRequest, 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.resourcemanager_v3.types.organizations.Organization
Fetches an organization resource identified by the specified resource name.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.get_organization
google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.organization_path
organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.organization_path
google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.parse_common_folder_path
google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.parse_common_project_path
google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.parse_organization_path
parse_organization_path(path: str) -> typing.Dict[str, str]
Parses a organization path into its component segments.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.parse_organization_path
google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.search_organizations
search_organizations( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.organizations.SearchOrganizationsRequest, dict, ] ] = None, *, query: 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.resourcemanager_v3.services.organizations.pagers.SearchOrganizationsPager )
Searches organization resources that are visible to the user and satisfy the specified filter.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.search_organizations
google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.set_iam_policy
set_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict] ] = None, *, resource: 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.iam.v1.policy_pb2.Policy
Sets the access control policy on an organization resource.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.set_iam_policy
google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.test_iam_permissions
test_iam_permissions( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict] ] = None, *, resource: typing.Optional[str] = None, permissions: typing.Optional[typing.MutableSequence[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.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Returns the permissions that a caller has on the specified organization.
See more: google.cloud.resourcemanager_v3.services.organizations.OrganizationsClient.test_iam_permissions
google.cloud.resourcemanager_v3.services.organizations.pagers.SearchOrganizationsAsyncPager
SearchOrganizationsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.resourcemanager_v3.types.organizations.SearchOrganizationsResponse ], ], request: google.cloud.resourcemanager_v3.types.organizations.SearchOrganizationsRequest, response: google.cloud.resourcemanager_v3.types.organizations.SearchOrganizationsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiates the pager.
See more: google.cloud.resourcemanager_v3.services.organizations.pagers.SearchOrganizationsAsyncPager
google.cloud.resourcemanager_v3.services.organizations.pagers.SearchOrganizationsPager
SearchOrganizationsPager( method: typing.Callable[ [...], google.cloud.resourcemanager_v3.types.organizations.SearchOrganizationsResponse, ], request: google.cloud.resourcemanager_v3.types.organizations.SearchOrganizationsRequest, response: google.cloud.resourcemanager_v3.types.organizations.SearchOrganizationsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiate the pager.
See more: google.cloud.resourcemanager_v3.services.organizations.pagers.SearchOrganizationsPager
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient
ProjectsAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.resourcemanager_v3.services.projects.transports.base.ProjectsTransport, typing.Callable[[...], google.cloud.resourcemanager_v3.services.projects.transports.base.ProjectsTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the projects async client.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.common_billing_account_path
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.common_folder_path
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.common_location_path
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.common_organization_path
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.common_project_path
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.create_project
create_project( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.projects.CreateProjectRequest, dict ] ] = None, *, project: typing.Optional[ google.cloud.resourcemanager_v3.types.projects.Project ] = 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
Request that a new project be created.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.create_project
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.delete_project
delete_project( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.projects.DeleteProjectRequest, 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
Marks the project identified by the specified name
(for example, projects/415104041262
) for deletion.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.delete_project
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.from_service_account_file
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.from_service_account_info
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.from_service_account_json
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.get_iam_policy
get_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict] ] = None, *, resource: 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.iam.v1.policy_pb2.Policy
Returns the IAM access control policy for the specified project, in the format projects/{ProjectIdOrNumber}
e.g.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.get_iam_policy
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )
Return the API endpoint and client cert source for mutual TLS.
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.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
Gets the latest state of a long-running operation.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.get_operation
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.get_project
get_project( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.projects.GetProjectRequest, 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.resourcemanager_v3.types.projects.Project
Retrieves the project identified by the specified name
(for example, projects/415104041262
).
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.get_project
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.get_transport_class
get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.resourcemanager_v3.services.projects.transports.base.ProjectsTransport ]
Returns an appropriate transport class.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.get_transport_class
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.list_projects
list_projects( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.projects.ListProjectsRequest, 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.resourcemanager_v3.services.projects.pagers.ListProjectsAsyncPager
Lists projects that are direct children of the specified folder or organization resource.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.list_projects
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.move_project
move_project( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.projects.MoveProjectRequest, dict ] ] = None, *, name: typing.Optional[str] = None, destination_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.api_core.operation_async.AsyncOperation
Move a project to another place in your resource hierarchy, under a new resource parent.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.move_project
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.parse_common_folder_path
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.parse_common_location_path
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.parse_common_organization_path
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.parse_common_project_path
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.parse_project_path
parse_project_path(path: str) -> typing.Dict[str, str]
Parses a project path into its component segments.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.parse_project_path
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.project_path
project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.project_path
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.search_projects
search_projects( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.projects.SearchProjectsRequest, dict ] ] = None, *, query: 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.resourcemanager_v3.services.projects.pagers.SearchProjectsAsyncPager
Search for projects that the caller has both resourcemanager.projects.get
permission on, and also satisfy the specified query.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.search_projects
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.set_iam_policy
set_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict] ] = None, *, resource: 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.iam.v1.policy_pb2.Policy
Sets the IAM access control policy for the specified project, in the format projects/{ProjectIdOrNumber}
e.g.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.set_iam_policy
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.test_iam_permissions
test_iam_permissions( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict] ] = None, *, resource: typing.Optional[str] = None, permissions: typing.Optional[typing.MutableSequence[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.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Returns permissions that a caller has on the specified project, in the format projects/{ProjectIdOrNumber}
e.g.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.test_iam_permissions
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.undelete_project
undelete_project( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.projects.UndeleteProjectRequest, 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
Restores the project identified by the specified name
(for example, projects/415104041262
).
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.undelete_project
google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.update_project
update_project( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.projects.UpdateProjectRequest, dict ] ] = None, *, project: typing.Optional[ google.cloud.resourcemanager_v3.types.projects.Project ] = 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
Updates the display_name
and labels of the project identified by the specified name
(for example, projects/415104041262
).
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsAsyncClient.update_project
google.cloud.resourcemanager_v3.services.projects.ProjectsClient
ProjectsClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.resourcemanager_v3.services.projects.transports.base.ProjectsTransport, typing.Callable[[...], google.cloud.resourcemanager_v3.services.projects.transports.base.ProjectsTransport]]] = 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 =
Instantiates the projects client.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient
google.cloud.resourcemanager_v3.services.projects.ProjectsClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient.exit
google.cloud.resourcemanager_v3.services.projects.ProjectsClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient.common_billing_account_path
google.cloud.resourcemanager_v3.services.projects.ProjectsClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient.common_folder_path
google.cloud.resourcemanager_v3.services.projects.ProjectsClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient.common_location_path
google.cloud.resourcemanager_v3.services.projects.ProjectsClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient.common_organization_path
google.cloud.resourcemanager_v3.services.projects.ProjectsClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient.common_project_path
google.cloud.resourcemanager_v3.services.projects.ProjectsClient.create_project
create_project( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.projects.CreateProjectRequest, dict ] ] = None, *, project: typing.Optional[ google.cloud.resourcemanager_v3.types.projects.Project ] = 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
Request that a new project be created.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient.create_project
google.cloud.resourcemanager_v3.services.projects.ProjectsClient.delete_project
delete_project( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.projects.DeleteProjectRequest, 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
Marks the project identified by the specified name
(for example, projects/415104041262
) for deletion.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient.delete_project
google.cloud.resourcemanager_v3.services.projects.ProjectsClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient.from_service_account_file
google.cloud.resourcemanager_v3.services.projects.ProjectsClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient.from_service_account_info
google.cloud.resourcemanager_v3.services.projects.ProjectsClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient.from_service_account_json
google.cloud.resourcemanager_v3.services.projects.ProjectsClient.get_iam_policy
get_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict] ] = None, *, resource: 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.iam.v1.policy_pb2.Policy
Returns the IAM access control policy for the specified project, in the format projects/{ProjectIdOrNumber}
e.g.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient.get_iam_policy
google.cloud.resourcemanager_v3.services.projects.ProjectsClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )
Deprecated.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient.get_mtls_endpoint_and_cert_source
google.cloud.resourcemanager_v3.services.projects.ProjectsClient.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
Gets the latest state of a long-running operation.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient.get_operation
google.cloud.resourcemanager_v3.services.projects.ProjectsClient.get_project
get_project( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.projects.GetProjectRequest, 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.resourcemanager_v3.types.projects.Project
Retrieves the project identified by the specified name
(for example, projects/415104041262
).
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient.get_project
google.cloud.resourcemanager_v3.services.projects.ProjectsClient.list_projects
list_projects( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.projects.ListProjectsRequest, 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.resourcemanager_v3.services.projects.pagers.ListProjectsPager
Lists projects that are direct children of the specified folder or organization resource.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient.list_projects
google.cloud.resourcemanager_v3.services.projects.ProjectsClient.move_project
move_project( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.projects.MoveProjectRequest, dict ] ] = None, *, name: typing.Optional[str] = None, destination_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.api_core.operation.Operation
Move a project to another place in your resource hierarchy, under a new resource parent.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient.move_project
google.cloud.resourcemanager_v3.services.projects.ProjectsClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient.parse_common_billing_account_path
google.cloud.resourcemanager_v3.services.projects.ProjectsClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient.parse_common_folder_path
google.cloud.resourcemanager_v3.services.projects.ProjectsClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient.parse_common_location_path
google.cloud.resourcemanager_v3.services.projects.ProjectsClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient.parse_common_organization_path
google.cloud.resourcemanager_v3.services.projects.ProjectsClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient.parse_common_project_path
google.cloud.resourcemanager_v3.services.projects.ProjectsClient.parse_project_path
parse_project_path(path: str) -> typing.Dict[str, str]
Parses a project path into its component segments.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient.parse_project_path
google.cloud.resourcemanager_v3.services.projects.ProjectsClient.project_path
project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient.project_path
google.cloud.resourcemanager_v3.services.projects.ProjectsClient.search_projects
search_projects( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.projects.SearchProjectsRequest, dict ] ] = None, *, query: 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.resourcemanager_v3.services.projects.pagers.SearchProjectsPager
Search for projects that the caller has both resourcemanager.projects.get
permission on, and also satisfy the specified query.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient.search_projects
google.cloud.resourcemanager_v3.services.projects.ProjectsClient.set_iam_policy
set_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict] ] = None, *, resource: 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.iam.v1.policy_pb2.Policy
Sets the IAM access control policy for the specified project, in the format projects/{ProjectIdOrNumber}
e.g.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient.set_iam_policy
google.cloud.resourcemanager_v3.services.projects.ProjectsClient.test_iam_permissions
test_iam_permissions( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict] ] = None, *, resource: typing.Optional[str] = None, permissions: typing.Optional[typing.MutableSequence[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.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Returns permissions that a caller has on the specified project, in the format projects/{ProjectIdOrNumber}
e.g.
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient.test_iam_permissions
google.cloud.resourcemanager_v3.services.projects.ProjectsClient.undelete_project
undelete_project( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.projects.UndeleteProjectRequest, 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
Restores the project identified by the specified name
(for example, projects/415104041262
).
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient.undelete_project
google.cloud.resourcemanager_v3.services.projects.ProjectsClient.update_project
update_project( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.projects.UpdateProjectRequest, dict ] ] = None, *, project: typing.Optional[ google.cloud.resourcemanager_v3.types.projects.Project ] = 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
Updates the display_name
and labels of the project identified by the specified name
(for example, projects/415104041262
).
See more: google.cloud.resourcemanager_v3.services.projects.ProjectsClient.update_project
google.cloud.resourcemanager_v3.services.projects.pagers.ListProjectsAsyncPager
ListProjectsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.resourcemanager_v3.types.projects.ListProjectsResponse ], ], request: google.cloud.resourcemanager_v3.types.projects.ListProjectsRequest, response: google.cloud.resourcemanager_v3.types.projects.ListProjectsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiates the pager.
See more: google.cloud.resourcemanager_v3.services.projects.pagers.ListProjectsAsyncPager
google.cloud.resourcemanager_v3.services.projects.pagers.ListProjectsPager
ListProjectsPager( method: typing.Callable[ [...], google.cloud.resourcemanager_v3.types.projects.ListProjectsResponse ], request: google.cloud.resourcemanager_v3.types.projects.ListProjectsRequest, response: google.cloud.resourcemanager_v3.types.projects.ListProjectsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiate the pager.
See more: google.cloud.resourcemanager_v3.services.projects.pagers.ListProjectsPager
google.cloud.resourcemanager_v3.services.projects.pagers.SearchProjectsAsyncPager
SearchProjectsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.resourcemanager_v3.types.projects.SearchProjectsResponse ], ], request: google.cloud.resourcemanager_v3.types.projects.SearchProjectsRequest, response: google.cloud.resourcemanager_v3.types.projects.SearchProjectsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiates the pager.
See more: google.cloud.resourcemanager_v3.services.projects.pagers.SearchProjectsAsyncPager
google.cloud.resourcemanager_v3.services.projects.pagers.SearchProjectsPager
SearchProjectsPager( method: typing.Callable[ [...], google.cloud.resourcemanager_v3.types.projects.SearchProjectsResponse ], request: google.cloud.resourcemanager_v3.types.projects.SearchProjectsRequest, response: google.cloud.resourcemanager_v3.types.projects.SearchProjectsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiate the pager.
See more: google.cloud.resourcemanager_v3.services.projects.pagers.SearchProjectsPager
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient
TagBindingsAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.resourcemanager_v3.services.tag_bindings.transports.base.TagBindingsTransport, typing.Callable[[...], google.cloud.resourcemanager_v3.services.tag_bindings.transports.base.TagBindingsTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the tag bindings async client.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.common_folder_path
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.common_location_path
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.common_project_path
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.create_tag_binding
create_tag_binding( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_bindings.CreateTagBindingRequest, dict, ] ] = None, *, tag_binding: typing.Optional[ google.cloud.resourcemanager_v3.types.tag_bindings.TagBinding ] = 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
Creates a TagBinding between a TagValue and a Google Cloud resource.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.create_tag_binding
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.delete_tag_binding
delete_tag_binding( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_bindings.DeleteTagBindingRequest, 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
Deletes a TagBinding.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.delete_tag_binding
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )
Return the API endpoint and client cert source for mutual TLS.
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.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
Gets the latest state of a long-running operation.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.get_operation
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.get_transport_class
get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.resourcemanager_v3.services.tag_bindings.transports.base.TagBindingsTransport ]
Returns an appropriate transport class.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.get_transport_class
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.list_effective_tags
list_effective_tags( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_bindings.ListEffectiveTagsRequest, 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.resourcemanager_v3.services.tag_bindings.pagers.ListEffectiveTagsAsyncPager )
Return a list of effective tags for the given Google Cloud resource, as specified in parent
.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.list_effective_tags
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.list_tag_bindings
list_tag_bindings( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_bindings.ListTagBindingsRequest, 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.resourcemanager_v3.services.tag_bindings.pagers.ListTagBindingsAsyncPager )
Lists the TagBindings for the given Google Cloud resource, as specified with parent
.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.list_tag_bindings
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.parse_tag_binding_path
parse_tag_binding_path(path: str) -> typing.Dict[str, str]
Parses a tag_binding path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.parse_tag_binding_path
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.parse_tag_key_path
parse_tag_key_path(path: str) -> typing.Dict[str, str]
Parses a tag_key path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.parse_tag_key_path
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.parse_tag_value_path
parse_tag_value_path(path: str) -> typing.Dict[str, str]
Parses a tag_value path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.parse_tag_value_path
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.tag_binding_path
tag_binding_path(tag_binding: str) -> str
Returns a fully-qualified tag_binding string.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.tag_binding_path
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.tag_key_path
tag_key_path(tag_key: str) -> str
Returns a fully-qualified tag_key string.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.tag_key_path
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.tag_value_path
tag_value_path(tag_value: str) -> str
Returns a fully-qualified tag_value string.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsAsyncClient.tag_value_path
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient
TagBindingsClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.resourcemanager_v3.services.tag_bindings.transports.base.TagBindingsTransport, typing.Callable[[...], google.cloud.resourcemanager_v3.services.tag_bindings.transports.base.TagBindingsTransport]]] = 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 =
Instantiates the tag bindings client.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.exit
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.common_billing_account_path
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.common_folder_path
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.common_location_path
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.common_organization_path
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.common_project_path
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.create_tag_binding
create_tag_binding( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_bindings.CreateTagBindingRequest, dict, ] ] = None, *, tag_binding: typing.Optional[ google.cloud.resourcemanager_v3.types.tag_bindings.TagBinding ] = 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
Creates a TagBinding between a TagValue and a Google Cloud resource.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.create_tag_binding
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.delete_tag_binding
delete_tag_binding( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_bindings.DeleteTagBindingRequest, 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
Deletes a TagBinding.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.delete_tag_binding
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.from_service_account_file
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.from_service_account_info
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.from_service_account_json
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )
Deprecated.
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.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
Gets the latest state of a long-running operation.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.get_operation
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.list_effective_tags
list_effective_tags( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_bindings.ListEffectiveTagsRequest, 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.resourcemanager_v3.services.tag_bindings.pagers.ListEffectiveTagsPager )
Return a list of effective tags for the given Google Cloud resource, as specified in parent
.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.list_effective_tags
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.list_tag_bindings
list_tag_bindings( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_bindings.ListTagBindingsRequest, 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.resourcemanager_v3.services.tag_bindings.pagers.ListTagBindingsPager
Lists the TagBindings for the given Google Cloud resource, as specified with parent
.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.list_tag_bindings
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.parse_common_folder_path
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.parse_common_location_path
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.parse_common_project_path
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.parse_tag_binding_path
parse_tag_binding_path(path: str) -> typing.Dict[str, str]
Parses a tag_binding path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.parse_tag_binding_path
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.parse_tag_key_path
parse_tag_key_path(path: str) -> typing.Dict[str, str]
Parses a tag_key path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.parse_tag_key_path
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.parse_tag_value_path
parse_tag_value_path(path: str) -> typing.Dict[str, str]
Parses a tag_value path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.parse_tag_value_path
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.tag_binding_path
tag_binding_path(tag_binding: str) -> str
Returns a fully-qualified tag_binding string.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.tag_binding_path
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.tag_key_path
tag_key_path(tag_key: str) -> str
Returns a fully-qualified tag_key string.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.tag_key_path
google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.tag_value_path
tag_value_path(tag_value: str) -> str
Returns a fully-qualified tag_value string.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.TagBindingsClient.tag_value_path
google.cloud.resourcemanager_v3.services.tag_bindings.pagers.ListEffectiveTagsAsyncPager
ListEffectiveTagsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.resourcemanager_v3.types.tag_bindings.ListEffectiveTagsResponse ], ], request: google.cloud.resourcemanager_v3.types.tag_bindings.ListEffectiveTagsRequest, response: google.cloud.resourcemanager_v3.types.tag_bindings.ListEffectiveTagsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiates the pager.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.pagers.ListEffectiveTagsAsyncPager
google.cloud.resourcemanager_v3.services.tag_bindings.pagers.ListEffectiveTagsPager
ListEffectiveTagsPager( method: typing.Callable[ [...], google.cloud.resourcemanager_v3.types.tag_bindings.ListEffectiveTagsResponse, ], request: google.cloud.resourcemanager_v3.types.tag_bindings.ListEffectiveTagsRequest, response: google.cloud.resourcemanager_v3.types.tag_bindings.ListEffectiveTagsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiate the pager.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.pagers.ListEffectiveTagsPager
google.cloud.resourcemanager_v3.services.tag_bindings.pagers.ListTagBindingsAsyncPager
ListTagBindingsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.resourcemanager_v3.types.tag_bindings.ListTagBindingsResponse ], ], request: google.cloud.resourcemanager_v3.types.tag_bindings.ListTagBindingsRequest, response: google.cloud.resourcemanager_v3.types.tag_bindings.ListTagBindingsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiates the pager.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.pagers.ListTagBindingsAsyncPager
google.cloud.resourcemanager_v3.services.tag_bindings.pagers.ListTagBindingsPager
ListTagBindingsPager( method: typing.Callable[ [...], google.cloud.resourcemanager_v3.types.tag_bindings.ListTagBindingsResponse, ], request: google.cloud.resourcemanager_v3.types.tag_bindings.ListTagBindingsRequest, response: google.cloud.resourcemanager_v3.types.tag_bindings.ListTagBindingsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiate the pager.
See more: google.cloud.resourcemanager_v3.services.tag_bindings.pagers.ListTagBindingsPager
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient
TagHoldsAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.resourcemanager_v3.services.tag_holds.transports.base.TagHoldsTransport, typing.Callable[[...], google.cloud.resourcemanager_v3.services.tag_holds.transports.base.TagHoldsTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the tag holds async client.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.common_billing_account_path
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.common_folder_path
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.common_location_path
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.common_organization_path
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.common_project_path
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.create_tag_hold
create_tag_hold( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_holds.CreateTagHoldRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, tag_hold: typing.Optional[ google.cloud.resourcemanager_v3.types.tag_holds.TagHold ] = 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
Creates a TagHold.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.create_tag_hold
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.delete_tag_hold
delete_tag_hold( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_holds.DeleteTagHoldRequest, 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
Deletes a TagHold.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.delete_tag_hold
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.from_service_account_file
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.from_service_account_info
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.from_service_account_json
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )
Return the API endpoint and client cert source for mutual TLS.
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.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
Gets the latest state of a long-running operation.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.get_operation
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.get_transport_class
get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.resourcemanager_v3.services.tag_holds.transports.base.TagHoldsTransport ]
Returns an appropriate transport class.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.get_transport_class
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.list_tag_holds
list_tag_holds( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_holds.ListTagHoldsRequest, 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.resourcemanager_v3.services.tag_holds.pagers.ListTagHoldsAsyncPager
Lists TagHolds under a TagValue.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.list_tag_holds
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.parse_common_folder_path
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.parse_common_location_path
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.parse_common_project_path
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.parse_tag_hold_path
parse_tag_hold_path(path: str) -> typing.Dict[str, str]
Parses a tag_hold path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.parse_tag_hold_path
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.tag_hold_path
tag_hold_path(tag_value: str, tag_hold: str) -> str
Returns a fully-qualified tag_hold string.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsAsyncClient.tag_hold_path
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient
TagHoldsClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.resourcemanager_v3.services.tag_holds.transports.base.TagHoldsTransport, typing.Callable[[...], google.cloud.resourcemanager_v3.services.tag_holds.transports.base.TagHoldsTransport]]] = 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 =
Instantiates the tag holds client.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.exit
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.common_billing_account_path
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.common_folder_path
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.common_location_path
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.common_organization_path
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.common_project_path
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.create_tag_hold
create_tag_hold( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_holds.CreateTagHoldRequest, dict ] ] = None, *, parent: typing.Optional[str] = None, tag_hold: typing.Optional[ google.cloud.resourcemanager_v3.types.tag_holds.TagHold ] = 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
Creates a TagHold.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.create_tag_hold
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.delete_tag_hold
delete_tag_hold( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_holds.DeleteTagHoldRequest, 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
Deletes a TagHold.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.delete_tag_hold
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.from_service_account_file
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.from_service_account_info
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.from_service_account_json
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )
Deprecated.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.get_mtls_endpoint_and_cert_source
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.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
Gets the latest state of a long-running operation.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.get_operation
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.list_tag_holds
list_tag_holds( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_holds.ListTagHoldsRequest, 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.resourcemanager_v3.services.tag_holds.pagers.ListTagHoldsPager
Lists TagHolds under a TagValue.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.list_tag_holds
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.parse_common_billing_account_path
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.parse_common_folder_path
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.parse_common_location_path
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.parse_common_organization_path
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.parse_common_project_path
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.parse_tag_hold_path
parse_tag_hold_path(path: str) -> typing.Dict[str, str]
Parses a tag_hold path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.parse_tag_hold_path
google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.tag_hold_path
tag_hold_path(tag_value: str, tag_hold: str) -> str
Returns a fully-qualified tag_hold string.
See more: google.cloud.resourcemanager_v3.services.tag_holds.TagHoldsClient.tag_hold_path
google.cloud.resourcemanager_v3.services.tag_holds.pagers.ListTagHoldsAsyncPager
ListTagHoldsAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.resourcemanager_v3.types.tag_holds.ListTagHoldsResponse ], ], request: google.cloud.resourcemanager_v3.types.tag_holds.ListTagHoldsRequest, response: google.cloud.resourcemanager_v3.types.tag_holds.ListTagHoldsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiates the pager.
See more: google.cloud.resourcemanager_v3.services.tag_holds.pagers.ListTagHoldsAsyncPager
google.cloud.resourcemanager_v3.services.tag_holds.pagers.ListTagHoldsPager
ListTagHoldsPager( method: typing.Callable[ [...], google.cloud.resourcemanager_v3.types.tag_holds.ListTagHoldsResponse ], request: google.cloud.resourcemanager_v3.types.tag_holds.ListTagHoldsRequest, response: google.cloud.resourcemanager_v3.types.tag_holds.ListTagHoldsResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiate the pager.
See more: google.cloud.resourcemanager_v3.services.tag_holds.pagers.ListTagHoldsPager
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient
TagKeysAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.resourcemanager_v3.services.tag_keys.transports.base.TagKeysTransport, typing.Callable[[...], google.cloud.resourcemanager_v3.services.tag_keys.transports.base.TagKeysTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the tag keys async client.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.common_billing_account_path
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.common_folder_path
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.common_location_path
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.common_organization_path
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.common_project_path
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.create_tag_key
create_tag_key( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_keys.CreateTagKeyRequest, dict ] ] = None, *, tag_key: typing.Optional[ google.cloud.resourcemanager_v3.types.tag_keys.TagKey ] = 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
Creates a new TagKey.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.create_tag_key
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.delete_tag_key
delete_tag_key( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_keys.DeleteTagKeyRequest, 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
Deletes a TagKey.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.delete_tag_key
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.from_service_account_file
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.from_service_account_info
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.from_service_account_json
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.get_iam_policy
get_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict] ] = None, *, resource: 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.iam.v1.policy_pb2.Policy
Gets the access control policy for a TagKey.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.get_iam_policy
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )
Return the API endpoint and client cert source for mutual TLS.
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.get_namespaced_tag_key
get_namespaced_tag_key( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_keys.GetNamespacedTagKeyRequest, 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.resourcemanager_v3.types.tag_keys.TagKey
Retrieves a TagKey by its namespaced name.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.get_namespaced_tag_key
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.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
Gets the latest state of a long-running operation.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.get_operation
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.get_tag_key
get_tag_key( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_keys.GetTagKeyRequest, 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.resourcemanager_v3.types.tag_keys.TagKey
Retrieves a TagKey.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.get_tag_key
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.get_transport_class
get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.resourcemanager_v3.services.tag_keys.transports.base.TagKeysTransport ]
Returns an appropriate transport class.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.get_transport_class
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.list_tag_keys
list_tag_keys( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_keys.ListTagKeysRequest, 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.resourcemanager_v3.services.tag_keys.pagers.ListTagKeysAsyncPager
Lists all TagKeys for a parent resource.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.list_tag_keys
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.parse_common_folder_path
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.parse_common_location_path
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.parse_common_organization_path
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.parse_common_project_path
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.parse_tag_key_path
parse_tag_key_path(path: str) -> typing.Dict[str, str]
Parses a tag_key path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.parse_tag_key_path
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.set_iam_policy
set_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict] ] = None, *, resource: 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.iam.v1.policy_pb2.Policy
Sets the access control policy on a TagKey, replacing any existing policy.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.set_iam_policy
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.tag_key_path
tag_key_path(tag_key: str) -> str
Returns a fully-qualified tag_key string.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.tag_key_path
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.test_iam_permissions
test_iam_permissions( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict] ] = None, *, resource: typing.Optional[str] = None, permissions: typing.Optional[typing.MutableSequence[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.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Returns permissions that a caller has on the specified TagKey.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.test_iam_permissions
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.update_tag_key
update_tag_key( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_keys.UpdateTagKeyRequest, dict ] ] = None, *, tag_key: typing.Optional[ google.cloud.resourcemanager_v3.types.tag_keys.TagKey ] = 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
Updates the attributes of the TagKey resource.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysAsyncClient.update_tag_key
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient
TagKeysClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.resourcemanager_v3.services.tag_keys.transports.base.TagKeysTransport, typing.Callable[[...], google.cloud.resourcemanager_v3.services.tag_keys.transports.base.TagKeysTransport]]] = 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 =
Instantiates the tag keys client.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.exit
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.common_billing_account_path
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.common_folder_path
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.common_location_path
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.common_organization_path
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.common_project_path
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.create_tag_key
create_tag_key( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_keys.CreateTagKeyRequest, dict ] ] = None, *, tag_key: typing.Optional[ google.cloud.resourcemanager_v3.types.tag_keys.TagKey ] = 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
Creates a new TagKey.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.create_tag_key
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.delete_tag_key
delete_tag_key( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_keys.DeleteTagKeyRequest, 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
Deletes a TagKey.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.delete_tag_key
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.from_service_account_file
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.from_service_account_info
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.from_service_account_json
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.get_iam_policy
get_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict] ] = None, *, resource: 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.iam.v1.policy_pb2.Policy
Gets the access control policy for a TagKey.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.get_iam_policy
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )
Deprecated.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.get_mtls_endpoint_and_cert_source
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.get_namespaced_tag_key
get_namespaced_tag_key( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_keys.GetNamespacedTagKeyRequest, 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.resourcemanager_v3.types.tag_keys.TagKey
Retrieves a TagKey by its namespaced name.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.get_namespaced_tag_key
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.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
Gets the latest state of a long-running operation.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.get_operation
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.get_tag_key
get_tag_key( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_keys.GetTagKeyRequest, 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.resourcemanager_v3.types.tag_keys.TagKey
Retrieves a TagKey.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.get_tag_key
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.list_tag_keys
list_tag_keys( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_keys.ListTagKeysRequest, 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.resourcemanager_v3.services.tag_keys.pagers.ListTagKeysPager
Lists all TagKeys for a parent resource.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.list_tag_keys
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.parse_common_billing_account_path
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.parse_common_folder_path
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.parse_common_location_path
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.parse_common_organization_path
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.parse_common_project_path
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.parse_tag_key_path
parse_tag_key_path(path: str) -> typing.Dict[str, str]
Parses a tag_key path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.parse_tag_key_path
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.set_iam_policy
set_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict] ] = None, *, resource: 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.iam.v1.policy_pb2.Policy
Sets the access control policy on a TagKey, replacing any existing policy.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.set_iam_policy
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.tag_key_path
tag_key_path(tag_key: str) -> str
Returns a fully-qualified tag_key string.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.tag_key_path
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.test_iam_permissions
test_iam_permissions( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict] ] = None, *, resource: typing.Optional[str] = None, permissions: typing.Optional[typing.MutableSequence[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.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Returns permissions that a caller has on the specified TagKey.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.test_iam_permissions
google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.update_tag_key
update_tag_key( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_keys.UpdateTagKeyRequest, dict ] ] = None, *, tag_key: typing.Optional[ google.cloud.resourcemanager_v3.types.tag_keys.TagKey ] = 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
Updates the attributes of the TagKey resource.
See more: google.cloud.resourcemanager_v3.services.tag_keys.TagKeysClient.update_tag_key
google.cloud.resourcemanager_v3.services.tag_keys.pagers.ListTagKeysAsyncPager
ListTagKeysAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.resourcemanager_v3.types.tag_keys.ListTagKeysResponse ], ], request: google.cloud.resourcemanager_v3.types.tag_keys.ListTagKeysRequest, response: google.cloud.resourcemanager_v3.types.tag_keys.ListTagKeysResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiates the pager.
See more: google.cloud.resourcemanager_v3.services.tag_keys.pagers.ListTagKeysAsyncPager
google.cloud.resourcemanager_v3.services.tag_keys.pagers.ListTagKeysPager
ListTagKeysPager( method: typing.Callable[ [...], google.cloud.resourcemanager_v3.types.tag_keys.ListTagKeysResponse ], request: google.cloud.resourcemanager_v3.types.tag_keys.ListTagKeysRequest, response: google.cloud.resourcemanager_v3.types.tag_keys.ListTagKeysResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiate the pager.
See more: google.cloud.resourcemanager_v3.services.tag_keys.pagers.ListTagKeysPager
google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient
TagValuesAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.resourcemanager_v3.services.tag_values.transports.base.TagValuesTransport, typing.Callable[[...], google.cloud.resourcemanager_v3.services.tag_values.transports.base.TagValuesTransport]]] = 'grpc_asyncio', client_options: typing.Optional[google.api_core.client_options.ClientOptions] = None, client_info: google.api_core.gapic_v1.client_info.ClientInfo =
Instantiates the tag values async client.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient
google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.common_billing_account_path
google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.common_folder_path
google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.common_location_path
google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.common_organization_path
google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.common_project_path
google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.create_tag_value
create_tag_value( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_values.CreateTagValueRequest, dict ] ] = None, *, tag_value: typing.Optional[ google.cloud.resourcemanager_v3.types.tag_values.TagValue ] = 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
Creates a TagValue as a child of the specified TagKey.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.create_tag_value
google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.delete_tag_value
delete_tag_value( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_values.DeleteTagValueRequest, 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
Deletes a TagValue.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.delete_tag_value
google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.from_service_account_file
google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.from_service_account_info
google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.from_service_account_json
google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.get_iam_policy
get_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict] ] = None, *, resource: 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.iam.v1.policy_pb2.Policy
Gets the access control policy for a TagValue.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.get_iam_policy
google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )
Return the API endpoint and client cert source for mutual TLS.
google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.get_namespaced_tag_value
get_namespaced_tag_value( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_values.GetNamespacedTagValueRequest, 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.resourcemanager_v3.types.tag_values.TagValue
Retrieves a TagValue by its namespaced name.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.get_namespaced_tag_value
google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.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
Gets the latest state of a long-running operation.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.get_operation
google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.get_tag_value
get_tag_value( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_values.GetTagValueRequest, 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.resourcemanager_v3.types.tag_values.TagValue
Retrieves a TagValue.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.get_tag_value
google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.get_transport_class
get_transport_class( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.resourcemanager_v3.services.tag_values.transports.base.TagValuesTransport ]
Returns an appropriate transport class.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.get_transport_class
google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.list_tag_values
list_tag_values( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_values.ListTagValuesRequest, 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.resourcemanager_v3.services.tag_values.pagers.ListTagValuesAsyncPager
Lists all TagValues for a specific TagKey.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.list_tag_values
google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.parse_common_folder_path
google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.parse_common_location_path
google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.parse_common_project_path
google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.parse_tag_value_path
parse_tag_value_path(path: str) -> typing.Dict[str, str]
Parses a tag_value path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.parse_tag_value_path
google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.set_iam_policy
set_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict] ] = None, *, resource: 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.iam.v1.policy_pb2.Policy
Sets the access control policy on a TagValue, replacing any existing policy.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.set_iam_policy
google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.tag_value_path
tag_value_path(tag_value: str) -> str
Returns a fully-qualified tag_value string.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.tag_value_path
google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.test_iam_permissions
test_iam_permissions( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict] ] = None, *, resource: typing.Optional[str] = None, permissions: typing.Optional[typing.MutableSequence[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.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Returns permissions that a caller has on the specified TagValue.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.test_iam_permissions
google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.update_tag_value
update_tag_value( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_values.UpdateTagValueRequest, dict ] ] = None, *, tag_value: typing.Optional[ google.cloud.resourcemanager_v3.types.tag_values.TagValue ] = 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
Updates the attributes of the TagValue resource.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesAsyncClient.update_tag_value
google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient
TagValuesClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.resourcemanager_v3.services.tag_values.transports.base.TagValuesTransport, typing.Callable[[...], google.cloud.resourcemanager_v3.services.tag_values.transports.base.TagValuesTransport]]] = 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 =
Instantiates the tag values client.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient
google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.__exit__
__exit__(type, value, traceback)
Releases underlying transport's resources.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.exit
google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
Returns a fully-qualified billing_account string.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.common_billing_account_path
google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.common_folder_path
google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.common_location_path
google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.common_organization_path
google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.common_project_path
google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.create_tag_value
create_tag_value( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_values.CreateTagValueRequest, dict ] ] = None, *, tag_value: typing.Optional[ google.cloud.resourcemanager_v3.types.tag_values.TagValue ] = 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
Creates a TagValue as a child of the specified TagKey.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.create_tag_value
google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.delete_tag_value
delete_tag_value( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_values.DeleteTagValueRequest, 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
Deletes a TagValue.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.delete_tag_value
google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.from_service_account_file
google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
Creates an instance of this client using the provided credentials info.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.from_service_account_info
google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
Creates an instance of this client using the provided credentials file.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.from_service_account_json
google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.get_iam_policy
get_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.GetIamPolicyRequest, dict] ] = None, *, resource: 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.iam.v1.policy_pb2.Policy
Gets the access control policy for a TagValue.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.get_iam_policy
google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.get_mtls_endpoint_and_cert_source
get_mtls_endpoint_and_cert_source( client_options: typing.Optional[ google.api_core.client_options.ClientOptions ] = None, )
Deprecated.
google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.get_namespaced_tag_value
get_namespaced_tag_value( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_values.GetNamespacedTagValueRequest, 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.resourcemanager_v3.types.tag_values.TagValue
Retrieves a TagValue by its namespaced name.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.get_namespaced_tag_value
google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.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
Gets the latest state of a long-running operation.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.get_operation
google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.get_tag_value
get_tag_value( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_values.GetTagValueRequest, 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.resourcemanager_v3.types.tag_values.TagValue
Retrieves a TagValue.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.get_tag_value
google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.list_tag_values
list_tag_values( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_values.ListTagValuesRequest, 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.resourcemanager_v3.services.tag_values.pagers.ListTagValuesPager
Lists all TagValues for a specific TagKey.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.list_tag_values
google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
Parse a billing_account path into its component segments.
google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.parse_common_folder_path
google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.parse_common_location_path
google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.parse_common_organization_path
google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.parse_common_project_path
google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.parse_tag_value_path
parse_tag_value_path(path: str) -> typing.Dict[str, str]
Parses a tag_value path into its component segments.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.parse_tag_value_path
google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.set_iam_policy
set_iam_policy( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.SetIamPolicyRequest, dict] ] = None, *, resource: 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.iam.v1.policy_pb2.Policy
Sets the access control policy on a TagValue, replacing any existing policy.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.set_iam_policy
google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.tag_value_path
tag_value_path(tag_value: str) -> str
Returns a fully-qualified tag_value string.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.tag_value_path
google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.test_iam_permissions
test_iam_permissions( request: typing.Optional[ typing.Union[google.iam.v1.iam_policy_pb2.TestIamPermissionsRequest, dict] ] = None, *, resource: typing.Optional[str] = None, permissions: typing.Optional[typing.MutableSequence[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.iam.v1.iam_policy_pb2.TestIamPermissionsResponse
Returns permissions that a caller has on the specified TagValue.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.test_iam_permissions
google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.update_tag_value
update_tag_value( request: typing.Optional[ typing.Union[ google.cloud.resourcemanager_v3.types.tag_values.UpdateTagValueRequest, dict ] ] = None, *, tag_value: typing.Optional[ google.cloud.resourcemanager_v3.types.tag_values.TagValue ] = 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
Updates the attributes of the TagValue resource.
See more: google.cloud.resourcemanager_v3.services.tag_values.TagValuesClient.update_tag_value
google.cloud.resourcemanager_v3.services.tag_values.pagers.ListTagValuesAsyncPager
ListTagValuesAsyncPager( method: typing.Callable[ [...], typing.Awaitable[ google.cloud.resourcemanager_v3.types.tag_values.ListTagValuesResponse ], ], request: google.cloud.resourcemanager_v3.types.tag_values.ListTagValuesRequest, response: google.cloud.resourcemanager_v3.types.tag_values.ListTagValuesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary_async.AsyncRetry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiates the pager.
See more: google.cloud.resourcemanager_v3.services.tag_values.pagers.ListTagValuesAsyncPager
google.cloud.resourcemanager_v3.services.tag_values.pagers.ListTagValuesPager
ListTagValuesPager( method: typing.Callable[ [...], google.cloud.resourcemanager_v3.types.tag_values.ListTagValuesResponse ], request: google.cloud.resourcemanager_v3.types.tag_values.ListTagValuesRequest, response: google.cloud.resourcemanager_v3.types.tag_values.ListTagValuesResponse, *, retry: typing.Optional[ typing.Union[ google.api_core.retry.retry_unary.Retry, google.api_core.gapic_v1.method._MethodDefault, ] ] = _MethodDefault._DEFAULT_VALUE, timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE, metadata: typing.Sequence[typing.Tuple[str, typing.Union[str, bytes]]] = () )
Instantiate the pager.
See more: google.cloud.resourcemanager_v3.services.tag_values.pagers.ListTagValuesPager