Skip to content

Commit 85f51b2

Browse files
chore: Upadte Saas Service Management README to reference App Lifecycle Manager (#12942)
See b/505337310 --------- Co-authored-by: cloud-java-bot <cloud-java-bot@google.com>
1 parent 45b572f commit 85f51b2

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

generation_config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2209,7 +2209,7 @@ libraries:
22092209
GAPICs:
22102210
- proto_path: google/cloud/run/v2
22112211
- api_shortname: saasservicemgmt
2212-
name_pretty: SaaS Runtime API
2212+
name_pretty: App Lifecycle Manager
22132213
product_documentation: https://cloud.google.com/saas-runtime/docs/overview
22142214
api_description: "Model, deploy, and operate your SaaS at scale.\t"
22152215
client_documentation:

java-saasservicemgmt/.repo-metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"api_shortname": "saasservicemgmt",
3-
"name_pretty": "SaaS Runtime API",
3+
"name_pretty": "App Lifecycle Manager",
44
"product_documentation": "https://cloud.google.com/saas-runtime/docs/overview",
55
"api_description": "Model, deploy, and operate your SaaS at scale.\t",
66
"client_documentation": "https://cloud.google.com/java/docs/reference/google-cloud-saasservicemgmt/latest/overview",

java-saasservicemgmt/README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Google SaaS Runtime API Client for Java
1+
# Google App Lifecycle Manager Client for Java
22

3-
Java idiomatic client for [SaaS Runtime API][product-docs].
3+
Java idiomatic client for [App Lifecycle Manager][product-docs].
44

55
[![Maven][maven-version-image]][maven-version-link]
66
![Stability][stability-image]
@@ -67,14 +67,14 @@ See the [Authentication][authentication] section in the base directory's README.
6767

6868
## Authorization
6969

70-
The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired SaaS Runtime API APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the SaaS Runtime API API calls.
70+
The client application making API calls must be granted [authorization scopes][auth-scopes] required for the desired App Lifecycle Manager APIs, and the authenticated principal must have the [IAM role(s)][predefined-iam-roles] required to access GCP resources using the App Lifecycle Manager API calls.
7171

7272
## Getting Started
7373

7474
### Prerequisites
7575

76-
You will need a [Google Cloud Platform Console][developer-console] project with the SaaS Runtime API [API enabled][enable-api].
77-
You will need to [enable billing][enable-billing] to use Google SaaS Runtime API.
76+
You will need a [Google Cloud Platform Console][developer-console] project with the App Lifecycle Manager [API enabled][enable-api].
77+
You will need to [enable billing][enable-billing] to use Google App Lifecycle Manager.
7878
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
7979
[installing the Google Cloud Command Line Interface][cloud-cli] and running the following commands in command line:
8080
`gcloud auth login` and `gcloud config set project [YOUR PROJECT ID]`.
@@ -84,13 +84,13 @@ You will need to [enable billing][enable-billing] to use Google SaaS Runtime API
8484
You'll need to obtain the `google-cloud-saasservicemgmt` library. See the [Quickstart](#quickstart) section
8585
to add `google-cloud-saasservicemgmt` as a dependency in your code.
8686

87-
## About SaaS Runtime API
87+
## About App Lifecycle Manager
8888

8989

90-
[SaaS Runtime API][product-docs] Model, deploy, and operate your SaaS at scale.
90+
[App Lifecycle Manager][product-docs] Model, deploy, and operate your SaaS at scale.
9191

92-
See the [SaaS Runtime API client library docs][javadocs] to learn how to
93-
use this SaaS Runtime API Client Library.
92+
See the [App Lifecycle Manager client library docs][javadocs] to learn how to
93+
use this App Lifecycle Manager Client Library.
9494

9595

9696

@@ -103,7 +103,7 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr
103103

104104
## Transport
105105

106-
SaaS Runtime API uses both gRPC and HTTP/JSON for the transport layer.
106+
App Lifecycle Manager uses both gRPC and HTTP/JSON for the transport layer.
107107

108108
## Supported Java Versions
109109

0 commit comments

Comments
 (0)