Uses of Interface
com.google.cloud.redis.v1.InstanceOrBuilder
-
Packages that use InstanceOrBuilder Package Description com.google.cloud.redis.v1 A client to Google Cloud Memorystore for Redis API -
-
Uses of InstanceOrBuilder in com.google.cloud.redis.v1
Classes in com.google.cloud.redis.v1 that implement InstanceOrBuilder Modifier and Type Class Description class
Instance
A Memorystore for Redis instance.static class
Instance.Builder
A Memorystore for Redis instance.Methods in com.google.cloud.redis.v1 that return InstanceOrBuilder Modifier and Type Method Description InstanceOrBuilder
CreateInstanceRequest.Builder. getInstanceOrBuilder()
Required.InstanceOrBuilder
CreateInstanceRequest. getInstanceOrBuilder()
Required.InstanceOrBuilder
CreateInstanceRequestOrBuilder. getInstanceOrBuilder()
Required.InstanceOrBuilder
UpdateInstanceRequest.Builder. getInstanceOrBuilder()
Required.InstanceOrBuilder
UpdateInstanceRequest. getInstanceOrBuilder()
Required.InstanceOrBuilder
UpdateInstanceRequestOrBuilder. getInstanceOrBuilder()
Required.InstanceOrBuilder
ListInstancesResponse.Builder. getInstancesOrBuilder(int index)
A list of Redis instances in the project in the specified location, or across all locations.InstanceOrBuilder
ListInstancesResponse. getInstancesOrBuilder(int index)
A list of Redis instances in the project in the specified location, or across all locations.InstanceOrBuilder
ListInstancesResponseOrBuilder. getInstancesOrBuilder(int index)
A list of Redis instances in the project in the specified location, or across all locations.Methods in com.google.cloud.redis.v1 that return types with arguments of type InstanceOrBuilder Modifier and Type Method Description List<? extends InstanceOrBuilder>
ListInstancesResponse.Builder. getInstancesOrBuilderList()
A list of Redis instances in the project in the specified location, or across all locations.List<? extends InstanceOrBuilder>
ListInstancesResponse. getInstancesOrBuilderList()
A list of Redis instances in the project in the specified location, or across all locations.List<? extends InstanceOrBuilder>
ListInstancesResponseOrBuilder. getInstancesOrBuilderList()
A list of Redis instances in the project in the specified location, or across all locations.
-