Stay organized with collections Save and categorize content based on your preferences.
Summary of entries of Methods for google-cloud-cloudquotas.
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClientCloudQuotasAsyncClient(*, 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 =
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.common_project_path
common_project_path(project: str) -> str
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
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
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,
)
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
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
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
]
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
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
)
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.parse_quota_info_path
parse_quota_info_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.parse_quota_preference_path
parse_quota_preference_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.quota_info_path
quota_info_path(project: str, location: str, service: str, quota_info: str) -> str
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasAsyncClient.quota_preference_path
quota_preference_path(project: str, location: str, quota_preference: str) -> str
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
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 =
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.__exit__
__exit__(type, value, traceback)
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.common_project_path
common_project_path(project: str) -> str
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
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
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,
)
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
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
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
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
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.parse_quota_info_path
parse_quota_info_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.parse_quota_preference_path
parse_quota_preference_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.quota_info_path
quota_info_path(project: str, location: str, service: str, quota_info: str) -> str
google.cloud.cloudquotas_v1.services.cloud_quotas.CloudQuotasClient.quota_preference_path
quota_preference_path(project: str, location: str, quota_preference: str) -> str
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
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]]] = ()
)
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]]] = ()
)
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]]] = ()
)
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]]] = ()
)
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 =
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.common_project_path
common_project_path(project: str) -> str
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
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
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,
)
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
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
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
]
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
)
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
)
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.parse_quota_info_path
parse_quota_info_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.parse_quota_preference_path
parse_quota_preference_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.quota_info_path
quota_info_path(project: str, location: str, service: str, quota_info: str) -> str
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasAsyncClient.quota_preference_path
quota_preference_path(project: str, location: str, quota_preference: str) -> str
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
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 =
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.__exit__
__exit__(type, value, traceback)
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.common_project_path
common_project_path(project: str) -> str
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
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
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,
)
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
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
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
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
)
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.parse_common_billing_account_path
parse_common_billing_account_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.parse_quota_info_path
parse_quota_info_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.parse_quota_preference_path
parse_quota_preference_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.quota_info_path
quota_info_path(project: str, location: str, service: str, quota_info: str) -> str
google.cloud.cloudquotas_v1beta.services.cloud_quotas.CloudQuotasClient.quota_preference_path
quota_preference_path(project: str, location: str, quota_preference: str) -> str
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
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]]] = ()
)
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]]] = ()
)
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]]] = ()
)
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]]] = ()
)
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 =
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.common_project_path
common_project_path(project: str) -> str
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
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,
)
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
)
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
]
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]
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
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]
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerAsyncClient.quota_adjuster_settings_path
quota_adjuster_settings_path(project: str, location: str) -> str
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
)
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 =
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.__exit__
__exit__(type, value, traceback)
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.common_billing_account_path
common_billing_account_path(billing_account: str) -> str
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.common_folder_path
common_folder_path(folder: str) -> str
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.common_location_path
common_location_path(project: str, location: str) -> str
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.common_organization_path
common_organization_path(organization: str) -> str
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.common_project_path
common_project_path(project: str) -> str
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.from_service_account_file
from_service_account_file(filename: str, *args, **kwargs)
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.from_service_account_info
from_service_account_info(info: dict, *args, **kwargs)
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.from_service_account_json
from_service_account_json(filename: str, *args, **kwargs)
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,
)
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
)
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]
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
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]
google.cloud.cloudquotas_v1beta.services.quota_adjuster_settings_manager.QuotaAdjusterSettingsManagerClient.quota_adjuster_settings_path
quota_adjuster_settings_path(project: str, location: str) -> str
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
)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-07 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4