com.google.bigtable.v2.response_params
Members list
Type members
Classlikes
final case class ResponseParams(zoneId: Option[String], clusterId: Option[String], unknownFields: UnknownFieldSet) extends GeneratedMessage, Updatable[ResponseParams]
Response metadata proto This is an experimental feature that will be used to get zone_id and cluster_id from response trailers to tag the metrics. This should not be used by customers directly
Response metadata proto This is an experimental feature that will be used to get zone_id and cluster_id from response trailers to tag the metrics. This should not be used by customers directly
Value parameters
- clusterId
-
Identifier for a cluster that represents set of bigtable resources.
- zoneId
-
The cloud bigtable zone associated with the cluster.
Attributes
- Companion
- object
- Source
- ResponseParams.scala
- Supertypes
-
trait Updatable[ResponseParams]trait GeneratedMessagetrait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object ResponseParams extends GeneratedMessageCompanion[ResponseParams]
Attributes
- Companion
- class
- Source
- ResponseParams.scala
- Supertypes
-
trait Producttrait Mirrortrait GeneratedMessageCompanion[ResponseParams]trait Serializableclass Objecttrait Matchableclass AnyShow all
- Self type
-
ResponseParams.type
object ResponseParamsProto extends GeneratedFileObject
Attributes
- Source
- ResponseParamsProto.scala
- Supertypes
-
class GeneratedFileObjectclass Objecttrait Matchableclass Any
- Self type
-
ResponseParamsProto.type
In this article