Skip to content

Commit 10d3aa9

Browse files
docs: [google-cloud-lustre] deprecate gke_support_enabled flag (#14105)
BEGIN_COMMIT_OVERRIDE docs: deprecate gke_support_enabled flag feat: add a new instance state UPDATING END_COMMIT_OVERRIDE - [ ] Regenerate this pull request now. feat: add a new instance state UPDATING PiperOrigin-RevId: 783531040 Source-Link: googleapis/googleapis@c4b0839 Source-Link: googleapis/googleapis-gen@b927057 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWx1c3RyZS8uT3dsQm90LnlhbWwiLCJoIjoiYjkyNzA1NzUwZjYyMzRmOWMyYmVkNWZkMDBjNWQ2ODNkZTJmYjMyYiJ9 --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 078e0e2 commit 10d3aa9

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

packages/google-cloud-lustre/google/cloud/lustre/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.1.1" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-lustre/google/cloud/lustre_v1/gapic_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515
#
16-
__version__ = "0.1.1" # {x-release-please-version}
16+
__version__ = "0.0.0" # {x-release-please-version}

packages/google-cloud-lustre/google/cloud/lustre_v1/types/instance.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ class Instance(proto.Message):
7878
gke_support_enabled (bool):
7979
Optional. Indicates whether you want to
8080
enable support for GKE clients. By default, GKE
81-
clients are not supported.
81+
clients are not supported. Deprecated. No longer
82+
required for GKE instance creation.
8283
"""
8384

8485
class State(proto.Enum):
@@ -100,6 +101,8 @@ class State(proto.Enum):
100101
The instance is being repaired.
101102
STOPPED (6):
102103
The instance is stopped.
104+
UPDATING (7):
105+
The instance is being updated.
103106
"""
104107
STATE_UNSPECIFIED = 0
105108
ACTIVE = 1
@@ -108,6 +111,7 @@ class State(proto.Enum):
108111
UPGRADING = 4
109112
REPAIRING = 5
110113
STOPPED = 6
114+
UPDATING = 7
111115

112116
name: str = proto.Field(
113117
proto.STRING,

packages/google-cloud-lustre/samples/generated_samples/snippet_metadata_google.cloud.lustre.v1.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"language": "PYTHON",
1010
"name": "google-cloud-lustre",
11-
"version": "0.1.1"
11+
"version": "0.1.0"
1212
},
1313
"snippets": [
1414
{

0 commit comments

Comments
 (0)