google-cloud-memcache overview (2.15.0)

com.google.cloud.memcache.v1

A client to Cloud Memorystore for Memcached API

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 and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_librarytry(CloudMemcacheClientcloudMemcacheClient=CloudMemcacheClient.create()){InstanceNamename=InstanceName.of("[PROJECT]","[LOCATION]","[INSTANCE]");Instanceresponse=cloudMemcacheClient.getInstance(name);}

com.google.cloud.memcache.v1.stub

com.google.cloud.memcache.v1beta2

A client to Cloud Memorystore for Memcached API

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 and should be regarded as a code template only.// It will require modifications to work:// - It may require correct/in-range values for request initialization.// - It may require specifying regional endpoints when creating the service client as shown in// https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_librarytry(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.