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

Commit

Permalink
docs: fix docstring formatting
Browse files Browse the repository at this point in the history
Committer: @parthea
PiperOrigin-RevId: 403986035

Source-Link: googleapis/googleapis@bbe8aa1

Source-Link: googleapis/googleapis-gen@4a43c7a
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNGE0M2M3YTU4NzNmZWZkZTEzOGEwM2IzN2UxODRlYTI3ODM0YzVmNSJ9
  • Loading branch information
gcf-owl-bot[bot] committed Oct 19, 2021
1 parent 22df539 commit 64087d3
Show file tree
Hide file tree
Showing 111 changed files with 15,099 additions and 23,535 deletions.

This file was deleted.

Expand Up @@ -62,13 +62,13 @@
* methods:
*
* <ol>
* <li>A "flattened" method. With this type of method, the fields of the request type have been
* <li> A "flattened" method. With this type of method, the fields of the request type have been
* converted into function parameters. It may be the case that not all fields are available as
* parameters, and not every API method will have a flattened method entry point.
* <li>A "request object" method. This type of method only takes one parameter, a request object,
* <li> A "request object" method. This type of method only takes one parameter, a request object,
* which must be constructed before the call. Not every API method will have a request object
* method.
* <li>A "callable" method. This type of method takes no parameters and returns an immutable API
* <li> A "callable" method. This type of method takes no parameters and returns an immutable API
* callable object, which can be used to initiate calls to the service.
* </ol>
*
Expand Down Expand Up @@ -2512,11 +2512,8 @@ public boolean awaitTermination(long duration, TimeUnit unit) throws Interrupted

public static class ListDeliveryPipelinesPagedResponse
extends AbstractPagedListResponse<
ListDeliveryPipelinesRequest,
ListDeliveryPipelinesResponse,
DeliveryPipeline,
ListDeliveryPipelinesPage,
ListDeliveryPipelinesFixedSizeCollection> {
ListDeliveryPipelinesRequest, ListDeliveryPipelinesResponse, DeliveryPipeline,
ListDeliveryPipelinesPage, ListDeliveryPipelinesFixedSizeCollection> {

public static ApiFuture<ListDeliveryPipelinesPagedResponse> createAsync(
PageContext<ListDeliveryPipelinesRequest, ListDeliveryPipelinesResponse, DeliveryPipeline>
Expand All @@ -2537,9 +2534,7 @@ private ListDeliveryPipelinesPagedResponse(ListDeliveryPipelinesPage page) {

public static class ListDeliveryPipelinesPage
extends AbstractPage<
ListDeliveryPipelinesRequest,
ListDeliveryPipelinesResponse,
DeliveryPipeline,
ListDeliveryPipelinesRequest, ListDeliveryPipelinesResponse, DeliveryPipeline,
ListDeliveryPipelinesPage> {

private ListDeliveryPipelinesPage(
Expand Down Expand Up @@ -2572,11 +2567,8 @@ public ApiFuture<ListDeliveryPipelinesPage> createPageAsync(

public static class ListDeliveryPipelinesFixedSizeCollection
extends AbstractFixedSizeCollection<
ListDeliveryPipelinesRequest,
ListDeliveryPipelinesResponse,
DeliveryPipeline,
ListDeliveryPipelinesPage,
ListDeliveryPipelinesFixedSizeCollection> {
ListDeliveryPipelinesRequest, ListDeliveryPipelinesResponse, DeliveryPipeline,
ListDeliveryPipelinesPage, ListDeliveryPipelinesFixedSizeCollection> {

private ListDeliveryPipelinesFixedSizeCollection(
List<ListDeliveryPipelinesPage> pages, int collectionSize) {
Expand All @@ -2596,10 +2588,7 @@ protected ListDeliveryPipelinesFixedSizeCollection createCollection(

public static class ListTargetsPagedResponse
extends AbstractPagedListResponse<
ListTargetsRequest,
ListTargetsResponse,
Target,
ListTargetsPage,
ListTargetsRequest, ListTargetsResponse, Target, ListTargetsPage,
ListTargetsFixedSizeCollection> {

public static ApiFuture<ListTargetsPagedResponse> createAsync(
Expand Down Expand Up @@ -2646,10 +2635,7 @@ public ApiFuture<ListTargetsPage> createPageAsync(

public static class ListTargetsFixedSizeCollection
extends AbstractFixedSizeCollection<
ListTargetsRequest,
ListTargetsResponse,
Target,
ListTargetsPage,
ListTargetsRequest, ListTargetsResponse, Target, ListTargetsPage,
ListTargetsFixedSizeCollection> {

private ListTargetsFixedSizeCollection(List<ListTargetsPage> pages, int collectionSize) {
Expand All @@ -2669,10 +2655,7 @@ protected ListTargetsFixedSizeCollection createCollection(

public static class ListReleasesPagedResponse
extends AbstractPagedListResponse<
ListReleasesRequest,
ListReleasesResponse,
Release,
ListReleasesPage,
ListReleasesRequest, ListReleasesResponse, Release, ListReleasesPage,
ListReleasesFixedSizeCollection> {

public static ApiFuture<ListReleasesPagedResponse> createAsync(
Expand Down Expand Up @@ -2721,10 +2704,7 @@ public ApiFuture<ListReleasesPage> createPageAsync(

public static class ListReleasesFixedSizeCollection
extends AbstractFixedSizeCollection<
ListReleasesRequest,
ListReleasesResponse,
Release,
ListReleasesPage,
ListReleasesRequest, ListReleasesResponse, Release, ListReleasesPage,
ListReleasesFixedSizeCollection> {

private ListReleasesFixedSizeCollection(List<ListReleasesPage> pages, int collectionSize) {
Expand All @@ -2744,10 +2724,7 @@ protected ListReleasesFixedSizeCollection createCollection(

public static class ListRolloutsPagedResponse
extends AbstractPagedListResponse<
ListRolloutsRequest,
ListRolloutsResponse,
Rollout,
ListRolloutsPage,
ListRolloutsRequest, ListRolloutsResponse, Rollout, ListRolloutsPage,
ListRolloutsFixedSizeCollection> {

public static ApiFuture<ListRolloutsPagedResponse> createAsync(
Expand Down Expand Up @@ -2796,10 +2773,7 @@ public ApiFuture<ListRolloutsPage> createPageAsync(

public static class ListRolloutsFixedSizeCollection
extends AbstractFixedSizeCollection<
ListRolloutsRequest,
ListRolloutsResponse,
Rollout,
ListRolloutsPage,
ListRolloutsRequest, ListRolloutsResponse, Rollout, ListRolloutsPage,
ListRolloutsFixedSizeCollection> {

private ListRolloutsFixedSizeCollection(List<ListRolloutsPage> pages, int collectionSize) {
Expand Down
Expand Up @@ -31,6 +31,7 @@
import com.google.api.gax.rpc.ClientSettings;
import com.google.api.gax.rpc.OperationCallSettings;
import com.google.api.gax.rpc.PagedCallSettings;
import com.google.api.gax.rpc.StubSettings;
import com.google.api.gax.rpc.TransportChannelProvider;
import com.google.api.gax.rpc.UnaryCallSettings;
import com.google.cloud.deploy.v1.stub.CloudDeployStubSettings;
Expand All @@ -47,9 +48,9 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li>The default service address (clouddeploy.googleapis.com) and default port (443) are used.
* <li>Credentials are acquired automatically through Application Default Credentials.
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
* <li> The default service address (clouddeploy.googleapis.com) and default port (443) are used.
* <li> Credentials are acquired automatically through Application Default Credentials.
* <li> Retries are configured for idempotent methods but not for non-idempotent methods.
* </ul>
*
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
Expand All @@ -76,8 +77,7 @@ public class CloudDeploySettings extends ClientSettings<CloudDeploySettings> {

/** Returns the object with the settings used for calls to listDeliveryPipelines. */
public PagedCallSettings<
ListDeliveryPipelinesRequest,
ListDeliveryPipelinesResponse,
ListDeliveryPipelinesRequest, ListDeliveryPipelinesResponse,
ListDeliveryPipelinesPagedResponse>
listDeliveryPipelinesSettings() {
return ((CloudDeployStubSettings) getStubSettings()).listDeliveryPipelinesSettings();
Expand Down Expand Up @@ -321,8 +321,7 @@ public Builder applyToAllUnaryMethods(

/** Returns the builder for the settings used for calls to listDeliveryPipelines. */
public PagedCallSettings.Builder<
ListDeliveryPipelinesRequest,
ListDeliveryPipelinesResponse,
ListDeliveryPipelinesRequest, ListDeliveryPipelinesResponse,
ListDeliveryPipelinesPagedResponse>
listDeliveryPipelinesSettings() {
return getStubSettingsBuilder().listDeliveryPipelinesSettings();
Expand Down
Expand Up @@ -94,9 +94,9 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li>The default service address (clouddeploy.googleapis.com) and default port (443) are used.
* <li>Credentials are acquired automatically through Application Default Credentials.
* <li>Retries are configured for idempotent methods but not for non-idempotent methods.
* <li> The default service address (clouddeploy.googleapis.com) and default port (443) are used.
* <li> Credentials are acquired automatically through Application Default Credentials.
* <li> Retries are configured for idempotent methods but not for non-idempotent methods.
* </ul>
*
* <p>The builder of this class is recursive, so contained classes are themselves builders. When
Expand Down Expand Up @@ -126,8 +126,7 @@ public class CloudDeployStubSettings extends StubSettings<CloudDeployStubSetting
ImmutableList.<String>builder().add("https://www.googleapis.com/auth/cloud-platform").build();

private final PagedCallSettings<
ListDeliveryPipelinesRequest,
ListDeliveryPipelinesResponse,
ListDeliveryPipelinesRequest, ListDeliveryPipelinesResponse,
ListDeliveryPipelinesPagedResponse>
listDeliveryPipelinesSettings;
private final UnaryCallSettings<GetDeliveryPipelineRequest, DeliveryPipeline>
Expand Down Expand Up @@ -326,13 +325,11 @@ public Iterable<Rollout> extractResources(ListRolloutsResponse payload) {
};

private static final PagedListResponseFactory<
ListDeliveryPipelinesRequest,
ListDeliveryPipelinesResponse,
ListDeliveryPipelinesRequest, ListDeliveryPipelinesResponse,
ListDeliveryPipelinesPagedResponse>
LIST_DELIVERY_PIPELINES_PAGE_STR_FACT =
new PagedListResponseFactory<
ListDeliveryPipelinesRequest,
ListDeliveryPipelinesResponse,
ListDeliveryPipelinesRequest, ListDeliveryPipelinesResponse,
ListDeliveryPipelinesPagedResponse>() {
@Override
public ApiFuture<ListDeliveryPipelinesPagedResponse> getFuturePagedResponse(
Expand Down Expand Up @@ -402,8 +399,7 @@ public ApiFuture<ListRolloutsPagedResponse> getFuturePagedResponse(

/** Returns the object with the settings used for calls to listDeliveryPipelines. */
public PagedCallSettings<
ListDeliveryPipelinesRequest,
ListDeliveryPipelinesResponse,
ListDeliveryPipelinesRequest, ListDeliveryPipelinesResponse,
ListDeliveryPipelinesPagedResponse>
listDeliveryPipelinesSettings() {
return listDeliveryPipelinesSettings;
Expand Down Expand Up @@ -660,8 +656,7 @@ protected CloudDeployStubSettings(Builder settingsBuilder) throws IOException {
public static class Builder extends StubSettings.Builder<CloudDeployStubSettings, Builder> {
private final ImmutableList<UnaryCallSettings.Builder<?, ?>> unaryMethodSettingsBuilders;
private final PagedCallSettings.Builder<
ListDeliveryPipelinesRequest,
ListDeliveryPipelinesResponse,
ListDeliveryPipelinesRequest, ListDeliveryPipelinesResponse,
ListDeliveryPipelinesPagedResponse>
listDeliveryPipelinesSettings;
private final UnaryCallSettings.Builder<GetDeliveryPipelineRequest, DeliveryPipeline>
Expand Down Expand Up @@ -1181,8 +1176,7 @@ public Builder applyToAllUnaryMethods(

/** Returns the builder for the settings used for calls to listDeliveryPipelines. */
public PagedCallSettings.Builder<
ListDeliveryPipelinesRequest,
ListDeliveryPipelinesResponse,
ListDeliveryPipelinesRequest, ListDeliveryPipelinesResponse,
ListDeliveryPipelinesPagedResponse>
listDeliveryPipelinesSettings() {
return listDeliveryPipelinesSettings;
Expand Down
Expand Up @@ -64,6 +64,7 @@
import io.grpc.MethodDescriptor;
import io.grpc.protobuf.ProtoUtils;
import java.io.IOException;
import java.util.Map;
import java.util.concurrent.TimeUnit;
import javax.annotation.Generated;

Expand Down

0 comments on commit 64087d3

Please sign in to comment.