Skip to content

Commit 6eeccb2

Browse files
committed
package private + comment on S2A env var.
1 parent a4ee6c5 commit 6eeccb2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gax-java/gax/src/main/java/com/google/api/gax/rpc/EndpointContext.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ public abstract class EndpointContext {
6666
"The configured universe domain (%s) does not match the universe domain found in the credentials (%s). If you haven't configured the universe domain explicitly, `googleapis.com` is the default.";
6767
public static final String UNABLE_TO_RETRIEVE_CREDENTIALS_ERROR_MESSAGE =
6868
"Unable to retrieve the Universe Domain from the Credentials.";
69-
public static final String S2A_ENV_ENABLE_USE_S2A = "EXPERIMENTAL_GOOGLE_API_USE_S2A";
69+
// This environment variable is a temporary measure. It will be removed when the feature is
70+
// non-experimental.
71+
static final String S2A_ENV_ENABLE_USE_S2A = "EXPERIMENTAL_GOOGLE_API_USE_S2A";
7072

7173
public static EndpointContext getDefaultInstance() {
7274
return INSTANCE;

0 commit comments

Comments
 (0)