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

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
yoshi-automation committed Nov 12, 2020
1 parent 32e7ec6 commit 52f4868
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 10 deletions.
Expand Up @@ -41,7 +41,7 @@

// AUTO-GENERATED DOCUMENTATION AND SERVICE
/**
* Service Description:
* Service Description: Service for the AI Platform Data Labeling API.
*
* <p>This class provides the ability to make remote calls to the backing service through method
* calls that map to API methods. Sample code to get started:
Expand Down
Expand Up @@ -21,7 +21,7 @@
*
* <p>========================= DataLabelingServiceClient =========================
*
* <p>Service Description:
* <p>Service Description: Service for the AI Platform Data Labeling API.
*
* <p>Sample for DataLabelingServiceClient:
*
Expand Down
Expand Up @@ -22,7 +22,13 @@
import static io.grpc.stub.ServerCalls.asyncUnaryCall;
import static io.grpc.stub.ServerCalls.asyncUnimplementedUnaryCall;

/** */
/**
*
*
* <pre>
* Service for the AI Platform Data Labeling API.
* </pre>
*/
@javax.annotation.Generated(
value = "by gRPC proto compiler",
comments = "Source: google/cloud/datalabeling/v1beta1/data_labeling_service.proto")
Expand Down Expand Up @@ -1697,7 +1703,13 @@ public DataLabelingServiceFutureStub newStub(
return DataLabelingServiceFutureStub.newStub(factory, channel);
}

/** */
/**
*
*
* <pre>
* Service for the AI Platform Data Labeling API.
* </pre>
*/
public abstract static class DataLabelingServiceImplBase implements io.grpc.BindableService {

/**
Expand Down Expand Up @@ -2416,7 +2428,13 @@ public final io.grpc.ServerServiceDefinition bindService() {
}
}

/** */
/**
*
*
* <pre>
* Service for the AI Platform Data Labeling API.
* </pre>
*/
public static final class DataLabelingServiceStub
extends io.grpc.stub.AbstractAsyncStub<DataLabelingServiceStub> {
private DataLabelingServiceStub(io.grpc.Channel channel, io.grpc.CallOptions callOptions) {
Expand Down Expand Up @@ -3004,7 +3022,13 @@ public void listEvaluationJobs(
}
}

/** */
/**
*
*
* <pre>
* Service for the AI Platform Data Labeling API.
* </pre>
*/
public static final class DataLabelingServiceBlockingStub
extends io.grpc.stub.AbstractBlockingStub<DataLabelingServiceBlockingStub> {
private DataLabelingServiceBlockingStub(
Expand Down Expand Up @@ -3468,7 +3492,13 @@ public com.google.cloud.datalabeling.v1beta1.ListEvaluationJobsResponse listEval
}
}

/** */
/**
*
*
* <pre>
* Service for the AI Platform Data Labeling API.
* </pre>
*/
public static final class DataLabelingServiceFutureStub
extends io.grpc.stub.AbstractFutureStub<DataLabelingServiceFutureStub> {
private DataLabelingServiceFutureStub(
Expand Down
Expand Up @@ -38,6 +38,7 @@ option java_package = "com.google.cloud.datalabeling.v1beta1";
option php_namespace = "Google\\Cloud\\DataLabeling\\V1beta1";
option ruby_package = "Google::Cloud::DataLabeling::V1beta1";

// Service for the AI Platform Data Labeling API.
service DataLabelingService {
option (google.api.default_host) = "datalabeling.googleapis.com";
option (google.api.oauth_scopes) = "https://www.googleapis.com/auth/cloud-platform";
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/java-datalabeling.git",
"sha": "33b2712cbb557a56af9ab65e646a2854a6a0fc4a"
"sha": "32e7ec6ec4ada8f266815a77905451d9d956100c"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "04514253a93d1cfbc20f39a35786bb5349c1921d",
"internalRef": "341139481"
"sha": "038351107de08b8f2796ab1fc3be5b84ea0c2d87",
"internalRef": "341774308"
}
},
{
Expand Down

0 comments on commit 52f4868

Please sign in to comment.