Package Methods (1.9.5)

Summary of entries of Methods for memcache.

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient

CloudMemcacheAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.memcache_v1.services.cloud_memcache.transports.base.CloudMemcacheTransport, typing.Callable[[...], google.cloud.memcache_v1.services.cloud_memcache.transports.base.CloudMemcacheTransport]]] = '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 memcache async client.

See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.apply_parameters

apply_parameters(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1.types.cloud_memcache.ApplyParametersRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    node_ids: typing.Optional[typing.MutableSequence[str]] = None,
    apply_all: typing.Optional[bool] = 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

ApplyParameters restarts the set of specified nodes in order to update them to the current set of parameters for the Memcached Instance.

See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.apply_parameters

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.cancel_operation

cancel_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.CancelOperationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.cancel_operation

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.create_instance

create_instance(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1.types.cloud_memcache.CreateInstanceRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    instance: typing.Optional[
        google.cloud.memcache_v1.types.cloud_memcache.Instance
    ] = None,
    instance_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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.delete_instance

delete_instance(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1.types.cloud_memcache.DeleteInstanceRequest, 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.delete_operation

delete_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.DeleteOperationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.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.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.from_service_account_file

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.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.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.from_service_account_info

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.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.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.from_service_account_json

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.get_instance

get_instance(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1.types.cloud_memcache.GetInstanceRequest, 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, str]] = ()
) -> google.cloud.memcache_v1.types.cloud_memcache.Instance

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.get_location

get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.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.

See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.get_mtls_endpoint_and_cert_source

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.get_operation

get_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.GetOperationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.get_operation

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.memcache_v1.services.cloud_memcache.transports.base.CloudMemcacheTransport
    ]
)

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.instance_path

instance_path(project: str, location: str, instance: str) -> str

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.list_instances

list_instances(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1.types.cloud_memcache.ListInstancesRequest, 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, str]] = ()
) -> google.cloud.memcache_v1.services.cloud_memcache.pagers.ListInstancesAsyncPager

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.list_locations

list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.list_locations

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.list_operations

list_operations(
    request: typing.Optional[
        google.longrunning.operations_pb2.ListOperationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.list_operations

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.parse_instance_path

parse_instance_path(path: str) -> typing.Dict[str, str]

Parses a instance path into its component segments.

See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.parse_instance_path

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.reschedule_maintenance

reschedule_maintenance(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1.types.cloud_memcache.RescheduleMaintenanceRequest,
            dict,
        ]
    ] = None,
    *,
    instance: typing.Optional[str] = None,
    reschedule_type: typing.Optional[
        google.cloud.memcache_v1.types.cloud_memcache.RescheduleMaintenanceRequest.RescheduleType
    ] = None,
    schedule_time: typing.Optional[google.protobuf.timestamp_pb2.Timestamp] = 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.update_instance

update_instance(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1.types.cloud_memcache.UpdateInstanceRequest, dict
        ]
    ] = None,
    *,
    instance: typing.Optional[
        google.cloud.memcache_v1.types.cloud_memcache.Instance
    ] = 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

Updates an existing Instance in a given project and location.

See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.update_instance

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.update_parameters

update_parameters(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1.types.cloud_memcache.UpdateParametersRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    parameters: typing.Optional[
        google.cloud.memcache_v1.types.cloud_memcache.MemcacheParameters
    ] = 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

Updates the defined Memcached parameters for an existing instance.

See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.update_parameters

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient

CloudMemcacheClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.memcache_v1.services.cloud_memcache.transports.base.CloudMemcacheTransport, typing.Callable[[...], google.cloud.memcache_v1.services.cloud_memcache.transports.base.CloudMemcacheTransport]]] = 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 memcache client.

See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.exit

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.apply_parameters

apply_parameters(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1.types.cloud_memcache.ApplyParametersRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    node_ids: typing.Optional[typing.MutableSequence[str]] = None,
    apply_all: typing.Optional[bool] = 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, str]] = ()
) -> google.api_core.operation.Operation

ApplyParameters restarts the set of specified nodes in order to update them to the current set of parameters for the Memcached Instance.

See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.apply_parameters

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.cancel_operation

cancel_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.CancelOperationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.cancel_operation

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.common_project_path

common_project_path(project: str) -> str

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.create_instance

create_instance(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1.types.cloud_memcache.CreateInstanceRequest, dict
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    instance: typing.Optional[
        google.cloud.memcache_v1.types.cloud_memcache.Instance
    ] = None,
    instance_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, str]] = ()
) -> google.api_core.operation.Operation

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.delete_instance

delete_instance(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1.types.cloud_memcache.DeleteInstanceRequest, 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, str]] = ()
) -> google.api_core.operation.Operation

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.delete_operation

delete_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.DeleteOperationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.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.memcache_v1.services.cloud_memcache.CloudMemcacheClient.from_service_account_file

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.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.memcache_v1.services.cloud_memcache.CloudMemcacheClient.from_service_account_info

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.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.memcache_v1.services.cloud_memcache.CloudMemcacheClient.from_service_account_json

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.get_instance

get_instance(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1.types.cloud_memcache.GetInstanceRequest, 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, str]] = ()
) -> google.cloud.memcache_v1.types.cloud_memcache.Instance

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.get_location

get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.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.memcache_v1.services.cloud_memcache.CloudMemcacheClient.get_operation

get_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.GetOperationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.get_operation

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.instance_path

instance_path(project: str, location: str, instance: str) -> str

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.list_instances

list_instances(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1.types.cloud_memcache.ListInstancesRequest, 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, str]] = ()
) -> google.cloud.memcache_v1.services.cloud_memcache.pagers.ListInstancesPager

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.list_locations

list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.list_locations

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.list_operations

list_operations(
    request: typing.Optional[
        google.longrunning.operations_pb2.ListOperationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.list_operations

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

Parse a billing_account path into its component segments.

See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.parse_common_billing_account_path

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.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.memcache_v1.services.cloud_memcache.CloudMemcacheClient.parse_common_organization_path

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.parse_instance_path

parse_instance_path(path: str) -> typing.Dict[str, str]

Parses a instance path into its component segments.

See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.parse_instance_path

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.reschedule_maintenance

reschedule_maintenance(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1.types.cloud_memcache.RescheduleMaintenanceRequest,
            dict,
        ]
    ] = None,
    *,
    instance: typing.Optional[str] = None,
    reschedule_type: typing.Optional[
        google.cloud.memcache_v1.types.cloud_memcache.RescheduleMaintenanceRequest.RescheduleType
    ] = None,
    schedule_time: typing.Optional[google.protobuf.timestamp_pb2.Timestamp] = 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, str]] = ()
) -> google.api_core.operation.Operation

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.update_instance

update_instance(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1.types.cloud_memcache.UpdateInstanceRequest, dict
        ]
    ] = None,
    *,
    instance: typing.Optional[
        google.cloud.memcache_v1.types.cloud_memcache.Instance
    ] = 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, str]] = ()
) -> google.api_core.operation.Operation

Updates an existing Instance in a given project and location.

See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.update_instance

google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.update_parameters

update_parameters(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1.types.cloud_memcache.UpdateParametersRequest, dict
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    parameters: typing.Optional[
        google.cloud.memcache_v1.types.cloud_memcache.MemcacheParameters
    ] = 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, str]] = ()
) -> google.api_core.operation.Operation

Updates the defined Memcached parameters for an existing instance.

See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.update_parameters

google.cloud.memcache_v1.services.cloud_memcache.pagers.ListInstancesAsyncPager

ListInstancesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.memcache_v1.types.cloud_memcache.ListInstancesResponse
        ],
    ],
    request: google.cloud.memcache_v1.types.cloud_memcache.ListInstancesRequest,
    response: google.cloud.memcache_v1.types.cloud_memcache.ListInstancesResponse,
    *,
    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, str]] = ()
)

google.cloud.memcache_v1.services.cloud_memcache.pagers.ListInstancesPager

ListInstancesPager(
    method: typing.Callable[
        [...], google.cloud.memcache_v1.types.cloud_memcache.ListInstancesResponse
    ],
    request: google.cloud.memcache_v1.types.cloud_memcache.ListInstancesRequest,
    response: google.cloud.memcache_v1.types.cloud_memcache.ListInstancesResponse,
    *,
    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, str]] = ()
)

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient

CloudMemcacheAsyncClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.memcache_v1beta2.services.cloud_memcache.transports.base.CloudMemcacheTransport, typing.Callable[[...], google.cloud.memcache_v1beta2.services.cloud_memcache.transports.base.CloudMemcacheTransport]]] = '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 memcache async client.

See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.apply_parameters

apply_parameters(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1beta2.types.cloud_memcache.ApplyParametersRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    node_ids: typing.Optional[typing.MutableSequence[str]] = None,
    apply_all: typing.Optional[bool] = 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

ApplyParameters restarts the set of specified nodes in order to update them to the current set of parameters for the Memcached Instance.

See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.apply_parameters

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.apply_software_update

apply_software_update(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1beta2.types.cloud_memcache.ApplySoftwareUpdateRequest,
            dict,
        ]
    ] = None,
    *,
    instance: typing.Optional[str] = None,
    node_ids: typing.Optional[typing.MutableSequence[str]] = None,
    apply_all: typing.Optional[bool] = 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

Updates software on the selected nodes of the Instance.

See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.apply_software_update

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.cancel_operation

cancel_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.CancelOperationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.cancel_operation

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.common_project_path

common_project_path(project: str) -> str

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.create_instance

create_instance(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1beta2.types.cloud_memcache.CreateInstanceRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    instance_id: typing.Optional[str] = None,
    resource: typing.Optional[
        google.cloud.memcache_v1beta2.types.cloud_memcache.Instance
    ] = 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.delete_instance

delete_instance(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1beta2.types.cloud_memcache.DeleteInstanceRequest,
            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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.delete_operation

delete_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.DeleteOperationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.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.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.from_service_account_file

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.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.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.from_service_account_info

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.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.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.from_service_account_json

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.get_instance

get_instance(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1beta2.types.cloud_memcache.GetInstanceRequest, 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, str]] = ()
) -> google.cloud.memcache_v1beta2.types.cloud_memcache.Instance

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.get_location

get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.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.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.get_operation

get_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.GetOperationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.get_operation

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.get_transport_class

get_transport_class() -> (
    typing.Type[
        google.cloud.memcache_v1beta2.services.cloud_memcache.transports.base.CloudMemcacheTransport
    ]
)

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.instance_path

instance_path(project: str, location: str, instance: str) -> str

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.list_instances

list_instances(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1beta2.types.cloud_memcache.ListInstancesRequest,
            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, str]] = ()
) -> (
    google.cloud.memcache_v1beta2.services.cloud_memcache.pagers.ListInstancesAsyncPager
)

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.list_locations

list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.list_locations

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.list_operations

list_operations(
    request: typing.Optional[
        google.longrunning.operations_pb2.ListOperationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary_async.AsyncRetry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.list_operations

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.parse_instance_path

parse_instance_path(path: str) -> typing.Dict[str, str]

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.reschedule_maintenance

reschedule_maintenance(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1beta2.types.cloud_memcache.RescheduleMaintenanceRequest,
            dict,
        ]
    ] = None,
    *,
    instance: typing.Optional[str] = None,
    reschedule_type: typing.Optional[
        google.cloud.memcache_v1beta2.types.cloud_memcache.RescheduleMaintenanceRequest.RescheduleType
    ] = None,
    schedule_time: typing.Optional[google.protobuf.timestamp_pb2.Timestamp] = 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

Performs the apply phase of the RescheduleMaintenance verb.

See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.reschedule_maintenance

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.update_instance

update_instance(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1beta2.types.cloud_memcache.UpdateInstanceRequest,
            dict,
        ]
    ] = None,
    *,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    resource: typing.Optional[
        google.cloud.memcache_v1beta2.types.cloud_memcache.Instance
    ] = 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

Updates an existing Instance in a given project and location.

See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.update_instance

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.update_parameters

update_parameters(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1beta2.types.cloud_memcache.UpdateParametersRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    parameters: typing.Optional[
        google.cloud.memcache_v1beta2.types.cloud_memcache.MemcacheParameters
    ] = 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, str]] = ()
) -> google.api_core.operation_async.AsyncOperation

Updates the defined Memcached parameters for an existing instance.

See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.update_parameters

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient

CloudMemcacheClient(*, credentials: typing.Optional[google.auth.credentials.Credentials] = None, transport: typing.Optional[typing.Union[str, google.cloud.memcache_v1beta2.services.cloud_memcache.transports.base.CloudMemcacheTransport, typing.Callable[[...], google.cloud.memcache_v1beta2.services.cloud_memcache.transports.base.CloudMemcacheTransport]]] = 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 memcache client.

See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.__exit__

__exit__(type, value, traceback)

Releases underlying transport's resources.

See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.exit

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.apply_parameters

apply_parameters(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1beta2.types.cloud_memcache.ApplyParametersRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    node_ids: typing.Optional[typing.MutableSequence[str]] = None,
    apply_all: typing.Optional[bool] = 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, str]] = ()
) -> google.api_core.operation.Operation

ApplyParameters restarts the set of specified nodes in order to update them to the current set of parameters for the Memcached Instance.

See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.apply_parameters

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.apply_software_update

apply_software_update(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1beta2.types.cloud_memcache.ApplySoftwareUpdateRequest,
            dict,
        ]
    ] = None,
    *,
    instance: typing.Optional[str] = None,
    node_ids: typing.Optional[typing.MutableSequence[str]] = None,
    apply_all: typing.Optional[bool] = 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, str]] = ()
) -> google.api_core.operation.Operation

Updates software on the selected nodes of the Instance.

See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.apply_software_update

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.cancel_operation

cancel_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.CancelOperationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None

Starts asynchronous cancellation on a long-running operation.

See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.cancel_operation

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.common_billing_account_path

common_billing_account_path(billing_account: str) -> str

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.common_folder_path

common_folder_path(folder: str) -> str

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.common_location_path

common_location_path(project: str, location: str) -> str

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.common_organization_path

common_organization_path(organization: str) -> str

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.common_project_path

common_project_path(project: str) -> str

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.create_instance

create_instance(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1beta2.types.cloud_memcache.CreateInstanceRequest,
            dict,
        ]
    ] = None,
    *,
    parent: typing.Optional[str] = None,
    instance_id: typing.Optional[str] = None,
    resource: typing.Optional[
        google.cloud.memcache_v1beta2.types.cloud_memcache.Instance
    ] = 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, str]] = ()
) -> google.api_core.operation.Operation

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.delete_instance

delete_instance(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1beta2.types.cloud_memcache.DeleteInstanceRequest,
            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, str]] = ()
) -> google.api_core.operation.Operation

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.delete_operation

delete_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.DeleteOperationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> None

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.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.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.from_service_account_file

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.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.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.from_service_account_info

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.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.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.from_service_account_json

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.get_instance

get_instance(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1beta2.types.cloud_memcache.GetInstanceRequest, 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, str]] = ()
) -> google.cloud.memcache_v1beta2.types.cloud_memcache.Instance

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.get_location

get_location(
    request: typing.Optional[
        google.cloud.location.locations_pb2.GetLocationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.Location

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.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.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.get_operation

get_operation(
    request: typing.Optional[
        google.longrunning.operations_pb2.GetOperationRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.longrunning.operations_pb2.Operation

Gets the latest state of a long-running operation.

See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.get_operation

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.instance_path

instance_path(project: str, location: str, instance: str) -> str

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.list_instances

list_instances(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1beta2.types.cloud_memcache.ListInstancesRequest,
            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, str]] = ()
) -> google.cloud.memcache_v1beta2.services.cloud_memcache.pagers.ListInstancesPager

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.list_locations

list_locations(
    request: typing.Optional[
        google.cloud.location.locations_pb2.ListLocationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.cloud.location.locations_pb2.ListLocationsResponse

Lists information about the supported locations for this service.

See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.list_locations

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.list_operations

list_operations(
    request: typing.Optional[
        google.longrunning.operations_pb2.ListOperationsRequest
    ] = None,
    *,
    retry: typing.Optional[
        typing.Union[
            google.api_core.retry.retry_unary.Retry,
            google.api_core.gapic_v1.method._MethodDefault,
        ]
    ] = _MethodDefault._DEFAULT_VALUE,
    timeout: typing.Union[float, object] = _MethodDefault._DEFAULT_VALUE,
    metadata: typing.Sequence[typing.Tuple[str, str]] = ()
) -> google.longrunning.operations_pb2.ListOperationsResponse

Lists operations that match the specified filter in the request.

See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.list_operations

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.parse_common_billing_account_path

parse_common_billing_account_path(path: str) -> typing.Dict[str, str]

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.parse_common_folder_path

parse_common_folder_path(path: str) -> typing.Dict[str, str]

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.parse_common_location_path

parse_common_location_path(path: str) -> typing.Dict[str, str]

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.parse_common_organization_path

parse_common_organization_path(path: str) -> typing.Dict[str, str]

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.parse_common_project_path

parse_common_project_path(path: str) -> typing.Dict[str, str]

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.parse_instance_path

parse_instance_path(path: str) -> typing.Dict[str, str]

Parses a instance path into its component segments.

See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.parse_instance_path

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.reschedule_maintenance

reschedule_maintenance(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1beta2.types.cloud_memcache.RescheduleMaintenanceRequest,
            dict,
        ]
    ] = None,
    *,
    instance: typing.Optional[str] = None,
    reschedule_type: typing.Optional[
        google.cloud.memcache_v1beta2.types.cloud_memcache.RescheduleMaintenanceRequest.RescheduleType
    ] = None,
    schedule_time: typing.Optional[google.protobuf.timestamp_pb2.Timestamp] = 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, str]] = ()
) -> google.api_core.operation.Operation

Performs the apply phase of the RescheduleMaintenance verb.

See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.reschedule_maintenance

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.update_instance

update_instance(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1beta2.types.cloud_memcache.UpdateInstanceRequest,
            dict,
        ]
    ] = None,
    *,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    resource: typing.Optional[
        google.cloud.memcache_v1beta2.types.cloud_memcache.Instance
    ] = 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, str]] = ()
) -> google.api_core.operation.Operation

Updates an existing Instance in a given project and location.

See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.update_instance

google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.update_parameters

update_parameters(
    request: typing.Optional[
        typing.Union[
            google.cloud.memcache_v1beta2.types.cloud_memcache.UpdateParametersRequest,
            dict,
        ]
    ] = None,
    *,
    name: typing.Optional[str] = None,
    update_mask: typing.Optional[google.protobuf.field_mask_pb2.FieldMask] = None,
    parameters: typing.Optional[
        google.cloud.memcache_v1beta2.types.cloud_memcache.MemcacheParameters
    ] = 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, str]] = ()
) -> google.api_core.operation.Operation

Updates the defined Memcached parameters for an existing instance.

See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.update_parameters

google.cloud.memcache_v1beta2.services.cloud_memcache.pagers.ListInstancesAsyncPager

ListInstancesAsyncPager(
    method: typing.Callable[
        [...],
        typing.Awaitable[
            google.cloud.memcache_v1beta2.types.cloud_memcache.ListInstancesResponse
        ],
    ],
    request: google.cloud.memcache_v1beta2.types.cloud_memcache.ListInstancesRequest,
    response: google.cloud.memcache_v1beta2.types.cloud_memcache.ListInstancesResponse,
    *,
    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, str]] = ()
)

google.cloud.memcache_v1beta2.services.cloud_memcache.pagers.ListInstancesPager

ListInstancesPager(
    method: typing.Callable[
        [...], google.cloud.memcache_v1beta2.types.cloud_memcache.ListInstancesResponse
    ],
    request: google.cloud.memcache_v1beta2.types.cloud_memcache.ListInstancesRequest,
    response: google.cloud.memcache_v1beta2.types.cloud_memcache.ListInstancesResponse,
    *,
    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, str]] = ()
)