ListInstancesRequest

com.google.cloud.memcache.v1.cloud_memcache.ListInstancesRequest
See theListInstancesRequest companion object
final case class ListInstancesRequest(parent: String, pageSize: Int, pageToken: String, filter: String, orderBy: String, unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[ListInstancesRequest]

Request for [ListInstances][google.cloud.memcache.v1.CloudMemcache.ListInstances].

Value parameters

filter

List filter. For example, exclude all Memcached instances with name as my-instance by specifying "name != my-instance".

orderBy

Sort results. Supported values are "name", "name desc" or "" (unsorted).

pageSize

The maximum number of items to return. If not specified, a default value of 1000 will be used by the service. Regardless of the page_size value, the response may include a partial list and a caller should only rely on response's [next_page_token][google.cloud.memcache.v1.ListInstancesResponse.next_page_token] to determine if there are more instances left to be queried.

pageToken

The next_page_token value returned from a previous List request, if any.

parent

Required. The resource name of the instance location using the form: projects/{project_id}/locations/{location_id} where location_id refers to a GCP region

Attributes

Companion
object
Source
ListInstancesRequest.scala
Graph
Supertypes
trait Updatable[ListInstancesRequest]
trait GeneratedMessage
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def getField(`__field`: FieldDescriptor): PValue

Attributes

Source
ListInstancesRequest.scala
def getFieldByNumber(`__fieldNumber`: Int): Any

Attributes

Source
ListInstancesRequest.scala
override def serializedSize: Int

Attributes

Definition Classes
GeneratedMessage
Source
ListInstancesRequest.scala
def toProtoString: String

Returns a human-readable ASCII format representation of this message.

Returns a human-readable ASCII format representation of this message.

The original message can be decoded from this format by using fromAscii on the companion object.

Attributes

Returns

human-readable representation of this message.

Source
ListInstancesRequest.scala
def withFilter(`__v`: String): ListInstancesRequest

Attributes

Source
ListInstancesRequest.scala
def withOrderBy(`__v`: String): ListInstancesRequest

Attributes

Source
ListInstancesRequest.scala

Attributes

Source
ListInstancesRequest.scala
def withPageToken(`__v`: String): ListInstancesRequest

Attributes

Source
ListInstancesRequest.scala
def withParent(`__v`: String): ListInstancesRequest

Attributes

Source
ListInstancesRequest.scala
def withUnknownFields(`__v`: UnknownFieldSet): ListInstancesRequest

Attributes

Source
ListInstancesRequest.scala
def writeTo(`_output__`: CodedOutputStream): Unit

Serializes the message into the given coded output stream

Serializes the message into the given coded output stream

Attributes

Source
ListInstancesRequest.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
final def toByteArray: Array[Byte]

Serializes the message and returns a byte array containing its raw bytes

Serializes the message and returns a byte array containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def toByteString: ByteString

Serializes the message and returns a ByteString containing its raw bytes

Serializes the message and returns a ByteString containing its raw bytes

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def toPMessage: PMessage

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala

Attributes

Inherited from:
Updatable
Source
Lenses.scala
final def writeDelimitedTo(output: OutputStream): Unit

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala
final def writeTo(output: OutputStream): Unit

Serializes the message into the given output stream

Serializes the message into the given output stream

Attributes

Inherited from:
GeneratedMessage
Source
GeneratedMessageCompanion.scala