Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,11 @@ module V1
# Required. The throughput of the instance in MB/s/TiB.
# Valid values are 125, 250, 500, 1000.
# @!attribute [rw] gke_support_enabled
# @deprecated This field is deprecated and may be removed in the next major version update.
# @return [::Boolean]
# Optional. Indicates whether you want to enable support for GKE clients. By
# default, GKE clients are not supported.
# default, GKE clients are not supported. Deprecated. No longer required for
# GKE instance creation.
class Instance
include ::Google::Protobuf::MessageExts
extend ::Google::Protobuf::MessageExts::ClassMethods
Expand Down Expand Up @@ -101,6 +103,9 @@ module State

# The instance is stopped.
STOPPED = 6

# The instance is being updated.
UPDATING = 7
end
end

Expand Down
Loading