Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::BackendIdentifier.
Information about the connected backends from a session client's perspective. This information may be used to make choices about session re-establishment en-masse for sessions with the same backend identifiers. Internal usage only.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#application_frontend_id
def application_frontend_id() -> ::Integer
Returns
- (::Integer) — An opaque identifier for the application frontend which serviced this request.
#application_frontend_id=
def application_frontend_id=(value) -> ::Integer
Parameter
- value (::Integer) — An opaque identifier for the application frontend which serviced this request.
Returns
- (::Integer) — An opaque identifier for the application frontend which serviced this request.
#application_frontend_zone
def application_frontend_zone() -> ::String
Returns
- (::String) — The zone of the application frontend that served this request.
#application_frontend_zone=
def application_frontend_zone=(value) -> ::String
Parameter
- value (::String) — The zone of the application frontend that served this request.
Returns
- (::String) — The zone of the application frontend that served this request.
#google_frontend_id
def google_frontend_id() -> ::Integer
Returns
- (::Integer) — An opaque identifier for the Google Frontend which serviced this request. Only set when not using DirectAccess.
#google_frontend_id=
def google_frontend_id=(value) -> ::Integer
Parameter
- value (::Integer) — An opaque identifier for the Google Frontend which serviced this request. Only set when not using DirectAccess.
Returns
- (::Integer) — An opaque identifier for the Google Frontend which serviced this request. Only set when not using DirectAccess.