Skip to content

Commit 96b171f

Browse files
Google APIscopybara-github
authored andcommitted
docs: rebrand from "SaaS Runtime" to "App Lifecycle Manager"
PiperOrigin-RevId: 899527956
1 parent 62e4ecb commit 96b171f

6 files changed

Lines changed: 35 additions & 19 deletions

File tree

google/cloud/saasplatform/saasservicemgmt/v1beta1/common.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 Google LLC
1+
// Copyright 2026 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

google/cloud/saasplatform/saasservicemgmt/v1beta1/deployments_resources.proto

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 Google LLC
1+
// Copyright 2026 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.
@@ -121,17 +121,17 @@ message Tenant {
121121
// Optional. Immutable. A reference to the consumer resource this SaaS Tenant
122122
// is representing.
123123
//
124-
// The relationship with a consumer resource can be used by SaaS Runtime for
125-
// retrieving consumer-defined settings and policies such as maintenance
126-
// policies (using Unified Maintenance Policy API).
124+
// The relationship with a consumer resource can be used by App Lifecycle
125+
// Manager for retrieving consumer-defined settings and policies such as
126+
// maintenance policies (using Unified Maintenance Policy API).
127127
string consumer_resource = 2 [
128128
(google.api.field_behavior) = OPTIONAL,
129129
(google.api.field_behavior) = IMMUTABLE
130130
];
131131

132132
// Required. Immutable. A reference to the Saas that defines the product
133-
// (managed service) that the producer wants to manage with SaaS Runtime. Part
134-
// of the SaaS Runtime common data model.
133+
// (managed service) that the producer wants to manage with App Lifecycle
134+
// Manager. Part of the App Lifecycle Manager common data model.
135135
string saas = 3 [
136136
(google.api.field_behavior) = REQUIRED,
137137
(google.api.field_behavior) = IMMUTABLE,
@@ -228,8 +228,9 @@ message UnitKind {
228228
[(google.api.field_behavior) = OPTIONAL];
229229

230230
// Required. Immutable. A reference to the Saas that defines the product
231-
// (managed service) that the producer wants to manage with SaaS Runtime. Part
232-
// of the SaaS Runtime common data model. Immutable once set.
231+
// (managed service) that the producer wants to manage with App Lifecycle
232+
// Manager. Part of the App Lifecycle Manager common data model. Immutable
233+
// once set.
233234
string saas = 8 [
234235
(google.api.field_behavior) = REQUIRED,
235236
(google.api.field_behavior) = IMMUTABLE,
@@ -890,8 +891,8 @@ message ToMapping {
890891
// Required. Name of the inputVariable on the dependency
891892
string input_variable = 2 [(google.api.field_behavior) = REQUIRED];
892893

893-
// Optional. Tells SaaS Runtime if this mapping should be used during lookup
894-
// or not
894+
// Optional. Tells App Lifecycle Manager if this mapping should be used during
895+
// lookup or not
895896
bool ignore_for_lookup = 3 [(google.api.field_behavior) = OPTIONAL];
896897
}
897898

google/cloud/saasplatform/saasservicemgmt/v1beta1/deployments_service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 Google LLC
1+
// Copyright 2026 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

google/cloud/saasplatform/saasservicemgmt/v1beta1/rollouts_resources.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 Google LLC
1+
// Copyright 2026 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

google/cloud/saasplatform/saasservicemgmt/v1beta1/rollouts_service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2025 Google LLC
1+
// Copyright 2026 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

google/cloud/saasplatform/saasservicemgmt/v1beta1/saasservicemgmt_v1beta1.yaml

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
type: google.api.Service
22
config_version: 3
33
name: saasservicemgmt.googleapis.com
4-
title: SaaS Runtime API
4+
title: App Lifecycle Manager API
55

66
apis:
77
- name: google.cloud.location.Locations
@@ -11,15 +11,30 @@ apis:
1111

1212
documentation:
1313
summary: 'Model, deploy, and operate your SaaS at scale.'
14-
overview: |-
15-
SaaS Runtime lets you store, host, manage, and monitor software as a service (SaaS) applications
16-
on Google Cloud.
14+
overview: App Lifecycle Manager Overview
1715
rules:
1816
- selector: google.cloud.location.Locations.GetLocation
1917
description: Gets information about a location.
2018

2119
- selector: google.cloud.location.Locations.ListLocations
22-
description: Lists information about the supported locations for this service.
20+
description: |-
21+
Lists information about the supported locations for this service.
22+
23+
This method lists locations based on the resource scope provided in
24+
the [ListLocationsRequest.name] field:
25+
26+
* **Global locations**: If `name` is empty, the method lists the
27+
public locations available to all projects. * **Project-specific
28+
locations**: If `name` follows the format
29+
`projects/{project}`, the method lists locations visible to that
30+
specific project. This includes public, private, or other
31+
project-specific locations enabled for the project.
32+
33+
For gRPC and client library implementations, the resource name is
34+
passed as the `name` field. For direct service calls, the resource
35+
name is
36+
incorporated into the request path based on the specific service
37+
implementation and version.
2338
2439
http:
2540
rules:

0 commit comments

Comments
 (0)