class Gapic::CallOptions

def eql? other

Other tags:
    Private: - Equality test
def eql? other
  other.is_a?(CallOptions) &&
    other.timeout == timeout &&
    other.metadata == metadata &&
    other.retry_policy == retry_policy
end