Google Cloud Memorystore V1beta Client - Class ConnectionType (0.6.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Google Cloud Memorystore V1beta Client class ConnectionType.
Type of a PSC connection
Protobuf type google.cloud.memorystore.v1beta.ConnectionType
Namespace
Google \ Cloud \ Memorystore \ V1beta
Methods
static::name
Parameter
Name
Description
value
mixed
static::value
Parameter
Name
Description
name
mixed
Constants
CONNECTION_TYPE_UNSPECIFIED
Value: 0
Connection Type is not set
Generated from protobuf enum CONNECTION_TYPE_UNSPECIFIED = 0;
CONNECTION_TYPE_DISCOVERY
Value: 1
Connection that will be used for topology discovery.
Generated from protobuf enum CONNECTION_TYPE_DISCOVERY = 1;
CONNECTION_TYPE_PRIMARY
Value: 2
Connection that will be used as primary endpoint to access primary.
Generated from protobuf enum CONNECTION_TYPE_PRIMARY = 2;
CONNECTION_TYPE_READER
Value: 3
Connection that will be used as reader endpoint to access replicas.
Generated from protobuf enum CONNECTION_TYPE_READER = 3;
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-11 UTC."],[],[]]