Summary of entries of Methods for google-cloud-cloudquotas.
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient
CloudQuotasAsyncClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
cloudquotas_v1
.
services
.
cloud_quotas
.
transports
.
base
.
CloudQuotasTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
cloudquotas_v1
.
services
.
cloud_quotas
.
transports
.
base
.
CloudQuotasTransport
]]]
=
'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 cloud quotas async client.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.common_billing_account_path
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.common_folder_path
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.common_location_path
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.common_organization_path
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.common_project_path
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.create_quota_preference
create_quota_preference
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
cloudquotas_v1
.
types
.
cloudquotas
.
CreateQuotaPreferenceRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
quota_preference
:
typing
.
Optional
[
google
.
cloud
.
cloudquotas_v1
.
types
.
resources
.
QuotaPreference
]
=
None
,
quota_preference_id
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
cloudquotas_v1
.
types
.
resources
.
QuotaPreference
Creates a new QuotaPreference that declares the desired value for a quota.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.create_quota_preference
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.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.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.from_service_account_file
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.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.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.from_service_account_info
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.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.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.from_service_account_json
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.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.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.get_quota_info
get_quota_info
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
cloudquotas_v1
.
types
.
cloudquotas
.
GetQuotaInfoRequest
,
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
.
cloudquotas_v1
.
types
.
resources
.
QuotaInfo
Retrieve the QuotaInfo of a quota for a project, folder or organization.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.get_quota_info
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.get_quota_preference
get_quota_preference
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
cloudquotas_v1
.
types
.
cloudquotas
.
GetQuotaPreferenceRequest
,
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
.
cloudquotas_v1
.
types
.
resources
.
QuotaPreference
Gets details of a single QuotaPreference.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.get_quota_preference
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.get_transport_class
get_transport_class
(
label
:
typing
.
Optional
[
str
]
=
None
,
)
-
> typing
.
Type
[
google
.
cloud
.
cloudquotas_v1
.
services
.
cloud_quotas
.
transports
.
base
.
CloudQuotasTransport
]
Returns an appropriate transport class.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.get_transport_class
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.list_quota_infos
list_quota_infos
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
cloudquotas_v1
.
types
.
cloudquotas
.
ListQuotaInfosRequest
,
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
.
cloudquotas_v1
.
services
.
cloud_quotas
.
pagers
.
ListQuotaInfosAsyncPager
Lists QuotaInfos of all quotas for a given project, folder or organization.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.list_quota_infos
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.list_quota_preferences
list_quota_preferences
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
cloudquotas_v1
.
types
.
cloudquotas
.
ListQuotaPreferencesRequest
,
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
.
cloudquotas_v1
.
services
.
cloud_quotas
.
pagers
.
ListQuotaPreferencesAsyncPager
)
Lists QuotaPreferences in a given project, folder or organization.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.list_quota_preferences
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.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.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.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.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.parse_common_folder_path
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.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.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.parse_common_location_path
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.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.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.parse_common_project_path
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.parse_quota_info_path
parse_quota_info_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a quota_info path into its component segments.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.parse_quota_info_path
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.parse_quota_preference_path
parse_quota_preference_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a quota_preference path into its component segments.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.parse_quota_preference_path
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.quota_info_path
quota_info_path
(
project
:
str
,
location
:
str
,
service
:
str
,
quota_info
:
str
)
-
> str
Returns a fully-qualified quota_info string.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.quota_info_path
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.quota_preference_path
quota_preference_path
(
project
:
str
,
location
:
str
,
quota_preference
:
str
)
-
> str
Returns a fully-qualified quota_preference string.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.quota_preference_path
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.update_quota_preference
update_quota_preference
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
cloudquotas_v1
.
types
.
cloudquotas
.
UpdateQuotaPreferenceRequest
,
dict
,
]
]
=
None
,
*
,
quota_preference
:
typing
.
Optional
[
google
.
cloud
.
cloudquotas_v1
.
types
.
resources
.
QuotaPreference
]
=
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
.
cloud
.
cloudquotas_v1
.
types
.
resources
.
QuotaPreference
Updates the parameters of a single QuotaPreference.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.update_quota_preference
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient
CloudQuotasClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
cloudquotas_v1
.
services
.
cloud_quotas
.
transports
.
base
.
CloudQuotasTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
cloudquotas_v1
.
services
.
cloud_quotas
.
transports
.
base
.
CloudQuotasTransport
]]]
=
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 cloud quotas client.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.__exit__
__exit__
(
type
,
value
,
traceback
)
Releases underlying transport's resources.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient. exit
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.common_billing_account_path
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.common_folder_path
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.common_location_path
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.common_organization_path
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.common_project_path
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.create_quota_preference
create_quota_preference
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
cloudquotas_v1
.
types
.
cloudquotas
.
CreateQuotaPreferenceRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
quota_preference
:
typing
.
Optional
[
google
.
cloud
.
cloudquotas_v1
.
types
.
resources
.
QuotaPreference
]
=
None
,
quota_preference_id
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
cloudquotas_v1
.
types
.
resources
.
QuotaPreference
Creates a new QuotaPreference that declares the desired value for a quota.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.create_quota_preference
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.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.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.from_service_account_file
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.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.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.from_service_account_info
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.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.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.from_service_account_json
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.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.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.get_quota_info
get_quota_info
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
cloudquotas_v1
.
types
.
cloudquotas
.
GetQuotaInfoRequest
,
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
.
cloudquotas_v1
.
types
.
resources
.
QuotaInfo
Retrieve the QuotaInfo of a quota for a project, folder or organization.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.get_quota_info
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.get_quota_preference
get_quota_preference
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
cloudquotas_v1
.
types
.
cloudquotas
.
GetQuotaPreferenceRequest
,
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
.
cloudquotas_v1
.
types
.
resources
.
QuotaPreference
Gets details of a single QuotaPreference.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.get_quota_preference
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.list_quota_infos
list_quota_infos
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
cloudquotas_v1
.
types
.
cloudquotas
.
ListQuotaInfosRequest
,
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
.
cloudquotas_v1
.
services
.
cloud_quotas
.
pagers
.
ListQuotaInfosPager
Lists QuotaInfos of all quotas for a given project, folder or organization.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.list_quota_infos
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.list_quota_preferences
list_quota_preferences
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
cloudquotas_v1
.
types
.
cloudquotas
.
ListQuotaPreferencesRequest
,
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
.
cloudquotas_v1
.
services
.
cloud_quotas
.
pagers
.
ListQuotaPreferencesPager
Lists QuotaPreferences in a given project, folder or organization.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.list_quota_preferences
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.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.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.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.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.parse_common_folder_path
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.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.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.parse_common_location_path
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.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.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.parse_common_organization_path
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.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.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.parse_common_project_path
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.parse_quota_info_path
parse_quota_info_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a quota_info path into its component segments.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.parse_quota_info_path
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.parse_quota_preference_path
parse_quota_preference_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a quota_preference path into its component segments.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.parse_quota_preference_path
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.quota_info_path
quota_info_path
(
project
:
str
,
location
:
str
,
service
:
str
,
quota_info
:
str
)
-
> str
Returns a fully-qualified quota_info string.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.quota_info_path
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.quota_preference_path
quota_preference_path
(
project
:
str
,
location
:
str
,
quota_preference
:
str
)
-
> str
Returns a fully-qualified quota_preference string.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.quota_preference_path
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.update_quota_preference
update_quota_preference
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
cloudquotas_v1
.
types
.
cloudquotas
.
UpdateQuotaPreferenceRequest
,
dict
,
]
]
=
None
,
*
,
quota_preference
:
typing
.
Optional
[
google
.
cloud
.
cloudquotas_v1
.
types
.
resources
.
QuotaPreference
]
=
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
.
cloud
.
cloudquotas_v1
.
types
.
resources
.
QuotaPreference
Updates the parameters of a single QuotaPreference.
See more: google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.update_quota_preference
google.cloud.cloudquotas_v1.services.cloud_quotas.pagers.ListQuotaInfosAsyncPager
ListQuotaInfosAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
cloudquotas_v1
.
types
.
cloudquotas
.
ListQuotaInfosResponse
],
],
request
:
google
.
cloud
.
cloudquotas_v1
.
types
.
cloudquotas
.
ListQuotaInfosRequest
,
response
:
google
.
cloud
.
cloudquotas_v1
.
types
.
cloudquotas
.
ListQuotaInfosResponse
,
*
,
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.cloudquotas_v1.services.cloud_quotas.pagers.ListQuotaInfosAsyncPager
google.cloud.cloudquotas_v1.services.cloud_quotas.pagers.ListQuotaInfosPager
ListQuotaInfosPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
cloudquotas_v1
.
types
.
cloudquotas
.
ListQuotaInfosResponse
],
request
:
google
.
cloud
.
cloudquotas_v1
.
types
.
cloudquotas
.
ListQuotaInfosRequest
,
response
:
google
.
cloud
.
cloudquotas_v1
.
types
.
cloudquotas
.
ListQuotaInfosResponse
,
*
,
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.cloudquotas_v1.services.cloud_quotas.pagers.ListQuotaInfosPager
google.cloud.cloudquotas_v1.services.cloud_quotas.pagers.ListQuotaPreferencesAsyncPager
ListQuotaPreferencesAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
cloudquotas_v1
.
types
.
cloudquotas
.
ListQuotaPreferencesResponse
],
],
request
:
google
.
cloud
.
cloudquotas_v1
.
types
.
cloudquotas
.
ListQuotaPreferencesRequest
,
response
:
google
.
cloud
.
cloudquotas_v1
.
types
.
cloudquotas
.
ListQuotaPreferencesResponse
,
*
,
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.cloudquotas_v1.services.cloud_quotas.pagers.ListQuotaPreferencesAsyncPager
google.cloud.cloudquotas_v1.services.cloud_quotas.pagers.ListQuotaPreferencesPager
ListQuotaPreferencesPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
cloudquotas_v1
.
types
.
cloudquotas
.
ListQuotaPreferencesResponse
,
],
request
:
google
.
cloud
.
cloudquotas_v1
.
types
.
cloudquotas
.
ListQuotaPreferencesRequest
,
response
:
google
.
cloud
.
cloudquotas_v1
.
types
.
cloudquotas
.
ListQuotaPreferencesResponse
,
*
,
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.cloudquotas_v1.services.cloud_quotas.pagers.ListQuotaPreferencesPager
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient
CloudQuotasAsyncClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
cloudquotas_v1beta
.
services
.
cloud_quotas
.
transports
.
base
.
CloudQuotasTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
cloudquotas_v1beta
.
services
.
cloud_quotas
.
transports
.
base
.
CloudQuotasTransport
]]]
=
'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 cloud quotas async client.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.common_folder_path
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.common_location_path
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.common_project_path
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.create_quota_preference
create_quota_preference
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
cloudquotas_v1beta
.
types
.
cloudquotas
.
CreateQuotaPreferenceRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
quota_preference
:
typing
.
Optional
[
google
.
cloud
.
cloudquotas_v1beta
.
types
.
resources
.
QuotaPreference
]
=
None
,
quota_preference_id
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary_async
.
AsyncRetry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
cloudquotas_v1beta
.
types
.
resources
.
QuotaPreference
Creates a new QuotaPreference that declares the desired value for a quota.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.create_quota_preference
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.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.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.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.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.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.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.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.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.get_quota_info
get_quota_info
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
cloudquotas_v1beta
.
types
.
cloudquotas
.
GetQuotaInfoRequest
,
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
.
cloudquotas_v1beta
.
types
.
resources
.
QuotaInfo
Retrieve the QuotaInfo of a quota for a project, folder or organization.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.get_quota_info
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.get_quota_preference
get_quota_preference
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
cloudquotas_v1beta
.
types
.
cloudquotas
.
GetQuotaPreferenceRequest
,
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
.
cloudquotas_v1beta
.
types
.
resources
.
QuotaPreference
Gets details of a single QuotaPreference.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.get_quota_preference
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.get_transport_class
get_transport_class
(
label
:
typing
.
Optional
[
str
]
=
None
,
)
-
> typing
.
Type
[
google
.
cloud
.
cloudquotas_v1beta
.
services
.
cloud_quotas
.
transports
.
base
.
CloudQuotasTransport
]
Returns an appropriate transport class.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.get_transport_class
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.list_quota_infos
list_quota_infos
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
cloudquotas_v1beta
.
types
.
cloudquotas
.
ListQuotaInfosRequest
,
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
.
cloudquotas_v1beta
.
services
.
cloud_quotas
.
pagers
.
ListQuotaInfosAsyncPager
)
Lists QuotaInfos of all quotas for a given project, folder or organization.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.list_quota_infos
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.list_quota_preferences
list_quota_preferences
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
cloudquotas_v1beta
.
types
.
cloudquotas
.
ListQuotaPreferencesRequest
,
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
.
cloudquotas_v1beta
.
services
.
cloud_quotas
.
pagers
.
ListQuotaPreferencesAsyncPager
)
Lists QuotaPreferences in a given project, folder or organization.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.list_quota_preferences
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.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.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.parse_common_folder_path
parse_common_folder_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a folder path into its component segments.
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.parse_common_location_path
parse_common_location_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a location path into its component segments.
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.parse_common_project_path
parse_common_project_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a project path into its component segments.
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.parse_quota_info_path
parse_quota_info_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a quota_info path into its component segments.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.parse_quota_info_path
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.parse_quota_preference_path
parse_quota_preference_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a quota_preference path into its component segments.
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.quota_info_path
quota_info_path
(
project
:
str
,
location
:
str
,
service
:
str
,
quota_info
:
str
)
-
> str
Returns a fully-qualified quota_info string.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.quota_info_path
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.quota_preference_path
quota_preference_path
(
project
:
str
,
location
:
str
,
quota_preference
:
str
)
-
> str
Returns a fully-qualified quota_preference string.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.quota_preference_path
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.update_quota_preference
update_quota_preference
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
cloudquotas_v1beta
.
types
.
cloudquotas
.
UpdateQuotaPreferenceRequest
,
dict
,
]
]
=
None
,
*
,
quota_preference
:
typing
.
Optional
[
google
.
cloud
.
cloudquotas_v1beta
.
types
.
resources
.
QuotaPreference
]
=
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
.
cloud
.
cloudquotas_v1beta
.
types
.
resources
.
QuotaPreference
Updates the parameters of a single QuotaPreference.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.update_quota_preference
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient
CloudQuotasClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
cloudquotas_v1beta
.
services
.
cloud_quotas
.
transports
.
base
.
CloudQuotasTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
cloudquotas_v1beta
.
services
.
cloud_quotas
.
transports
.
base
.
CloudQuotasTransport
]]]
=
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 cloud quotas client.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.__exit__
__exit__
(
type
,
value
,
traceback
)
Releases underlying transport's resources.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient. exit
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.common_billing_account_path
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.common_folder_path
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.common_location_path
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.common_organization_path
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.common_project_path
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.create_quota_preference
create_quota_preference
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
cloudquotas_v1beta
.
types
.
cloudquotas
.
CreateQuotaPreferenceRequest
,
dict
,
]
]
=
None
,
*
,
parent
:
typing
.
Optional
[
str
]
=
None
,
quota_preference
:
typing
.
Optional
[
google
.
cloud
.
cloudquotas_v1beta
.
types
.
resources
.
QuotaPreference
]
=
None
,
quota_preference_id
:
typing
.
Optional
[
str
]
=
None
,
retry
:
typing
.
Optional
[
typing
.
Union
[
google
.
api_core
.
retry
.
retry_unary
.
Retry
,
google
.
api_core
.
gapic_v1
.
method
.
_MethodDefault
,
]
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
timeout
:
typing
.
Union
[
float
,
object
]
=
_MethodDefault
.
_DEFAULT_VALUE
,
metadata
:
typing
.
Sequence
[
typing
.
Tuple
[
str
,
typing
.
Union
[
str
,
bytes
]]]
=
()
)
-
> google
.
cloud
.
cloudquotas_v1beta
.
types
.
resources
.
QuotaPreference
Creates a new QuotaPreference that declares the desired value for a quota.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.create_quota_preference
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.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.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.from_service_account_file
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.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.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.from_service_account_info
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.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.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.from_service_account_json
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.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.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.get_quota_info
get_quota_info
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
cloudquotas_v1beta
.
types
.
cloudquotas
.
GetQuotaInfoRequest
,
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
.
cloudquotas_v1beta
.
types
.
resources
.
QuotaInfo
Retrieve the QuotaInfo of a quota for a project, folder or organization.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.get_quota_info
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.get_quota_preference
get_quota_preference
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
cloudquotas_v1beta
.
types
.
cloudquotas
.
GetQuotaPreferenceRequest
,
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
.
cloudquotas_v1beta
.
types
.
resources
.
QuotaPreference
Gets details of a single QuotaPreference.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.get_quota_preference
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.list_quota_infos
list_quota_infos
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
cloudquotas_v1beta
.
types
.
cloudquotas
.
ListQuotaInfosRequest
,
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
.
cloudquotas_v1beta
.
services
.
cloud_quotas
.
pagers
.
ListQuotaInfosPager
Lists QuotaInfos of all quotas for a given project, folder or organization.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.list_quota_infos
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.list_quota_preferences
list_quota_preferences
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
cloudquotas_v1beta
.
types
.
cloudquotas
.
ListQuotaPreferencesRequest
,
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
.
cloudquotas_v1beta
.
services
.
cloud_quotas
.
pagers
.
ListQuotaPreferencesPager
)
Lists QuotaPreferences in a given project, folder or organization.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.list_quota_preferences
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.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.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.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.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.parse_common_folder_path
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.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.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.parse_common_location_path
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.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.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.parse_common_project_path
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.parse_quota_info_path
parse_quota_info_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a quota_info path into its component segments.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.parse_quota_info_path
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.parse_quota_preference_path
parse_quota_preference_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a quota_preference path into its component segments.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.parse_quota_preference_path
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.quota_info_path
quota_info_path
(
project
:
str
,
location
:
str
,
service
:
str
,
quota_info
:
str
)
-
> str
Returns a fully-qualified quota_info string.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.quota_info_path
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.quota_preference_path
quota_preference_path
(
project
:
str
,
location
:
str
,
quota_preference
:
str
)
-
> str
Returns a fully-qualified quota_preference string.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.quota_preference_path
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.update_quota_preference
update_quota_preference
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
cloudquotas_v1beta
.
types
.
cloudquotas
.
UpdateQuotaPreferenceRequest
,
dict
,
]
]
=
None
,
*
,
quota_preference
:
typing
.
Optional
[
google
.
cloud
.
cloudquotas_v1beta
.
types
.
resources
.
QuotaPreference
]
=
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
.
cloud
.
cloudquotas_v1beta
.
types
.
resources
.
QuotaPreference
Updates the parameters of a single QuotaPreference.
See more: google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.update_quota_preference
google.cloud.cloudquotas_v1beta.services.cloud_quotas.pagers.ListQuotaInfosAsyncPager
ListQuotaInfosAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
cloudquotas_v1beta
.
types
.
cloudquotas
.
ListQuotaInfosResponse
],
],
request
:
google
.
cloud
.
cloudquotas_v1beta
.
types
.
cloudquotas
.
ListQuotaInfosRequest
,
response
:
google
.
cloud
.
cloudquotas_v1beta
.
types
.
cloudquotas
.
ListQuotaInfosResponse
,
*
,
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.cloudquotas_v1beta.services.cloud_quotas.pagers.ListQuotaInfosAsyncPager
google.cloud.cloudquotas_v1beta.services.cloud_quotas.pagers.ListQuotaInfosPager
ListQuotaInfosPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
cloudquotas_v1beta
.
types
.
cloudquotas
.
ListQuotaInfosResponse
],
request
:
google
.
cloud
.
cloudquotas_v1beta
.
types
.
cloudquotas
.
ListQuotaInfosRequest
,
response
:
google
.
cloud
.
cloudquotas_v1beta
.
types
.
cloudquotas
.
ListQuotaInfosResponse
,
*
,
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.cloudquotas_v1beta.services.cloud_quotas.pagers.ListQuotaInfosPager
google.cloud.cloudquotas_v1beta.services.cloud_quotas.pagers.ListQuotaPreferencesAsyncPager
ListQuotaPreferencesAsyncPager
(
method
:
typing
.
Callable
[
[
...
],
typing
.
Awaitable
[
google
.
cloud
.
cloudquotas_v1beta
.
types
.
cloudquotas
.
ListQuotaPreferencesResponse
],
],
request
:
google
.
cloud
.
cloudquotas_v1beta
.
types
.
cloudquotas
.
ListQuotaPreferencesRequest
,
response
:
google
.
cloud
.
cloudquotas_v1beta
.
types
.
cloudquotas
.
ListQuotaPreferencesResponse
,
*
,
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.cloudquotas_v1beta.services.cloud_quotas.pagers.ListQuotaPreferencesAsyncPager
google.cloud.cloudquotas_v1beta.services.cloud_quotas.pagers.ListQuotaPreferencesPager
ListQuotaPreferencesPager
(
method
:
typing
.
Callable
[
[
...
],
google
.
cloud
.
cloudquotas_v1beta
.
types
.
cloudquotas
.
ListQuotaPreferencesResponse
,
],
request
:
google
.
cloud
.
cloudquotas_v1beta
.
types
.
cloudquotas
.
ListQuotaPreferencesRequest
,
response
:
google
.
cloud
.
cloudquotas_v1beta
.
types
.
cloudquotas
.
ListQuotaPreferencesResponse
,
*
,
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.cloudquotas_v1beta.services.cloud_quotas.pagers.ListQuotaPreferencesPager
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient
QuotaAdjusterSettingsManagerAsyncClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
cloudquotas_v1beta
.
services
.
quota_adjuster_settings_manager
.
transports
.
base
.
QuotaAdjusterSettingsManagerTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
cloudquotas_v1beta
.
services
.
quota_adjuster_settings_manager
.
transports
.
base
.
QuotaAdjusterSettingsManagerTransport
]]]
=
'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 quota adjuster settings manager async client.
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.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.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.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.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.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.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.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.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.get_quota_adjuster_settings
get_quota_adjuster_settings
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
cloudquotas_v1beta
.
types
.
quota_adjuster_settings
.
GetQuotaAdjusterSettingsRequest
,
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
.
cloudquotas_v1beta
.
types
.
quota_adjuster_settings
.
QuotaAdjusterSettings
)
RPC Method for getting QuotaAdjusterSettings based on the request.
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.get_transport_class
get_transport_class
(
label
:
typing
.
Optional
[
str
]
=
None
,
)
-
> typing
.
Type
[
google
.
cloud
.
cloudquotas_v1beta
.
services
.
quota_adjuster_settings_manager
.
transports
.
base
.
QuotaAdjusterSettingsManagerTransport
]
Returns an appropriate transport class.
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.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.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.parse_common_folder_path
parse_common_folder_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a folder path into its component segments.
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.parse_common_location_path
parse_common_location_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a location path into its component segments.
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.parse_common_project_path
parse_common_project_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a project path into its component segments.
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.parse_quota_adjuster_settings_path
parse_quota_adjuster_settings_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a quota_adjuster_settings path into its component segments.
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.quota_adjuster_settings_path
quota_adjuster_settings_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified quota_adjuster_settings string.
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.update_quota_adjuster_settings
update_quota_adjuster_settings
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
cloudquotas_v1beta
.
types
.
quota_adjuster_settings
.
UpdateQuotaAdjusterSettingsRequest
,
dict
,
]
]
=
None
,
*
,
quota_adjuster_settings
:
typing
.
Optional
[
google
.
cloud
.
cloudquotas_v1beta
.
types
.
quota_adjuster_settings
.
QuotaAdjusterSettings
]
=
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
.
cloud
.
cloudquotas_v1beta
.
types
.
quota_adjuster_settings
.
QuotaAdjusterSettings
)
RPC Method for updating QuotaAdjusterSettings based on the request.
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient
QuotaAdjusterSettingsManagerClient
(
*
,
credentials
:
typing
.
Optional
[
google
.
auth
.
credentials
.
Credentials
]
=
None
,
transport
:
typing
.
Optional
[
typing
.
Union
[
str
,
google
.
cloud
.
cloudquotas_v1beta
.
services
.
quota_adjuster_settings_manager
.
transports
.
base
.
QuotaAdjusterSettingsManagerTransport
,
typing
.
Callable
[[
...
],
google
.
cloud
.
cloudquotas_v1beta
.
services
.
quota_adjuster_settings_manager
.
transports
.
base
.
QuotaAdjusterSettingsManagerTransport
]]]
=
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 quota adjuster settings manager client.
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.__exit__
__exit__
(
type
,
value
,
traceback
)
Releases underlying transport's resources.
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.common_billing_account_path
common_billing_account_path
(
billing_account
:
str
)
-
> str
Returns a fully-qualified billing_account string.
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.common_folder_path
common_folder_path
(
folder
:
str
)
-
> str
Returns a fully-qualified folder string.
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.common_location_path
common_location_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified location string.
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.common_organization_path
common_organization_path
(
organization
:
str
)
-
> str
Returns a fully-qualified organization string.
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.common_project_path
common_project_path
(
project
:
str
)
-
> str
Returns a fully-qualified project string.
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.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.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.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.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.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.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.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.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.get_quota_adjuster_settings
get_quota_adjuster_settings
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
cloudquotas_v1beta
.
types
.
quota_adjuster_settings
.
GetQuotaAdjusterSettingsRequest
,
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
.
cloudquotas_v1beta
.
types
.
quota_adjuster_settings
.
QuotaAdjusterSettings
)
RPC Method for getting QuotaAdjusterSettings based on the request.
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.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.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.parse_common_folder_path
parse_common_folder_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a folder path into its component segments.
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.parse_common_location_path
parse_common_location_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a location path into its component segments.
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.parse_common_organization_path
parse_common_organization_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a organization path into its component segments.
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.parse_common_project_path
parse_common_project_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parse a project path into its component segments.
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.parse_quota_adjuster_settings_path
parse_quota_adjuster_settings_path
(
path
:
str
)
-
> typing
.
Dict
[
str
,
str
]
Parses a quota_adjuster_settings path into its component segments.
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.quota_adjuster_settings_path
quota_adjuster_settings_path
(
project
:
str
,
location
:
str
)
-
> str
Returns a fully-qualified quota_adjuster_settings string.
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.update_quota_adjuster_settings
update_quota_adjuster_settings
(
request
:
typing
.
Optional
[
typing
.
Union
[
google
.
cloud
.
cloudquotas_v1beta
.
types
.
quota_adjuster_settings
.
UpdateQuotaAdjusterSettingsRequest
,
dict
,
]
]
=
None
,
*
,
quota_adjuster_settings
:
typing
.
Optional
[
google
.
cloud
.
cloudquotas_v1beta
.
types
.
quota_adjuster_settings
.
QuotaAdjusterSettings
]
=
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
.
cloud
.
cloudquotas_v1beta
.
types
.
quota_adjuster_settings
.
QuotaAdjusterSettings
)
RPC Method for updating QuotaAdjusterSettings based on the request.