Class AnalyticsAdminServiceSettings (0.50.0)

public class AnalyticsAdminServiceSettings extends ClientSettings<AnalyticsAdminServiceSettings>

Settings class to configure an instance of AnalyticsAdminServiceClient.

The default instance has everything set to sensible defaults:

  • The default service address (analyticsadmin.googleapis.com) and default port (443) are used.
  • Credentials are acquired automatically through Application Default Credentials.
  • Retries are configured for idempotent methods but not for non-idempotent methods.

The builder of this class is recursive, so contained classes are themselves builders. When build() is called, the tree of builders is called to create the complete settings object.

For example, to set the total timeout of getAccount to 30 seconds:


 // This snippet has been automatically generated and should be regarded as a code template only.
 // It will require modifications to work:
 // - It may require correct/in-range values for request initialization.
 // - It may require specifying regional endpoints when creating the service client as shown in
 // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
 AnalyticsAdminServiceSettings.Builder analyticsAdminServiceSettingsBuilder =
     AnalyticsAdminServiceSettings.newBuilder();
 analyticsAdminServiceSettingsBuilder
     .getAccountSettings()
     .setRetrySettings(
         analyticsAdminServiceSettingsBuilder
             .getAccountSettings()
             .getRetrySettings()
             .toBuilder()
             .setTotalTimeout(Duration.ofSeconds(30))
             .build());
 AnalyticsAdminServiceSettings analyticsAdminServiceSettings =
     analyticsAdminServiceSettingsBuilder.build();
 

Inheritance

java.lang.Object > ClientSettings > AnalyticsAdminServiceSettings

Static Methods

create(AnalyticsAdminServiceStubSettings stub)

public static final AnalyticsAdminServiceSettings create(AnalyticsAdminServiceStubSettings stub)
Parameter
NameDescription
stubAnalyticsAdminServiceStubSettings
Returns
TypeDescription
AnalyticsAdminServiceSettings
Exceptions
TypeDescription
IOException

defaultApiClientHeaderProviderBuilder()

public static ApiClientHeaderProvider.Builder defaultApiClientHeaderProviderBuilder()
Returns
TypeDescription
Builder

defaultCredentialsProviderBuilder()

public static GoogleCredentialsProvider.Builder defaultCredentialsProviderBuilder()

Returns a builder for the default credentials for this service.

Returns
TypeDescription
Builder

defaultExecutorProviderBuilder()

public static InstantiatingExecutorProvider.Builder defaultExecutorProviderBuilder()

Returns a builder for the default ExecutorProvider for this service.

Returns
TypeDescription
Builder

defaultGrpcTransportProviderBuilder()

public static InstantiatingGrpcChannelProvider.Builder defaultGrpcTransportProviderBuilder()

Returns a builder for the default gRPC ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultHttpJsonTransportProviderBuilder()

public static InstantiatingHttpJsonChannelProvider.Builder defaultHttpJsonTransportProviderBuilder()

Returns a builder for the default REST ChannelProvider for this service.

Returns
TypeDescription
Builder

defaultTransportChannelProvider()

public static TransportChannelProvider defaultTransportChannelProvider()
Returns
TypeDescription
TransportChannelProvider

getDefaultEndpoint()

public static String getDefaultEndpoint()

Returns the default service endpoint.

Returns
TypeDescription
String

getDefaultServiceScopes()

public static List<String> getDefaultServiceScopes()

Returns the default service scopes.

Returns
TypeDescription
List<String>

newBuilder()

public static AnalyticsAdminServiceSettings.Builder newBuilder()

Returns a new gRPC builder for this class.

Returns
TypeDescription
AnalyticsAdminServiceSettings.Builder

newBuilder(ClientContext clientContext)

public static AnalyticsAdminServiceSettings.Builder newBuilder(ClientContext clientContext)

Returns a new builder for this class.

Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
AnalyticsAdminServiceSettings.Builder

newHttpJsonBuilder()

public static AnalyticsAdminServiceSettings.Builder newHttpJsonBuilder()

Returns a new REST builder for this class.

Returns
TypeDescription
AnalyticsAdminServiceSettings.Builder

Constructors

AnalyticsAdminServiceSettings(AnalyticsAdminServiceSettings.Builder settingsBuilder)

protected AnalyticsAdminServiceSettings(AnalyticsAdminServiceSettings.Builder settingsBuilder)
Parameter
NameDescription
settingsBuilderAnalyticsAdminServiceSettings.Builder

Methods

acknowledgeUserDataCollectionSettings()

public UnaryCallSettings<AcknowledgeUserDataCollectionRequest,AcknowledgeUserDataCollectionResponse> acknowledgeUserDataCollectionSettings()

Returns the object with the settings used for calls to acknowledgeUserDataCollection.

Returns
TypeDescription
UnaryCallSettings<AcknowledgeUserDataCollectionRequest,AcknowledgeUserDataCollectionResponse>

approveDisplayVideo360AdvertiserLinkProposalSettings()

public UnaryCallSettings<ApproveDisplayVideo360AdvertiserLinkProposalRequest,ApproveDisplayVideo360AdvertiserLinkProposalResponse> approveDisplayVideo360AdvertiserLinkProposalSettings()

Returns the object with the settings used for calls to approveDisplayVideo360AdvertiserLinkProposal.

Returns
TypeDescription
UnaryCallSettings<ApproveDisplayVideo360AdvertiserLinkProposalRequest,ApproveDisplayVideo360AdvertiserLinkProposalResponse>

archiveAudienceSettings()

public UnaryCallSettings<ArchiveAudienceRequest,Empty> archiveAudienceSettings()

Returns the object with the settings used for calls to archiveAudience.

Returns
TypeDescription
UnaryCallSettings<ArchiveAudienceRequest,Empty>

archiveCustomDimensionSettings()

public UnaryCallSettings<ArchiveCustomDimensionRequest,Empty> archiveCustomDimensionSettings()

Returns the object with the settings used for calls to archiveCustomDimension.

Returns
TypeDescription
UnaryCallSettings<ArchiveCustomDimensionRequest,Empty>

archiveCustomMetricSettings()

public UnaryCallSettings<ArchiveCustomMetricRequest,Empty> archiveCustomMetricSettings()

Returns the object with the settings used for calls to archiveCustomMetric.

Returns
TypeDescription
UnaryCallSettings<ArchiveCustomMetricRequest,Empty>

batchCreateAccessBindingsSettings()

public UnaryCallSettings<BatchCreateAccessBindingsRequest,BatchCreateAccessBindingsResponse> batchCreateAccessBindingsSettings()

Returns the object with the settings used for calls to batchCreateAccessBindings.

Returns
TypeDescription
UnaryCallSettings<BatchCreateAccessBindingsRequest,BatchCreateAccessBindingsResponse>

batchDeleteAccessBindingsSettings()

public UnaryCallSettings<BatchDeleteAccessBindingsRequest,Empty> batchDeleteAccessBindingsSettings()

Returns the object with the settings used for calls to batchDeleteAccessBindings.

Returns
TypeDescription
UnaryCallSettings<BatchDeleteAccessBindingsRequest,Empty>

batchGetAccessBindingsSettings()

public UnaryCallSettings<BatchGetAccessBindingsRequest,BatchGetAccessBindingsResponse> batchGetAccessBindingsSettings()

Returns the object with the settings used for calls to batchGetAccessBindings.

Returns
TypeDescription
UnaryCallSettings<BatchGetAccessBindingsRequest,BatchGetAccessBindingsResponse>

batchUpdateAccessBindingsSettings()

public UnaryCallSettings<BatchUpdateAccessBindingsRequest,BatchUpdateAccessBindingsResponse> batchUpdateAccessBindingsSettings()

Returns the object with the settings used for calls to batchUpdateAccessBindings.

Returns
TypeDescription
UnaryCallSettings<BatchUpdateAccessBindingsRequest,BatchUpdateAccessBindingsResponse>

cancelDisplayVideo360AdvertiserLinkProposalSettings()

public UnaryCallSettings<CancelDisplayVideo360AdvertiserLinkProposalRequest,DisplayVideo360AdvertiserLinkProposal> cancelDisplayVideo360AdvertiserLinkProposalSettings()

Returns the object with the settings used for calls to cancelDisplayVideo360AdvertiserLinkProposal.

Returns
TypeDescription
UnaryCallSettings<CancelDisplayVideo360AdvertiserLinkProposalRequest,DisplayVideo360AdvertiserLinkProposal>

createAccessBindingSettings()

public UnaryCallSettings<CreateAccessBindingRequest,AccessBinding> createAccessBindingSettings()

Returns the object with the settings used for calls to createAccessBinding.

Returns
TypeDescription
UnaryCallSettings<CreateAccessBindingRequest,AccessBinding>

createAdSenseLinkSettings()

public UnaryCallSettings<CreateAdSenseLinkRequest,AdSenseLink> createAdSenseLinkSettings()

Returns the object with the settings used for calls to createAdSenseLink.

Returns
TypeDescription
UnaryCallSettings<CreateAdSenseLinkRequest,AdSenseLink>

createAudienceSettings()

public UnaryCallSettings<CreateAudienceRequest,Audience> createAudienceSettings()

Returns the object with the settings used for calls to createAudience.

Returns
TypeDescription
UnaryCallSettings<CreateAudienceRequest,Audience>

createCalculatedMetricSettings()

public UnaryCallSettings<CreateCalculatedMetricRequest,CalculatedMetric> createCalculatedMetricSettings()

Returns the object with the settings used for calls to createCalculatedMetric.

Returns
TypeDescription
UnaryCallSettings<CreateCalculatedMetricRequest,CalculatedMetric>

createChannelGroupSettings()

public UnaryCallSettings<CreateChannelGroupRequest,ChannelGroup> createChannelGroupSettings()

Returns the object with the settings used for calls to createChannelGroup.

Returns
TypeDescription
UnaryCallSettings<CreateChannelGroupRequest,ChannelGroup>

createConnectedSiteTagSettings()

public UnaryCallSettings<CreateConnectedSiteTagRequest,CreateConnectedSiteTagResponse> createConnectedSiteTagSettings()

Returns the object with the settings used for calls to createConnectedSiteTag.

Returns
TypeDescription
UnaryCallSettings<CreateConnectedSiteTagRequest,CreateConnectedSiteTagResponse>

createConversionEventSettings()

public UnaryCallSettings<CreateConversionEventRequest,ConversionEvent> createConversionEventSettings()

Returns the object with the settings used for calls to createConversionEvent.

Returns
TypeDescription
UnaryCallSettings<CreateConversionEventRequest,ConversionEvent>

createCustomDimensionSettings()

public UnaryCallSettings<CreateCustomDimensionRequest,CustomDimension> createCustomDimensionSettings()

Returns the object with the settings used for calls to createCustomDimension.

Returns
TypeDescription
UnaryCallSettings<CreateCustomDimensionRequest,CustomDimension>

createCustomMetricSettings()

public UnaryCallSettings<CreateCustomMetricRequest,CustomMetric> createCustomMetricSettings()

Returns the object with the settings used for calls to createCustomMetric.

Returns
TypeDescription
UnaryCallSettings<CreateCustomMetricRequest,CustomMetric>

createDataStreamSettings()

public UnaryCallSettings<CreateDataStreamRequest,DataStream> createDataStreamSettings()

Returns the object with the settings used for calls to createDataStream.

Returns
TypeDescription
UnaryCallSettings<CreateDataStreamRequest,DataStream>

createDisplayVideo360AdvertiserLinkProposalSettings()

public UnaryCallSettings<CreateDisplayVideo360AdvertiserLinkProposalRequest,DisplayVideo360AdvertiserLinkProposal> createDisplayVideo360AdvertiserLinkProposalSettings()

Returns the object with the settings used for calls to createDisplayVideo360AdvertiserLinkProposal.

Returns
TypeDescription
UnaryCallSettings<CreateDisplayVideo360AdvertiserLinkProposalRequest,DisplayVideo360AdvertiserLinkProposal>

createDisplayVideo360AdvertiserLinkSettings()

public UnaryCallSettings<CreateDisplayVideo360AdvertiserLinkRequest,DisplayVideo360AdvertiserLink> createDisplayVideo360AdvertiserLinkSettings()

Returns the object with the settings used for calls to createDisplayVideo360AdvertiserLink.

Returns
TypeDescription
UnaryCallSettings<CreateDisplayVideo360AdvertiserLinkRequest,DisplayVideo360AdvertiserLink>

createEventCreateRuleSettings()

public UnaryCallSettings<CreateEventCreateRuleRequest,EventCreateRule> createEventCreateRuleSettings()

Returns the object with the settings used for calls to createEventCreateRule.

Returns
TypeDescription
UnaryCallSettings<CreateEventCreateRuleRequest,EventCreateRule>

createExpandedDataSetSettings()

public UnaryCallSettings<CreateExpandedDataSetRequest,ExpandedDataSet> createExpandedDataSetSettings()

Returns the object with the settings used for calls to createExpandedDataSet.

Returns
TypeDescription
UnaryCallSettings<CreateExpandedDataSetRequest,ExpandedDataSet>

createFirebaseLinkSettings()

public UnaryCallSettings<CreateFirebaseLinkRequest,FirebaseLink> createFirebaseLinkSettings()

Returns the object with the settings used for calls to createFirebaseLink.

Returns
TypeDescription
UnaryCallSettings<CreateFirebaseLinkRequest,FirebaseLink>

createGoogleAdsLinkSettings()

public UnaryCallSettings<CreateGoogleAdsLinkRequest,GoogleAdsLink> createGoogleAdsLinkSettings()

Returns the object with the settings used for calls to createGoogleAdsLink.

Returns
TypeDescription
UnaryCallSettings<CreateGoogleAdsLinkRequest,GoogleAdsLink>

createMeasurementProtocolSecretSettings()

public UnaryCallSettings<CreateMeasurementProtocolSecretRequest,MeasurementProtocolSecret> createMeasurementProtocolSecretSettings()

Returns the object with the settings used for calls to createMeasurementProtocolSecret.

Returns
TypeDescription
UnaryCallSettings<CreateMeasurementProtocolSecretRequest,MeasurementProtocolSecret>

createPropertySettings()

public UnaryCallSettings<CreatePropertyRequest,Property> createPropertySettings()

Returns the object with the settings used for calls to createProperty.

Returns
TypeDescription
UnaryCallSettings<CreatePropertyRequest,Property>

createRollupPropertySettings()

public UnaryCallSettings<CreateRollupPropertyRequest,CreateRollupPropertyResponse> createRollupPropertySettings()

Returns the object with the settings used for calls to createRollupProperty.

Returns
TypeDescription
UnaryCallSettings<CreateRollupPropertyRequest,CreateRollupPropertyResponse>

createRollupPropertySourceLinkSettings()

public UnaryCallSettings<CreateRollupPropertySourceLinkRequest,RollupPropertySourceLink> createRollupPropertySourceLinkSettings()

Returns the object with the settings used for calls to createRollupPropertySourceLink.

Returns
TypeDescription
UnaryCallSettings<CreateRollupPropertySourceLinkRequest,RollupPropertySourceLink>

createSKAdNetworkConversionValueSchemaSettings()

public UnaryCallSettings<CreateSKAdNetworkConversionValueSchemaRequest,SKAdNetworkConversionValueSchema> createSKAdNetworkConversionValueSchemaSettings()

Returns the object with the settings used for calls to createSKAdNetworkConversionValueSchema.

Returns
TypeDescription
UnaryCallSettings<CreateSKAdNetworkConversionValueSchemaRequest,SKAdNetworkConversionValueSchema>

createSearchAds360LinkSettings()

public UnaryCallSettings<CreateSearchAds360LinkRequest,SearchAds360Link> createSearchAds360LinkSettings()

Returns the object with the settings used for calls to createSearchAds360Link.

Returns
TypeDescription
UnaryCallSettings<CreateSearchAds360LinkRequest,SearchAds360Link>

createSubpropertyEventFilterSettings()

public UnaryCallSettings<CreateSubpropertyEventFilterRequest,SubpropertyEventFilter> createSubpropertyEventFilterSettings()

Returns the object with the settings used for calls to createSubpropertyEventFilter.

Returns
TypeDescription
UnaryCallSettings<CreateSubpropertyEventFilterRequest,SubpropertyEventFilter>

createSubpropertySettings()

public UnaryCallSettings<CreateSubpropertyRequest,CreateSubpropertyResponse> createSubpropertySettings()

Returns the object with the settings used for calls to createSubproperty.

Returns
TypeDescription
UnaryCallSettings<CreateSubpropertyRequest,CreateSubpropertyResponse>

deleteAccessBindingSettings()

public UnaryCallSettings<DeleteAccessBindingRequest,Empty> deleteAccessBindingSettings()

Returns the object with the settings used for calls to deleteAccessBinding.

Returns
TypeDescription
UnaryCallSettings<DeleteAccessBindingRequest,Empty>

deleteAccountSettings()

public UnaryCallSettings<DeleteAccountRequest,Empty> deleteAccountSettings()

Returns the object with the settings used for calls to deleteAccount.

Returns
TypeDescription
UnaryCallSettings<DeleteAccountRequest,Empty>

deleteAdSenseLinkSettings()

public UnaryCallSettings<DeleteAdSenseLinkRequest,Empty> deleteAdSenseLinkSettings()

Returns the object with the settings used for calls to deleteAdSenseLink.

Returns
TypeDescription
UnaryCallSettings<DeleteAdSenseLinkRequest,Empty>

deleteCalculatedMetricSettings()

public UnaryCallSettings<DeleteCalculatedMetricRequest,Empty> deleteCalculatedMetricSettings()

Returns the object with the settings used for calls to deleteCalculatedMetric.

Returns
TypeDescription
UnaryCallSettings<DeleteCalculatedMetricRequest,Empty>

deleteChannelGroupSettings()

public UnaryCallSettings<DeleteChannelGroupRequest,Empty> deleteChannelGroupSettings()

Returns the object with the settings used for calls to deleteChannelGroup.

Returns
TypeDescription
UnaryCallSettings<DeleteChannelGroupRequest,Empty>

deleteConnectedSiteTagSettings()

public UnaryCallSettings<DeleteConnectedSiteTagRequest,Empty> deleteConnectedSiteTagSettings()

Returns the object with the settings used for calls to deleteConnectedSiteTag.

Returns
TypeDescription
UnaryCallSettings<DeleteConnectedSiteTagRequest,Empty>

deleteConversionEventSettings()

public UnaryCallSettings<DeleteConversionEventRequest,Empty> deleteConversionEventSettings()

Returns the object with the settings used for calls to deleteConversionEvent.

Returns
TypeDescription
UnaryCallSettings<DeleteConversionEventRequest,Empty>

deleteDataStreamSettings()

public UnaryCallSettings<DeleteDataStreamRequest,Empty> deleteDataStreamSettings()

Returns the object with the settings used for calls to deleteDataStream.

Returns
TypeDescription
UnaryCallSettings<DeleteDataStreamRequest,Empty>

deleteDisplayVideo360AdvertiserLinkProposalSettings()

public UnaryCallSettings<DeleteDisplayVideo360AdvertiserLinkProposalRequest,Empty> deleteDisplayVideo360AdvertiserLinkProposalSettings()

Returns the object with the settings used for calls to deleteDisplayVideo360AdvertiserLinkProposal.

Returns
TypeDescription
UnaryCallSettings<DeleteDisplayVideo360AdvertiserLinkProposalRequest,Empty>

deleteDisplayVideo360AdvertiserLinkSettings()

public UnaryCallSettings<DeleteDisplayVideo360AdvertiserLinkRequest,Empty> deleteDisplayVideo360AdvertiserLinkSettings()

Returns the object with the settings used for calls to deleteDisplayVideo360AdvertiserLink.

Returns
TypeDescription
UnaryCallSettings<DeleteDisplayVideo360AdvertiserLinkRequest,Empty>

deleteEventCreateRuleSettings()

public UnaryCallSettings<DeleteEventCreateRuleRequest,Empty> deleteEventCreateRuleSettings()

Returns the object with the settings used for calls to deleteEventCreateRule.

Returns
TypeDescription
UnaryCallSettings<DeleteEventCreateRuleRequest,Empty>

deleteExpandedDataSetSettings()

public UnaryCallSettings<DeleteExpandedDataSetRequest,Empty> deleteExpandedDataSetSettings()

Returns the object with the settings used for calls to deleteExpandedDataSet.

Returns
TypeDescription
UnaryCallSettings<DeleteExpandedDataSetRequest,Empty>

deleteFirebaseLinkSettings()

public UnaryCallSettings<DeleteFirebaseLinkRequest,Empty> deleteFirebaseLinkSettings()

Returns the object with the settings used for calls to deleteFirebaseLink.

Returns
TypeDescription
UnaryCallSettings<DeleteFirebaseLinkRequest,Empty>

deleteGoogleAdsLinkSettings()

public UnaryCallSettings<DeleteGoogleAdsLinkRequest,Empty> deleteGoogleAdsLinkSettings()

Returns the object with the settings used for calls to deleteGoogleAdsLink.

Returns
TypeDescription
UnaryCallSettings<DeleteGoogleAdsLinkRequest,Empty>

deleteMeasurementProtocolSecretSettings()

public UnaryCallSettings<DeleteMeasurementProtocolSecretRequest,Empty> deleteMeasurementProtocolSecretSettings()

Returns the object with the settings used for calls to deleteMeasurementProtocolSecret.

Returns
TypeDescription
UnaryCallSettings<DeleteMeasurementProtocolSecretRequest,Empty>

deletePropertySettings()

public UnaryCallSettings<DeletePropertyRequest,Property> deletePropertySettings()

Returns the object with the settings used for calls to deleteProperty.

Returns
TypeDescription
UnaryCallSettings<DeletePropertyRequest,Property>

deleteRollupPropertySourceLinkSettings()

public UnaryCallSettings<DeleteRollupPropertySourceLinkRequest,Empty> deleteRollupPropertySourceLinkSettings()

Returns the object with the settings used for calls to deleteRollupPropertySourceLink.

Returns
TypeDescription
UnaryCallSettings<DeleteRollupPropertySourceLinkRequest,Empty>

deleteSKAdNetworkConversionValueSchemaSettings()

public UnaryCallSettings<DeleteSKAdNetworkConversionValueSchemaRequest,Empty> deleteSKAdNetworkConversionValueSchemaSettings()

Returns the object with the settings used for calls to deleteSKAdNetworkConversionValueSchema.

Returns
TypeDescription
UnaryCallSettings<DeleteSKAdNetworkConversionValueSchemaRequest,Empty>

deleteSearchAds360LinkSettings()

public UnaryCallSettings<DeleteSearchAds360LinkRequest,Empty> deleteSearchAds360LinkSettings()

Returns the object with the settings used for calls to deleteSearchAds360Link.

Returns
TypeDescription
UnaryCallSettings<DeleteSearchAds360LinkRequest,Empty>

deleteSubpropertyEventFilterSettings()

public UnaryCallSettings<DeleteSubpropertyEventFilterRequest,Empty> deleteSubpropertyEventFilterSettings()

Returns the object with the settings used for calls to deleteSubpropertyEventFilter.

Returns
TypeDescription
UnaryCallSettings<DeleteSubpropertyEventFilterRequest,Empty>

fetchAutomatedGa4ConfigurationOptOutSettings()

public UnaryCallSettings<FetchAutomatedGa4ConfigurationOptOutRequest,FetchAutomatedGa4ConfigurationOptOutResponse> fetchAutomatedGa4ConfigurationOptOutSettings()

Returns the object with the settings used for calls to fetchAutomatedGa4ConfigurationOptOut.

Returns
TypeDescription
UnaryCallSettings<FetchAutomatedGa4ConfigurationOptOutRequest,FetchAutomatedGa4ConfigurationOptOutResponse>

fetchConnectedGa4PropertySettings()

public UnaryCallSettings<FetchConnectedGa4PropertyRequest,FetchConnectedGa4PropertyResponse> fetchConnectedGa4PropertySettings()

Returns the object with the settings used for calls to fetchConnectedGa4Property.

Returns
TypeDescription
UnaryCallSettings<FetchConnectedGa4PropertyRequest,FetchConnectedGa4PropertyResponse>

getAccessBindingSettings()

public UnaryCallSettings<GetAccessBindingRequest,AccessBinding> getAccessBindingSettings()

Returns the object with the settings used for calls to getAccessBinding.

Returns
TypeDescription
UnaryCallSettings<GetAccessBindingRequest,AccessBinding>

getAccountSettings()

public UnaryCallSettings<GetAccountRequest,Account> getAccountSettings()

Returns the object with the settings used for calls to getAccount.

Returns
TypeDescription
UnaryCallSettings<GetAccountRequest,Account>

getAdSenseLinkSettings()

public UnaryCallSettings<GetAdSenseLinkRequest,AdSenseLink> getAdSenseLinkSettings()

Returns the object with the settings used for calls to getAdSenseLink.

Returns
TypeDescription
UnaryCallSettings<GetAdSenseLinkRequest,AdSenseLink>

getAttributionSettingsSettings()

public UnaryCallSettings<GetAttributionSettingsRequest,AttributionSettings> getAttributionSettingsSettings()

Returns the object with the settings used for calls to getAttributionSettings.

Returns
TypeDescription
UnaryCallSettings<GetAttributionSettingsRequest,AttributionSettings>

getAudienceSettings()

public UnaryCallSettings<GetAudienceRequest,Audience> getAudienceSettings()

Returns the object with the settings used for calls to getAudience.

Returns
TypeDescription
UnaryCallSettings<GetAudienceRequest,Audience>

getBigQueryLinkSettings()

public UnaryCallSettings<GetBigQueryLinkRequest,BigQueryLink> getBigQueryLinkSettings()

Returns the object with the settings used for calls to getBigQueryLink.

Returns
TypeDescription
UnaryCallSettings<GetBigQueryLinkRequest,BigQueryLink>

getCalculatedMetricSettings()

public UnaryCallSettings<GetCalculatedMetricRequest,CalculatedMetric> getCalculatedMetricSettings()

Returns the object with the settings used for calls to getCalculatedMetric.

Returns
TypeDescription
UnaryCallSettings<GetCalculatedMetricRequest,CalculatedMetric>

getChannelGroupSettings()

public UnaryCallSettings<GetChannelGroupRequest,ChannelGroup> getChannelGroupSettings()

Returns the object with the settings used for calls to getChannelGroup.

Returns
TypeDescription
UnaryCallSettings<GetChannelGroupRequest,ChannelGroup>

getConversionEventSettings()

public UnaryCallSettings<GetConversionEventRequest,ConversionEvent> getConversionEventSettings()

Returns the object with the settings used for calls to getConversionEvent.

Returns
TypeDescription
UnaryCallSettings<GetConversionEventRequest,ConversionEvent>

getCustomDimensionSettings()

public UnaryCallSettings<GetCustomDimensionRequest,CustomDimension> getCustomDimensionSettings()

Returns the object with the settings used for calls to getCustomDimension.

Returns
TypeDescription
UnaryCallSettings<GetCustomDimensionRequest,CustomDimension>

getCustomMetricSettings()

public UnaryCallSettings<GetCustomMetricRequest,CustomMetric> getCustomMetricSettings()

Returns the object with the settings used for calls to getCustomMetric.

Returns
TypeDescription
UnaryCallSettings<GetCustomMetricRequest,CustomMetric>

getDataRedactionSettingsSettings()

public UnaryCallSettings<GetDataRedactionSettingsRequest,DataRedactionSettings> getDataRedactionSettingsSettings()

Returns the object with the settings used for calls to getDataRedactionSettings.

Returns
TypeDescription
UnaryCallSettings<GetDataRedactionSettingsRequest,DataRedactionSettings>

getDataRetentionSettingsSettings()

public UnaryCallSettings<GetDataRetentionSettingsRequest,DataRetentionSettings> getDataRetentionSettingsSettings()

Returns the object with the settings used for calls to getDataRetentionSettings.

Returns
TypeDescription
UnaryCallSettings<GetDataRetentionSettingsRequest,DataRetentionSettings>

getDataSharingSettingsSettings()

public UnaryCallSettings<GetDataSharingSettingsRequest,DataSharingSettings> getDataSharingSettingsSettings()

Returns the object with the settings used for calls to getDataSharingSettings.

Returns
TypeDescription
UnaryCallSettings<GetDataSharingSettingsRequest,DataSharingSettings>

getDataStreamSettings()

public UnaryCallSettings<GetDataStreamRequest,DataStream> getDataStreamSettings()

Returns the object with the settings used for calls to getDataStream.

Returns
TypeDescription
UnaryCallSettings<GetDataStreamRequest,DataStream>

getDisplayVideo360AdvertiserLinkProposalSettings()

public UnaryCallSettings<GetDisplayVideo360AdvertiserLinkProposalRequest,DisplayVideo360AdvertiserLinkProposal> getDisplayVideo360AdvertiserLinkProposalSettings()

Returns the object with the settings used for calls to getDisplayVideo360AdvertiserLinkProposal.

Returns
TypeDescription
UnaryCallSettings<GetDisplayVideo360AdvertiserLinkProposalRequest,DisplayVideo360AdvertiserLinkProposal>

getDisplayVideo360AdvertiserLinkSettings()

public UnaryCallSettings<GetDisplayVideo360AdvertiserLinkRequest,DisplayVideo360AdvertiserLink> getDisplayVideo360AdvertiserLinkSettings()

Returns the object with the settings used for calls to getDisplayVideo360AdvertiserLink.

Returns
TypeDescription
UnaryCallSettings<GetDisplayVideo360AdvertiserLinkRequest,DisplayVideo360AdvertiserLink>

getEnhancedMeasurementSettingsSettings()

public UnaryCallSettings<GetEnhancedMeasurementSettingsRequest,EnhancedMeasurementSettings> getEnhancedMeasurementSettingsSettings()

Returns the object with the settings used for calls to getEnhancedMeasurementSettings.

Returns
TypeDescription
UnaryCallSettings<GetEnhancedMeasurementSettingsRequest,EnhancedMeasurementSettings>

getEventCreateRuleSettings()

public UnaryCallSettings<GetEventCreateRuleRequest,EventCreateRule> getEventCreateRuleSettings()

Returns the object with the settings used for calls to getEventCreateRule.

Returns
TypeDescription
UnaryCallSettings<GetEventCreateRuleRequest,EventCreateRule>

getExpandedDataSetSettings()

public UnaryCallSettings<GetExpandedDataSetRequest,ExpandedDataSet> getExpandedDataSetSettings()

Returns the object with the settings used for calls to getExpandedDataSet.

Returns
TypeDescription
UnaryCallSettings<GetExpandedDataSetRequest,ExpandedDataSet>

getGlobalSiteTagSettings()

public UnaryCallSettings<GetGlobalSiteTagRequest,GlobalSiteTag> getGlobalSiteTagSettings()

Returns the object with the settings used for calls to getGlobalSiteTag.

Returns
TypeDescription
UnaryCallSettings<GetGlobalSiteTagRequest,GlobalSiteTag>

getGoogleSignalsSettingsSettings()

public UnaryCallSettings<GetGoogleSignalsSettingsRequest,GoogleSignalsSettings> getGoogleSignalsSettingsSettings()

Returns the object with the settings used for calls to getGoogleSignalsSettings.

Returns
TypeDescription
UnaryCallSettings<GetGoogleSignalsSettingsRequest,GoogleSignalsSettings>

getMeasurementProtocolSecretSettings()

public UnaryCallSettings<GetMeasurementProtocolSecretRequest,MeasurementProtocolSecret> getMeasurementProtocolSecretSettings()

Returns the object with the settings used for calls to getMeasurementProtocolSecret.

Returns
TypeDescription
UnaryCallSettings<GetMeasurementProtocolSecretRequest,MeasurementProtocolSecret>

getPropertySettings()

public UnaryCallSettings<GetPropertyRequest,Property> getPropertySettings()

Returns the object with the settings used for calls to getProperty.

Returns
TypeDescription
UnaryCallSettings<GetPropertyRequest,Property>

getRollupPropertySourceLinkSettings()

public UnaryCallSettings<GetRollupPropertySourceLinkRequest,RollupPropertySourceLink> getRollupPropertySourceLinkSettings()

Returns the object with the settings used for calls to getRollupPropertySourceLink.

Returns
TypeDescription
UnaryCallSettings<GetRollupPropertySourceLinkRequest,RollupPropertySourceLink>

getSKAdNetworkConversionValueSchemaSettings()

public UnaryCallSettings<GetSKAdNetworkConversionValueSchemaRequest,SKAdNetworkConversionValueSchema> getSKAdNetworkConversionValueSchemaSettings()

Returns the object with the settings used for calls to getSKAdNetworkConversionValueSchema.

Returns
TypeDescription
UnaryCallSettings<GetSKAdNetworkConversionValueSchemaRequest,SKAdNetworkConversionValueSchema>

getSearchAds360LinkSettings()

public UnaryCallSettings<GetSearchAds360LinkRequest,SearchAds360Link> getSearchAds360LinkSettings()

Returns the object with the settings used for calls to getSearchAds360Link.

Returns
TypeDescription
UnaryCallSettings<GetSearchAds360LinkRequest,SearchAds360Link>

getSubpropertyEventFilterSettings()

public UnaryCallSettings<GetSubpropertyEventFilterRequest,SubpropertyEventFilter> getSubpropertyEventFilterSettings()

Returns the object with the settings used for calls to getSubpropertyEventFilter.

Returns
TypeDescription
UnaryCallSettings<GetSubpropertyEventFilterRequest,SubpropertyEventFilter>

listAccessBindingsSettings()

public PagedCallSettings<ListAccessBindingsRequest,ListAccessBindingsResponse,AnalyticsAdminServiceClient.ListAccessBindingsPagedResponse> listAccessBindingsSettings()

Returns the object with the settings used for calls to listAccessBindings.

Returns
TypeDescription
PagedCallSettings<ListAccessBindingsRequest,ListAccessBindingsResponse,ListAccessBindingsPagedResponse>

listAccountSummariesSettings()

public PagedCallSettings<ListAccountSummariesRequest,ListAccountSummariesResponse,AnalyticsAdminServiceClient.ListAccountSummariesPagedResponse> listAccountSummariesSettings()

Returns the object with the settings used for calls to listAccountSummaries.

Returns
TypeDescription
PagedCallSettings<ListAccountSummariesRequest,ListAccountSummariesResponse,ListAccountSummariesPagedResponse>

listAccountsSettings()

public PagedCallSettings<ListAccountsRequest,ListAccountsResponse,AnalyticsAdminServiceClient.ListAccountsPagedResponse> listAccountsSettings()

Returns the object with the settings used for calls to listAccounts.

Returns
TypeDescription
PagedCallSettings<ListAccountsRequest,ListAccountsResponse,ListAccountsPagedResponse>

listAdSenseLinksSettings()

public PagedCallSettings<ListAdSenseLinksRequest,ListAdSenseLinksResponse,AnalyticsAdminServiceClient.ListAdSenseLinksPagedResponse> listAdSenseLinksSettings()

Returns the object with the settings used for calls to listAdSenseLinks.

Returns
TypeDescription
PagedCallSettings<ListAdSenseLinksRequest,ListAdSenseLinksResponse,ListAdSenseLinksPagedResponse>

listAudiencesSettings()

public PagedCallSettings<ListAudiencesRequest,ListAudiencesResponse,AnalyticsAdminServiceClient.ListAudiencesPagedResponse> listAudiencesSettings()

Returns the object with the settings used for calls to listAudiences.

Returns
TypeDescription
PagedCallSettings<ListAudiencesRequest,ListAudiencesResponse,ListAudiencesPagedResponse>

listBigQueryLinksSettings()

public PagedCallSettings<ListBigQueryLinksRequest,ListBigQueryLinksResponse,AnalyticsAdminServiceClient.ListBigQueryLinksPagedResponse> listBigQueryLinksSettings()

Returns the object with the settings used for calls to listBigQueryLinks.

Returns
TypeDescription
PagedCallSettings<ListBigQueryLinksRequest,ListBigQueryLinksResponse,ListBigQueryLinksPagedResponse>

listCalculatedMetricsSettings()

public PagedCallSettings<ListCalculatedMetricsRequest,ListCalculatedMetricsResponse,AnalyticsAdminServiceClient.ListCalculatedMetricsPagedResponse> listCalculatedMetricsSettings()

Returns the object with the settings used for calls to listCalculatedMetrics.

Returns
TypeDescription
PagedCallSettings<ListCalculatedMetricsRequest,ListCalculatedMetricsResponse,ListCalculatedMetricsPagedResponse>

listChannelGroupsSettings()

public PagedCallSettings<ListChannelGroupsRequest,ListChannelGroupsResponse,AnalyticsAdminServiceClient.ListChannelGroupsPagedResponse> listChannelGroupsSettings()

Returns the object with the settings used for calls to listChannelGroups.

Returns
TypeDescription
PagedCallSettings<ListChannelGroupsRequest,ListChannelGroupsResponse,ListChannelGroupsPagedResponse>

listConnectedSiteTagsSettings()

public UnaryCallSettings<ListConnectedSiteTagsRequest,ListConnectedSiteTagsResponse> listConnectedSiteTagsSettings()

Returns the object with the settings used for calls to listConnectedSiteTags.

Returns
TypeDescription
UnaryCallSettings<ListConnectedSiteTagsRequest,ListConnectedSiteTagsResponse>

listConversionEventsSettings()

public PagedCallSettings<ListConversionEventsRequest,ListConversionEventsResponse,AnalyticsAdminServiceClient.ListConversionEventsPagedResponse> listConversionEventsSettings()

Returns the object with the settings used for calls to listConversionEvents.

Returns
TypeDescription
PagedCallSettings<ListConversionEventsRequest,ListConversionEventsResponse,ListConversionEventsPagedResponse>

listCustomDimensionsSettings()

public PagedCallSettings<ListCustomDimensionsRequest,ListCustomDimensionsResponse,AnalyticsAdminServiceClient.ListCustomDimensionsPagedResponse> listCustomDimensionsSettings()

Returns the object with the settings used for calls to listCustomDimensions.

Returns
TypeDescription
PagedCallSettings<ListCustomDimensionsRequest,ListCustomDimensionsResponse,ListCustomDimensionsPagedResponse>

listCustomMetricsSettings()

public PagedCallSettings<ListCustomMetricsRequest,ListCustomMetricsResponse,AnalyticsAdminServiceClient.ListCustomMetricsPagedResponse> listCustomMetricsSettings()

Returns the object with the settings used for calls to listCustomMetrics.

Returns
TypeDescription
PagedCallSettings<ListCustomMetricsRequest,ListCustomMetricsResponse,ListCustomMetricsPagedResponse>

listDataStreamsSettings()

public PagedCallSettings<ListDataStreamsRequest,ListDataStreamsResponse,AnalyticsAdminServiceClient.ListDataStreamsPagedResponse> listDataStreamsSettings()

Returns the object with the settings used for calls to listDataStreams.

Returns
TypeDescription
PagedCallSettings<ListDataStreamsRequest,ListDataStreamsResponse,ListDataStreamsPagedResponse>

listDisplayVideo360AdvertiserLinkProposalsSettings()

public PagedCallSettings<ListDisplayVideo360AdvertiserLinkProposalsRequest,ListDisplayVideo360AdvertiserLinkProposalsResponse,AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinkProposalsPagedResponse> listDisplayVideo360AdvertiserLinkProposalsSettings()

Returns the object with the settings used for calls to listDisplayVideo360AdvertiserLinkProposals.

Returns
TypeDescription
PagedCallSettings<ListDisplayVideo360AdvertiserLinkProposalsRequest,ListDisplayVideo360AdvertiserLinkProposalsResponse,ListDisplayVideo360AdvertiserLinkProposalsPagedResponse>

listDisplayVideo360AdvertiserLinksSettings()

public PagedCallSettings<ListDisplayVideo360AdvertiserLinksRequest,ListDisplayVideo360AdvertiserLinksResponse,AnalyticsAdminServiceClient.ListDisplayVideo360AdvertiserLinksPagedResponse> listDisplayVideo360AdvertiserLinksSettings()

Returns the object with the settings used for calls to listDisplayVideo360AdvertiserLinks.

Returns
TypeDescription
PagedCallSettings<ListDisplayVideo360AdvertiserLinksRequest,ListDisplayVideo360AdvertiserLinksResponse,ListDisplayVideo360AdvertiserLinksPagedResponse>

listEventCreateRulesSettings()

public PagedCallSettings<ListEventCreateRulesRequest,ListEventCreateRulesResponse,AnalyticsAdminServiceClient.ListEventCreateRulesPagedResponse> listEventCreateRulesSettings()

Returns the object with the settings used for calls to listEventCreateRules.

Returns
TypeDescription
PagedCallSettings<ListEventCreateRulesRequest,ListEventCreateRulesResponse,ListEventCreateRulesPagedResponse>

listExpandedDataSetsSettings()

public PagedCallSettings<ListExpandedDataSetsRequest,ListExpandedDataSetsResponse,AnalyticsAdminServiceClient.ListExpandedDataSetsPagedResponse> listExpandedDataSetsSettings()

Returns the object with the settings used for calls to listExpandedDataSets.

Returns
TypeDescription
PagedCallSettings<ListExpandedDataSetsRequest,ListExpandedDataSetsResponse,ListExpandedDataSetsPagedResponse>

listFirebaseLinksSettings()

public PagedCallSettings<ListFirebaseLinksRequest,ListFirebaseLinksResponse,AnalyticsAdminServiceClient.ListFirebaseLinksPagedResponse> listFirebaseLinksSettings()

Returns the object with the settings used for calls to listFirebaseLinks.

Returns
TypeDescription
PagedCallSettings<ListFirebaseLinksRequest,ListFirebaseLinksResponse,ListFirebaseLinksPagedResponse>

listGoogleAdsLinksSettings()

public PagedCallSettings<ListGoogleAdsLinksRequest,ListGoogleAdsLinksResponse,AnalyticsAdminServiceClient.ListGoogleAdsLinksPagedResponse> listGoogleAdsLinksSettings()

Returns the object with the settings used for calls to listGoogleAdsLinks.

Returns
TypeDescription
PagedCallSettings<ListGoogleAdsLinksRequest,ListGoogleAdsLinksResponse,ListGoogleAdsLinksPagedResponse>

listMeasurementProtocolSecretsSettings()

public PagedCallSettings<ListMeasurementProtocolSecretsRequest,ListMeasurementProtocolSecretsResponse,AnalyticsAdminServiceClient.ListMeasurementProtocolSecretsPagedResponse> listMeasurementProtocolSecretsSettings()

Returns the object with the settings used for calls to listMeasurementProtocolSecrets.

Returns
TypeDescription
PagedCallSettings<ListMeasurementProtocolSecretsRequest,ListMeasurementProtocolSecretsResponse,ListMeasurementProtocolSecretsPagedResponse>

listPropertiesSettings()

public PagedCallSettings<ListPropertiesRequest,ListPropertiesResponse,AnalyticsAdminServiceClient.ListPropertiesPagedResponse> listPropertiesSettings()

Returns the object with the settings used for calls to listProperties.

Returns
TypeDescription
PagedCallSettings<ListPropertiesRequest,ListPropertiesResponse,ListPropertiesPagedResponse>

listRollupPropertySourceLinksSettings()

public PagedCallSettings<ListRollupPropertySourceLinksRequest,ListRollupPropertySourceLinksResponse,AnalyticsAdminServiceClient.ListRollupPropertySourceLinksPagedResponse> listRollupPropertySourceLinksSettings()

Returns the object with the settings used for calls to listRollupPropertySourceLinks.

Returns
TypeDescription
PagedCallSettings<ListRollupPropertySourceLinksRequest,ListRollupPropertySourceLinksResponse,ListRollupPropertySourceLinksPagedResponse>

listSKAdNetworkConversionValueSchemasSettings()

public PagedCallSettings<ListSKAdNetworkConversionValueSchemasRequest,ListSKAdNetworkConversionValueSchemasResponse,AnalyticsAdminServiceClient.ListSKAdNetworkConversionValueSchemasPagedResponse> listSKAdNetworkConversionValueSchemasSettings()

Returns the object with the settings used for calls to listSKAdNetworkConversionValueSchemas.

Returns
TypeDescription
PagedCallSettings<ListSKAdNetworkConversionValueSchemasRequest,ListSKAdNetworkConversionValueSchemasResponse,ListSKAdNetworkConversionValueSchemasPagedResponse>

listSearchAds360LinksSettings()

public PagedCallSettings<ListSearchAds360LinksRequest,ListSearchAds360LinksResponse,AnalyticsAdminServiceClient.ListSearchAds360LinksPagedResponse> listSearchAds360LinksSettings()

Returns the object with the settings used for calls to listSearchAds360Links.

Returns
TypeDescription
PagedCallSettings<ListSearchAds360LinksRequest,ListSearchAds360LinksResponse,ListSearchAds360LinksPagedResponse>

listSubpropertyEventFiltersSettings()

public PagedCallSettings<ListSubpropertyEventFiltersRequest,ListSubpropertyEventFiltersResponse,AnalyticsAdminServiceClient.ListSubpropertyEventFiltersPagedResponse> listSubpropertyEventFiltersSettings()

Returns the object with the settings used for calls to listSubpropertyEventFilters.

Returns
TypeDescription
PagedCallSettings<ListSubpropertyEventFiltersRequest,ListSubpropertyEventFiltersResponse,ListSubpropertyEventFiltersPagedResponse>

provisionAccountTicketSettings()

public UnaryCallSettings<ProvisionAccountTicketRequest,ProvisionAccountTicketResponse> provisionAccountTicketSettings()

Returns the object with the settings used for calls to provisionAccountTicket.

Returns
TypeDescription
UnaryCallSettings<ProvisionAccountTicketRequest,ProvisionAccountTicketResponse>

runAccessReportSettings()

public UnaryCallSettings<RunAccessReportRequest,RunAccessReportResponse> runAccessReportSettings()

Returns the object with the settings used for calls to runAccessReport.

Returns
TypeDescription
UnaryCallSettings<RunAccessReportRequest,RunAccessReportResponse>

searchChangeHistoryEventsSettings()

public PagedCallSettings<SearchChangeHistoryEventsRequest,SearchChangeHistoryEventsResponse,AnalyticsAdminServiceClient.SearchChangeHistoryEventsPagedResponse> searchChangeHistoryEventsSettings()

Returns the object with the settings used for calls to searchChangeHistoryEvents.

Returns
TypeDescription
PagedCallSettings<SearchChangeHistoryEventsRequest,SearchChangeHistoryEventsResponse,SearchChangeHistoryEventsPagedResponse>

setAutomatedGa4ConfigurationOptOutSettings()

public UnaryCallSettings<SetAutomatedGa4ConfigurationOptOutRequest,SetAutomatedGa4ConfigurationOptOutResponse> setAutomatedGa4ConfigurationOptOutSettings()

Returns the object with the settings used for calls to setAutomatedGa4ConfigurationOptOut.

Returns
TypeDescription
UnaryCallSettings<SetAutomatedGa4ConfigurationOptOutRequest,SetAutomatedGa4ConfigurationOptOutResponse>

toBuilder()

public AnalyticsAdminServiceSettings.Builder toBuilder()

Returns a builder containing all the values of this settings class.

Returns
TypeDescription
AnalyticsAdminServiceSettings.Builder
Overrides

updateAccessBindingSettings()

public UnaryCallSettings<UpdateAccessBindingRequest,AccessBinding> updateAccessBindingSettings()

Returns the object with the settings used for calls to updateAccessBinding.

Returns
TypeDescription
UnaryCallSettings<UpdateAccessBindingRequest,AccessBinding>

updateAccountSettings()

public UnaryCallSettings<UpdateAccountRequest,Account> updateAccountSettings()

Returns the object with the settings used for calls to updateAccount.

Returns
TypeDescription
UnaryCallSettings<UpdateAccountRequest,Account>

updateAttributionSettingsSettings()

public UnaryCallSettings<UpdateAttributionSettingsRequest,AttributionSettings> updateAttributionSettingsSettings()

Returns the object with the settings used for calls to updateAttributionSettings.

Returns
TypeDescription
UnaryCallSettings<UpdateAttributionSettingsRequest,AttributionSettings>

updateAudienceSettings()

public UnaryCallSettings<UpdateAudienceRequest,Audience> updateAudienceSettings()

Returns the object with the settings used for calls to updateAudience.

Returns
TypeDescription
UnaryCallSettings<UpdateAudienceRequest,Audience>

updateCalculatedMetricSettings()

public UnaryCallSettings<UpdateCalculatedMetricRequest,CalculatedMetric> updateCalculatedMetricSettings()

Returns the object with the settings used for calls to updateCalculatedMetric.

Returns
TypeDescription
UnaryCallSettings<UpdateCalculatedMetricRequest,CalculatedMetric>

updateChannelGroupSettings()

public UnaryCallSettings<UpdateChannelGroupRequest,ChannelGroup> updateChannelGroupSettings()

Returns the object with the settings used for calls to updateChannelGroup.

Returns
TypeDescription
UnaryCallSettings<UpdateChannelGroupRequest,ChannelGroup>

updateConversionEventSettings()

public UnaryCallSettings<UpdateConversionEventRequest,ConversionEvent> updateConversionEventSettings()

Returns the object with the settings used for calls to updateConversionEvent.

Returns
TypeDescription
UnaryCallSettings<UpdateConversionEventRequest,ConversionEvent>

updateCustomDimensionSettings()

public UnaryCallSettings<UpdateCustomDimensionRequest,CustomDimension> updateCustomDimensionSettings()

Returns the object with the settings used for calls to updateCustomDimension.

Returns
TypeDescription
UnaryCallSettings<UpdateCustomDimensionRequest,CustomDimension>

updateCustomMetricSettings()

public UnaryCallSettings<UpdateCustomMetricRequest,CustomMetric> updateCustomMetricSettings()

Returns the object with the settings used for calls to updateCustomMetric.

Returns
TypeDescription
UnaryCallSettings<UpdateCustomMetricRequest,CustomMetric>

updateDataRedactionSettingsSettings()

public UnaryCallSettings<UpdateDataRedactionSettingsRequest,DataRedactionSettings> updateDataRedactionSettingsSettings()

Returns the object with the settings used for calls to updateDataRedactionSettings.

Returns
TypeDescription
UnaryCallSettings<UpdateDataRedactionSettingsRequest,DataRedactionSettings>

updateDataRetentionSettingsSettings()

public UnaryCallSettings<UpdateDataRetentionSettingsRequest,DataRetentionSettings> updateDataRetentionSettingsSettings()

Returns the object with the settings used for calls to updateDataRetentionSettings.

Returns
TypeDescription
UnaryCallSettings<UpdateDataRetentionSettingsRequest,DataRetentionSettings>

updateDataStreamSettings()

public UnaryCallSettings<UpdateDataStreamRequest,DataStream> updateDataStreamSettings()

Returns the object with the settings used for calls to updateDataStream.

Returns
TypeDescription
UnaryCallSettings<UpdateDataStreamRequest,DataStream>

updateDisplayVideo360AdvertiserLinkSettings()

public UnaryCallSettings<UpdateDisplayVideo360AdvertiserLinkRequest,DisplayVideo360AdvertiserLink> updateDisplayVideo360AdvertiserLinkSettings()

Returns the object with the settings used for calls to updateDisplayVideo360AdvertiserLink.

Returns
TypeDescription
UnaryCallSettings<UpdateDisplayVideo360AdvertiserLinkRequest,DisplayVideo360AdvertiserLink>

updateEnhancedMeasurementSettingsSettings()

public UnaryCallSettings<UpdateEnhancedMeasurementSettingsRequest,EnhancedMeasurementSettings> updateEnhancedMeasurementSettingsSettings()

Returns the object with the settings used for calls to updateEnhancedMeasurementSettings.

Returns
TypeDescription
UnaryCallSettings<UpdateEnhancedMeasurementSettingsRequest,EnhancedMeasurementSettings>

updateEventCreateRuleSettings()

public UnaryCallSettings<UpdateEventCreateRuleRequest,EventCreateRule> updateEventCreateRuleSettings()

Returns the object with the settings used for calls to updateEventCreateRule.

Returns
TypeDescription
UnaryCallSettings<UpdateEventCreateRuleRequest,EventCreateRule>

updateExpandedDataSetSettings()

public UnaryCallSettings<UpdateExpandedDataSetRequest,ExpandedDataSet> updateExpandedDataSetSettings()

Returns the object with the settings used for calls to updateExpandedDataSet.

Returns
TypeDescription
UnaryCallSettings<UpdateExpandedDataSetRequest,ExpandedDataSet>

updateGoogleAdsLinkSettings()

public UnaryCallSettings<UpdateGoogleAdsLinkRequest,GoogleAdsLink> updateGoogleAdsLinkSettings()

Returns the object with the settings used for calls to updateGoogleAdsLink.

Returns
TypeDescription
UnaryCallSettings<UpdateGoogleAdsLinkRequest,GoogleAdsLink>

updateGoogleSignalsSettingsSettings()

public UnaryCallSettings<UpdateGoogleSignalsSettingsRequest,GoogleSignalsSettings> updateGoogleSignalsSettingsSettings()

Returns the object with the settings used for calls to updateGoogleSignalsSettings.

Returns
TypeDescription
UnaryCallSettings<UpdateGoogleSignalsSettingsRequest,GoogleSignalsSettings>

updateMeasurementProtocolSecretSettings()

public UnaryCallSettings<UpdateMeasurementProtocolSecretRequest,MeasurementProtocolSecret> updateMeasurementProtocolSecretSettings()

Returns the object with the settings used for calls to updateMeasurementProtocolSecret.

Returns
TypeDescription
UnaryCallSettings<UpdateMeasurementProtocolSecretRequest,MeasurementProtocolSecret>

updatePropertySettings()

public UnaryCallSettings<UpdatePropertyRequest,Property> updatePropertySettings()

Returns the object with the settings used for calls to updateProperty.

Returns
TypeDescription
UnaryCallSettings<UpdatePropertyRequest,Property>

updateSKAdNetworkConversionValueSchemaSettings()

public UnaryCallSettings<UpdateSKAdNetworkConversionValueSchemaRequest,SKAdNetworkConversionValueSchema> updateSKAdNetworkConversionValueSchemaSettings()

Returns the object with the settings used for calls to updateSKAdNetworkConversionValueSchema.

Returns
TypeDescription
UnaryCallSettings<UpdateSKAdNetworkConversionValueSchemaRequest,SKAdNetworkConversionValueSchema>

updateSearchAds360LinkSettings()

public UnaryCallSettings<UpdateSearchAds360LinkRequest,SearchAds360Link> updateSearchAds360LinkSettings()

Returns the object with the settings used for calls to updateSearchAds360Link.

Returns
TypeDescription
UnaryCallSettings<UpdateSearchAds360LinkRequest,SearchAds360Link>

updateSubpropertyEventFilterSettings()

public UnaryCallSettings<UpdateSubpropertyEventFilterRequest,SubpropertyEventFilter> updateSubpropertyEventFilterSettings()

Returns the object with the settings used for calls to updateSubpropertyEventFilter.

Returns
TypeDescription
UnaryCallSettings<UpdateSubpropertyEventFilterRequest,SubpropertyEventFilter>