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, typing.Union[str, bytes]]] = () ) -> 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, typing.Union[str, bytes]]] = () ) -> 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
Returns a fully-qualified billing_account string.
google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.common_folder_path
google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.common_location_path
google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.common_organization_path
google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.common_project_path
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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation
Creates a new Instance in a given location.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.create_instance
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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation
Deletes a single Instance.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.delete_instance
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, typing.Union[str, bytes]]] = () ) -> None
Deletes a long-running operation.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.delete_operation
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, typing.Union[str, bytes]]] = () ) -> google.cloud.memcache_v1.types.cloud_memcache.Instance
Gets details of a single Instance.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.get_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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location
Gets information about a location.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.get_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.
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, typing.Union[str, bytes]]] = () ) -> 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( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.memcache_v1.services.cloud_memcache.transports.base.CloudMemcacheTransport ]
Returns an appropriate transport class.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.get_transport_class
google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.instance_path
instance_path(project: str, location: str, instance: str) -> str
Returns a fully-qualified instance string.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.instance_path
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, typing.Union[str, bytes]]] = () ) -> google.cloud.memcache_v1.services.cloud_memcache.pagers.ListInstancesAsyncPager
Lists Instances in a given location.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.list_instances
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, typing.Union[str, bytes]]] = () ) -> 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, typing.Union[str, bytes]]] = () ) -> 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]
Parse a billing_account path into its component segments.
google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.parse_common_folder_path
google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.parse_common_location_path
google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.parse_common_project_path
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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation
Reschedules upcoming maintenance event.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheAsyncClient.reschedule_maintenance
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, typing.Union[str, bytes]]] = () ) -> 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, typing.Union[str, bytes]]] = () ) -> 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, typing.Union[str, bytes]]] = () ) -> 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, typing.Union[str, bytes]]] = () ) -> 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
Returns a fully-qualified billing_account string.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.common_billing_account_path
google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.common_folder_path
google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.common_location_path
google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.common_organization_path
google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.common_project_path
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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation
Creates a new Instance in a given location.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.create_instance
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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation
Deletes a single Instance.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.delete_instance
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, typing.Union[str, bytes]]] = () ) -> None
Deletes a long-running operation.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.delete_operation
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, typing.Union[str, bytes]]] = () ) -> google.cloud.memcache_v1.types.cloud_memcache.Instance
Gets details of a single Instance.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.get_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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location
Gets information about a location.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.get_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, )
Deprecated.
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, typing.Union[str, bytes]]] = () ) -> 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
Returns a fully-qualified instance string.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.instance_path
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, typing.Union[str, bytes]]] = () ) -> google.cloud.memcache_v1.services.cloud_memcache.pagers.ListInstancesPager
Lists Instances in a given location.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.list_instances
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, typing.Union[str, bytes]]] = () ) -> 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, typing.Union[str, bytes]]] = () ) -> 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.
google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.parse_common_folder_path
google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.parse_common_location_path
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]
Parse a project path into its component segments.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.parse_common_project_path
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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation
Reschedules upcoming maintenance event.
See more: google.cloud.memcache_v1.services.cloud_memcache.CloudMemcacheClient.reschedule_maintenance
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, typing.Union[str, bytes]]] = () ) -> 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, typing.Union[str, bytes]]] = () ) -> 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, typing.Union[str, bytes]]] = () )
Instantiates the pager.
See more: google.cloud.memcache_v1.services.cloud_memcache.pagers.ListInstancesAsyncPager
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, typing.Union[str, bytes]]] = () )
Instantiate the pager.
See more: google.cloud.memcache_v1.services.cloud_memcache.pagers.ListInstancesPager
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, typing.Union[str, bytes]]] = () ) -> 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, typing.Union[str, bytes]]] = () ) -> 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, typing.Union[str, bytes]]] = () ) -> 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
Returns a fully-qualified billing_account string.
google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.common_folder_path
google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.common_location_path
google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.common_project_path
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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation
Creates a new Instance in a given location.
See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.create_instance
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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation
Deletes a single Instance.
See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.delete_instance
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, typing.Union[str, bytes]]] = () ) -> None
Deletes a long-running operation.
See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.delete_operation
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.
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.
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.
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, typing.Union[str, bytes]]] = () ) -> google.cloud.memcache_v1beta2.types.cloud_memcache.Instance
Gets details of a single Instance.
See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.get_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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location
Gets information about a location.
See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.get_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, )
Return the API endpoint and client cert source for mutual TLS.
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, typing.Union[str, bytes]]] = () ) -> 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( label: typing.Optional[str] = None, ) -> typing.Type[ google.cloud.memcache_v1beta2.services.cloud_memcache.transports.base.CloudMemcacheTransport ]
Returns an appropriate transport class.
See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.get_transport_class
google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.instance_path
instance_path(project: str, location: str, instance: str) -> str
Returns a fully-qualified instance string.
See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.instance_path
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, typing.Union[str, bytes]]] = () ) -> ( google.cloud.memcache_v1beta2.services.cloud_memcache.pagers.ListInstancesAsyncPager )
Lists Instances in a given location.
See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.list_instances
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, typing.Union[str, bytes]]] = () ) -> 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, typing.Union[str, bytes]]] = () ) -> 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]
Parse a billing_account path into its component segments.
google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.parse_common_organization_path
parse_common_organization_path(path: str) -> typing.Dict[str, str]
Parse a organization path into its component segments.
google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
google.cloud.memcache_v1beta2.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_v1beta2.services.cloud_memcache.CloudMemcacheAsyncClient.parse_instance_path
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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation_async.AsyncOperation
Performs the apply phase of the RescheduleMaintenance verb.
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, typing.Union[str, bytes]]] = () ) -> 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, typing.Union[str, bytes]]] = () ) -> 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, typing.Union[str, bytes]]] = () ) -> 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, typing.Union[str, bytes]]] = () ) -> 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, typing.Union[str, bytes]]] = () ) -> 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
Returns a fully-qualified billing_account string.
google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.common_folder_path
common_folder_path(folder: str) -> str
Returns a fully-qualified folder string.
See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.common_folder_path
google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.common_location_path
common_location_path(project: str, location: str) -> str
Returns a fully-qualified location string.
See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.common_location_path
google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.common_organization_path
common_organization_path(organization: str) -> str
Returns a fully-qualified organization string.
See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.common_organization_path
google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.common_project_path
common_project_path(project: str) -> str
Returns a fully-qualified project string.
See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.common_project_path
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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation
Creates a new Instance in a given location.
See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.create_instance
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, typing.Union[str, bytes]]] = () ) -> google.api_core.operation.Operation
Deletes a single Instance.
See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.delete_instance
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, typing.Union[str, bytes]]] = () ) -> None
Deletes a long-running operation.
See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.delete_operation
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, typing.Union[str, bytes]]] = () ) -> google.cloud.memcache_v1beta2.types.cloud_memcache.Instance
Gets details of a single Instance.
See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.get_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, typing.Union[str, bytes]]] = () ) -> google.cloud.location.locations_pb2.Location
Gets information about a location.
See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.get_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, )
Deprecated.
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, typing.Union[str, bytes]]] = () ) -> 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
Returns a fully-qualified instance string.
See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.instance_path
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, typing.Union[str, bytes]]] = () ) -> google.cloud.memcache_v1beta2.services.cloud_memcache.pagers.ListInstancesPager
Lists Instances in a given location.
See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.list_instances
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, typing.Union[str, bytes]]] = () ) -> 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, typing.Union[str, bytes]]] = () ) -> 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]
Parse a billing_account path into its component segments.
google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.parse_common_folder_path
parse_common_folder_path(path: str) -> typing.Dict[str, str]
Parse a folder path into its component segments.
See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.parse_common_folder_path
google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.parse_common_location_path
parse_common_location_path(path: str) -> typing.Dict[str, str]
Parse a location path into its component segments.
See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.parse_common_location_path
google.cloud.memcache_v1beta2.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.
google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.parse_common_project_path
parse_common_project_path(path: str) -> typing.Dict[str, str]
Parse a project path into its component segments.
See more: google.cloud.memcache_v1beta2.services.cloud_memcache.CloudMemcacheClient.parse_common_project_path
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, typing.Union[str, bytes]]] = () ) -> 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, typing.Union[str, bytes]]] = () ) -> 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, typing.Union[str, bytes]]] = () ) -> 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, typing.Union[str, bytes]]] = () )
Instantiates the pager.
See more: google.cloud.memcache_v1beta2.services.cloud_memcache.pagers.ListInstancesAsyncPager
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, typing.Union[str, bytes]]] = () )
Instantiate the pager.
See more: google.cloud.memcache_v1beta2.services.cloud_memcache.pagers.ListInstancesPager