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

Commit

Permalink
🦉 Updates from OwlBot
Browse files Browse the repository at this point in the history
  • Loading branch information
gcf-owl-bot[bot] committed Aug 23, 2021
1 parent 79beb81 commit 831f1e3
Show file tree
Hide file tree
Showing 350 changed files with 67,067 additions and 41,412 deletions.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
import com.google.api.gax.rpc.ClientContext;
import com.google.api.gax.rpc.ClientSettings;
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.protobuf.Empty;
Expand All @@ -59,10 +58,10 @@
* <p>The default instance has everything set to sensible defaults:
*
* <ul>
* <li> The default service address (analyticsadmin.googleapis.com) and default port (443) are
* <li>The default service address (analyticsadmin.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>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 @@ -119,7 +118,8 @@ public UnaryCallSettings<UpdateAccountRequest, Account> updateAccountSettings()

/** Returns the object with the settings used for calls to listAccountSummaries. */
public PagedCallSettings<
ListAccountSummariesRequest, ListAccountSummariesResponse,
ListAccountSummariesRequest,
ListAccountSummariesResponse,
ListAccountSummariesPagedResponse>
listAccountSummariesSettings() {
return ((AnalyticsAdminServiceStubSettings) getStubSettings()).listAccountSummariesSettings();
Expand Down Expand Up @@ -256,7 +256,8 @@ public UnaryCallSettings<DeleteIosAppDataStreamRequest, Empty> deleteIosAppDataS

/** Returns the object with the settings used for calls to listIosAppDataStreams. */
public PagedCallSettings<
ListIosAppDataStreamsRequest, ListIosAppDataStreamsResponse,
ListIosAppDataStreamsRequest,
ListIosAppDataStreamsResponse,
ListIosAppDataStreamsPagedResponse>
listIosAppDataStreamsSettings() {
return ((AnalyticsAdminServiceStubSettings) getStubSettings()).listIosAppDataStreamsSettings();
Expand Down Expand Up @@ -285,7 +286,8 @@ public UnaryCallSettings<DeleteIosAppDataStreamRequest, Empty> deleteIosAppDataS

/** Returns the object with the settings used for calls to listAndroidAppDataStreams. */
public PagedCallSettings<
ListAndroidAppDataStreamsRequest, ListAndroidAppDataStreamsResponse,
ListAndroidAppDataStreamsRequest,
ListAndroidAppDataStreamsResponse,
ListAndroidAppDataStreamsPagedResponse>
listAndroidAppDataStreamsSettings() {
return ((AnalyticsAdminServiceStubSettings) getStubSettings())
Expand Down Expand Up @@ -367,7 +369,8 @@ public UnaryCallSettings<DeleteGoogleAdsLinkRequest, Empty> deleteGoogleAdsLinkS

/** Returns the object with the settings used for calls to listMeasurementProtocolSecrets. */
public PagedCallSettings<
ListMeasurementProtocolSecretsRequest, ListMeasurementProtocolSecretsResponse,
ListMeasurementProtocolSecretsRequest,
ListMeasurementProtocolSecretsResponse,
ListMeasurementProtocolSecretsPagedResponse>
listMeasurementProtocolSecretsSettings() {
return ((AnalyticsAdminServiceStubSettings) getStubSettings())
Expand Down Expand Up @@ -397,7 +400,8 @@ public UnaryCallSettings<DeleteGoogleAdsLinkRequest, Empty> deleteGoogleAdsLinkS

/** Returns the object with the settings used for calls to searchChangeHistoryEvents. */
public PagedCallSettings<
SearchChangeHistoryEventsRequest, SearchChangeHistoryEventsResponse,
SearchChangeHistoryEventsRequest,
SearchChangeHistoryEventsResponse,
SearchChangeHistoryEventsPagedResponse>
searchChangeHistoryEventsSettings() {
return ((AnalyticsAdminServiceStubSettings) getStubSettings())
Expand Down Expand Up @@ -437,7 +441,8 @@ public UnaryCallSettings<DeleteConversionEventRequest, Empty> deleteConversionEv

/** Returns the object with the settings used for calls to listConversionEvents. */
public PagedCallSettings<
ListConversionEventsRequest, ListConversionEventsResponse,
ListConversionEventsRequest,
ListConversionEventsResponse,
ListConversionEventsPagedResponse>
listConversionEventsSettings() {
return ((AnalyticsAdminServiceStubSettings) getStubSettings()).listConversionEventsSettings();
Expand All @@ -452,7 +457,8 @@ public UnaryCallSettings<DeleteConversionEventRequest, Empty> deleteConversionEv

/** Returns the object with the settings used for calls to listDisplayVideo360AdvertiserLinks. */
public PagedCallSettings<
ListDisplayVideo360AdvertiserLinksRequest, ListDisplayVideo360AdvertiserLinksResponse,
ListDisplayVideo360AdvertiserLinksRequest,
ListDisplayVideo360AdvertiserLinksResponse,
ListDisplayVideo360AdvertiserLinksPagedResponse>
listDisplayVideo360AdvertiserLinksSettings() {
return ((AnalyticsAdminServiceStubSettings) getStubSettings())
Expand Down Expand Up @@ -564,7 +570,8 @@ public UnaryCallSettings<DeleteConversionEventRequest, Empty> deleteConversionEv

/** Returns the object with the settings used for calls to listCustomDimensions. */
public PagedCallSettings<
ListCustomDimensionsRequest, ListCustomDimensionsResponse,
ListCustomDimensionsRequest,
ListCustomDimensionsResponse,
ListCustomDimensionsPagedResponse>
listCustomDimensionsSettings() {
return ((AnalyticsAdminServiceStubSettings) getStubSettings()).listCustomDimensionsSettings();
Expand Down Expand Up @@ -750,7 +757,8 @@ public UnaryCallSettings.Builder<UpdateAccountRequest, Account> updateAccountSet

/** Returns the builder for the settings used for calls to listAccountSummaries. */
public PagedCallSettings.Builder<
ListAccountSummariesRequest, ListAccountSummariesResponse,
ListAccountSummariesRequest,
ListAccountSummariesResponse,
ListAccountSummariesPagedResponse>
listAccountSummariesSettings() {
return getStubSettingsBuilder().listAccountSummariesSettings();
Expand Down Expand Up @@ -892,7 +900,8 @@ public UnaryCallSettings.Builder<DeleteUserLinkRequest, Empty> deleteUserLinkSet

/** Returns the builder for the settings used for calls to listIosAppDataStreams. */
public PagedCallSettings.Builder<
ListIosAppDataStreamsRequest, ListIosAppDataStreamsResponse,
ListIosAppDataStreamsRequest,
ListIosAppDataStreamsResponse,
ListIosAppDataStreamsPagedResponse>
listIosAppDataStreamsSettings() {
return getStubSettingsBuilder().listIosAppDataStreamsSettings();
Expand All @@ -918,7 +927,8 @@ public UnaryCallSettings.Builder<DeleteUserLinkRequest, Empty> deleteUserLinkSet

/** Returns the builder for the settings used for calls to listAndroidAppDataStreams. */
public PagedCallSettings.Builder<
ListAndroidAppDataStreamsRequest, ListAndroidAppDataStreamsResponse,
ListAndroidAppDataStreamsRequest,
ListAndroidAppDataStreamsResponse,
ListAndroidAppDataStreamsPagedResponse>
listAndroidAppDataStreamsSettings() {
return getStubSettingsBuilder().listAndroidAppDataStreamsSettings();
Expand Down Expand Up @@ -1002,7 +1012,8 @@ public UnaryCallSettings.Builder<DeleteUserLinkRequest, Empty> deleteUserLinkSet

/** Returns the builder for the settings used for calls to listMeasurementProtocolSecrets. */
public PagedCallSettings.Builder<
ListMeasurementProtocolSecretsRequest, ListMeasurementProtocolSecretsResponse,
ListMeasurementProtocolSecretsRequest,
ListMeasurementProtocolSecretsResponse,
ListMeasurementProtocolSecretsPagedResponse>
listMeasurementProtocolSecretsSettings() {
return getStubSettingsBuilder().listMeasurementProtocolSecretsSettings();
Expand Down Expand Up @@ -1030,7 +1041,8 @@ public UnaryCallSettings.Builder<DeleteUserLinkRequest, Empty> deleteUserLinkSet

/** Returns the builder for the settings used for calls to searchChangeHistoryEvents. */
public PagedCallSettings.Builder<
SearchChangeHistoryEventsRequest, SearchChangeHistoryEventsResponse,
SearchChangeHistoryEventsRequest,
SearchChangeHistoryEventsResponse,
SearchChangeHistoryEventsPagedResponse>
searchChangeHistoryEventsSettings() {
return getStubSettingsBuilder().searchChangeHistoryEventsSettings();
Expand Down Expand Up @@ -1068,7 +1080,8 @@ public UnaryCallSettings.Builder<DeleteUserLinkRequest, Empty> deleteUserLinkSet

/** Returns the builder for the settings used for calls to listConversionEvents. */
public PagedCallSettings.Builder<
ListConversionEventsRequest, ListConversionEventsResponse,
ListConversionEventsRequest,
ListConversionEventsResponse,
ListConversionEventsPagedResponse>
listConversionEventsSettings() {
return getStubSettingsBuilder().listConversionEventsSettings();
Expand All @@ -1085,7 +1098,8 @@ public UnaryCallSettings.Builder<DeleteUserLinkRequest, Empty> deleteUserLinkSet
* Returns the builder for the settings used for calls to listDisplayVideo360AdvertiserLinks.
*/
public PagedCallSettings.Builder<
ListDisplayVideo360AdvertiserLinksRequest, ListDisplayVideo360AdvertiserLinksResponse,
ListDisplayVideo360AdvertiserLinksRequest,
ListDisplayVideo360AdvertiserLinksResponse,
ListDisplayVideo360AdvertiserLinksPagedResponse>
listDisplayVideo360AdvertiserLinksSettings() {
return getStubSettingsBuilder().listDisplayVideo360AdvertiserLinksSettings();
Expand Down Expand Up @@ -1195,7 +1209,8 @@ public UnaryCallSettings.Builder<DeleteUserLinkRequest, Empty> deleteUserLinkSet

/** Returns the builder for the settings used for calls to listCustomDimensions. */
public PagedCallSettings.Builder<
ListCustomDimensionsRequest, ListCustomDimensionsResponse,
ListCustomDimensionsRequest,
ListCustomDimensionsResponse,
ListCustomDimensionsPagedResponse>
listCustomDimensionsSettings() {
return getStubSettingsBuilder().listCustomDimensionsSettings();
Expand Down
Loading

0 comments on commit 831f1e3

Please sign in to comment.