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
@@ -67,14 +67,14 @@ See the [Authentication][authentication] section in the base directory's README.
67
67
68
68
## Authorization
69
69
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.
71
71
72
72
## Getting Started
73
73
74
74
### Prerequisites
75
75
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.
78
78
[Follow these instructions][create-project] to get your project set up. You will also need to set up the local development environment by
79
79
[installing the Google Cloud Command Line Interface][cloud-cli] and running the following commands in command line:
80
80
`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
84
84
You'll need to obtain the `google-cloud-saasservicemgmt` library. See the [Quickstart](#quickstart) section
85
85
to add `google-cloud-saasservicemgmt` as a dependency in your code.
86
86
87
-
## About SaaS Runtime API
87
+
## About App Lifecycle Manager
88
88
89
89
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.
91
91
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.
94
94
95
95
96
96
@@ -103,7 +103,7 @@ To get help, follow the instructions in the [shared Troubleshooting document][tr
103
103
104
104
## Transport
105
105
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.
0 commit comments