You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
parent: string, Required. The parent (project and location) where the Fleet will be created. Specified in the format `projects/*/locations/*`. (required)
104
+
body: object, The request body.
105
+
The object takes the form of:
106
+
107
+
{ # Fleet contains the Fleet-wide metadata and configuration.
108
+
"createTime": "A String", # Output only. When the Fleet was created.
109
+
"deleteTime": "A String", # Output only. When the Fleet was deleted.
110
+
"displayName": "A String", # Optional. A user-assigned display name of the Fleet. When present, it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, single-quote, double-quote, space, and exclamation point. Example: `Production Fleet`
111
+
"fleetName": "A String", # The name for the fleet. The name must meet the following constraints: + The name of a fleet should be unique within the organization; + It must consist of lower case alphanumeric characters or `-`; + The length of the name must be less than or equal to 63; + Unicode names must be expressed in Punycode format (rfc3492). Examples: + prod-fleet + xn--wlq33vhyw9jb (Punycode form for "生产环境")
112
+
"name": "A String", # Output only. The full, unique resource name of this fleet in the format of `projects/{project}/locations/{location}/fleets/{fleet}`. Each GCP project can have at most one fleet resource, named "default".
113
+
"uid": "A String", # Output only. Google-generated UUID for this resource. This is unique across all Fleet resources. If a Fleet resource is deleted and another resource with the same name is created, it gets a different uid.
114
+
"updateTime": "A String", # Output only. When the Fleet was last updated.
115
+
}
116
+
117
+
x__xgafv: string, V1 error format.
118
+
Allowed values
119
+
1 - v1 error format
120
+
2 - v2 error format
121
+
122
+
Returns:
123
+
An object of the form:
124
+
125
+
{ # Fleet contains the Fleet-wide metadata and configuration.
126
+
"createTime": "A String", # Output only. When the Fleet was created.
127
+
"deleteTime": "A String", # Output only. When the Fleet was deleted.
128
+
"displayName": "A String", # Optional. A user-assigned display name of the Fleet. When present, it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, single-quote, double-quote, space, and exclamation point. Example: `Production Fleet`
129
+
"fleetName": "A String", # The name for the fleet. The name must meet the following constraints: + The name of a fleet should be unique within the organization; + It must consist of lower case alphanumeric characters or `-`; + The length of the name must be less than or equal to 63; + Unicode names must be expressed in Punycode format (rfc3492). Examples: + prod-fleet + xn--wlq33vhyw9jb (Punycode form for "生产环境")
130
+
"name": "A String", # Output only. The full, unique resource name of this fleet in the format of `projects/{project}/locations/{location}/fleets/{fleet}`. Each GCP project can have at most one fleet resource, named "default".
131
+
"uid": "A String", # Output only. Google-generated UUID for this resource. This is unique across all Fleet resources. If a Fleet resource is deleted and another resource with the same name is created, it gets a different uid.
132
+
"updateTime": "A String", # Output only. When the Fleet was last updated.
<pre>Removes a Fleet. There must be no memberships remaining in the Fleet.
139
+
140
+
Args:
141
+
name: string, Required. The Fleet resource name in the format `projects/*/locations/*/fleets/*`. (required)
142
+
x__xgafv: string, V1 error format.
143
+
Allowed values
144
+
1 - v1 error format
145
+
2 - v2 error format
146
+
147
+
Returns:
148
+
An object of the form:
149
+
150
+
{ # A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); } The JSON representation for `Empty` is empty JSON object `{}`.
name: string, Required. The Fleet resource name in the format `projects/*/locations/*/fleets/*`. (required)
160
+
x__xgafv: string, V1 error format.
161
+
Allowed values
162
+
1 - v1 error format
163
+
2 - v2 error format
164
+
165
+
Returns:
166
+
An object of the form:
167
+
168
+
{ # Fleet contains the Fleet-wide metadata and configuration.
169
+
"createTime": "A String", # Output only. When the Fleet was created.
170
+
"deleteTime": "A String", # Output only. When the Fleet was deleted.
171
+
"displayName": "A String", # Optional. A user-assigned display name of the Fleet. When present, it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, single-quote, double-quote, space, and exclamation point. Example: `Production Fleet`
172
+
"fleetName": "A String", # The name for the fleet. The name must meet the following constraints: + The name of a fleet should be unique within the organization; + It must consist of lower case alphanumeric characters or `-`; + The length of the name must be less than or equal to 63; + Unicode names must be expressed in Punycode format (rfc3492). Examples: + prod-fleet + xn--wlq33vhyw9jb (Punycode form for "生产环境")
173
+
"name": "A String", # Output only. The full, unique resource name of this fleet in the format of `projects/{project}/locations/{location}/fleets/{fleet}`. Each GCP project can have at most one fleet resource, named "default".
174
+
"uid": "A String", # Output only. Google-generated UUID for this resource. This is unique across all Fleet resources. If a Fleet resource is deleted and another resource with the same name is created, it gets a different uid.
175
+
"updateTime": "A String", # Output only. When the Fleet was last updated.
name: string, Output only. The full, unique resource name of this fleet in the format of `projects/{project}/locations/{location}/fleets/{fleet}`. Each GCP project can have at most one fleet resource, named "default". (required)
185
+
body: object, The request body.
186
+
The object takes the form of:
187
+
188
+
{ # Fleet contains the Fleet-wide metadata and configuration.
189
+
"createTime": "A String", # Output only. When the Fleet was created.
190
+
"deleteTime": "A String", # Output only. When the Fleet was deleted.
191
+
"displayName": "A String", # Optional. A user-assigned display name of the Fleet. When present, it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, single-quote, double-quote, space, and exclamation point. Example: `Production Fleet`
192
+
"fleetName": "A String", # The name for the fleet. The name must meet the following constraints: + The name of a fleet should be unique within the organization; + It must consist of lower case alphanumeric characters or `-`; + The length of the name must be less than or equal to 63; + Unicode names must be expressed in Punycode format (rfc3492). Examples: + prod-fleet + xn--wlq33vhyw9jb (Punycode form for "生产环境")
193
+
"name": "A String", # Output only. The full, unique resource name of this fleet in the format of `projects/{project}/locations/{location}/fleets/{fleet}`. Each GCP project can have at most one fleet resource, named "default".
194
+
"uid": "A String", # Output only. Google-generated UUID for this resource. This is unique across all Fleet resources. If a Fleet resource is deleted and another resource with the same name is created, it gets a different uid.
195
+
"updateTime": "A String", # Output only. When the Fleet was last updated.
196
+
}
197
+
198
+
updateMask: string, Required. The fields to be updated;
199
+
x__xgafv: string, V1 error format.
200
+
Allowed values
201
+
1 - v1 error format
202
+
2 - v2 error format
203
+
204
+
Returns:
205
+
An object of the form:
206
+
207
+
{ # Fleet contains the Fleet-wide metadata and configuration.
208
+
"createTime": "A String", # Output only. When the Fleet was created.
209
+
"deleteTime": "A String", # Output only. When the Fleet was deleted.
210
+
"displayName": "A String", # Optional. A user-assigned display name of the Fleet. When present, it must be between 4 to 30 characters. Allowed characters are: lowercase and uppercase letters, numbers, hyphen, single-quote, double-quote, space, and exclamation point. Example: `Production Fleet`
211
+
"fleetName": "A String", # The name for the fleet. The name must meet the following constraints: + The name of a fleet should be unique within the organization; + It must consist of lower case alphanumeric characters or `-`; + The length of the name must be less than or equal to 63; + Unicode names must be expressed in Punycode format (rfc3492). Examples: + prod-fleet + xn--wlq33vhyw9jb (Punycode form for "生产环境")
212
+
"name": "A String", # Output only. The full, unique resource name of this fleet in the format of `projects/{project}/locations/{location}/fleets/{fleet}`. Each GCP project can have at most one fleet resource, named "default".
213
+
"uid": "A String", # Output only. Google-generated UUID for this resource. This is unique across all Fleet resources. If a Fleet resource is deleted and another resource with the same name is created, it gets a different uid.
214
+
"updateTime": "A String", # Output only. When the Fleet was last updated.
0 commit comments