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
Copy file name to clipboardExpand all lines: java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/ClusterManagerClient.java
+55-55
Original file line number
Diff line number
Diff line change
@@ -1981,6 +1981,61 @@ public final UnaryCallable<GetServerConfigRequest, ServerConfig> getServerConfig
1981
1981
returnstub.getServerConfigCallable();
1982
1982
}
1983
1983
1984
+
// AUTO-GENERATED DOCUMENTATION AND METHOD.
1985
+
/**
1986
+
* Gets the public component of the cluster signing keys in JSON Web Key format. This API is not
1987
+
* yet intended for general use, and is not available for all clusters.
1988
+
*
1989
+
* <p>Sample code:
1990
+
*
1991
+
* <pre>{@code
1992
+
* // This snippet has been automatically generated and should be regarded as a code template only.
1993
+
* // It will require modifications to work:
1994
+
* // - It may require correct/in-range values for request initialization.
1995
+
* // - It may require specifying regional endpoints when creating the service client as shown in
Copy file name to clipboardExpand all lines: java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/ClusterManagerSettings.java
+11-11
Original file line number
Diff line number
Diff line change
@@ -211,16 +211,16 @@ public UnaryCallSettings<GetServerConfigRequest, ServerConfig> getServerConfigSe
Copy file name to clipboardExpand all lines: java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/stub/ClusterManagerStub.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -147,14 +147,14 @@ public UnaryCallable<GetServerConfigRequest, ServerConfig> getServerConfigCallab
Copy file name to clipboardExpand all lines: java-container/google-cloud-container/src/main/java/com/google/cloud/container/v1beta1/stub/ClusterManagerStubSettings.java
+25-25
Original file line number
Diff line number
Diff line change
@@ -159,10 +159,10 @@ public class ClusterManagerStubSettings extends StubSettings<ClusterManagerStubS
0 commit comments