Documentation ¶
Overview ¶
Package memcache aliases all exported identifiers in package "cloud.google.com/go/memcache/apiv1beta2/memcachepb".
Deprecated: Please use types in: cloud.google.com/go/memcache/apiv1beta2/memcachepb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterCloudMemcacheServer(s *grpc.Server, srv CloudMemcacheServer)deprecated
- type ApplyParametersRequestdeprecated
- type ApplySoftwareUpdateRequestdeprecated
- type CloudMemcacheClientdeprecated
- type CloudMemcacheServerdeprecated
- type CreateInstanceRequestdeprecated
- type DeleteInstanceRequestdeprecated
- type GetInstanceRequestdeprecated
- type Instancedeprecated
- type Instance_InstanceMessage
- type Instance_InstanceMessage_Code
- type Instance_Node
- type Instance_NodeConfigdeprecated
- type Instance_Node_Statedeprecated
- type Instance_Statedeprecated
- type ListInstancesRequestdeprecated
- type ListInstancesResponsedeprecated
- type LocationMetadatadeprecated
- type MemcacheParametersdeprecated
- type MemcacheVersiondeprecated
- type OperationMetadatadeprecated
- type UnimplementedCloudMemcacheServerdeprecated
- type UpdateInstanceRequestdeprecated
- type UpdateParametersRequestdeprecated
- type ZoneMetadata
Constants ¶
const ( Instance_CREATING = src.Instance_CREATING Instance_DELETING = src.Instance_DELETING Instance_InstanceMessage_CODE_UNSPECIFIED = src.Instance_InstanceMessage_CODE_UNSPECIFIED Instance_InstanceMessage_ZONE_DISTRIBUTION_UNBALANCED = src.Instance_InstanceMessage_ZONE_DISTRIBUTION_UNBALANCED Instance_Node_CREATING = src.Instance_Node_CREATING Instance_Node_DELETING = src.Instance_Node_DELETING Instance_Node_READY = src.Instance_Node_READY Instance_Node_STATE_UNSPECIFIED = src.Instance_Node_STATE_UNSPECIFIED Instance_Node_UPDATING = src.Instance_Node_UPDATING Instance_PERFORMING_MAINTENANCE = src.Instance_PERFORMING_MAINTENANCE Instance_READY = src.Instance_READY Instance_STATE_UNSPECIFIED = src.Instance_STATE_UNSPECIFIED MemcacheVersion_MEMCACHE_1_5 = src.MemcacheVersion_MEMCACHE_1_5 MemcacheVersion_MEMCACHE_VERSION_UNSPECIFIED = src.MemcacheVersion_MEMCACHE_VERSION_UNSPECIFIED )
Deprecated: Please use consts in: cloud.google.com/go/memcache/apiv1beta2/memcachepb
Variables ¶
var ( File_google_cloud_memcache_v1beta2_cloud_memcache_proto = src.File_google_cloud_memcache_v1beta2_cloud_memcache_proto Instance_InstanceMessage_Code_name = src.Instance_InstanceMessage_Code_name Instance_InstanceMessage_Code_value = src.Instance_InstanceMessage_Code_value Instance_Node_State_name = src.Instance_Node_State_name Instance_Node_State_value = src.Instance_Node_State_value Instance_State_name = src.Instance_State_name Instance_State_value = src.Instance_State_value MemcacheVersion_name = src.MemcacheVersion_name MemcacheVersion_value = src.MemcacheVersion_value )
Deprecated: Please use vars in: cloud.google.com/go/memcache/apiv1beta2/memcachepb
Functions ¶
func RegisterCloudMemcacheServer
deprecated
func RegisterCloudMemcacheServer(s *grpc.Server, srv CloudMemcacheServer)
Deprecated: Please use funcs in: cloud.google.com/go/memcache/apiv1beta2/memcachepb
Types ¶
type ApplyParametersRequest
deprecated
type ApplyParametersRequest = src.ApplyParametersRequest
Request for [ApplyParameters][google.cloud.memcache.v1beta2.CloudMemcache.ApplyParameters].
Deprecated: Please use types in: cloud.google.com/go/memcache/apiv1beta2/memcachepb
type ApplySoftwareUpdateRequest
deprecated
type ApplySoftwareUpdateRequest = src.ApplySoftwareUpdateRequest
Request for [ApplySoftwareUpdate][google.cloud.memcache.v1beta2.CloudMemcache.ApplySoftwareUpdate].
Deprecated: Please use types in: cloud.google.com/go/memcache/apiv1beta2/memcachepb
type CloudMemcacheClient
deprecated
type CloudMemcacheClient = src.CloudMemcacheClient
CloudMemcacheClient is the client API for CloudMemcache service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/memcache/apiv1beta2/memcachepb
func NewCloudMemcacheClient
deprecated
func NewCloudMemcacheClient(cc grpc.ClientConnInterface) CloudMemcacheClient
Deprecated: Please use funcs in: cloud.google.com/go/memcache/apiv1beta2/memcachepb
type CloudMemcacheServer
deprecated
type CloudMemcacheServer = src.CloudMemcacheServer
CloudMemcacheServer is the server API for CloudMemcache service.
Deprecated: Please use types in: cloud.google.com/go/memcache/apiv1beta2/memcachepb
type CreateInstanceRequest
deprecated
type CreateInstanceRequest = src.CreateInstanceRequest
Request for [CreateInstance][google.cloud.memcache.v1beta2.CloudMemcache.CreateInstance].
Deprecated: Please use types in: cloud.google.com/go/memcache/apiv1beta2/memcachepb
type DeleteInstanceRequest
deprecated
type DeleteInstanceRequest = src.DeleteInstanceRequest
Request for [DeleteInstance][google.cloud.memcache.v1beta2.CloudMemcache.DeleteInstance].
Deprecated: Please use types in: cloud.google.com/go/memcache/apiv1beta2/memcachepb
type GetInstanceRequest
deprecated
type GetInstanceRequest = src.GetInstanceRequest
Request for [GetInstance][google.cloud.memcache.v1beta2.CloudMemcache.GetInstance].
Deprecated: Please use types in: cloud.google.com/go/memcache/apiv1beta2/memcachepb
type Instance_InstanceMessage ¶
type Instance_InstanceMessage = src.Instance_InstanceMessage
type Instance_InstanceMessage_Code ¶
type Instance_InstanceMessage_Code = src.Instance_InstanceMessage_Code
type Instance_Node ¶
type Instance_Node = src.Instance_Node
type Instance_NodeConfig
deprecated
type Instance_NodeConfig = src.Instance_NodeConfig
Configuration for a Memcached Node.
Deprecated: Please use types in: cloud.google.com/go/memcache/apiv1beta2/memcachepb
type Instance_Node_State
deprecated
type Instance_Node_State = src.Instance_Node_State
Different states of a Memcached node.
Deprecated: Please use types in: cloud.google.com/go/memcache/apiv1beta2/memcachepb
type Instance_State
deprecated
type Instance_State = src.Instance_State
Different states of a Memcached instance.
Deprecated: Please use types in: cloud.google.com/go/memcache/apiv1beta2/memcachepb
type ListInstancesRequest
deprecated
type ListInstancesRequest = src.ListInstancesRequest
Request for [ListInstances][google.cloud.memcache.v1beta2.CloudMemcache.ListInstances].
Deprecated: Please use types in: cloud.google.com/go/memcache/apiv1beta2/memcachepb
type ListInstancesResponse
deprecated
type ListInstancesResponse = src.ListInstancesResponse
Response for [ListInstances][google.cloud.memcache.v1beta2.CloudMemcache.ListInstances].
Deprecated: Please use types in: cloud.google.com/go/memcache/apiv1beta2/memcachepb
type LocationMetadata
deprecated
type LocationMetadata = src.LocationMetadata
Metadata for the given [google.cloud.location.Location][google.cloud.location.Location].
Deprecated: Please use types in: cloud.google.com/go/memcache/apiv1beta2/memcachepb
type MemcacheParameters
deprecated
type MemcacheParameters = src.MemcacheParameters
The unique ID associated with this set of parameters. Users can use this id to determine if the parameters associated with the instance differ from the parameters associated with the nodes. A discrepancy between parameter ids can inform users that they may need to take action to apply parameters on nodes.
Deprecated: Please use types in: cloud.google.com/go/memcache/apiv1beta2/memcachepb
type MemcacheVersion
deprecated
type MemcacheVersion = src.MemcacheVersion
Memcached versions supported by our service.
Deprecated: Please use types in: cloud.google.com/go/memcache/apiv1beta2/memcachepb
type OperationMetadata
deprecated
type OperationMetadata = src.OperationMetadata
Represents the metadata of a long-running operation.
Deprecated: Please use types in: cloud.google.com/go/memcache/apiv1beta2/memcachepb
type UnimplementedCloudMemcacheServer
deprecated
type UnimplementedCloudMemcacheServer = src.UnimplementedCloudMemcacheServer
UnimplementedCloudMemcacheServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/memcache/apiv1beta2/memcachepb
type UpdateInstanceRequest
deprecated
type UpdateInstanceRequest = src.UpdateInstanceRequest
Request for [UpdateInstance][google.cloud.memcache.v1beta2.CloudMemcache.UpdateInstance].
Deprecated: Please use types in: cloud.google.com/go/memcache/apiv1beta2/memcachepb
type UpdateParametersRequest
deprecated
type UpdateParametersRequest = src.UpdateParametersRequest
Request for [UpdateParameters][google.cloud.memcache.v1beta2.CloudMemcache.UpdateParameters].
Deprecated: Please use types in: cloud.google.com/go/memcache/apiv1beta2/memcachepb
type ZoneMetadata ¶
type ZoneMetadata = src.ZoneMetadata