Sha256: 1d230bb1931b0e8699e7631ad4e2a27c29df6b81fca368854eec45634dfa038c
Contents?: true
Size: 1.41 KB
Versions: 25
Compression:
Stored size: 1.41 KB
Contents
# frozen_string_literal: true # Copyright 2022 Google LLC # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # https://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. # Auto-generated by gapic-generator-ruby. DO NOT EDIT! module Google module Cloud module Bigtable module V2 # 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 # @!attribute [rw] zone_id # @return [::String] # The cloud bigtable zone associated with the cluster. # @!attribute [rw] cluster_id # @return [::String] # Identifier for a cluster that represents set of # bigtable resources. class ResponseParams include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end end end end
Version data entries
25 entries across 25 versions & 1 rubygems