Uses of Class
com.google.cloud.memcache.v1.Instance.InstanceMessage
-
Packages that use Instance.InstanceMessage Package Description com.google.cloud.memcache.v1 A client to Cloud Memorystore for Memcached API -
-
Uses of Instance.InstanceMessage in com.google.cloud.memcache.v1
Methods in com.google.cloud.memcache.v1 that return Instance.InstanceMessage Modifier and Type Method Description Instance.InstanceMessage
Instance.InstanceMessage.Builder. build()
Instance.InstanceMessage
Instance.InstanceMessage.Builder. buildPartial()
static Instance.InstanceMessage
Instance.InstanceMessage. getDefaultInstance()
Instance.InstanceMessage
Instance.InstanceMessage.Builder. getDefaultInstanceForType()
Instance.InstanceMessage
Instance.InstanceMessage. getDefaultInstanceForType()
Instance.InstanceMessage
Instance.Builder. getInstanceMessages(int index)
List of messages that describe the current state of the Memcached instance.Instance.InstanceMessage
Instance. getInstanceMessages(int index)
List of messages that describe the current state of the Memcached instance.Instance.InstanceMessage
InstanceOrBuilder. getInstanceMessages(int index)
List of messages that describe the current state of the Memcached instance.static Instance.InstanceMessage
Instance.InstanceMessage. parseDelimitedFrom(InputStream input)
static Instance.InstanceMessage
Instance.InstanceMessage. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance.InstanceMessage
Instance.InstanceMessage. parseFrom(byte[] data)
static Instance.InstanceMessage
Instance.InstanceMessage. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance.InstanceMessage
Instance.InstanceMessage. parseFrom(com.google.protobuf.ByteString data)
static Instance.InstanceMessage
Instance.InstanceMessage. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance.InstanceMessage
Instance.InstanceMessage. parseFrom(com.google.protobuf.CodedInputStream input)
static Instance.InstanceMessage
Instance.InstanceMessage. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance.InstanceMessage
Instance.InstanceMessage. parseFrom(InputStream input)
static Instance.InstanceMessage
Instance.InstanceMessage. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Instance.InstanceMessage
Instance.InstanceMessage. parseFrom(ByteBuffer data)
static Instance.InstanceMessage
Instance.InstanceMessage. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.memcache.v1 that return types with arguments of type Instance.InstanceMessage Modifier and Type Method Description List<Instance.InstanceMessage>
Instance.Builder. getInstanceMessagesList()
List of messages that describe the current state of the Memcached instance.List<Instance.InstanceMessage>
Instance. getInstanceMessagesList()
List of messages that describe the current state of the Memcached instance.List<Instance.InstanceMessage>
InstanceOrBuilder. getInstanceMessagesList()
List of messages that describe the current state of the Memcached instance.com.google.protobuf.Parser<Instance.InstanceMessage>
Instance.InstanceMessage. getParserForType()
static com.google.protobuf.Parser<Instance.InstanceMessage>
Instance.InstanceMessage. parser()
Methods in com.google.cloud.memcache.v1 with parameters of type Instance.InstanceMessage Modifier and Type Method Description Instance.Builder
Instance.Builder. addInstanceMessages(int index, Instance.InstanceMessage value)
List of messages that describe the current state of the Memcached instance.Instance.Builder
Instance.Builder. addInstanceMessages(Instance.InstanceMessage value)
List of messages that describe the current state of the Memcached instance.Instance.InstanceMessage.Builder
Instance.InstanceMessage.Builder. mergeFrom(Instance.InstanceMessage other)
static Instance.InstanceMessage.Builder
Instance.InstanceMessage. newBuilder(Instance.InstanceMessage prototype)
Instance.Builder
Instance.Builder. setInstanceMessages(int index, Instance.InstanceMessage value)
List of messages that describe the current state of the Memcached instance.Method parameters in com.google.cloud.memcache.v1 with type arguments of type Instance.InstanceMessage Modifier and Type Method Description Instance.Builder
Instance.Builder. addAllInstanceMessages(Iterable<? extends Instance.InstanceMessage> values)
List of messages that describe the current state of the Memcached instance.
-