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

Commit

Permalink
feat: release the Google Analytics Admin API V1 Beta
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 458479633

Source-Link: googleapis/googleapis@6ef569e

Source-Link: googleapis/googleapis-gen@e375910
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZTM3NTkxMDM0YjcxNzI4ZmNkNjFhY2Q2MWIwYmUwY2FhNzYyNWM5ZSJ9
  • Loading branch information
gcf-owl-bot[bot] committed Jul 1, 2022
1 parent b03e316 commit c4b8c13
Show file tree
Hide file tree
Showing 509 changed files with 158,275 additions and 61,456 deletions.

This file was deleted.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
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 @@ -57,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,8 +120,7 @@ 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 @@ -270,8 +270,7 @@ 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 @@ -309,8 +308,7 @@ 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 @@ -350,8 +348,7 @@ 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 @@ -366,8 +363,7 @@ 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 @@ -479,8 +475,7 @@ 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 @@ -711,8 +706,7 @@ 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 @@ -867,8 +861,7 @@ 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 @@ -903,8 +896,7 @@ 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 @@ -942,8 +934,7 @@ 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 @@ -960,8 +951,7 @@ 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 @@ -1071,8 +1061,7 @@ 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 c4b8c13

Please sign in to comment.