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

Commit 214f088

Browse files
1 parent 2ad307a commit 214f088

File tree

80 files changed

+12266
-7554
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

80 files changed

+12266
-7554
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@
5555
* methods:
5656
*
5757
* <ol>
58-
* <li> A "flattened" method. With this type of method, the fields of the request type have been
58+
* <li>A "flattened" method. With this type of method, the fields of the request type have been
5959
* converted into function parameters. It may be the case that not all fields are available as
6060
* parameters, and not every API method will have a flattened method entry point.
61-
* <li> A "request object" method. This type of method only takes one parameter, a request object,
61+
* <li>A "request object" method. This type of method only takes one parameter, a request object,
6262
* which must be constructed before the call. Not every API method will have a request object
6363
* method.
64-
* <li> A "callable" method. This type of method takes no parameters and returns an immutable API
64+
* <li>A "callable" method. This type of method takes no parameters and returns an immutable API
6565
* callable object, which can be used to initiate calls to the service.
6666
* </ol>
6767
*
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import com.google.api.gax.rpc.ApiClientHeaderProvider;
2525
import com.google.api.gax.rpc.ClientContext;
2626
import com.google.api.gax.rpc.ClientSettings;
27-
import com.google.api.gax.rpc.StubSettings;
2827
import com.google.api.gax.rpc.TransportChannelProvider;
2928
import com.google.api.gax.rpc.UnaryCallSettings;
3029
import com.google.api.servicecontrol.v1.stub.QuotaControllerStubSettings;
@@ -39,10 +38,10 @@
3938
* <p>The default instance has everything set to sensible defaults:
4039
*
4140
* <ul>
42-
* <li> The default service address (servicecontrol.googleapis.com) and default port (443) are
41+
* <li>The default service address (servicecontrol.googleapis.com) and default port (443) are
4342
* used.
44-
* <li> Credentials are acquired automatically through Application Default Credentials.
45-
* <li> Retries are configured for idempotent methods but not for non-idempotent methods.
43+
* <li>Credentials are acquired automatically through Application Default Credentials.
44+
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
4645
* </ul>
4746
*
4847
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,13 +55,13 @@
5555
* methods:
5656
*
5757
* <ol>
58-
* <li> A "flattened" method. With this type of method, the fields of the request type have been
58+
* <li>A "flattened" method. With this type of method, the fields of the request type have been
5959
* converted into function parameters. It may be the case that not all fields are available as
6060
* parameters, and not every API method will have a flattened method entry point.
61-
* <li> A "request object" method. This type of method only takes one parameter, a request object,
61+
* <li>A "request object" method. This type of method only takes one parameter, a request object,
6262
* which must be constructed before the call. Not every API method will have a request object
6363
* method.
64-
* <li> A "callable" method. This type of method takes no parameters and returns an immutable API
64+
* <li>A "callable" method. This type of method takes no parameters and returns an immutable API
6565
* callable object, which can be used to initiate calls to the service.
6666
* </ol>
6767
*
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@
2424
import com.google.api.gax.rpc.ApiClientHeaderProvider;
2525
import com.google.api.gax.rpc.ClientContext;
2626
import com.google.api.gax.rpc.ClientSettings;
27-
import com.google.api.gax.rpc.StubSettings;
2827
import com.google.api.gax.rpc.TransportChannelProvider;
2928
import com.google.api.gax.rpc.UnaryCallSettings;
3029
import com.google.api.servicecontrol.v1.stub.ServiceControllerStubSettings;
@@ -39,10 +38,10 @@
3938
* <p>The default instance has everything set to sensible defaults:
4039
*
4140
* <ul>
42-
* <li> The default service address (servicecontrol.googleapis.com) and default port (443) are
41+
* <li>The default service address (servicecontrol.googleapis.com) and default port (443) are
4342
* used.
44-
* <li> Credentials are acquired automatically through Application Default Credentials.
45-
* <li> Retries are configured for idempotent methods but not for non-idempotent methods.
43+
* <li>Credentials are acquired automatically through Application Default Credentials.
44+
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
4645
* </ul>
4746
*
4847
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
import io.grpc.MethodDescriptor;
3030
import io.grpc.protobuf.ProtoUtils;
3131
import java.io.IOException;
32-
import java.util.Map;
3332
import java.util.concurrent.TimeUnit;
3433
import javax.annotation.Generated;
3534

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
import io.grpc.MethodDescriptor;
3232
import io.grpc.protobuf.ProtoUtils;
3333
import java.io.IOException;
34-
import java.util.Map;
3534
import java.util.concurrent.TimeUnit;
3635
import javax.annotation.Generated;
3736

0 commit comments

Comments
 (0)