feat(all): auto-regenerate discovery clients (#3731)
diff --git a/aiplatform/v1/aiplatform-api.json b/aiplatform/v1/aiplatform-api.json
index 23bdf42..9bae663 100644
--- a/aiplatform/v1/aiplatform-api.json
+++ b/aiplatform/v1/aiplatform-api.json
@@ -36679,7 +36679,7 @@
}
}
},
- "revision": "20260831",
+ "revision": "20260904",
"rootUrl": "https://aiplatform.googleapis.com/",
"schemas": {
"CloudAiLargeModelsVisionGenerateVideoExperiments": {
@@ -37831,7 +37831,7 @@
"type": "object"
},
"name": {
- "description": "Optional. The tool's GCP resource name, used to resolve the tool. Applicable when `type` is `mcp_server` or `endpoint` (a tool registered in Agent Registry), for example `projects/{project}/locations/{location}/.../mcpServers/{id}` or `projects/{project}/locations/{location}/.../endpoints/{id}`.",
+ "description": "Optional. The tool's Google Cloud resource name, used to resolve the tool. Applicable when `type` is `mcp_server` or `endpoint` (a tool registered in Agent Registry), for example `projects/{project}/locations/{location}/.../mcpServers/{id}` or `projects/{project}/locations/{location}/.../endpoints/{id}`.",
"type": "string"
},
"type": {
diff --git a/aiplatform/v1/aiplatform-gen.go b/aiplatform/v1/aiplatform-gen.go
index 770de68..be1c50b 100644
--- a/aiplatform/v1/aiplatform-gen.go
+++ b/aiplatform/v1/aiplatform-gen.go
@@ -4952,9 +4952,9 @@
// Headers: Optional. The headers for the MCP server, such as for
// authentication. Only applicable when `type` is `mcp_server`.
Headers map[string]string `json:"headers,omitempty"`
- // Name: Optional. The tool's GCP resource name, used to resolve the tool.
- // Applicable when `type` is `mcp_server` or `endpoint` (a tool registered in
- // Agent Registry), for example
+ // Name: Optional. The tool's Google Cloud resource name, used to resolve the
+ // tool. Applicable when `type` is `mcp_server` or `endpoint` (a tool
+ // registered in Agent Registry), for example
// `projects/{project}/locations/{location}/.../mcpServers/{id}` or
// `projects/{project}/locations/{location}/.../endpoints/{id}`.
Name string `json:"name,omitempty"`
diff --git a/biglake/v1/biglake-api.json b/biglake/v1/biglake-api.json
index c2ab149..2ba5884 100644
--- a/biglake/v1/biglake-api.json
+++ b/biglake/v1/biglake-api.json
@@ -21,6 +21,16 @@
"endpoints": [
{
"description": "Regional Endpoint",
+ "endpointUrl": "https://biglake.europe-west10.rep.googleapis.com/",
+ "location": "europe-west10"
+ },
+ {
+ "description": "Regional Endpoint",
+ "endpointUrl": "https://biglake.europe-west3.rep.googleapis.com/",
+ "location": "europe-west3"
+ },
+ {
+ "description": "Regional Endpoint",
"endpointUrl": "https://biglake.us-central1.rep.googleapis.com/",
"location": "us-central1"
}
@@ -909,7 +919,7 @@
}
}
},
- "revision": "20260724",
+ "revision": "20260905",
"rootUrl": "https://biglake.googleapis.com/",
"schemas": {
"AuditConfig": {
diff --git a/cloudbuild/v2/cloudbuild-api.json b/cloudbuild/v2/cloudbuild-api.json
index ecef476..ecb8fdf 100644
--- a/cloudbuild/v2/cloudbuild-api.json
+++ b/cloudbuild/v2/cloudbuild-api.json
@@ -1097,7 +1097,7 @@
}
}
},
- "revision": "20260511",
+ "revision": "20260904",
"rootUrl": "https://cloudbuild.googleapis.com/",
"schemas": {
"AuditConfig": {
@@ -1745,6 +1745,184 @@
},
"type": "object"
},
+ "GoogleDevtoolsCloudbuildV2PipelineRun": {
+ "description": "Message describing PipelineRun object",
+ "id": "GoogleDevtoolsCloudbuildV2PipelineRun",
+ "properties": {
+ "annotations": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "description": "User annotations. See https://google.aip.dev/128#annotations",
+ "type": "object"
+ },
+ "childReferences": {
+ "description": "Output only. List of TaskRun and Run names and PipelineTask names for children of this PipelineRun.",
+ "items": {
+ "$ref": "ChildStatusReference"
+ },
+ "readOnly": true,
+ "type": "array"
+ },
+ "completionTime": {
+ "description": "Output only. Time the pipeline completed.",
+ "format": "google-datetime",
+ "readOnly": true,
+ "type": "string"
+ },
+ "conditions": {
+ "description": "Output only. Kubernetes Conditions convention for PipelineRun status and error.",
+ "items": {
+ "$ref": "GoogleDevtoolsCloudbuildV2Condition"
+ },
+ "readOnly": true,
+ "type": "array"
+ },
+ "createTime": {
+ "description": "Output only. Time at which the request to create the `PipelineRun` was received.",
+ "format": "google-datetime",
+ "readOnly": true,
+ "type": "string"
+ },
+ "etag": {
+ "description": "Needed for declarative-friendly resources.",
+ "type": "string"
+ },
+ "finallyStartTime": {
+ "description": "Output only. FinallyStartTime is when all non-finally tasks have been completed and only finally tasks are being executed. +optional",
+ "format": "google-datetime",
+ "readOnly": true,
+ "type": "string"
+ },
+ "gcbParams": {
+ "additionalProperties": {
+ "type": "string"
+ },
+ "description": "Output only. GCB default params.",
+ "readOnly": true,
+ "type": "object"
+ },
+ "name": {
+ "description": "Output only. The `PipelineRun` name with format `projects/{project}/locations/{location}/pipelineRuns/{pipeline_run}`",
+ "readOnly": true,
+ "type": "string"
+ },
+ "params": {
+ "description": "Params is a list of parameter names and values.",
+ "items": {
+ "$ref": "Param"
+ },
+ "type": "array"
+ },
+ "pipelineRef": {
+ "$ref": "PipelineRef",
+ "description": "PipelineRef refer to a specific instance of a Pipeline."
+ },
+ "pipelineRunStatus": {
+ "description": "Pipelinerun status the user can provide. Used for cancellation.",
+ "enum": [
+ "PIPELINE_RUN_STATUS_UNSPECIFIED",
+ "PIPELINE_RUN_CANCELLED"
+ ],
+ "enumDescriptions": [
+ "Default enum type; should not be used.",
+ "Cancelled status."
+ ],
+ "type": "string"
+ },
+ "pipelineSpec": {
+ "$ref": "PipelineSpec",
+ "description": "PipelineSpec defines the desired state of Pipeline."
+ },
+ "pipelineSpecYaml": {
+ "description": "Output only. Inline pipelineSpec yaml string, used by workflow run requests.",
+ "readOnly": true,
+ "type": "string"
+ },
+ "provenance": {
+ "$ref": "Provenance",
+ "description": "Optional. Provenance configuration."
+ },
+ "record": {
+ "description": "Output only. The `Record` of this `PipelineRun`. Format: `projects/{project}/locations/{location}/results/{result_id}/records/{record_id}`",
+ "readOnly": true,
+ "type": "string"
+ },
+ "resolvedPipelineSpec": {
+ "$ref": "PipelineSpec",
+ "description": "Output only. The exact PipelineSpec used to instantiate the run.",
+ "readOnly": true
+ },
+ "results": {
+ "description": "Optional. Output only. List of results written out by the pipeline's containers",
+ "items": {
+ "$ref": "PipelineRunResult"
+ },
+ "readOnly": true,
+ "type": "array"
+ },
+ "security": {
+ "$ref": "Security",
+ "description": "Optional. Security configuration."
+ },
+ "serviceAccount": {
+ "deprecated": true,
+ "description": "Service account used in the Pipeline. Deprecated; please use security.service_account instead.",
+ "type": "string"
+ },
+ "skippedTasks": {
+ "description": "Output only. List of tasks that were skipped due to when expressions evaluating to false.",
+ "items": {
+ "$ref": "SkippedTask"
+ },
+ "readOnly": true,
+ "type": "array"
+ },
+ "startTime": {
+ "description": "Output only. Time the pipeline is actually started.",
+ "format": "google-datetime",
+ "readOnly": true,
+ "type": "string"
+ },
+ "timeouts": {
+ "$ref": "TimeoutFields",
+ "description": "Time after which the Pipeline times out. Currently three keys are accepted in the map pipeline, tasks and finally with Timeouts.pipeline \u003e= Timeouts.tasks + Timeouts.finally"
+ },
+ "uid": {
+ "description": "Output only. A unique identifier for the `PipelineRun`.",
+ "readOnly": true,
+ "type": "string"
+ },
+ "updateTime": {
+ "description": "Output only. Time at which the request to update the `PipelineRun` was received.",
+ "format": "google-datetime",
+ "readOnly": true,
+ "type": "string"
+ },
+ "worker": {
+ "$ref": "Worker",
+ "description": "Optional. Worker configuration."
+ },
+ "workerPool": {
+ "description": "Output only. The WorkerPool used to run this PipelineRun.",
+ "readOnly": true,
+ "type": "string"
+ },
+ "workflow": {
+ "description": "Output only. The Workflow used to create this PipelineRun.",
+ "readOnly": true,
+ "type": "string"
+ },
+ "workspaces": {
+ "description": "Workspaces is a list of WorkspaceBindings from volumes to workspaces.",
+ "items": {
+ "$ref": "WorkspaceBinding"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ },
"GoogleDevtoolsCloudbuildV2ServiceDirectoryConfig": {
"description": "ServiceDirectoryConfig represents Service Directory configuration for a connection.",
"id": "GoogleDevtoolsCloudbuildV2ServiceDirectoryConfig",
@@ -2184,184 +2362,6 @@
},
"type": "object"
},
- "PipelineRun": {
- "description": "Message describing PipelineRun object",
- "id": "PipelineRun",
- "properties": {
- "annotations": {
- "additionalProperties": {
- "type": "string"
- },
- "description": "User annotations. See https://google.aip.dev/128#annotations",
- "type": "object"
- },
- "childReferences": {
- "description": "Output only. List of TaskRun and Run names and PipelineTask names for children of this PipelineRun.",
- "items": {
- "$ref": "ChildStatusReference"
- },
- "readOnly": true,
- "type": "array"
- },
- "completionTime": {
- "description": "Output only. Time the pipeline completed.",
- "format": "google-datetime",
- "readOnly": true,
- "type": "string"
- },
- "conditions": {
- "description": "Output only. Kubernetes Conditions convention for PipelineRun status and error.",
- "items": {
- "$ref": "GoogleDevtoolsCloudbuildV2Condition"
- },
- "readOnly": true,
- "type": "array"
- },
- "createTime": {
- "description": "Output only. Time at which the request to create the `PipelineRun` was received.",
- "format": "google-datetime",
- "readOnly": true,
- "type": "string"
- },
- "etag": {
- "description": "Needed for declarative-friendly resources.",
- "type": "string"
- },
- "finallyStartTime": {
- "description": "Output only. FinallyStartTime is when all non-finally tasks have been completed and only finally tasks are being executed. +optional",
- "format": "google-datetime",
- "readOnly": true,
- "type": "string"
- },
- "gcbParams": {
- "additionalProperties": {
- "type": "string"
- },
- "description": "Output only. GCB default params.",
- "readOnly": true,
- "type": "object"
- },
- "name": {
- "description": "Output only. The `PipelineRun` name with format `projects/{project}/locations/{location}/pipelineRuns/{pipeline_run}`",
- "readOnly": true,
- "type": "string"
- },
- "params": {
- "description": "Params is a list of parameter names and values.",
- "items": {
- "$ref": "Param"
- },
- "type": "array"
- },
- "pipelineRef": {
- "$ref": "PipelineRef",
- "description": "PipelineRef refer to a specific instance of a Pipeline."
- },
- "pipelineRunStatus": {
- "description": "Pipelinerun status the user can provide. Used for cancellation.",
- "enum": [
- "PIPELINE_RUN_STATUS_UNSPECIFIED",
- "PIPELINE_RUN_CANCELLED"
- ],
- "enumDescriptions": [
- "Default enum type; should not be used.",
- "Cancelled status."
- ],
- "type": "string"
- },
- "pipelineSpec": {
- "$ref": "PipelineSpec",
- "description": "PipelineSpec defines the desired state of Pipeline."
- },
- "pipelineSpecYaml": {
- "description": "Output only. Inline pipelineSpec yaml string, used by workflow run requests.",
- "readOnly": true,
- "type": "string"
- },
- "provenance": {
- "$ref": "Provenance",
- "description": "Optional. Provenance configuration."
- },
- "record": {
- "description": "Output only. The `Record` of this `PipelineRun`. Format: `projects/{project}/locations/{location}/results/{result_id}/records/{record_id}`",
- "readOnly": true,
- "type": "string"
- },
- "resolvedPipelineSpec": {
- "$ref": "PipelineSpec",
- "description": "Output only. The exact PipelineSpec used to instantiate the run.",
- "readOnly": true
- },
- "results": {
- "description": "Optional. Output only. List of results written out by the pipeline's containers",
- "items": {
- "$ref": "PipelineRunResult"
- },
- "readOnly": true,
- "type": "array"
- },
- "security": {
- "$ref": "Security",
- "description": "Optional. Security configuration."
- },
- "serviceAccount": {
- "deprecated": true,
- "description": "Service account used in the Pipeline. Deprecated; please use security.service_account instead.",
- "type": "string"
- },
- "skippedTasks": {
- "description": "Output only. List of tasks that were skipped due to when expressions evaluating to false.",
- "items": {
- "$ref": "SkippedTask"
- },
- "readOnly": true,
- "type": "array"
- },
- "startTime": {
- "description": "Output only. Time the pipeline is actually started.",
- "format": "google-datetime",
- "readOnly": true,
- "type": "string"
- },
- "timeouts": {
- "$ref": "TimeoutFields",
- "description": "Time after which the Pipeline times out. Currently three keys are accepted in the map pipeline, tasks and finally with Timeouts.pipeline \u003e= Timeouts.tasks + Timeouts.finally"
- },
- "uid": {
- "description": "Output only. A unique identifier for the `PipelineRun`.",
- "readOnly": true,
- "type": "string"
- },
- "updateTime": {
- "description": "Output only. Time at which the request to update the `PipelineRun` was received.",
- "format": "google-datetime",
- "readOnly": true,
- "type": "string"
- },
- "worker": {
- "$ref": "Worker",
- "description": "Optional. Worker configuration."
- },
- "workerPool": {
- "description": "Output only. The WorkerPool used to run this PipelineRun.",
- "readOnly": true,
- "type": "string"
- },
- "workflow": {
- "description": "Output only. The Workflow used to create this PipelineRun.",
- "readOnly": true,
- "type": "string"
- },
- "workspaces": {
- "description": "Workspaces is a list of WorkspaceBindings from volumes to workspaces.",
- "items": {
- "$ref": "WorkspaceBinding"
- },
- "type": "array"
- }
- },
- "type": "object"
- },
"PipelineRunResult": {
"description": "PipelineRunResult used to describe the results of a pipeline",
"id": "PipelineRunResult",
diff --git a/cloudbuild/v2/cloudbuild-gen.go b/cloudbuild/v2/cloudbuild-gen.go
index 8b02a1b..9a514e9 100644
--- a/cloudbuild/v2/cloudbuild-gen.go
+++ b/cloudbuild/v2/cloudbuild-gen.go
@@ -1110,6 +1110,106 @@
return gensupport.MarshalJSON(NoMethod(s), s.ForceSendFields, s.NullFields)
}
+// GoogleDevtoolsCloudbuildV2PipelineRun: Message describing PipelineRun object
+type GoogleDevtoolsCloudbuildV2PipelineRun struct {
+ // Annotations: User annotations. See https://google.aip.dev/128#annotations
+ Annotations map[string]string `json:"annotations,omitempty"`
+ // ChildReferences: Output only. List of TaskRun and Run names and PipelineTask
+ // names for children of this PipelineRun.
+ ChildReferences []*ChildStatusReference `json:"childReferences,omitempty"`
+ // CompletionTime: Output only. Time the pipeline completed.
+ CompletionTime string `json:"completionTime,omitempty"`
+ // Conditions: Output only. Kubernetes Conditions convention for PipelineRun
+ // status and error.
+ Conditions []*GoogleDevtoolsCloudbuildV2Condition `json:"conditions,omitempty"`
+ // CreateTime: Output only. Time at which the request to create the
+ // `PipelineRun` was received.
+ CreateTime string `json:"createTime,omitempty"`
+ // Etag: Needed for declarative-friendly resources.
+ Etag string `json:"etag,omitempty"`
+ // FinallyStartTime: Output only. FinallyStartTime is when all non-finally
+ // tasks have been completed and only finally tasks are being executed.
+ // +optional
+ FinallyStartTime string `json:"finallyStartTime,omitempty"`
+ // GcbParams: Output only. GCB default params.
+ GcbParams map[string]string `json:"gcbParams,omitempty"`
+ // Name: Output only. The `PipelineRun` name with format
+ // `projects/{project}/locations/{location}/pipelineRuns/{pipeline_run}`
+ Name string `json:"name,omitempty"`
+ // Params: Params is a list of parameter names and values.
+ Params []*Param `json:"params,omitempty"`
+ // PipelineRef: PipelineRef refer to a specific instance of a Pipeline.
+ PipelineRef *PipelineRef `json:"pipelineRef,omitempty"`
+ // PipelineRunStatus: Pipelinerun status the user can provide. Used for
+ // cancellation.
+ //
+ // Possible values:
+ // "PIPELINE_RUN_STATUS_UNSPECIFIED" - Default enum type; should not be used.
+ // "PIPELINE_RUN_CANCELLED" - Cancelled status.
+ PipelineRunStatus string `json:"pipelineRunStatus,omitempty"`
+ // PipelineSpec: PipelineSpec defines the desired state of Pipeline.
+ PipelineSpec *PipelineSpec `json:"pipelineSpec,omitempty"`
+ // PipelineSpecYaml: Output only. Inline pipelineSpec yaml string, used by
+ // workflow run requests.
+ PipelineSpecYaml string `json:"pipelineSpecYaml,omitempty"`
+ // Provenance: Optional. Provenance configuration.
+ Provenance *Provenance `json:"provenance,omitempty"`
+ // Record: Output only. The `Record` of this `PipelineRun`. Format:
+ // `projects/{project}/locations/{location}/results/{result_id}/records/{record_
+ // id}`
+ Record string `json:"record,omitempty"`
+ // ResolvedPipelineSpec: Output only. The exact PipelineSpec used to
+ // instantiate the run.
+ ResolvedPipelineSpec *PipelineSpec `json:"resolvedPipelineSpec,omitempty"`
+ // Results: Optional. Output only. List of results written out by the
+ // pipeline's containers
+ Results []*PipelineRunResult `json:"results,omitempty"`
+ // Security: Optional. Security configuration.
+ Security *Security `json:"security,omitempty"`
+ // ServiceAccount: Service account used in the Pipeline. Deprecated; please use
+ // security.service_account instead.
+ ServiceAccount string `json:"serviceAccount,omitempty"`
+ // SkippedTasks: Output only. List of tasks that were skipped due to when
+ // expressions evaluating to false.
+ SkippedTasks []*SkippedTask `json:"skippedTasks,omitempty"`
+ // StartTime: Output only. Time the pipeline is actually started.
+ StartTime string `json:"startTime,omitempty"`
+ // Timeouts: Time after which the Pipeline times out. Currently three keys are
+ // accepted in the map pipeline, tasks and finally with Timeouts.pipeline >=
+ // Timeouts.tasks + Timeouts.finally
+ Timeouts *TimeoutFields `json:"timeouts,omitempty"`
+ // Uid: Output only. A unique identifier for the `PipelineRun`.
+ Uid string `json:"uid,omitempty"`
+ // UpdateTime: Output only. Time at which the request to update the
+ // `PipelineRun` was received.
+ UpdateTime string `json:"updateTime,omitempty"`
+ // Worker: Optional. Worker configuration.
+ Worker *Worker `json:"worker,omitempty"`
+ // WorkerPool: Output only. The WorkerPool used to run this PipelineRun.
+ WorkerPool string `json:"workerPool,omitempty"`
+ // Workflow: Output only. The Workflow used to create this PipelineRun.
+ Workflow string `json:"workflow,omitempty"`
+ // Workspaces: Workspaces is a list of WorkspaceBindings from volumes to
+ // workspaces.
+ Workspaces []*WorkspaceBinding `json:"workspaces,omitempty"`
+ // ForceSendFields is a list of field names (e.g. "Annotations") to
+ // unconditionally include in API requests. By default, fields with empty or
+ // default values are omitted from API requests. See
+ // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
+ // details.
+ ForceSendFields []string `json:"-"`
+ // NullFields is a list of field names (e.g. "Annotations") to include in API
+ // requests with the JSON null value. By default, fields with empty values are
+ // omitted from API requests. See
+ // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
+ NullFields []string `json:"-"`
+}
+
+func (s GoogleDevtoolsCloudbuildV2PipelineRun) MarshalJSON() ([]byte, error) {
+ type NoMethod GoogleDevtoolsCloudbuildV2PipelineRun
+ return gensupport.MarshalJSON(NoMethod(s), s.ForceSendFields, s.NullFields)
+}
+
// GoogleDevtoolsCloudbuildV2ServiceDirectoryConfig: ServiceDirectoryConfig
// represents Service Directory configuration for a connection.
type GoogleDevtoolsCloudbuildV2ServiceDirectoryConfig struct {
@@ -1627,106 +1727,6 @@
return gensupport.MarshalJSON(NoMethod(s), s.ForceSendFields, s.NullFields)
}
-// PipelineRun: Message describing PipelineRun object
-type PipelineRun struct {
- // Annotations: User annotations. See https://google.aip.dev/128#annotations
- Annotations map[string]string `json:"annotations,omitempty"`
- // ChildReferences: Output only. List of TaskRun and Run names and PipelineTask
- // names for children of this PipelineRun.
- ChildReferences []*ChildStatusReference `json:"childReferences,omitempty"`
- // CompletionTime: Output only. Time the pipeline completed.
- CompletionTime string `json:"completionTime,omitempty"`
- // Conditions: Output only. Kubernetes Conditions convention for PipelineRun
- // status and error.
- Conditions []*GoogleDevtoolsCloudbuildV2Condition `json:"conditions,omitempty"`
- // CreateTime: Output only. Time at which the request to create the
- // `PipelineRun` was received.
- CreateTime string `json:"createTime,omitempty"`
- // Etag: Needed for declarative-friendly resources.
- Etag string `json:"etag,omitempty"`
- // FinallyStartTime: Output only. FinallyStartTime is when all non-finally
- // tasks have been completed and only finally tasks are being executed.
- // +optional
- FinallyStartTime string `json:"finallyStartTime,omitempty"`
- // GcbParams: Output only. GCB default params.
- GcbParams map[string]string `json:"gcbParams,omitempty"`
- // Name: Output only. The `PipelineRun` name with format
- // `projects/{project}/locations/{location}/pipelineRuns/{pipeline_run}`
- Name string `json:"name,omitempty"`
- // Params: Params is a list of parameter names and values.
- Params []*Param `json:"params,omitempty"`
- // PipelineRef: PipelineRef refer to a specific instance of a Pipeline.
- PipelineRef *PipelineRef `json:"pipelineRef,omitempty"`
- // PipelineRunStatus: Pipelinerun status the user can provide. Used for
- // cancellation.
- //
- // Possible values:
- // "PIPELINE_RUN_STATUS_UNSPECIFIED" - Default enum type; should not be used.
- // "PIPELINE_RUN_CANCELLED" - Cancelled status.
- PipelineRunStatus string `json:"pipelineRunStatus,omitempty"`
- // PipelineSpec: PipelineSpec defines the desired state of Pipeline.
- PipelineSpec *PipelineSpec `json:"pipelineSpec,omitempty"`
- // PipelineSpecYaml: Output only. Inline pipelineSpec yaml string, used by
- // workflow run requests.
- PipelineSpecYaml string `json:"pipelineSpecYaml,omitempty"`
- // Provenance: Optional. Provenance configuration.
- Provenance *Provenance `json:"provenance,omitempty"`
- // Record: Output only. The `Record` of this `PipelineRun`. Format:
- // `projects/{project}/locations/{location}/results/{result_id}/records/{record_
- // id}`
- Record string `json:"record,omitempty"`
- // ResolvedPipelineSpec: Output only. The exact PipelineSpec used to
- // instantiate the run.
- ResolvedPipelineSpec *PipelineSpec `json:"resolvedPipelineSpec,omitempty"`
- // Results: Optional. Output only. List of results written out by the
- // pipeline's containers
- Results []*PipelineRunResult `json:"results,omitempty"`
- // Security: Optional. Security configuration.
- Security *Security `json:"security,omitempty"`
- // ServiceAccount: Service account used in the Pipeline. Deprecated; please use
- // security.service_account instead.
- ServiceAccount string `json:"serviceAccount,omitempty"`
- // SkippedTasks: Output only. List of tasks that were skipped due to when
- // expressions evaluating to false.
- SkippedTasks []*SkippedTask `json:"skippedTasks,omitempty"`
- // StartTime: Output only. Time the pipeline is actually started.
- StartTime string `json:"startTime,omitempty"`
- // Timeouts: Time after which the Pipeline times out. Currently three keys are
- // accepted in the map pipeline, tasks and finally with Timeouts.pipeline >=
- // Timeouts.tasks + Timeouts.finally
- Timeouts *TimeoutFields `json:"timeouts,omitempty"`
- // Uid: Output only. A unique identifier for the `PipelineRun`.
- Uid string `json:"uid,omitempty"`
- // UpdateTime: Output only. Time at which the request to update the
- // `PipelineRun` was received.
- UpdateTime string `json:"updateTime,omitempty"`
- // Worker: Optional. Worker configuration.
- Worker *Worker `json:"worker,omitempty"`
- // WorkerPool: Output only. The WorkerPool used to run this PipelineRun.
- WorkerPool string `json:"workerPool,omitempty"`
- // Workflow: Output only. The Workflow used to create this PipelineRun.
- Workflow string `json:"workflow,omitempty"`
- // Workspaces: Workspaces is a list of WorkspaceBindings from volumes to
- // workspaces.
- Workspaces []*WorkspaceBinding `json:"workspaces,omitempty"`
- // ForceSendFields is a list of field names (e.g. "Annotations") to
- // unconditionally include in API requests. By default, fields with empty or
- // default values are omitted from API requests. See
- // https://pkg.go.dev/google.golang.org/api#hdr-ForceSendFields for more
- // details.
- ForceSendFields []string `json:"-"`
- // NullFields is a list of field names (e.g. "Annotations") to include in API
- // requests with the JSON null value. By default, fields with empty values are
- // omitted from API requests. See
- // https://pkg.go.dev/google.golang.org/api#hdr-NullFields for more details.
- NullFields []string `json:"-"`
-}
-
-func (s PipelineRun) MarshalJSON() ([]byte, error) {
- type NoMethod PipelineRun
- return gensupport.MarshalJSON(NoMethod(s), s.ForceSendFields, s.NullFields)
-}
-
// PipelineRunResult: PipelineRunResult used to describe the results of a
// pipeline
type PipelineRunResult struct {
diff --git a/compute/v0.alpha/compute-api.json b/compute/v0.alpha/compute-api.json
index 9e37039..85c2d45 100644
--- a/compute/v0.alpha/compute-api.json
+++ b/compute/v0.alpha/compute-api.json
@@ -58435,7 +58435,7 @@
}
}
},
- "revision": "20260828",
+ "revision": "20260908",
"rootUrl": "https://compute.googleapis.com/",
"schemas": {
"AWSV4Signature": {
@@ -66029,7 +66029,7 @@
"type": "string"
},
"type": {
- "description": "The type of commitment; specifies the\nmachine series for which you want to commit to purchasing resources.\nThe choice of machine series affects the discount rate and the eligible\nresource types.\n\n The type must be one of the following:ACCELERATOR_OPTIMIZED, ACCELERATOR_OPTIMIZED_A3,ACCELERATOR_OPTIMIZED_A3_MEGA,COMPUTE_OPTIMIZED, COMPUTE_OPTIMIZED_C2D,\n COMPUTE_OPTIMIZED_C3, COMPUTE_OPTIMIZED_C3D,COMPUTE_OPTIMIZED_H3, GENERAL_PURPOSE,GENERAL_PURPOSE_C4, GENERAL_PURPOSE_E2,GENERAL_PURPOSE_N2, GENERAL_PURPOSE_N2D,GENERAL_PURPOSE_N4, GENERAL_PURPOSE_T2D,GRAPHICS_OPTIMIZED, GRAPHICS_OPTIMIZED_G4,GRAPHICS_OPTIMIZED_G4_VGPU,MEMORY_OPTIMIZED, MEMORY_OPTIMIZED_M3,MEMORY_OPTIMIZED_X4, STORAGE_OPTIMIZED_Z3. For\nexample, type MEMORY_OPTIMIZED specifies a commitment that\napplies only to eligible resources of memory optimized M1 and M2 machine\nseries. Type GENERAL_PURPOSE specifies a commitment that\napplies only to eligible resources of general purpose N1 machine series.",
+ "description": "The type of commitment; specifies the\nmachine series for which you want to commit to purchasing resources.\nThe choice of machine series affects the discount rate and the eligible\nresource types.\n\n The type must be one of the following:ACCELERATOR_OPTIMIZED, ACCELERATOR_OPTIMIZED_A3,ACCELERATOR_OPTIMIZED_A3_MEGA,COMPUTE_OPTIMIZED, COMPUTE_OPTIMIZED_C2D,\n COMPUTE_OPTIMIZED_C3, COMPUTE_OPTIMIZED_C3D,COMPUTE_OPTIMIZED_H3, GENERAL_PURPOSE,GENERAL_PURPOSE_C4, GENERAL_PURPOSE_E2,GENERAL_PURPOSE_N2, GENERAL_PURPOSE_N2D,GENERAL_PURPOSE_N4, GENERAL_PURPOSE_T2D,GRAPHICS_OPTIMIZED, GRAPHICS_OPTIMIZED_G4,GRAPHICS_OPTIMIZED_G4_VGPU,MEMORY_OPTIMIZED, MEMORY_OPTIMIZED_M3,MEMORY_OPTIMIZED_X4, STORAGE_OPTIMIZED_Z3,STORAGE_OPTIMIZED_Z4DS, STORAGE_OPTIMIZED_Z4DH,STORAGE_OPTIMIZED_Z4D4T. For\nexample, type MEMORY_OPTIMIZED specifies a commitment that\napplies only to eligible resources of memory optimized M1 and M2 machine\nseries. Type GENERAL_PURPOSE specifies a commitment that\napplies only to eligible resources of general purpose N1 machine series.",
"enum": [
"ACCELERATOR_OPTIMIZED",
"ACCELERATOR_OPTIMIZED_A3",
@@ -66081,6 +66081,9 @@
"NETWORK_OPTIMIZED_U4S",
"STORAGE_OPTIMIZED_Z3",
"STORAGE_OPTIMIZED_Z4D",
+ "STORAGE_OPTIMIZED_Z4D4T",
+ "STORAGE_OPTIMIZED_Z4DH",
+ "STORAGE_OPTIMIZED_Z4DS",
"STORAGE_OPTIMIZED_Z4M",
"TYPE_UNSPECIFIED"
],
@@ -66135,6 +66138,9 @@
"CUD bucket for NETWORK_OPTIMIZED_U4S machines.",
"",
"CUD bucket for Z4D machines.",
+ "CUD bucket for Z4D-4T machines.",
+ "CUD bucket for Z4DH machines.",
+ "CUD bucket for Z4DS machines.",
"CUD bucket for Z4M (bare metal) machines.",
"Note for internal users: When adding a new enum Type for v1, make sure\nto also add it in the comment for the `optional Type type` definition.\nThis ensures that the public documentation displays the new enum Type."
],
diff --git a/compute/v0.alpha/compute-gen.go b/compute/v0.alpha/compute-gen.go
index 9a9294d..fee4c1f 100644
--- a/compute/v0.alpha/compute-gen.go
+++ b/compute/v0.alpha/compute-gen.go
@@ -13542,7 +13542,9 @@
// GENERAL_PURPOSE_N2D,GENERAL_PURPOSE_N4,
// GENERAL_PURPOSE_T2D,GRAPHICS_OPTIMIZED,
// GRAPHICS_OPTIMIZED_G4,GRAPHICS_OPTIMIZED_G4_VGPU,MEMORY_OPTIMIZED,
- // MEMORY_OPTIMIZED_M3,MEMORY_OPTIMIZED_X4, STORAGE_OPTIMIZED_Z3. For
+ // MEMORY_OPTIMIZED_M3,MEMORY_OPTIMIZED_X4,
+ // STORAGE_OPTIMIZED_Z3,STORAGE_OPTIMIZED_Z4DS,
+ // STORAGE_OPTIMIZED_Z4DH,STORAGE_OPTIMIZED_Z4D4T. For
// example, type MEMORY_OPTIMIZED specifies a commitment that
// applies only to eligible resources of memory optimized M1 and M2
// machine
@@ -13606,6 +13608,9 @@
// "NETWORK_OPTIMIZED_U4S" - CUD bucket for NETWORK_OPTIMIZED_U4S machines.
// "STORAGE_OPTIMIZED_Z3"
// "STORAGE_OPTIMIZED_Z4D" - CUD bucket for Z4D machines.
+ // "STORAGE_OPTIMIZED_Z4D4T" - CUD bucket for Z4D-4T machines.
+ // "STORAGE_OPTIMIZED_Z4DH" - CUD bucket for Z4DH machines.
+ // "STORAGE_OPTIMIZED_Z4DS" - CUD bucket for Z4DS machines.
// "STORAGE_OPTIMIZED_Z4M" - CUD bucket for Z4M (bare metal) machines.
// "TYPE_UNSPECIFIED" - Note for internal users: When adding a new enum Type
// for v1, make sure
diff --git a/compute/v0.beta/compute-api.json b/compute/v0.beta/compute-api.json
index fe86a3d..bf28058 100644
--- a/compute/v0.beta/compute-api.json
+++ b/compute/v0.beta/compute-api.json
@@ -54280,7 +54280,7 @@
}
}
},
- "revision": "20260828",
+ "revision": "20260908",
"rootUrl": "https://compute.googleapis.com/",
"schemas": {
"AWSV4Signature": {
@@ -61186,7 +61186,7 @@
"type": "string"
},
"type": {
- "description": "The type of commitment; specifies the\nmachine series for which you want to commit to purchasing resources.\nThe choice of machine series affects the discount rate and the eligible\nresource types.\n\n The type must be one of the following:ACCELERATOR_OPTIMIZED, ACCELERATOR_OPTIMIZED_A3,ACCELERATOR_OPTIMIZED_A3_MEGA,COMPUTE_OPTIMIZED, COMPUTE_OPTIMIZED_C2D,\n COMPUTE_OPTIMIZED_C3, COMPUTE_OPTIMIZED_C3D,COMPUTE_OPTIMIZED_H3, GENERAL_PURPOSE,GENERAL_PURPOSE_C4, GENERAL_PURPOSE_E2,GENERAL_PURPOSE_N2, GENERAL_PURPOSE_N2D,GENERAL_PURPOSE_N4, GENERAL_PURPOSE_T2D,GRAPHICS_OPTIMIZED, GRAPHICS_OPTIMIZED_G4,GRAPHICS_OPTIMIZED_G4_VGPU,MEMORY_OPTIMIZED, MEMORY_OPTIMIZED_M3,MEMORY_OPTIMIZED_X4, STORAGE_OPTIMIZED_Z3. For\nexample, type MEMORY_OPTIMIZED specifies a commitment that\napplies only to eligible resources of memory optimized M1 and M2 machine\nseries. Type GENERAL_PURPOSE specifies a commitment that\napplies only to eligible resources of general purpose N1 machine series.",
+ "description": "The type of commitment; specifies the\nmachine series for which you want to commit to purchasing resources.\nThe choice of machine series affects the discount rate and the eligible\nresource types.\n\n The type must be one of the following:ACCELERATOR_OPTIMIZED, ACCELERATOR_OPTIMIZED_A3,ACCELERATOR_OPTIMIZED_A3_MEGA,COMPUTE_OPTIMIZED, COMPUTE_OPTIMIZED_C2D,\n COMPUTE_OPTIMIZED_C3, COMPUTE_OPTIMIZED_C3D,COMPUTE_OPTIMIZED_H3, GENERAL_PURPOSE,GENERAL_PURPOSE_C4, GENERAL_PURPOSE_E2,GENERAL_PURPOSE_N2, GENERAL_PURPOSE_N2D,GENERAL_PURPOSE_N4, GENERAL_PURPOSE_T2D,GRAPHICS_OPTIMIZED, GRAPHICS_OPTIMIZED_G4,GRAPHICS_OPTIMIZED_G4_VGPU,MEMORY_OPTIMIZED, MEMORY_OPTIMIZED_M3,MEMORY_OPTIMIZED_X4, STORAGE_OPTIMIZED_Z3,STORAGE_OPTIMIZED_Z4DS, STORAGE_OPTIMIZED_Z4DH,STORAGE_OPTIMIZED_Z4D4T. For\nexample, type MEMORY_OPTIMIZED specifies a commitment that\napplies only to eligible resources of memory optimized M1 and M2 machine\nseries. Type GENERAL_PURPOSE specifies a commitment that\napplies only to eligible resources of general purpose N1 machine series.",
"enum": [
"ACCELERATOR_OPTIMIZED",
"ACCELERATOR_OPTIMIZED_A3",
@@ -61231,6 +61231,9 @@
"NETWORK_OPTIMIZED_U4P",
"NETWORK_OPTIMIZED_U4S",
"STORAGE_OPTIMIZED_Z3",
+ "STORAGE_OPTIMIZED_Z4D4T",
+ "STORAGE_OPTIMIZED_Z4DH",
+ "STORAGE_OPTIMIZED_Z4DS",
"TYPE_UNSPECIFIED"
],
"enumDescriptions": [
@@ -61277,6 +61280,9 @@
"CUD bucket for NETWORK_OPTIMIZED_U4P machines.",
"CUD bucket for NETWORK_OPTIMIZED_U4S machines.",
"",
+ "CUD bucket for Z4D-4T machines.",
+ "CUD bucket for Z4DH machines.",
+ "CUD bucket for Z4DS machines.",
"Note for internal users: When adding a new enum Type for v1, make sure\nto also add it in the comment for the `optional Type type` definition.\nThis ensures that the public documentation displays the new enum Type."
],
"type": "string"
diff --git a/compute/v0.beta/compute-gen.go b/compute/v0.beta/compute-gen.go
index 442bf60..4e9e020 100644
--- a/compute/v0.beta/compute-gen.go
+++ b/compute/v0.beta/compute-gen.go
@@ -12516,7 +12516,9 @@
// GENERAL_PURPOSE_N2D,GENERAL_PURPOSE_N4,
// GENERAL_PURPOSE_T2D,GRAPHICS_OPTIMIZED,
// GRAPHICS_OPTIMIZED_G4,GRAPHICS_OPTIMIZED_G4_VGPU,MEMORY_OPTIMIZED,
- // MEMORY_OPTIMIZED_M3,MEMORY_OPTIMIZED_X4, STORAGE_OPTIMIZED_Z3. For
+ // MEMORY_OPTIMIZED_M3,MEMORY_OPTIMIZED_X4,
+ // STORAGE_OPTIMIZED_Z3,STORAGE_OPTIMIZED_Z4DS,
+ // STORAGE_OPTIMIZED_Z4DH,STORAGE_OPTIMIZED_Z4D4T. For
// example, type MEMORY_OPTIMIZED specifies a commitment that
// applies only to eligible resources of memory optimized M1 and M2
// machine
@@ -12573,6 +12575,9 @@
// "NETWORK_OPTIMIZED_U4P" - CUD bucket for NETWORK_OPTIMIZED_U4P machines.
// "NETWORK_OPTIMIZED_U4S" - CUD bucket for NETWORK_OPTIMIZED_U4S machines.
// "STORAGE_OPTIMIZED_Z3"
+ // "STORAGE_OPTIMIZED_Z4D4T" - CUD bucket for Z4D-4T machines.
+ // "STORAGE_OPTIMIZED_Z4DH" - CUD bucket for Z4DH machines.
+ // "STORAGE_OPTIMIZED_Z4DS" - CUD bucket for Z4DS machines.
// "TYPE_UNSPECIFIED" - Note for internal users: When adding a new enum Type
// for v1, make sure
// to also add it in the comment for the `optional Type type` definition.
diff --git a/gkehub/v1/gkehub-api.json b/gkehub/v1/gkehub-api.json
index 7524869..91e6163 100644
--- a/gkehub/v1/gkehub-api.json
+++ b/gkehub/v1/gkehub-api.json
@@ -2596,7 +2596,7 @@
}
}
},
- "revision": "20260817",
+ "revision": "20260903",
"rootUrl": "https://gkehub.googleapis.com/",
"schemas": {
"AppDevExperienceFeatureSpec": {
@@ -6819,7 +6819,7 @@
"type": "object"
},
"Rollout": {
- "description": "Rollout contains the Rollout metadata and configuration. Next ID: 31",
+ "description": "Rollout contains the Rollout metadata and configuration. Next ID: 32",
"id": "Rollout",
"properties": {
"completeTime": {
diff --git a/gkehub/v1/gkehub-gen.go b/gkehub/v1/gkehub-gen.go
index 52a2ef9..7892916 100644
--- a/gkehub/v1/gkehub-gen.go
+++ b/gkehub/v1/gkehub-gen.go
@@ -5672,7 +5672,7 @@
}
// Rollout: Rollout contains the Rollout metadata and configuration. Next ID:
-// 31
+// 32
type Rollout struct {
// CompleteTime: Output only. The timestamp at which the Rollout was completed.
CompleteTime string `json:"completeTime,omitempty"`
diff --git a/gkehub/v1alpha/gkehub-api.json b/gkehub/v1alpha/gkehub-api.json
index ef764d4..311cd9a 100644
--- a/gkehub/v1alpha/gkehub-api.json
+++ b/gkehub/v1alpha/gkehub-api.json
@@ -2740,7 +2740,7 @@
}
}
},
- "revision": "20260817",
+ "revision": "20260903",
"rootUrl": "https://gkehub.googleapis.com/",
"schemas": {
"AppDevExperienceFeatureSpec": {
@@ -7332,7 +7332,7 @@
"type": "object"
},
"Rollout": {
- "description": "Rollout contains the Rollout metadata and configuration. Next ID: 31",
+ "description": "Rollout contains the Rollout metadata and configuration. Next ID: 32",
"id": "Rollout",
"properties": {
"completeTime": {
diff --git a/gkehub/v1alpha/gkehub-gen.go b/gkehub/v1alpha/gkehub-gen.go
index a3f2543..a53bbcd 100644
--- a/gkehub/v1alpha/gkehub-gen.go
+++ b/gkehub/v1alpha/gkehub-gen.go
@@ -6134,7 +6134,7 @@
}
// Rollout: Rollout contains the Rollout metadata and configuration. Next ID:
-// 31
+// 32
type Rollout struct {
// CompleteTime: Output only. The timestamp at which the Rollout was completed.
CompleteTime string `json:"completeTime,omitempty"`
diff --git a/gkehub/v1beta/gkehub-api.json b/gkehub/v1beta/gkehub-api.json
index 10df1e8..733984b 100644
--- a/gkehub/v1beta/gkehub-api.json
+++ b/gkehub/v1beta/gkehub-api.json
@@ -2596,7 +2596,7 @@
}
}
},
- "revision": "20260817",
+ "revision": "20260903",
"rootUrl": "https://gkehub.googleapis.com/",
"schemas": {
"AppDevExperienceFeatureSpec": {
@@ -6945,7 +6945,7 @@
"type": "object"
},
"Rollout": {
- "description": "Rollout contains the Rollout metadata and configuration. Next ID: 31",
+ "description": "Rollout contains the Rollout metadata and configuration. Next ID: 32",
"id": "Rollout",
"properties": {
"completeTime": {
diff --git a/gkehub/v1beta/gkehub-gen.go b/gkehub/v1beta/gkehub-gen.go
index c82d1c8..facf87a 100644
--- a/gkehub/v1beta/gkehub-gen.go
+++ b/gkehub/v1beta/gkehub-gen.go
@@ -5835,7 +5835,7 @@
}
// Rollout: Rollout contains the Rollout metadata and configuration. Next ID:
-// 31
+// 32
type Rollout struct {
// CompleteTime: Output only. The timestamp at which the Rollout was completed.
CompleteTime string `json:"completeTime,omitempty"`
diff --git a/networkconnectivity/v1/networkconnectivity-api.json b/networkconnectivity/v1/networkconnectivity-api.json
index 90e8257..8665243 100644
--- a/networkconnectivity/v1/networkconnectivity-api.json
+++ b/networkconnectivity/v1/networkconnectivity-api.json
@@ -4046,7 +4046,7 @@
}
}
},
- "revision": "20260715",
+ "revision": "20260908",
"rootUrl": "https://networkconnectivity.googleapis.com/",
"schemas": {
"AcceptHubSpokeRequest": {
@@ -8180,6 +8180,10 @@
},
"type": "array"
},
+ "autoAccept": {
+ "description": "Optional. Immutable. Controls whether resources proposed by the Transport are automatically accepted on behalf of the user. List of actions that can be automatically accepted are: 1. VPC Peering creation 2. Routing VPC Spoke creation 3. Hybrid Spoke creation",
+ "type": "boolean"
+ },
"bandwidth": {
"description": "Optional. Bandwidth of the Transport. This must be one of the supported bandwidths for the remote profile, and must be set when no activation key is being provided.",
"enum": [
@@ -8231,6 +8235,10 @@
"readOnly": true,
"type": "string"
},
+ "hub": {
+ "description": "Optional. Immutable. The NCC Hub that the Transport should attach to. The hub must be in the same project as the Transport. Format: `{hub}` or `projects/{project}/locations/global/hubs/{hub}`",
+ "type": "string"
+ },
"labels": {
"additionalProperties": {
"type": "string"
@@ -8261,6 +8269,10 @@
"description": "Optional. Immutable. Key used for establishing a connection with the remote transport. This key can only be provided if the profile supports an INPUT key flow and the resource is in the PENDING_KEY state.",
"type": "string"
},
+ "pscRoutingEnabled": {
+ "description": "Optional. Immutable. Controls whether a Routing VPC Spoke should be created and attached to the NCC Hub. This will provide Private Service Connect (PSC) connectivity through NCC. This can only be set when the Transport is first created.",
+ "type": "boolean"
+ },
"remoteAccountId": {
"description": "Optional. Immutable. The user supplied account id for the CSP associated with the remote profile.",
"type": "string"
diff --git a/networkconnectivity/v1/networkconnectivity-gen.go b/networkconnectivity/v1/networkconnectivity-gen.go
index 8b69a36..b41c018 100644
--- a/networkconnectivity/v1/networkconnectivity-gen.go
+++ b/networkconnectivity/v1/networkconnectivity-gen.go
@@ -5085,6 +5085,11 @@
// AdvertisedRoutes: Optional. List of IP Prefixes that will be advertised to
// the remote provider. Both IPv4 and IPv6 addresses are supported.
AdvertisedRoutes []string `json:"advertisedRoutes,omitempty"`
+ // AutoAccept: Optional. Immutable. Controls whether resources proposed by the
+ // Transport are automatically accepted on behalf of the user. List of actions
+ // that can be automatically accepted are: 1. VPC Peering creation 2. Routing
+ // VPC Spoke creation 3. Hybrid Spoke creation
+ AutoAccept bool `json:"autoAccept,omitempty"`
// Bandwidth: Optional. Bandwidth of the Transport. This must be one of the
// supported bandwidths for the remote profile, and must be set when no
// activation key is being provided.
@@ -5115,6 +5120,10 @@
// PENDING_KEY state. Once the provider has accepted the key, the resource will
// move to the CONFIGURING state.
GeneratedActivationKey string `json:"generatedActivationKey,omitempty"`
+ // Hub: Optional. Immutable. The NCC Hub that the Transport should attach to.
+ // The hub must be in the same project as the Transport. Format: `{hub}` or
+ // `projects/{project}/locations/global/hubs/{hub}`
+ Hub string `json:"hub,omitempty"`
// Labels: Optional. Labels as key value pairs.
Labels map[string]string `json:"labels,omitempty"`
// MtuLimit: Output only. The maximum transmission unit (MTU) of a packet that
@@ -5135,6 +5144,11 @@
// profile supports an INPUT key flow and the resource is in the PENDING_KEY
// state.
ProvidedActivationKey string `json:"providedActivationKey,omitempty"`
+ // PscRoutingEnabled: Optional. Immutable. Controls whether a Routing VPC Spoke
+ // should be created and attached to the NCC Hub. This will provide Private
+ // Service Connect (PSC) connectivity through NCC. This can only be set when
+ // the Transport is first created.
+ PscRoutingEnabled bool `json:"pscRoutingEnabled,omitempty"`
// RemoteAccountId: Optional. Immutable. The user supplied account id for the
// CSP associated with the remote profile.
RemoteAccountId string `json:"remoteAccountId,omitempty"`
diff --git a/workstations/v1/workstations-api.json b/workstations/v1/workstations-api.json
index ccb8f4d..b654299 100644
--- a/workstations/v1/workstations-api.json
+++ b/workstations/v1/workstations-api.json
@@ -20,6 +20,31 @@
"description": "Regional Endpoint",
"endpointUrl": "https://workstations.us-central1.rep.googleapis.com/",
"location": "us-central1"
+ },
+ {
+ "description": "Regional Endpoint",
+ "endpointUrl": "https://workstations.us-east1.rep.googleapis.com/",
+ "location": "us-east1"
+ },
+ {
+ "description": "Regional Endpoint",
+ "endpointUrl": "https://workstations.us-east4.rep.googleapis.com/",
+ "location": "us-east4"
+ },
+ {
+ "description": "Regional Endpoint",
+ "endpointUrl": "https://workstations.us-east5.rep.googleapis.com/",
+ "location": "us-east5"
+ },
+ {
+ "description": "Regional Endpoint",
+ "endpointUrl": "https://workstations.us-west1.rep.googleapis.com/",
+ "location": "us-west1"
+ },
+ {
+ "description": "Regional Endpoint",
+ "endpointUrl": "https://workstations.us-west4.rep.googleapis.com/",
+ "location": "us-west4"
}
],
"fullyEncodeReservedExpansion": true,
@@ -1256,7 +1281,7 @@
}
}
},
- "revision": "20260901",
+ "revision": "20260909",
"rootUrl": "https://workstations.googleapis.com/",
"schemas": {
"Accelerator": {
diff --git a/workstations/v1beta/workstations-api.json b/workstations/v1beta/workstations-api.json
index e96e11c..bfb548d 100644
--- a/workstations/v1beta/workstations-api.json
+++ b/workstations/v1beta/workstations-api.json
@@ -20,6 +20,31 @@
"description": "Regional Endpoint",
"endpointUrl": "https://workstations.us-central1.rep.googleapis.com/",
"location": "us-central1"
+ },
+ {
+ "description": "Regional Endpoint",
+ "endpointUrl": "https://workstations.us-east1.rep.googleapis.com/",
+ "location": "us-east1"
+ },
+ {
+ "description": "Regional Endpoint",
+ "endpointUrl": "https://workstations.us-east4.rep.googleapis.com/",
+ "location": "us-east4"
+ },
+ {
+ "description": "Regional Endpoint",
+ "endpointUrl": "https://workstations.us-east5.rep.googleapis.com/",
+ "location": "us-east5"
+ },
+ {
+ "description": "Regional Endpoint",
+ "endpointUrl": "https://workstations.us-west1.rep.googleapis.com/",
+ "location": "us-west1"
+ },
+ {
+ "description": "Regional Endpoint",
+ "endpointUrl": "https://workstations.us-west4.rep.googleapis.com/",
+ "location": "us-west4"
}
],
"fullyEncodeReservedExpansion": true,
@@ -1210,7 +1235,7 @@
}
}
},
- "revision": "20260901",
+ "revision": "20260909",
"rootUrl": "https://workstations.googleapis.com/",
"schemas": {
"Accelerator": {