Skip to content

Commit

Permalink
chore(spanner): Deprecate Instance#endpoint_uris in the lower-level …
Browse files Browse the repository at this point in the history
…client
  • Loading branch information
yoshi-automation committed Feb 21, 2020
1 parent 37aceec commit 30e7958
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 793 deletions.
Expand Up @@ -139,14 +139,7 @@ class InstanceConfig; end
# allow "_" in a future release.
# @!attribute [rw] endpoint_uris
# @return [Array<String>]
# Output only. The endpoint URIs based on the instance config.
# For example, instances located in a specific cloud region (or multi region)
# such as nam3, would have a nam3 specific endpoint URI.
# This URI is to be used implictly by SDK clients, with fallback to default
# URI. These endpoints are intended to optimize the network routing between
# the client and the instance's serving resources.
# If multiple endpoints are present, client may establish connections using
# any of the given URIs.
# Deprecated. This field is not populated.
class Instance
# Indicates the current state of the instance.
module State
Expand Down

0 comments on commit 30e7958

Please sign in to comment.