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
{{ message }}
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: google-cloud-servicedirectory/src/main/java/com/google/cloud/servicedirectory/v1/RegistrationServiceClient.java
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1765,7 +1765,8 @@ public final UnaryCallable<DeleteEndpointRequest, Empty> deleteEndpointCallable(
Copy file name to clipboardExpand all lines: google-cloud-servicedirectory/src/main/java/com/google/cloud/servicedirectory/v1beta1/RegistrationServiceClient.java
+41-35Lines changed: 41 additions & 35 deletions
Original file line number
Diff line number
Diff line change
@@ -174,7 +174,7 @@ public RegistrationServiceStub getStub() {
174
174
175
175
// AUTO-GENERATED DOCUMENTATION AND METHOD.
176
176
/**
177
-
* Creates a namespace, and returns the new Namespace.
177
+
* Creates a namespace, and returns the new namespace.
178
178
*
179
179
* <p>Sample code:
180
180
*
@@ -212,7 +212,7 @@ public final Namespace createNamespace(
212
212
213
213
// AUTO-GENERATED DOCUMENTATION AND METHOD.
214
214
/**
215
-
* Creates a namespace, and returns the new Namespace.
215
+
* Creates a namespace, and returns the new namespace.
216
216
*
217
217
* <p>Sample code:
218
218
*
@@ -249,7 +249,7 @@ public final Namespace createNamespace(String parent, Namespace namespace, Strin
249
249
250
250
// AUTO-GENERATED DOCUMENTATION AND METHOD.
251
251
/**
252
-
* Creates a namespace, and returns the new Namespace.
252
+
* Creates a namespace, and returns the new namespace.
253
253
*
254
254
* <p>Sample code:
255
255
*
@@ -274,7 +274,7 @@ public final Namespace createNamespace(CreateNamespaceRequest request) {
274
274
275
275
// AUTO-GENERATED DOCUMENTATION AND METHOD.
276
276
/**
277
-
* Creates a namespace, and returns the new Namespace.
277
+
* Creates a namespace, and returns the new namespace.
278
278
*
279
279
* <p>Sample code:
280
280
*
@@ -312,7 +312,7 @@ public final UnaryCallable<CreateNamespaceRequest, Namespace> createNamespaceCal
312
312
* }
313
313
* }</pre>
314
314
*
315
-
* @param parent Required. The resource name of the project and location whose namespaces we'd
315
+
* @param parent Required. The resource name of the project and location whose namespaces you'd
316
316
* like to list.
317
317
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
318
318
*/
@@ -339,7 +339,7 @@ public final ListNamespacesPagedResponse listNamespaces(LocationName parent) {
339
339
* }
340
340
* }</pre>
341
341
*
342
-
* @param parent Required. The resource name of the project and location whose namespaces we'd
342
+
* @param parent Required. The resource name of the project and location whose namespaces you'd
343
343
* like to list.
344
344
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
345
345
*/
@@ -699,7 +699,7 @@ public final UnaryCallable<DeleteNamespaceRequest, Empty> deleteNamespaceCallabl
699
699
700
700
// AUTO-GENERATED DOCUMENTATION AND METHOD.
701
701
/**
702
-
* Creates a service, and returns the new Service.
702
+
* Creates a service, and returns the new service.
703
703
*
704
704
* <p>Sample code:
705
705
*
@@ -734,7 +734,7 @@ public final Service createService(NamespaceName parent, Service service, String
734
734
735
735
// AUTO-GENERATED DOCUMENTATION AND METHOD.
736
736
/**
737
-
* Creates a service, and returns the new Service.
737
+
* Creates a service, and returns the new service.
738
738
*
739
739
* <p>Sample code:
740
740
*
@@ -769,7 +769,7 @@ public final Service createService(String parent, Service service, String servic
769
769
770
770
// AUTO-GENERATED DOCUMENTATION AND METHOD.
771
771
/**
772
-
* Creates a service, and returns the new Service.
772
+
* Creates a service, and returns the new service.
773
773
*
774
774
* <p>Sample code:
775
775
*
@@ -794,7 +794,7 @@ public final Service createService(CreateServiceRequest request) {
794
794
795
795
// AUTO-GENERATED DOCUMENTATION AND METHOD.
796
796
/**
797
-
* Creates a service, and returns the new Service.
797
+
* Creates a service, and returns the new service.
798
798
*
799
799
* <p>Sample code:
800
800
*
@@ -832,7 +832,7 @@ public final UnaryCallable<CreateServiceRequest, Service> createServiceCallable(
832
832
* }
833
833
* }</pre>
834
834
*
835
-
* @param parent Required. The resource name of the namespace whose services we'd like to list.
835
+
* @param parent Required. The resource name of the namespace whose services you'd like to list.
836
836
* @throws com.google.api.gax.rpc.ApiException if the remote call fails
0 commit comments