Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Commit 52f4868

Browse files
docs: Provide a descriptive comment for DataLabelingService (#326)
PiperOrigin-RevId: 341774308 Source-Author: Google APIs <noreply@google.com> Source-Date: Wed Nov 11 00:00:03 2020 -0800 Source-Repo: googleapis/googleapis Source-Sha: 038351107de08b8f2796ab1fc3be5b84ea0c2d87 Source-Link: googleapis/googleapis@0383511
1 parent 32e7ec6 commit 52f4868

File tree

5 files changed

+41
-10
lines changed

5 files changed

+41
-10
lines changed

google-cloud-datalabeling/src/main/java/com/google/cloud/datalabeling/v1beta1/DataLabelingServiceClient.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141

4242
// AUTO-GENERATED DOCUMENTATION AND SERVICE
4343
/**
44-
* Service Description:
44+
* Service Description: Service for the AI Platform Data Labeling API.
4545
*
4646
* <p>This class provides the ability to make remote calls to the backing service through method
4747
* calls that map to API methods. Sample code to get started:

google-cloud-datalabeling/src/main/java/com/google/cloud/datalabeling/v1beta1/package-info.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* <p>========================= DataLabelingServiceClient =========================
2323
*
24-
* <p>Service Description:
24+
* <p>Service Description: Service for the AI Platform Data Labeling API.
2525
*
2626
* <p>Sample for DataLabelingServiceClient:
2727
*

grpc-google-cloud-datalabeling-v1beta1/src/main/java/com/google/cloud/datalabeling/v1beta1/DataLabelingServiceGrpc.java

+35-5
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@
2222
import static io.grpc.stub.ServerCalls.asyncUnaryCall;
2323
import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;
2424

25-
/** */
25+
/**
26+
*
27+
*
28+
* <pre>
29+
* Service for the AI Platform Data Labeling API.
30+
* </pre>
31+
*/
2632
@javax.annotation.Generated(
2733
value = "by gRPC proto compiler",
2834
comments = "Source: google/cloud/datalabeling/v1beta1/data_labeling_service.proto")
@@ -1697,7 +1703,13 @@ public DataLabelingServiceFutureStub newStub(
16971703
return DataLabelingServiceFutureStub.newStub(factory, channel);
16981704
}
16991705

1700-
/** */
1706+
/**
1707+
*
1708+
*
1709+
* <pre>
1710+
* Service for the AI Platform Data Labeling API.
1711+
* </pre>
1712+
*/
17011713
public abstract static class DataLabelingServiceImplBase implements io.grpc.BindableService {
17021714

17031715
/**
@@ -2416,7 +2428,13 @@ public final io.grpc.ServerServiceDefinition bindService() {
24162428
}
24172429
}
24182430

2419-
/** */
2431+
/**
2432+
*
2433+
*
2434+
* <pre>
2435+
* Service for the AI Platform Data Labeling API.
2436+
* </pre>
2437+
*/
24202438
public static final class DataLabelingServiceStub
24212439
extends io.grpc.stub.AbstractAsyncStub<DataLabelingServiceStub> {
24222440
private DataLabelingServiceStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
@@ -3004,7 +3022,13 @@ public void listEvaluationJobs(
30043022
}
30053023
}
30063024

3007-
/** */
3025+
/**
3026+
*
3027+
*
3028+
* <pre>
3029+
* Service for the AI Platform Data Labeling API.
3030+
* </pre>
3031+
*/
30083032
public static final class DataLabelingServiceBlockingStub
30093033
extends io.grpc.stub.AbstractBlockingStub<DataLabelingServiceBlockingStub> {
30103034
private DataLabelingServiceBlockingStub(
@@ -3468,7 +3492,13 @@ public com.google.cloud.datalabeling.v1beta1.ListEvaluationJobsResponse listEval
34683492
}
34693493
}
34703494

3471-
/** */
3495+
/**
3496+
*
3497+
*
3498+
* <pre>
3499+
* Service for the AI Platform Data Labeling API.
3500+
* </pre>
3501+
*/
34723502
public static final class DataLabelingServiceFutureStub
34733503
extends io.grpc.stub.AbstractFutureStub<DataLabelingServiceFutureStub> {
34743504
private DataLabelingServiceFutureStub(

proto-google-cloud-datalabeling-v1beta1/src/main/proto/google/cloud/datalabeling/v1beta1/data_labeling_service.proto

+1
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ option java_package = "com.google.cloud.datalabeling.v1beta1";
3838
option php_namespace = "Google\\Cloud\\DataLabeling\\V1beta1";
3939
option ruby_package = "Google::Cloud::DataLabeling::V1beta1";
4040

41+
// Service for the AI Platform Data Labeling API.
4142
service DataLabelingService {
4243
option (google.api.default_host) = "datalabeling.googleapis.com";
4344
option (google.api.oauth_scopes) = "https://www.googleapis.com/auth/cloud-platform";

synth.metadata

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
"git": {
55
"name": ".",
66
"remote": "https://github.com/googleapis/java-datalabeling.git",
7-
"sha": "33b2712cbb557a56af9ab65e646a2854a6a0fc4a"
7+
"sha": "32e7ec6ec4ada8f266815a77905451d9d956100c"
88
}
99
},
1010
{
1111
"git": {
1212
"name": "googleapis",
1313
"remote": "https://github.com/googleapis/googleapis.git",
14-
"sha": "04514253a93d1cfbc20f39a35786bb5349c1921d",
15-
"internalRef": "341139481"
14+
"sha": "038351107de08b8f2796ab1fc3be5b84ea0c2d87",
15+
"internalRef": "341774308"
1616
}
1717
},
1818
{

0 commit comments

Comments
 (0)