google-cloud-memcache overview (2.2.1)

com.google.cloud.memcache.v1

The interfaces provided are listed below, along with usage samples.

CloudMemcacheClient

Service Description: Configures and manages Cloud Memorystore for Memcached instances.

Thememcache.googleapis.com service implements the Google Cloud Memorystore for Memcached API and defines the following resource model for managing Memorystore Memcached (also called Memcached below) instances:

  • The service works with a collection of cloud projects, named:/projects/*
  • Each project has a collection of available locations, named:/locations/*
  • Each location has a collection of Memcached instances, named:/instances/*
  • As such, Memcached instances are resources of the form:/projects/{project_id}/locations/{location_id}/instances/{instance_id}

Note that location_id must be a GCPregion; for example:

  • projects/my-memcached-project/locations/us-central1/instances/my-memcached

Sample for CloudMemcacheClient:

// This snippet has been automatically generated for illustrative purposes only.// It may require modifications to work in your environment.try(CloudMemcacheClientcloudMemcacheClient=CloudMemcacheClient.create()){InstanceNamename=InstanceName.of("[PROJECT]","[LOCATION]","[INSTANCE]");Instanceresponse=cloudMemcacheClient.getInstance(name);}

com.google.cloud.memcache.v1.stub

com.google.cloud.memcache.v1beta2

The interfaces provided are listed below, along with usage samples.

CloudMemcacheClient

Service Description: Configures and manages Cloud Memorystore for Memcached instances.

Thememcache.googleapis.com service implements the Google Cloud Memorystore for Memcached API and defines the following resource model for managing Memorystore Memcached (also called Memcached below) instances:

  • The service works with a collection of cloud projects, named:/projects/*
  • Each project has a collection of available locations, named:/locations/*
  • Each location has a collection of Memcached instances, named:/instances/*
  • As such, Memcached instances are resources of the form:/projects/{project_id}/locations/{location_id}/instances/{instance_id}

Note that location_id must be a GCPregion; for example:

  • projects/my-memcached-project/locations/us-central1/instances/my-memcached

Sample for CloudMemcacheClient:

// This snippet has been automatically generated for illustrative purposes only.// It may require modifications to work in your environment.try(CloudMemcacheClientcloudMemcacheClient=CloudMemcacheClient.create()){InstanceNamename=InstanceName.of("[PROJECT]","[LOCATION]","[INSTANCE]");Instanceresponse=cloudMemcacheClient.getInstance(name);}

com.google.cloud.memcache.v1beta2.stub

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-01-31 UTC.