Reference documentation and code samples for the Cloud Bigtable V2 API class Google::Cloud::Bigtable::V2::VirtualRpcRequest::Metadata.
Container for all vRPC Metadata.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#attempt_number
def attempt_number() -> ::Integer
Returns
- (::Integer) — Track retry attempts for this vRPC at the AFE.
#attempt_number=
def attempt_number=(value) -> ::Integer
Parameter
- value (::Integer) — Track retry attempts for this vRPC at the AFE.
Returns
- (::Integer) — Track retry attempts for this vRPC at the AFE.
#attempt_start
def attempt_start() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Track the client's known start time for the attempt. This is likely not easily compared with the server's time due to clock skew.
#attempt_start=
def attempt_start=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Track the client's known start time for the attempt. This is likely not easily compared with the server's time due to clock skew.
Returns
- (::Google::Protobuf::Timestamp) — Track the client's known start time for the attempt. This is likely not easily compared with the server's time due to clock skew.
#traceparent
def traceparent() -> ::String
Returns
-
(::String) — Link OpenTelemetry traces (e.g. Tapper). This can be used to link
attempts together for the same logical operation (e.g. in logs / traces).
Note, this may not be needed for V1, TBD.
#traceparent=
def traceparent=(value) -> ::String
Parameter
-
value (::String) — Link OpenTelemetry traces (e.g. Tapper). This can be used to link
attempts together for the same logical operation (e.g. in logs / traces).
Note, this may not be needed for V1, TBD.
Returns
-
(::String) — Link OpenTelemetry traces (e.g. Tapper). This can be used to link
attempts together for the same logical operation (e.g. in logs / traces).
Note, this may not be needed for V1, TBD.