final case class ListInstancesResponse(instances: Seq[Instance] = _root_.scala.Seq.empty, nextPageToken: String = "", unreachable: Seq[String] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty) extends GeneratedMessage with Updatable[ListInstancesResponse] with Product with Serializable
Response for [ListInstances][google.cloud.redis.v1.CloudRedis.ListInstances].
- instances
A list of Redis instances in the project in the specified location, or across all locations. If the
location_idin the parent field of the request is "-", all regions available to the project are queried, and the results aggregated. If in such an aggregated query a location is unavailable, a placeholder Redis entry is included in the response with thenamefield set to a value of the formprojects/{project_id}/locations/{location_id}/instances/- and thestatusfield set to ERROR andstatus_messagefield set to "location not available for ListInstances".- nextPageToken
Token to retrieve the next page of results, or empty if there are no more results in the list.
- unreachable
Locations that could not be reached.
- Annotations
- @SerialVersionUID()
- Source
- ListInstancesResponse.scala
- Alphabetic
- By Inheritance
- ListInstancesResponse
- Updatable
- GeneratedMessage
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ListInstancesResponse(instances: Seq[Instance] = _root_.scala.Seq.empty, nextPageToken: String = "", unreachable: Seq[String] = _root_.scala.Seq.empty, unknownFields: UnknownFieldSet = _root_.scalapb.UnknownFieldSet.empty)
- instances
A list of Redis instances in the project in the specified location, or across all locations. If the
location_idin the parent field of the request is "-", all regions available to the project are queried, and the results aggregated. If in such an aggregated query a location is unavailable, a placeholder Redis entry is included in the response with thenamefield set to a value of the formprojects/{project_id}/locations/{location_id}/instances/- and thestatusfield set to ERROR andstatus_messagefield set to "location not available for ListInstances".- nextPageToken
Token to retrieve the next page of results, or empty if there are no more results in the list.
- unreachable
Locations that could not be reached.
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addAllInstances(__vs: Iterable[Instance]): ListInstancesResponse
- def addAllUnreachable(__vs: Iterable[String]): ListInstancesResponse
- def addInstances(__vs: Instance*): ListInstancesResponse
- def addUnreachable(__vs: String*): ListInstancesResponse
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clearInstances: ListInstancesResponse
- def clearUnreachable: ListInstancesResponse
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def companion: ListInstancesResponse.type
- Definition Classes
- ListInstancesResponse → GeneratedMessage
- def discardUnknownFields: ListInstancesResponse
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getField(__field: FieldDescriptor): PValue
- Definition Classes
- ListInstancesResponse → GeneratedMessage
- def getFieldByNumber(__fieldNumber: Int): Any
- Definition Classes
- ListInstancesResponse → GeneratedMessage
- val instances: Seq[Instance]
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val nextPageToken: String
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def serializedSize: Int
- Definition Classes
- ListInstancesResponse → GeneratedMessage
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- final def toByteArray: Array[Byte]
- Definition Classes
- GeneratedMessage
- final def toByteString: ByteString
- Definition Classes
- GeneratedMessage
- final def toPMessage: PMessage
- Definition Classes
- GeneratedMessage
- def toProtoString: String
- Definition Classes
- ListInstancesResponse → GeneratedMessage
- val unknownFields: UnknownFieldSet
- val unreachable: Seq[String]
- def update(ms: (Lens[ListInstancesResponse, ListInstancesResponse]) => Mutation[ListInstancesResponse]*): ListInstancesResponse
- Definition Classes
- Updatable
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def withInstances(__v: Seq[Instance]): ListInstancesResponse
- def withNextPageToken(__v: String): ListInstancesResponse
- def withUnknownFields(__v: UnknownFieldSet): ListInstancesResponse
- def withUnreachable(__v: Seq[String]): ListInstancesResponse
- final def writeDelimitedTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage
- def writeTo(_output__: CodedOutputStream): Unit
- Definition Classes
- ListInstancesResponse → GeneratedMessage
- final def writeTo(output: OutputStream): Unit
- Definition Classes
- GeneratedMessage