Class AnalyticsAdminService.AnalyticsAdminServiceClient
Client for AnalyticsAdminService
Inheritance
Inherited Members
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public class AnalyticsAdminService.AnalyticsAdminServiceClient : ClientBase<AnalyticsAdminService.AnalyticsAdminServiceClient>
Constructors
AnalyticsAdminServiceClient()
Protected parameterless constructor to allow creation of test doubles.
Declaration
protected AnalyticsAdminServiceClient()
AnalyticsAdminServiceClient(CallInvoker)
Creates a new client for AnalyticsAdminService that uses a custom CallInvoker
.
Declaration
public AnalyticsAdminServiceClient(CallInvoker callInvoker)
Parameters
Type | Name | Description |
---|---|---|
CallInvoker | callInvoker | The callInvoker to use to make remote calls. |
AnalyticsAdminServiceClient(ChannelBase)
Creates a new client for AnalyticsAdminService
Declaration
public AnalyticsAdminServiceClient(ChannelBase channel)
Parameters
Type | Name | Description |
---|---|---|
ChannelBase | channel | The channel to use to make remote calls. |
AnalyticsAdminServiceClient(ClientBaseConfiguration)
Protected constructor to allow creation of configured clients.
Declaration
protected AnalyticsAdminServiceClient(ClientBase.ClientBaseConfiguration configuration)
Parameters
Type | Name | Description |
---|---|---|
ClientBase.ClientBaseConfiguration | configuration | The client configuration. |
Methods
AcknowledgeUserDataCollection(AcknowledgeUserDataCollectionRequest, CallOptions)
Acknowledges the terms of user data collection for the specified property.
This acknowledgement must be completed (either in the Google Analytics UI or through this API) before MeasurementProtocolSecret resources may be created.
Declaration
public virtual AcknowledgeUserDataCollectionResponse AcknowledgeUserDataCollection(AcknowledgeUserDataCollectionRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
AcknowledgeUserDataCollectionRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AcknowledgeUserDataCollectionResponse | The response received from the server. |
AcknowledgeUserDataCollection(AcknowledgeUserDataCollectionRequest, Metadata, DateTime?, CancellationToken)
Acknowledges the terms of user data collection for the specified property.
This acknowledgement must be completed (either in the Google Analytics UI or through this API) before MeasurementProtocolSecret resources may be created.
Declaration
public virtual AcknowledgeUserDataCollectionResponse AcknowledgeUserDataCollection(AcknowledgeUserDataCollectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
AcknowledgeUserDataCollectionRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AcknowledgeUserDataCollectionResponse | The response received from the server. |
AcknowledgeUserDataCollectionAsync(AcknowledgeUserDataCollectionRequest, CallOptions)
Acknowledges the terms of user data collection for the specified property.
This acknowledgement must be completed (either in the Google Analytics UI or through this API) before MeasurementProtocolSecret resources may be created.
Declaration
public virtual AsyncUnaryCall<AcknowledgeUserDataCollectionResponse> AcknowledgeUserDataCollectionAsync(AcknowledgeUserDataCollectionRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
AcknowledgeUserDataCollectionRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<AcknowledgeUserDataCollectionResponse> | The call object. |
AcknowledgeUserDataCollectionAsync(AcknowledgeUserDataCollectionRequest, Metadata, DateTime?, CancellationToken)
Acknowledges the terms of user data collection for the specified property.
This acknowledgement must be completed (either in the Google Analytics UI or through this API) before MeasurementProtocolSecret resources may be created.
Declaration
public virtual AsyncUnaryCall<AcknowledgeUserDataCollectionResponse> AcknowledgeUserDataCollectionAsync(AcknowledgeUserDataCollectionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
AcknowledgeUserDataCollectionRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<AcknowledgeUserDataCollectionResponse> | The call object. |
ApproveDisplayVideo360AdvertiserLinkProposal(ApproveDisplayVideo360AdvertiserLinkProposalRequest, CallOptions)
Approves a DisplayVideo360AdvertiserLinkProposal. The DisplayVideo360AdvertiserLinkProposal will be deleted and a new DisplayVideo360AdvertiserLink will be created.
Declaration
public virtual ApproveDisplayVideo360AdvertiserLinkProposalResponse ApproveDisplayVideo360AdvertiserLinkProposal(ApproveDisplayVideo360AdvertiserLinkProposalRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ApproveDisplayVideo360AdvertiserLinkProposalRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ApproveDisplayVideo360AdvertiserLinkProposalResponse | The response received from the server. |
ApproveDisplayVideo360AdvertiserLinkProposal(ApproveDisplayVideo360AdvertiserLinkProposalRequest, Metadata, DateTime?, CancellationToken)
Approves a DisplayVideo360AdvertiserLinkProposal. The DisplayVideo360AdvertiserLinkProposal will be deleted and a new DisplayVideo360AdvertiserLink will be created.
Declaration
public virtual ApproveDisplayVideo360AdvertiserLinkProposalResponse ApproveDisplayVideo360AdvertiserLinkProposal(ApproveDisplayVideo360AdvertiserLinkProposalRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ApproveDisplayVideo360AdvertiserLinkProposalRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ApproveDisplayVideo360AdvertiserLinkProposalResponse | The response received from the server. |
ApproveDisplayVideo360AdvertiserLinkProposalAsync(ApproveDisplayVideo360AdvertiserLinkProposalRequest, CallOptions)
Approves a DisplayVideo360AdvertiserLinkProposal. The DisplayVideo360AdvertiserLinkProposal will be deleted and a new DisplayVideo360AdvertiserLink will be created.
Declaration
public virtual AsyncUnaryCall<ApproveDisplayVideo360AdvertiserLinkProposalResponse> ApproveDisplayVideo360AdvertiserLinkProposalAsync(ApproveDisplayVideo360AdvertiserLinkProposalRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ApproveDisplayVideo360AdvertiserLinkProposalRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ApproveDisplayVideo360AdvertiserLinkProposalResponse> | The call object. |
ApproveDisplayVideo360AdvertiserLinkProposalAsync(ApproveDisplayVideo360AdvertiserLinkProposalRequest, Metadata, DateTime?, CancellationToken)
Approves a DisplayVideo360AdvertiserLinkProposal. The DisplayVideo360AdvertiserLinkProposal will be deleted and a new DisplayVideo360AdvertiserLink will be created.
Declaration
public virtual AsyncUnaryCall<ApproveDisplayVideo360AdvertiserLinkProposalResponse> ApproveDisplayVideo360AdvertiserLinkProposalAsync(ApproveDisplayVideo360AdvertiserLinkProposalRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ApproveDisplayVideo360AdvertiserLinkProposalRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ApproveDisplayVideo360AdvertiserLinkProposalResponse> | The call object. |
ArchiveAudience(ArchiveAudienceRequest, CallOptions)
Archives an Audience on a property.
Declaration
public virtual Empty ArchiveAudience(ArchiveAudienceRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ArchiveAudienceRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
ArchiveAudience(ArchiveAudienceRequest, Metadata, DateTime?, CancellationToken)
Archives an Audience on a property.
Declaration
public virtual Empty ArchiveAudience(ArchiveAudienceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ArchiveAudienceRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
ArchiveAudienceAsync(ArchiveAudienceRequest, CallOptions)
Archives an Audience on a property.
Declaration
public virtual AsyncUnaryCall<Empty> ArchiveAudienceAsync(ArchiveAudienceRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ArchiveAudienceRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
ArchiveAudienceAsync(ArchiveAudienceRequest, Metadata, DateTime?, CancellationToken)
Archives an Audience on a property.
Declaration
public virtual AsyncUnaryCall<Empty> ArchiveAudienceAsync(ArchiveAudienceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ArchiveAudienceRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
ArchiveCustomDimension(ArchiveCustomDimensionRequest, CallOptions)
Archives a CustomDimension on a property.
Declaration
public virtual Empty ArchiveCustomDimension(ArchiveCustomDimensionRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ArchiveCustomDimensionRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
ArchiveCustomDimension(ArchiveCustomDimensionRequest, Metadata, DateTime?, CancellationToken)
Archives a CustomDimension on a property.
Declaration
public virtual Empty ArchiveCustomDimension(ArchiveCustomDimensionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ArchiveCustomDimensionRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
ArchiveCustomDimensionAsync(ArchiveCustomDimensionRequest, CallOptions)
Archives a CustomDimension on a property.
Declaration
public virtual AsyncUnaryCall<Empty> ArchiveCustomDimensionAsync(ArchiveCustomDimensionRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ArchiveCustomDimensionRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
ArchiveCustomDimensionAsync(ArchiveCustomDimensionRequest, Metadata, DateTime?, CancellationToken)
Archives a CustomDimension on a property.
Declaration
public virtual AsyncUnaryCall<Empty> ArchiveCustomDimensionAsync(ArchiveCustomDimensionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ArchiveCustomDimensionRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
ArchiveCustomMetric(ArchiveCustomMetricRequest, CallOptions)
Archives a CustomMetric on a property.
Declaration
public virtual Empty ArchiveCustomMetric(ArchiveCustomMetricRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ArchiveCustomMetricRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
ArchiveCustomMetric(ArchiveCustomMetricRequest, Metadata, DateTime?, CancellationToken)
Archives a CustomMetric on a property.
Declaration
public virtual Empty ArchiveCustomMetric(ArchiveCustomMetricRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ArchiveCustomMetricRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
ArchiveCustomMetricAsync(ArchiveCustomMetricRequest, CallOptions)
Archives a CustomMetric on a property.
Declaration
public virtual AsyncUnaryCall<Empty> ArchiveCustomMetricAsync(ArchiveCustomMetricRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ArchiveCustomMetricRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
ArchiveCustomMetricAsync(ArchiveCustomMetricRequest, Metadata, DateTime?, CancellationToken)
Archives a CustomMetric on a property.
Declaration
public virtual AsyncUnaryCall<Empty> ArchiveCustomMetricAsync(ArchiveCustomMetricRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ArchiveCustomMetricRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
BatchCreateAccessBindings(BatchCreateAccessBindingsRequest, CallOptions)
Creates information about multiple access bindings to an account or property.
This method is transactional. If any AccessBinding cannot be created, none of the AccessBindings will be created.
Declaration
public virtual BatchCreateAccessBindingsResponse BatchCreateAccessBindings(BatchCreateAccessBindingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
BatchCreateAccessBindingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
BatchCreateAccessBindingsResponse | The response received from the server. |
BatchCreateAccessBindings(BatchCreateAccessBindingsRequest, Metadata, DateTime?, CancellationToken)
Creates information about multiple access bindings to an account or property.
This method is transactional. If any AccessBinding cannot be created, none of the AccessBindings will be created.
Declaration
public virtual BatchCreateAccessBindingsResponse BatchCreateAccessBindings(BatchCreateAccessBindingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
BatchCreateAccessBindingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
BatchCreateAccessBindingsResponse | The response received from the server. |
BatchCreateAccessBindingsAsync(BatchCreateAccessBindingsRequest, CallOptions)
Creates information about multiple access bindings to an account or property.
This method is transactional. If any AccessBinding cannot be created, none of the AccessBindings will be created.
Declaration
public virtual AsyncUnaryCall<BatchCreateAccessBindingsResponse> BatchCreateAccessBindingsAsync(BatchCreateAccessBindingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
BatchCreateAccessBindingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<BatchCreateAccessBindingsResponse> | The call object. |
BatchCreateAccessBindingsAsync(BatchCreateAccessBindingsRequest, Metadata, DateTime?, CancellationToken)
Creates information about multiple access bindings to an account or property.
This method is transactional. If any AccessBinding cannot be created, none of the AccessBindings will be created.
Declaration
public virtual AsyncUnaryCall<BatchCreateAccessBindingsResponse> BatchCreateAccessBindingsAsync(BatchCreateAccessBindingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
BatchCreateAccessBindingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<BatchCreateAccessBindingsResponse> | The call object. |
BatchDeleteAccessBindings(BatchDeleteAccessBindingsRequest, CallOptions)
Deletes information about multiple users' links to an account or property.
Declaration
public virtual Empty BatchDeleteAccessBindings(BatchDeleteAccessBindingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
BatchDeleteAccessBindingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
BatchDeleteAccessBindings(BatchDeleteAccessBindingsRequest, Metadata, DateTime?, CancellationToken)
Deletes information about multiple users' links to an account or property.
Declaration
public virtual Empty BatchDeleteAccessBindings(BatchDeleteAccessBindingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
BatchDeleteAccessBindingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
BatchDeleteAccessBindingsAsync(BatchDeleteAccessBindingsRequest, CallOptions)
Deletes information about multiple users' links to an account or property.
Declaration
public virtual AsyncUnaryCall<Empty> BatchDeleteAccessBindingsAsync(BatchDeleteAccessBindingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
BatchDeleteAccessBindingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
BatchDeleteAccessBindingsAsync(BatchDeleteAccessBindingsRequest, Metadata, DateTime?, CancellationToken)
Deletes information about multiple users' links to an account or property.
Declaration
public virtual AsyncUnaryCall<Empty> BatchDeleteAccessBindingsAsync(BatchDeleteAccessBindingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
BatchDeleteAccessBindingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
BatchGetAccessBindings(BatchGetAccessBindingsRequest, CallOptions)
Gets information about multiple access bindings to an account or property.
Declaration
public virtual BatchGetAccessBindingsResponse BatchGetAccessBindings(BatchGetAccessBindingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
BatchGetAccessBindingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
BatchGetAccessBindingsResponse | The response received from the server. |
BatchGetAccessBindings(BatchGetAccessBindingsRequest, Metadata, DateTime?, CancellationToken)
Gets information about multiple access bindings to an account or property.
Declaration
public virtual BatchGetAccessBindingsResponse BatchGetAccessBindings(BatchGetAccessBindingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
BatchGetAccessBindingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
BatchGetAccessBindingsResponse | The response received from the server. |
BatchGetAccessBindingsAsync(BatchGetAccessBindingsRequest, CallOptions)
Gets information about multiple access bindings to an account or property.
Declaration
public virtual AsyncUnaryCall<BatchGetAccessBindingsResponse> BatchGetAccessBindingsAsync(BatchGetAccessBindingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
BatchGetAccessBindingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<BatchGetAccessBindingsResponse> | The call object. |
BatchGetAccessBindingsAsync(BatchGetAccessBindingsRequest, Metadata, DateTime?, CancellationToken)
Gets information about multiple access bindings to an account or property.
Declaration
public virtual AsyncUnaryCall<BatchGetAccessBindingsResponse> BatchGetAccessBindingsAsync(BatchGetAccessBindingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
BatchGetAccessBindingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<BatchGetAccessBindingsResponse> | The call object. |
BatchUpdateAccessBindings(BatchUpdateAccessBindingsRequest, CallOptions)
Updates information about multiple access bindings to an account or property.
Declaration
public virtual BatchUpdateAccessBindingsResponse BatchUpdateAccessBindings(BatchUpdateAccessBindingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
BatchUpdateAccessBindingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
BatchUpdateAccessBindingsResponse | The response received from the server. |
BatchUpdateAccessBindings(BatchUpdateAccessBindingsRequest, Metadata, DateTime?, CancellationToken)
Updates information about multiple access bindings to an account or property.
Declaration
public virtual BatchUpdateAccessBindingsResponse BatchUpdateAccessBindings(BatchUpdateAccessBindingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
BatchUpdateAccessBindingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
BatchUpdateAccessBindingsResponse | The response received from the server. |
BatchUpdateAccessBindingsAsync(BatchUpdateAccessBindingsRequest, CallOptions)
Updates information about multiple access bindings to an account or property.
Declaration
public virtual AsyncUnaryCall<BatchUpdateAccessBindingsResponse> BatchUpdateAccessBindingsAsync(BatchUpdateAccessBindingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
BatchUpdateAccessBindingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<BatchUpdateAccessBindingsResponse> | The call object. |
BatchUpdateAccessBindingsAsync(BatchUpdateAccessBindingsRequest, Metadata, DateTime?, CancellationToken)
Updates information about multiple access bindings to an account or property.
Declaration
public virtual AsyncUnaryCall<BatchUpdateAccessBindingsResponse> BatchUpdateAccessBindingsAsync(BatchUpdateAccessBindingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
BatchUpdateAccessBindingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<BatchUpdateAccessBindingsResponse> | The call object. |
CancelDisplayVideo360AdvertiserLinkProposal(CancelDisplayVideo360AdvertiserLinkProposalRequest, CallOptions)
Cancels a DisplayVideo360AdvertiserLinkProposal. Cancelling can mean either:
- Declining a proposal initiated from Display & Video 360
- Withdrawing a proposal initiated from Google Analytics After being cancelled, a proposal will eventually be deleted automatically.
Declaration
public virtual DisplayVideo360AdvertiserLinkProposal CancelDisplayVideo360AdvertiserLinkProposal(CancelDisplayVideo360AdvertiserLinkProposalRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CancelDisplayVideo360AdvertiserLinkProposalRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
DisplayVideo360AdvertiserLinkProposal | The response received from the server. |
CancelDisplayVideo360AdvertiserLinkProposal(CancelDisplayVideo360AdvertiserLinkProposalRequest, Metadata, DateTime?, CancellationToken)
Cancels a DisplayVideo360AdvertiserLinkProposal. Cancelling can mean either:
- Declining a proposal initiated from Display & Video 360
- Withdrawing a proposal initiated from Google Analytics After being cancelled, a proposal will eventually be deleted automatically.
Declaration
public virtual DisplayVideo360AdvertiserLinkProposal CancelDisplayVideo360AdvertiserLinkProposal(CancelDisplayVideo360AdvertiserLinkProposalRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CancelDisplayVideo360AdvertiserLinkProposalRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
DisplayVideo360AdvertiserLinkProposal | The response received from the server. |
CancelDisplayVideo360AdvertiserLinkProposalAsync(CancelDisplayVideo360AdvertiserLinkProposalRequest, CallOptions)
Cancels a DisplayVideo360AdvertiserLinkProposal. Cancelling can mean either:
- Declining a proposal initiated from Display & Video 360
- Withdrawing a proposal initiated from Google Analytics After being cancelled, a proposal will eventually be deleted automatically.
Declaration
public virtual AsyncUnaryCall<DisplayVideo360AdvertiserLinkProposal> CancelDisplayVideo360AdvertiserLinkProposalAsync(CancelDisplayVideo360AdvertiserLinkProposalRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CancelDisplayVideo360AdvertiserLinkProposalRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<DisplayVideo360AdvertiserLinkProposal> | The call object. |
CancelDisplayVideo360AdvertiserLinkProposalAsync(CancelDisplayVideo360AdvertiserLinkProposalRequest, Metadata, DateTime?, CancellationToken)
Cancels a DisplayVideo360AdvertiserLinkProposal. Cancelling can mean either:
- Declining a proposal initiated from Display & Video 360
- Withdrawing a proposal initiated from Google Analytics After being cancelled, a proposal will eventually be deleted automatically.
Declaration
public virtual AsyncUnaryCall<DisplayVideo360AdvertiserLinkProposal> CancelDisplayVideo360AdvertiserLinkProposalAsync(CancelDisplayVideo360AdvertiserLinkProposalRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CancelDisplayVideo360AdvertiserLinkProposalRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<DisplayVideo360AdvertiserLinkProposal> | The call object. |
CreateAccessBinding(CreateAccessBindingRequest, CallOptions)
Creates an access binding on an account or property.
Declaration
public virtual AccessBinding CreateAccessBinding(CreateAccessBindingRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateAccessBindingRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AccessBinding | The response received from the server. |
CreateAccessBinding(CreateAccessBindingRequest, Metadata, DateTime?, CancellationToken)
Creates an access binding on an account or property.
Declaration
public virtual AccessBinding CreateAccessBinding(CreateAccessBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateAccessBindingRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AccessBinding | The response received from the server. |
CreateAccessBindingAsync(CreateAccessBindingRequest, CallOptions)
Creates an access binding on an account or property.
Declaration
public virtual AsyncUnaryCall<AccessBinding> CreateAccessBindingAsync(CreateAccessBindingRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateAccessBindingRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<AccessBinding> | The call object. |
CreateAccessBindingAsync(CreateAccessBindingRequest, Metadata, DateTime?, CancellationToken)
Creates an access binding on an account or property.
Declaration
public virtual AsyncUnaryCall<AccessBinding> CreateAccessBindingAsync(CreateAccessBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateAccessBindingRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<AccessBinding> | The call object. |
CreateAdSenseLink(CreateAdSenseLinkRequest, CallOptions)
Creates an AdSenseLink.
Declaration
public virtual AdSenseLink CreateAdSenseLink(CreateAdSenseLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateAdSenseLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AdSenseLink | The response received from the server. |
CreateAdSenseLink(CreateAdSenseLinkRequest, Metadata, DateTime?, CancellationToken)
Creates an AdSenseLink.
Declaration
public virtual AdSenseLink CreateAdSenseLink(CreateAdSenseLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateAdSenseLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AdSenseLink | The response received from the server. |
CreateAdSenseLinkAsync(CreateAdSenseLinkRequest, CallOptions)
Creates an AdSenseLink.
Declaration
public virtual AsyncUnaryCall<AdSenseLink> CreateAdSenseLinkAsync(CreateAdSenseLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateAdSenseLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<AdSenseLink> | The call object. |
CreateAdSenseLinkAsync(CreateAdSenseLinkRequest, Metadata, DateTime?, CancellationToken)
Creates an AdSenseLink.
Declaration
public virtual AsyncUnaryCall<AdSenseLink> CreateAdSenseLinkAsync(CreateAdSenseLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateAdSenseLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<AdSenseLink> | The call object. |
CreateAudience(CreateAudienceRequest, CallOptions)
Creates an Audience.
Declaration
public virtual Audience CreateAudience(CreateAudienceRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateAudienceRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Audience | The response received from the server. |
CreateAudience(CreateAudienceRequest, Metadata, DateTime?, CancellationToken)
Creates an Audience.
Declaration
public virtual Audience CreateAudience(CreateAudienceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateAudienceRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Audience | The response received from the server. |
CreateAudienceAsync(CreateAudienceRequest, CallOptions)
Creates an Audience.
Declaration
public virtual AsyncUnaryCall<Audience> CreateAudienceAsync(CreateAudienceRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateAudienceRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Audience> | The call object. |
CreateAudienceAsync(CreateAudienceRequest, Metadata, DateTime?, CancellationToken)
Creates an Audience.
Declaration
public virtual AsyncUnaryCall<Audience> CreateAudienceAsync(CreateAudienceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateAudienceRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Audience> | The call object. |
CreateBigQueryLink(CreateBigQueryLinkRequest, CallOptions)
Creates a BigQueryLink.
Declaration
public virtual BigQueryLink CreateBigQueryLink(CreateBigQueryLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateBigQueryLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
BigQueryLink | The response received from the server. |
CreateBigQueryLink(CreateBigQueryLinkRequest, Metadata, DateTime?, CancellationToken)
Creates a BigQueryLink.
Declaration
public virtual BigQueryLink CreateBigQueryLink(CreateBigQueryLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateBigQueryLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
BigQueryLink | The response received from the server. |
CreateBigQueryLinkAsync(CreateBigQueryLinkRequest, CallOptions)
Creates a BigQueryLink.
Declaration
public virtual AsyncUnaryCall<BigQueryLink> CreateBigQueryLinkAsync(CreateBigQueryLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateBigQueryLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<BigQueryLink> | The call object. |
CreateBigQueryLinkAsync(CreateBigQueryLinkRequest, Metadata, DateTime?, CancellationToken)
Creates a BigQueryLink.
Declaration
public virtual AsyncUnaryCall<BigQueryLink> CreateBigQueryLinkAsync(CreateBigQueryLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateBigQueryLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<BigQueryLink> | The call object. |
CreateCalculatedMetric(CreateCalculatedMetricRequest, CallOptions)
Creates a CalculatedMetric.
Declaration
public virtual CalculatedMetric CreateCalculatedMetric(CreateCalculatedMetricRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateCalculatedMetricRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
CalculatedMetric | The response received from the server. |
CreateCalculatedMetric(CreateCalculatedMetricRequest, Metadata, DateTime?, CancellationToken)
Creates a CalculatedMetric.
Declaration
public virtual CalculatedMetric CreateCalculatedMetric(CreateCalculatedMetricRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateCalculatedMetricRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
CalculatedMetric | The response received from the server. |
CreateCalculatedMetricAsync(CreateCalculatedMetricRequest, CallOptions)
Creates a CalculatedMetric.
Declaration
public virtual AsyncUnaryCall<CalculatedMetric> CreateCalculatedMetricAsync(CreateCalculatedMetricRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateCalculatedMetricRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<CalculatedMetric> | The call object. |
CreateCalculatedMetricAsync(CreateCalculatedMetricRequest, Metadata, DateTime?, CancellationToken)
Creates a CalculatedMetric.
Declaration
public virtual AsyncUnaryCall<CalculatedMetric> CreateCalculatedMetricAsync(CreateCalculatedMetricRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateCalculatedMetricRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<CalculatedMetric> | The call object. |
CreateChannelGroup(CreateChannelGroupRequest, CallOptions)
Creates a ChannelGroup.
Declaration
public virtual ChannelGroup CreateChannelGroup(CreateChannelGroupRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateChannelGroupRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ChannelGroup | The response received from the server. |
CreateChannelGroup(CreateChannelGroupRequest, Metadata, DateTime?, CancellationToken)
Creates a ChannelGroup.
Declaration
public virtual ChannelGroup CreateChannelGroup(CreateChannelGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateChannelGroupRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ChannelGroup | The response received from the server. |
CreateChannelGroupAsync(CreateChannelGroupRequest, CallOptions)
Creates a ChannelGroup.
Declaration
public virtual AsyncUnaryCall<ChannelGroup> CreateChannelGroupAsync(CreateChannelGroupRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateChannelGroupRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ChannelGroup> | The call object. |
CreateChannelGroupAsync(CreateChannelGroupRequest, Metadata, DateTime?, CancellationToken)
Creates a ChannelGroup.
Declaration
public virtual AsyncUnaryCall<ChannelGroup> CreateChannelGroupAsync(CreateChannelGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateChannelGroupRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ChannelGroup> | The call object. |
CreateConnectedSiteTag(CreateConnectedSiteTagRequest, CallOptions)
Creates a connected site tag for a Universal Analytics property. You can create a maximum of 20 connected site tags per property. Note: This API cannot be used on GA4 properties.
Declaration
public virtual CreateConnectedSiteTagResponse CreateConnectedSiteTag(CreateConnectedSiteTagRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateConnectedSiteTagRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
CreateConnectedSiteTagResponse | The response received from the server. |
CreateConnectedSiteTag(CreateConnectedSiteTagRequest, Metadata, DateTime?, CancellationToken)
Creates a connected site tag for a Universal Analytics property. You can create a maximum of 20 connected site tags per property. Note: This API cannot be used on GA4 properties.
Declaration
public virtual CreateConnectedSiteTagResponse CreateConnectedSiteTag(CreateConnectedSiteTagRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateConnectedSiteTagRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
CreateConnectedSiteTagResponse | The response received from the server. |
CreateConnectedSiteTagAsync(CreateConnectedSiteTagRequest, CallOptions)
Creates a connected site tag for a Universal Analytics property. You can create a maximum of 20 connected site tags per property. Note: This API cannot be used on GA4 properties.
Declaration
public virtual AsyncUnaryCall<CreateConnectedSiteTagResponse> CreateConnectedSiteTagAsync(CreateConnectedSiteTagRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateConnectedSiteTagRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<CreateConnectedSiteTagResponse> | The call object. |
CreateConnectedSiteTagAsync(CreateConnectedSiteTagRequest, Metadata, DateTime?, CancellationToken)
Creates a connected site tag for a Universal Analytics property. You can create a maximum of 20 connected site tags per property. Note: This API cannot be used on GA4 properties.
Declaration
public virtual AsyncUnaryCall<CreateConnectedSiteTagResponse> CreateConnectedSiteTagAsync(CreateConnectedSiteTagRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateConnectedSiteTagRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<CreateConnectedSiteTagResponse> | The call object. |
CreateConversionEvent(CreateConversionEventRequest, CallOptions)
Deprecated: Use CreateKeyEvent
instead.
Creates a conversion event with the specified attributes.
Declaration
[Obsolete]
public virtual ConversionEvent CreateConversionEvent(CreateConversionEventRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateConversionEventRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ConversionEvent | The response received from the server. |
CreateConversionEvent(CreateConversionEventRequest, Metadata, DateTime?, CancellationToken)
Deprecated: Use CreateKeyEvent
instead.
Creates a conversion event with the specified attributes.
Declaration
[Obsolete]
public virtual ConversionEvent CreateConversionEvent(CreateConversionEventRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateConversionEventRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ConversionEvent | The response received from the server. |
CreateConversionEventAsync(CreateConversionEventRequest, CallOptions)
Deprecated: Use CreateKeyEvent
instead.
Creates a conversion event with the specified attributes.
Declaration
[Obsolete]
public virtual AsyncUnaryCall<ConversionEvent> CreateConversionEventAsync(CreateConversionEventRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateConversionEventRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ConversionEvent> | The call object. |
CreateConversionEventAsync(CreateConversionEventRequest, Metadata, DateTime?, CancellationToken)
Deprecated: Use CreateKeyEvent
instead.
Creates a conversion event with the specified attributes.
Declaration
[Obsolete]
public virtual AsyncUnaryCall<ConversionEvent> CreateConversionEventAsync(CreateConversionEventRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateConversionEventRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ConversionEvent> | The call object. |
CreateCustomDimension(CreateCustomDimensionRequest, CallOptions)
Creates a CustomDimension.
Declaration
public virtual CustomDimension CreateCustomDimension(CreateCustomDimensionRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateCustomDimensionRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
CustomDimension | The response received from the server. |
CreateCustomDimension(CreateCustomDimensionRequest, Metadata, DateTime?, CancellationToken)
Creates a CustomDimension.
Declaration
public virtual CustomDimension CreateCustomDimension(CreateCustomDimensionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateCustomDimensionRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
CustomDimension | The response received from the server. |
CreateCustomDimensionAsync(CreateCustomDimensionRequest, CallOptions)
Creates a CustomDimension.
Declaration
public virtual AsyncUnaryCall<CustomDimension> CreateCustomDimensionAsync(CreateCustomDimensionRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateCustomDimensionRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<CustomDimension> | The call object. |
CreateCustomDimensionAsync(CreateCustomDimensionRequest, Metadata, DateTime?, CancellationToken)
Creates a CustomDimension.
Declaration
public virtual AsyncUnaryCall<CustomDimension> CreateCustomDimensionAsync(CreateCustomDimensionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateCustomDimensionRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<CustomDimension> | The call object. |
CreateCustomMetric(CreateCustomMetricRequest, CallOptions)
Creates a CustomMetric.
Declaration
public virtual CustomMetric CreateCustomMetric(CreateCustomMetricRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateCustomMetricRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
CustomMetric | The response received from the server. |
CreateCustomMetric(CreateCustomMetricRequest, Metadata, DateTime?, CancellationToken)
Creates a CustomMetric.
Declaration
public virtual CustomMetric CreateCustomMetric(CreateCustomMetricRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateCustomMetricRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
CustomMetric | The response received from the server. |
CreateCustomMetricAsync(CreateCustomMetricRequest, CallOptions)
Creates a CustomMetric.
Declaration
public virtual AsyncUnaryCall<CustomMetric> CreateCustomMetricAsync(CreateCustomMetricRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateCustomMetricRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<CustomMetric> | The call object. |
CreateCustomMetricAsync(CreateCustomMetricRequest, Metadata, DateTime?, CancellationToken)
Creates a CustomMetric.
Declaration
public virtual AsyncUnaryCall<CustomMetric> CreateCustomMetricAsync(CreateCustomMetricRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateCustomMetricRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<CustomMetric> | The call object. |
CreateDataStream(CreateDataStreamRequest, CallOptions)
Creates a DataStream.
Declaration
public virtual DataStream CreateDataStream(CreateDataStreamRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateDataStreamRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
DataStream | The response received from the server. |
CreateDataStream(CreateDataStreamRequest, Metadata, DateTime?, CancellationToken)
Creates a DataStream.
Declaration
public virtual DataStream CreateDataStream(CreateDataStreamRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateDataStreamRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
DataStream | The response received from the server. |
CreateDataStreamAsync(CreateDataStreamRequest, CallOptions)
Creates a DataStream.
Declaration
public virtual AsyncUnaryCall<DataStream> CreateDataStreamAsync(CreateDataStreamRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateDataStreamRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<DataStream> | The call object. |
CreateDataStreamAsync(CreateDataStreamRequest, Metadata, DateTime?, CancellationToken)
Creates a DataStream.
Declaration
public virtual AsyncUnaryCall<DataStream> CreateDataStreamAsync(CreateDataStreamRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateDataStreamRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<DataStream> | The call object. |
CreateDisplayVideo360AdvertiserLink(CreateDisplayVideo360AdvertiserLinkRequest, CallOptions)
Creates a DisplayVideo360AdvertiserLink. This can only be utilized by users who have proper authorization both on the Google Analytics property and on the Display & Video 360 advertiser. Users who do not have access to the Display & Video 360 advertiser should instead seek to create a DisplayVideo360LinkProposal.
Declaration
public virtual DisplayVideo360AdvertiserLink CreateDisplayVideo360AdvertiserLink(CreateDisplayVideo360AdvertiserLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateDisplayVideo360AdvertiserLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
DisplayVideo360AdvertiserLink | The response received from the server. |
CreateDisplayVideo360AdvertiserLink(CreateDisplayVideo360AdvertiserLinkRequest, Metadata, DateTime?, CancellationToken)
Creates a DisplayVideo360AdvertiserLink. This can only be utilized by users who have proper authorization both on the Google Analytics property and on the Display & Video 360 advertiser. Users who do not have access to the Display & Video 360 advertiser should instead seek to create a DisplayVideo360LinkProposal.
Declaration
public virtual DisplayVideo360AdvertiserLink CreateDisplayVideo360AdvertiserLink(CreateDisplayVideo360AdvertiserLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateDisplayVideo360AdvertiserLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
DisplayVideo360AdvertiserLink | The response received from the server. |
CreateDisplayVideo360AdvertiserLinkAsync(CreateDisplayVideo360AdvertiserLinkRequest, CallOptions)
Creates a DisplayVideo360AdvertiserLink. This can only be utilized by users who have proper authorization both on the Google Analytics property and on the Display & Video 360 advertiser. Users who do not have access to the Display & Video 360 advertiser should instead seek to create a DisplayVideo360LinkProposal.
Declaration
public virtual AsyncUnaryCall<DisplayVideo360AdvertiserLink> CreateDisplayVideo360AdvertiserLinkAsync(CreateDisplayVideo360AdvertiserLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateDisplayVideo360AdvertiserLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<DisplayVideo360AdvertiserLink> | The call object. |
CreateDisplayVideo360AdvertiserLinkAsync(CreateDisplayVideo360AdvertiserLinkRequest, Metadata, DateTime?, CancellationToken)
Creates a DisplayVideo360AdvertiserLink. This can only be utilized by users who have proper authorization both on the Google Analytics property and on the Display & Video 360 advertiser. Users who do not have access to the Display & Video 360 advertiser should instead seek to create a DisplayVideo360LinkProposal.
Declaration
public virtual AsyncUnaryCall<DisplayVideo360AdvertiserLink> CreateDisplayVideo360AdvertiserLinkAsync(CreateDisplayVideo360AdvertiserLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateDisplayVideo360AdvertiserLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<DisplayVideo360AdvertiserLink> | The call object. |
CreateDisplayVideo360AdvertiserLinkProposal(CreateDisplayVideo360AdvertiserLinkProposalRequest, CallOptions)
Creates a DisplayVideo360AdvertiserLinkProposal.
Declaration
public virtual DisplayVideo360AdvertiserLinkProposal CreateDisplayVideo360AdvertiserLinkProposal(CreateDisplayVideo360AdvertiserLinkProposalRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateDisplayVideo360AdvertiserLinkProposalRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
DisplayVideo360AdvertiserLinkProposal | The response received from the server. |
CreateDisplayVideo360AdvertiserLinkProposal(CreateDisplayVideo360AdvertiserLinkProposalRequest, Metadata, DateTime?, CancellationToken)
Creates a DisplayVideo360AdvertiserLinkProposal.
Declaration
public virtual DisplayVideo360AdvertiserLinkProposal CreateDisplayVideo360AdvertiserLinkProposal(CreateDisplayVideo360AdvertiserLinkProposalRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateDisplayVideo360AdvertiserLinkProposalRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
DisplayVideo360AdvertiserLinkProposal | The response received from the server. |
CreateDisplayVideo360AdvertiserLinkProposalAsync(CreateDisplayVideo360AdvertiserLinkProposalRequest, CallOptions)
Creates a DisplayVideo360AdvertiserLinkProposal.
Declaration
public virtual AsyncUnaryCall<DisplayVideo360AdvertiserLinkProposal> CreateDisplayVideo360AdvertiserLinkProposalAsync(CreateDisplayVideo360AdvertiserLinkProposalRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateDisplayVideo360AdvertiserLinkProposalRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<DisplayVideo360AdvertiserLinkProposal> | The call object. |
CreateDisplayVideo360AdvertiserLinkProposalAsync(CreateDisplayVideo360AdvertiserLinkProposalRequest, Metadata, DateTime?, CancellationToken)
Creates a DisplayVideo360AdvertiserLinkProposal.
Declaration
public virtual AsyncUnaryCall<DisplayVideo360AdvertiserLinkProposal> CreateDisplayVideo360AdvertiserLinkProposalAsync(CreateDisplayVideo360AdvertiserLinkProposalRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateDisplayVideo360AdvertiserLinkProposalRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<DisplayVideo360AdvertiserLinkProposal> | The call object. |
CreateEventCreateRule(CreateEventCreateRuleRequest, CallOptions)
Creates an EventCreateRule.
Declaration
public virtual EventCreateRule CreateEventCreateRule(CreateEventCreateRuleRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateEventCreateRuleRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
EventCreateRule | The response received from the server. |
CreateEventCreateRule(CreateEventCreateRuleRequest, Metadata, DateTime?, CancellationToken)
Creates an EventCreateRule.
Declaration
public virtual EventCreateRule CreateEventCreateRule(CreateEventCreateRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateEventCreateRuleRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
EventCreateRule | The response received from the server. |
CreateEventCreateRuleAsync(CreateEventCreateRuleRequest, CallOptions)
Creates an EventCreateRule.
Declaration
public virtual AsyncUnaryCall<EventCreateRule> CreateEventCreateRuleAsync(CreateEventCreateRuleRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateEventCreateRuleRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<EventCreateRule> | The call object. |
CreateEventCreateRuleAsync(CreateEventCreateRuleRequest, Metadata, DateTime?, CancellationToken)
Creates an EventCreateRule.
Declaration
public virtual AsyncUnaryCall<EventCreateRule> CreateEventCreateRuleAsync(CreateEventCreateRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateEventCreateRuleRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<EventCreateRule> | The call object. |
CreateEventEditRule(CreateEventEditRuleRequest, CallOptions)
Creates an EventEditRule.
Declaration
public virtual EventEditRule CreateEventEditRule(CreateEventEditRuleRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateEventEditRuleRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
EventEditRule | The response received from the server. |
CreateEventEditRule(CreateEventEditRuleRequest, Metadata, DateTime?, CancellationToken)
Creates an EventEditRule.
Declaration
public virtual EventEditRule CreateEventEditRule(CreateEventEditRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateEventEditRuleRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
EventEditRule | The response received from the server. |
CreateEventEditRuleAsync(CreateEventEditRuleRequest, CallOptions)
Creates an EventEditRule.
Declaration
public virtual AsyncUnaryCall<EventEditRule> CreateEventEditRuleAsync(CreateEventEditRuleRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateEventEditRuleRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<EventEditRule> | The call object. |
CreateEventEditRuleAsync(CreateEventEditRuleRequest, Metadata, DateTime?, CancellationToken)
Creates an EventEditRule.
Declaration
public virtual AsyncUnaryCall<EventEditRule> CreateEventEditRuleAsync(CreateEventEditRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateEventEditRuleRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<EventEditRule> | The call object. |
CreateExpandedDataSet(CreateExpandedDataSetRequest, CallOptions)
Creates a ExpandedDataSet.
Declaration
public virtual ExpandedDataSet CreateExpandedDataSet(CreateExpandedDataSetRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateExpandedDataSetRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ExpandedDataSet | The response received from the server. |
CreateExpandedDataSet(CreateExpandedDataSetRequest, Metadata, DateTime?, CancellationToken)
Creates a ExpandedDataSet.
Declaration
public virtual ExpandedDataSet CreateExpandedDataSet(CreateExpandedDataSetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateExpandedDataSetRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ExpandedDataSet | The response received from the server. |
CreateExpandedDataSetAsync(CreateExpandedDataSetRequest, CallOptions)
Creates a ExpandedDataSet.
Declaration
public virtual AsyncUnaryCall<ExpandedDataSet> CreateExpandedDataSetAsync(CreateExpandedDataSetRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateExpandedDataSetRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ExpandedDataSet> | The call object. |
CreateExpandedDataSetAsync(CreateExpandedDataSetRequest, Metadata, DateTime?, CancellationToken)
Creates a ExpandedDataSet.
Declaration
public virtual AsyncUnaryCall<ExpandedDataSet> CreateExpandedDataSetAsync(CreateExpandedDataSetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateExpandedDataSetRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ExpandedDataSet> | The call object. |
CreateFirebaseLink(CreateFirebaseLinkRequest, CallOptions)
Creates a FirebaseLink.
Properties can have at most one FirebaseLink.
Declaration
public virtual FirebaseLink CreateFirebaseLink(CreateFirebaseLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateFirebaseLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
FirebaseLink | The response received from the server. |
CreateFirebaseLink(CreateFirebaseLinkRequest, Metadata, DateTime?, CancellationToken)
Creates a FirebaseLink.
Properties can have at most one FirebaseLink.
Declaration
public virtual FirebaseLink CreateFirebaseLink(CreateFirebaseLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateFirebaseLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
FirebaseLink | The response received from the server. |
CreateFirebaseLinkAsync(CreateFirebaseLinkRequest, CallOptions)
Creates a FirebaseLink.
Properties can have at most one FirebaseLink.
Declaration
public virtual AsyncUnaryCall<FirebaseLink> CreateFirebaseLinkAsync(CreateFirebaseLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateFirebaseLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<FirebaseLink> | The call object. |
CreateFirebaseLinkAsync(CreateFirebaseLinkRequest, Metadata, DateTime?, CancellationToken)
Creates a FirebaseLink.
Properties can have at most one FirebaseLink.
Declaration
public virtual AsyncUnaryCall<FirebaseLink> CreateFirebaseLinkAsync(CreateFirebaseLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateFirebaseLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<FirebaseLink> | The call object. |
CreateGoogleAdsLink(CreateGoogleAdsLinkRequest, CallOptions)
Creates a GoogleAdsLink.
Declaration
public virtual GoogleAdsLink CreateGoogleAdsLink(CreateGoogleAdsLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateGoogleAdsLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
GoogleAdsLink | The response received from the server. |
CreateGoogleAdsLink(CreateGoogleAdsLinkRequest, Metadata, DateTime?, CancellationToken)
Creates a GoogleAdsLink.
Declaration
public virtual GoogleAdsLink CreateGoogleAdsLink(CreateGoogleAdsLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateGoogleAdsLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
GoogleAdsLink | The response received from the server. |
CreateGoogleAdsLinkAsync(CreateGoogleAdsLinkRequest, CallOptions)
Creates a GoogleAdsLink.
Declaration
public virtual AsyncUnaryCall<GoogleAdsLink> CreateGoogleAdsLinkAsync(CreateGoogleAdsLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateGoogleAdsLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<GoogleAdsLink> | The call object. |
CreateGoogleAdsLinkAsync(CreateGoogleAdsLinkRequest, Metadata, DateTime?, CancellationToken)
Creates a GoogleAdsLink.
Declaration
public virtual AsyncUnaryCall<GoogleAdsLink> CreateGoogleAdsLinkAsync(CreateGoogleAdsLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateGoogleAdsLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<GoogleAdsLink> | The call object. |
CreateKeyEvent(CreateKeyEventRequest, CallOptions)
Creates a Key Event.
Declaration
public virtual KeyEvent CreateKeyEvent(CreateKeyEventRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateKeyEventRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
KeyEvent | The response received from the server. |
CreateKeyEvent(CreateKeyEventRequest, Metadata, DateTime?, CancellationToken)
Creates a Key Event.
Declaration
public virtual KeyEvent CreateKeyEvent(CreateKeyEventRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateKeyEventRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
KeyEvent | The response received from the server. |
CreateKeyEventAsync(CreateKeyEventRequest, CallOptions)
Creates a Key Event.
Declaration
public virtual AsyncUnaryCall<KeyEvent> CreateKeyEventAsync(CreateKeyEventRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateKeyEventRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<KeyEvent> | The call object. |
CreateKeyEventAsync(CreateKeyEventRequest, Metadata, DateTime?, CancellationToken)
Creates a Key Event.
Declaration
public virtual AsyncUnaryCall<KeyEvent> CreateKeyEventAsync(CreateKeyEventRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateKeyEventRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<KeyEvent> | The call object. |
CreateMeasurementProtocolSecret(CreateMeasurementProtocolSecretRequest, CallOptions)
Creates a measurement protocol secret.
Declaration
public virtual MeasurementProtocolSecret CreateMeasurementProtocolSecret(CreateMeasurementProtocolSecretRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateMeasurementProtocolSecretRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
MeasurementProtocolSecret | The response received from the server. |
CreateMeasurementProtocolSecret(CreateMeasurementProtocolSecretRequest, Metadata, DateTime?, CancellationToken)
Creates a measurement protocol secret.
Declaration
public virtual MeasurementProtocolSecret CreateMeasurementProtocolSecret(CreateMeasurementProtocolSecretRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateMeasurementProtocolSecretRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
MeasurementProtocolSecret | The response received from the server. |
CreateMeasurementProtocolSecretAsync(CreateMeasurementProtocolSecretRequest, CallOptions)
Creates a measurement protocol secret.
Declaration
public virtual AsyncUnaryCall<MeasurementProtocolSecret> CreateMeasurementProtocolSecretAsync(CreateMeasurementProtocolSecretRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateMeasurementProtocolSecretRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<MeasurementProtocolSecret> | The call object. |
CreateMeasurementProtocolSecretAsync(CreateMeasurementProtocolSecretRequest, Metadata, DateTime?, CancellationToken)
Creates a measurement protocol secret.
Declaration
public virtual AsyncUnaryCall<MeasurementProtocolSecret> CreateMeasurementProtocolSecretAsync(CreateMeasurementProtocolSecretRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateMeasurementProtocolSecretRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<MeasurementProtocolSecret> | The call object. |
CreateProperty(CreatePropertyRequest, CallOptions)
Creates an "GA4" property with the specified location and attributes.
Declaration
public virtual Property CreateProperty(CreatePropertyRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreatePropertyRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Property | The response received from the server. |
CreateProperty(CreatePropertyRequest, Metadata, DateTime?, CancellationToken)
Creates an "GA4" property with the specified location and attributes.
Declaration
public virtual Property CreateProperty(CreatePropertyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreatePropertyRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Property | The response received from the server. |
CreatePropertyAsync(CreatePropertyRequest, CallOptions)
Creates an "GA4" property with the specified location and attributes.
Declaration
public virtual AsyncUnaryCall<Property> CreatePropertyAsync(CreatePropertyRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreatePropertyRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Property> | The call object. |
CreatePropertyAsync(CreatePropertyRequest, Metadata, DateTime?, CancellationToken)
Creates an "GA4" property with the specified location and attributes.
Declaration
public virtual AsyncUnaryCall<Property> CreatePropertyAsync(CreatePropertyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreatePropertyRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Property> | The call object. |
CreateRollupProperty(CreateRollupPropertyRequest, CallOptions)
Create a roll-up property and all roll-up property source links.
Declaration
public virtual CreateRollupPropertyResponse CreateRollupProperty(CreateRollupPropertyRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateRollupPropertyRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
CreateRollupPropertyResponse | The response received from the server. |
CreateRollupProperty(CreateRollupPropertyRequest, Metadata, DateTime?, CancellationToken)
Create a roll-up property and all roll-up property source links.
Declaration
public virtual CreateRollupPropertyResponse CreateRollupProperty(CreateRollupPropertyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateRollupPropertyRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
CreateRollupPropertyResponse | The response received from the server. |
CreateRollupPropertyAsync(CreateRollupPropertyRequest, CallOptions)
Create a roll-up property and all roll-up property source links.
Declaration
public virtual AsyncUnaryCall<CreateRollupPropertyResponse> CreateRollupPropertyAsync(CreateRollupPropertyRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateRollupPropertyRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<CreateRollupPropertyResponse> | The call object. |
CreateRollupPropertyAsync(CreateRollupPropertyRequest, Metadata, DateTime?, CancellationToken)
Create a roll-up property and all roll-up property source links.
Declaration
public virtual AsyncUnaryCall<CreateRollupPropertyResponse> CreateRollupPropertyAsync(CreateRollupPropertyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateRollupPropertyRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<CreateRollupPropertyResponse> | The call object. |
CreateRollupPropertySourceLink(CreateRollupPropertySourceLinkRequest, CallOptions)
Creates a roll-up property source link. Only roll-up properties can have source links, so this method will throw an error if used on other types of properties.
Declaration
public virtual RollupPropertySourceLink CreateRollupPropertySourceLink(CreateRollupPropertySourceLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateRollupPropertySourceLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
RollupPropertySourceLink | The response received from the server. |
CreateRollupPropertySourceLink(CreateRollupPropertySourceLinkRequest, Metadata, DateTime?, CancellationToken)
Creates a roll-up property source link. Only roll-up properties can have source links, so this method will throw an error if used on other types of properties.
Declaration
public virtual RollupPropertySourceLink CreateRollupPropertySourceLink(CreateRollupPropertySourceLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateRollupPropertySourceLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
RollupPropertySourceLink | The response received from the server. |
CreateRollupPropertySourceLinkAsync(CreateRollupPropertySourceLinkRequest, CallOptions)
Creates a roll-up property source link. Only roll-up properties can have source links, so this method will throw an error if used on other types of properties.
Declaration
public virtual AsyncUnaryCall<RollupPropertySourceLink> CreateRollupPropertySourceLinkAsync(CreateRollupPropertySourceLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateRollupPropertySourceLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<RollupPropertySourceLink> | The call object. |
CreateRollupPropertySourceLinkAsync(CreateRollupPropertySourceLinkRequest, Metadata, DateTime?, CancellationToken)
Creates a roll-up property source link. Only roll-up properties can have source links, so this method will throw an error if used on other types of properties.
Declaration
public virtual AsyncUnaryCall<RollupPropertySourceLink> CreateRollupPropertySourceLinkAsync(CreateRollupPropertySourceLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateRollupPropertySourceLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<RollupPropertySourceLink> | The call object. |
CreateSKAdNetworkConversionValueSchema(CreateSKAdNetworkConversionValueSchemaRequest, CallOptions)
Creates a SKAdNetworkConversionValueSchema.
Declaration
public virtual SKAdNetworkConversionValueSchema CreateSKAdNetworkConversionValueSchema(CreateSKAdNetworkConversionValueSchemaRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateSKAdNetworkConversionValueSchemaRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
SKAdNetworkConversionValueSchema | The response received from the server. |
CreateSKAdNetworkConversionValueSchema(CreateSKAdNetworkConversionValueSchemaRequest, Metadata, DateTime?, CancellationToken)
Creates a SKAdNetworkConversionValueSchema.
Declaration
public virtual SKAdNetworkConversionValueSchema CreateSKAdNetworkConversionValueSchema(CreateSKAdNetworkConversionValueSchemaRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateSKAdNetworkConversionValueSchemaRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
SKAdNetworkConversionValueSchema | The response received from the server. |
CreateSKAdNetworkConversionValueSchemaAsync(CreateSKAdNetworkConversionValueSchemaRequest, CallOptions)
Creates a SKAdNetworkConversionValueSchema.
Declaration
public virtual AsyncUnaryCall<SKAdNetworkConversionValueSchema> CreateSKAdNetworkConversionValueSchemaAsync(CreateSKAdNetworkConversionValueSchemaRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateSKAdNetworkConversionValueSchemaRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<SKAdNetworkConversionValueSchema> | The call object. |
CreateSKAdNetworkConversionValueSchemaAsync(CreateSKAdNetworkConversionValueSchemaRequest, Metadata, DateTime?, CancellationToken)
Creates a SKAdNetworkConversionValueSchema.
Declaration
public virtual AsyncUnaryCall<SKAdNetworkConversionValueSchema> CreateSKAdNetworkConversionValueSchemaAsync(CreateSKAdNetworkConversionValueSchemaRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateSKAdNetworkConversionValueSchemaRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<SKAdNetworkConversionValueSchema> | The call object. |
CreateSearchAds360Link(CreateSearchAds360LinkRequest, CallOptions)
Creates a SearchAds360Link.
Declaration
public virtual SearchAds360Link CreateSearchAds360Link(CreateSearchAds360LinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateSearchAds360LinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
SearchAds360Link | The response received from the server. |
CreateSearchAds360Link(CreateSearchAds360LinkRequest, Metadata, DateTime?, CancellationToken)
Creates a SearchAds360Link.
Declaration
public virtual SearchAds360Link CreateSearchAds360Link(CreateSearchAds360LinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateSearchAds360LinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
SearchAds360Link | The response received from the server. |
CreateSearchAds360LinkAsync(CreateSearchAds360LinkRequest, CallOptions)
Creates a SearchAds360Link.
Declaration
public virtual AsyncUnaryCall<SearchAds360Link> CreateSearchAds360LinkAsync(CreateSearchAds360LinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateSearchAds360LinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<SearchAds360Link> | The call object. |
CreateSearchAds360LinkAsync(CreateSearchAds360LinkRequest, Metadata, DateTime?, CancellationToken)
Creates a SearchAds360Link.
Declaration
public virtual AsyncUnaryCall<SearchAds360Link> CreateSearchAds360LinkAsync(CreateSearchAds360LinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateSearchAds360LinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<SearchAds360Link> | The call object. |
CreateSubpropertyEventFilter(CreateSubpropertyEventFilterRequest, CallOptions)
Creates a subproperty Event Filter.
Declaration
public virtual SubpropertyEventFilter CreateSubpropertyEventFilter(CreateSubpropertyEventFilterRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateSubpropertyEventFilterRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
SubpropertyEventFilter | The response received from the server. |
CreateSubpropertyEventFilter(CreateSubpropertyEventFilterRequest, Metadata, DateTime?, CancellationToken)
Creates a subproperty Event Filter.
Declaration
public virtual SubpropertyEventFilter CreateSubpropertyEventFilter(CreateSubpropertyEventFilterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateSubpropertyEventFilterRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
SubpropertyEventFilter | The response received from the server. |
CreateSubpropertyEventFilterAsync(CreateSubpropertyEventFilterRequest, CallOptions)
Creates a subproperty Event Filter.
Declaration
public virtual AsyncUnaryCall<SubpropertyEventFilter> CreateSubpropertyEventFilterAsync(CreateSubpropertyEventFilterRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
CreateSubpropertyEventFilterRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<SubpropertyEventFilter> | The call object. |
CreateSubpropertyEventFilterAsync(CreateSubpropertyEventFilterRequest, Metadata, DateTime?, CancellationToken)
Creates a subproperty Event Filter.
Declaration
public virtual AsyncUnaryCall<SubpropertyEventFilter> CreateSubpropertyEventFilterAsync(CreateSubpropertyEventFilterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
CreateSubpropertyEventFilterRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<SubpropertyEventFilter> | The call object. |
DeleteAccessBinding(DeleteAccessBindingRequest, CallOptions)
Deletes an access binding on an account or property.
Declaration
public virtual Empty DeleteAccessBinding(DeleteAccessBindingRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteAccessBindingRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteAccessBinding(DeleteAccessBindingRequest, Metadata, DateTime?, CancellationToken)
Deletes an access binding on an account or property.
Declaration
public virtual Empty DeleteAccessBinding(DeleteAccessBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteAccessBindingRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteAccessBindingAsync(DeleteAccessBindingRequest, CallOptions)
Deletes an access binding on an account or property.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteAccessBindingAsync(DeleteAccessBindingRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteAccessBindingRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteAccessBindingAsync(DeleteAccessBindingRequest, Metadata, DateTime?, CancellationToken)
Deletes an access binding on an account or property.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteAccessBindingAsync(DeleteAccessBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteAccessBindingRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteAccount(DeleteAccountRequest, CallOptions)
Marks target Account as soft-deleted (ie: "trashed") and returns it.
This API does not have a method to restore soft-deleted accounts. However, they can be restored using the Trash Can UI.
If the accounts are not restored before the expiration time, the account and all child resources (eg: Properties, GoogleAdsLinks, Streams, AccessBindings) will be permanently purged. https://support.google.com/analytics/answer/6154772
Returns an error if the target is not found.
Declaration
public virtual Empty DeleteAccount(DeleteAccountRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteAccountRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteAccount(DeleteAccountRequest, Metadata, DateTime?, CancellationToken)
Marks target Account as soft-deleted (ie: "trashed") and returns it.
This API does not have a method to restore soft-deleted accounts. However, they can be restored using the Trash Can UI.
If the accounts are not restored before the expiration time, the account and all child resources (eg: Properties, GoogleAdsLinks, Streams, AccessBindings) will be permanently purged. https://support.google.com/analytics/answer/6154772
Returns an error if the target is not found.
Declaration
public virtual Empty DeleteAccount(DeleteAccountRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteAccountRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteAccountAsync(DeleteAccountRequest, CallOptions)
Marks target Account as soft-deleted (ie: "trashed") and returns it.
This API does not have a method to restore soft-deleted accounts. However, they can be restored using the Trash Can UI.
If the accounts are not restored before the expiration time, the account and all child resources (eg: Properties, GoogleAdsLinks, Streams, AccessBindings) will be permanently purged. https://support.google.com/analytics/answer/6154772
Returns an error if the target is not found.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteAccountAsync(DeleteAccountRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteAccountRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteAccountAsync(DeleteAccountRequest, Metadata, DateTime?, CancellationToken)
Marks target Account as soft-deleted (ie: "trashed") and returns it.
This API does not have a method to restore soft-deleted accounts. However, they can be restored using the Trash Can UI.
If the accounts are not restored before the expiration time, the account and all child resources (eg: Properties, GoogleAdsLinks, Streams, AccessBindings) will be permanently purged. https://support.google.com/analytics/answer/6154772
Returns an error if the target is not found.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteAccountAsync(DeleteAccountRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteAccountRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteAdSenseLink(DeleteAdSenseLinkRequest, CallOptions)
Deletes an AdSenseLink.
Declaration
public virtual Empty DeleteAdSenseLink(DeleteAdSenseLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteAdSenseLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteAdSenseLink(DeleteAdSenseLinkRequest, Metadata, DateTime?, CancellationToken)
Deletes an AdSenseLink.
Declaration
public virtual Empty DeleteAdSenseLink(DeleteAdSenseLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteAdSenseLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteAdSenseLinkAsync(DeleteAdSenseLinkRequest, CallOptions)
Deletes an AdSenseLink.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteAdSenseLinkAsync(DeleteAdSenseLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteAdSenseLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteAdSenseLinkAsync(DeleteAdSenseLinkRequest, Metadata, DateTime?, CancellationToken)
Deletes an AdSenseLink.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteAdSenseLinkAsync(DeleteAdSenseLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteAdSenseLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteBigQueryLink(DeleteBigQueryLinkRequest, CallOptions)
Deletes a BigQueryLink on a property.
Declaration
public virtual Empty DeleteBigQueryLink(DeleteBigQueryLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteBigQueryLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteBigQueryLink(DeleteBigQueryLinkRequest, Metadata, DateTime?, CancellationToken)
Deletes a BigQueryLink on a property.
Declaration
public virtual Empty DeleteBigQueryLink(DeleteBigQueryLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteBigQueryLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteBigQueryLinkAsync(DeleteBigQueryLinkRequest, CallOptions)
Deletes a BigQueryLink on a property.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteBigQueryLinkAsync(DeleteBigQueryLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteBigQueryLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteBigQueryLinkAsync(DeleteBigQueryLinkRequest, Metadata, DateTime?, CancellationToken)
Deletes a BigQueryLink on a property.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteBigQueryLinkAsync(DeleteBigQueryLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteBigQueryLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteCalculatedMetric(DeleteCalculatedMetricRequest, CallOptions)
Deletes a CalculatedMetric on a property.
Declaration
public virtual Empty DeleteCalculatedMetric(DeleteCalculatedMetricRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteCalculatedMetricRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteCalculatedMetric(DeleteCalculatedMetricRequest, Metadata, DateTime?, CancellationToken)
Deletes a CalculatedMetric on a property.
Declaration
public virtual Empty DeleteCalculatedMetric(DeleteCalculatedMetricRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteCalculatedMetricRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteCalculatedMetricAsync(DeleteCalculatedMetricRequest, CallOptions)
Deletes a CalculatedMetric on a property.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteCalculatedMetricAsync(DeleteCalculatedMetricRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteCalculatedMetricRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteCalculatedMetricAsync(DeleteCalculatedMetricRequest, Metadata, DateTime?, CancellationToken)
Deletes a CalculatedMetric on a property.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteCalculatedMetricAsync(DeleteCalculatedMetricRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteCalculatedMetricRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteChannelGroup(DeleteChannelGroupRequest, CallOptions)
Deletes a ChannelGroup on a property.
Declaration
public virtual Empty DeleteChannelGroup(DeleteChannelGroupRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteChannelGroupRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteChannelGroup(DeleteChannelGroupRequest, Metadata, DateTime?, CancellationToken)
Deletes a ChannelGroup on a property.
Declaration
public virtual Empty DeleteChannelGroup(DeleteChannelGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteChannelGroupRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteChannelGroupAsync(DeleteChannelGroupRequest, CallOptions)
Deletes a ChannelGroup on a property.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteChannelGroupAsync(DeleteChannelGroupRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteChannelGroupRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteChannelGroupAsync(DeleteChannelGroupRequest, Metadata, DateTime?, CancellationToken)
Deletes a ChannelGroup on a property.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteChannelGroupAsync(DeleteChannelGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteChannelGroupRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteConnectedSiteTag(DeleteConnectedSiteTagRequest, CallOptions)
Deletes a connected site tag for a Universal Analytics property. Note: this has no effect on GA4 properties.
Declaration
public virtual Empty DeleteConnectedSiteTag(DeleteConnectedSiteTagRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteConnectedSiteTagRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteConnectedSiteTag(DeleteConnectedSiteTagRequest, Metadata, DateTime?, CancellationToken)
Deletes a connected site tag for a Universal Analytics property. Note: this has no effect on GA4 properties.
Declaration
public virtual Empty DeleteConnectedSiteTag(DeleteConnectedSiteTagRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteConnectedSiteTagRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteConnectedSiteTagAsync(DeleteConnectedSiteTagRequest, CallOptions)
Deletes a connected site tag for a Universal Analytics property. Note: this has no effect on GA4 properties.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteConnectedSiteTagAsync(DeleteConnectedSiteTagRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteConnectedSiteTagRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteConnectedSiteTagAsync(DeleteConnectedSiteTagRequest, Metadata, DateTime?, CancellationToken)
Deletes a connected site tag for a Universal Analytics property. Note: this has no effect on GA4 properties.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteConnectedSiteTagAsync(DeleteConnectedSiteTagRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteConnectedSiteTagRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteConversionEvent(DeleteConversionEventRequest, CallOptions)
Deprecated: Use DeleteKeyEvent
instead.
Deletes a conversion event in a property.
Declaration
[Obsolete]
public virtual Empty DeleteConversionEvent(DeleteConversionEventRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteConversionEventRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteConversionEvent(DeleteConversionEventRequest, Metadata, DateTime?, CancellationToken)
Deprecated: Use DeleteKeyEvent
instead.
Deletes a conversion event in a property.
Declaration
[Obsolete]
public virtual Empty DeleteConversionEvent(DeleteConversionEventRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteConversionEventRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteConversionEventAsync(DeleteConversionEventRequest, CallOptions)
Deprecated: Use DeleteKeyEvent
instead.
Deletes a conversion event in a property.
Declaration
[Obsolete]
public virtual AsyncUnaryCall<Empty> DeleteConversionEventAsync(DeleteConversionEventRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteConversionEventRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteConversionEventAsync(DeleteConversionEventRequest, Metadata, DateTime?, CancellationToken)
Deprecated: Use DeleteKeyEvent
instead.
Deletes a conversion event in a property.
Declaration
[Obsolete]
public virtual AsyncUnaryCall<Empty> DeleteConversionEventAsync(DeleteConversionEventRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteConversionEventRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteDataStream(DeleteDataStreamRequest, CallOptions)
Deletes a DataStream on a property.
Declaration
public virtual Empty DeleteDataStream(DeleteDataStreamRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteDataStreamRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteDataStream(DeleteDataStreamRequest, Metadata, DateTime?, CancellationToken)
Deletes a DataStream on a property.
Declaration
public virtual Empty DeleteDataStream(DeleteDataStreamRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteDataStreamRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteDataStreamAsync(DeleteDataStreamRequest, CallOptions)
Deletes a DataStream on a property.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteDataStreamAsync(DeleteDataStreamRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteDataStreamRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteDataStreamAsync(DeleteDataStreamRequest, Metadata, DateTime?, CancellationToken)
Deletes a DataStream on a property.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteDataStreamAsync(DeleteDataStreamRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteDataStreamRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteDisplayVideo360AdvertiserLink(DeleteDisplayVideo360AdvertiserLinkRequest, CallOptions)
Deletes a DisplayVideo360AdvertiserLink on a property.
Declaration
public virtual Empty DeleteDisplayVideo360AdvertiserLink(DeleteDisplayVideo360AdvertiserLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteDisplayVideo360AdvertiserLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteDisplayVideo360AdvertiserLink(DeleteDisplayVideo360AdvertiserLinkRequest, Metadata, DateTime?, CancellationToken)
Deletes a DisplayVideo360AdvertiserLink on a property.
Declaration
public virtual Empty DeleteDisplayVideo360AdvertiserLink(DeleteDisplayVideo360AdvertiserLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteDisplayVideo360AdvertiserLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteDisplayVideo360AdvertiserLinkAsync(DeleteDisplayVideo360AdvertiserLinkRequest, CallOptions)
Deletes a DisplayVideo360AdvertiserLink on a property.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteDisplayVideo360AdvertiserLinkAsync(DeleteDisplayVideo360AdvertiserLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteDisplayVideo360AdvertiserLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteDisplayVideo360AdvertiserLinkAsync(DeleteDisplayVideo360AdvertiserLinkRequest, Metadata, DateTime?, CancellationToken)
Deletes a DisplayVideo360AdvertiserLink on a property.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteDisplayVideo360AdvertiserLinkAsync(DeleteDisplayVideo360AdvertiserLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteDisplayVideo360AdvertiserLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteDisplayVideo360AdvertiserLinkProposal(DeleteDisplayVideo360AdvertiserLinkProposalRequest, CallOptions)
Deletes a DisplayVideo360AdvertiserLinkProposal on a property. This can only be used on cancelled proposals.
Declaration
public virtual Empty DeleteDisplayVideo360AdvertiserLinkProposal(DeleteDisplayVideo360AdvertiserLinkProposalRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteDisplayVideo360AdvertiserLinkProposalRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteDisplayVideo360AdvertiserLinkProposal(DeleteDisplayVideo360AdvertiserLinkProposalRequest, Metadata, DateTime?, CancellationToken)
Deletes a DisplayVideo360AdvertiserLinkProposal on a property. This can only be used on cancelled proposals.
Declaration
public virtual Empty DeleteDisplayVideo360AdvertiserLinkProposal(DeleteDisplayVideo360AdvertiserLinkProposalRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteDisplayVideo360AdvertiserLinkProposalRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteDisplayVideo360AdvertiserLinkProposalAsync(DeleteDisplayVideo360AdvertiserLinkProposalRequest, CallOptions)
Deletes a DisplayVideo360AdvertiserLinkProposal on a property. This can only be used on cancelled proposals.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteDisplayVideo360AdvertiserLinkProposalAsync(DeleteDisplayVideo360AdvertiserLinkProposalRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteDisplayVideo360AdvertiserLinkProposalRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteDisplayVideo360AdvertiserLinkProposalAsync(DeleteDisplayVideo360AdvertiserLinkProposalRequest, Metadata, DateTime?, CancellationToken)
Deletes a DisplayVideo360AdvertiserLinkProposal on a property. This can only be used on cancelled proposals.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteDisplayVideo360AdvertiserLinkProposalAsync(DeleteDisplayVideo360AdvertiserLinkProposalRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteDisplayVideo360AdvertiserLinkProposalRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteEventCreateRule(DeleteEventCreateRuleRequest, CallOptions)
Deletes an EventCreateRule.
Declaration
public virtual Empty DeleteEventCreateRule(DeleteEventCreateRuleRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteEventCreateRuleRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteEventCreateRule(DeleteEventCreateRuleRequest, Metadata, DateTime?, CancellationToken)
Deletes an EventCreateRule.
Declaration
public virtual Empty DeleteEventCreateRule(DeleteEventCreateRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteEventCreateRuleRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteEventCreateRuleAsync(DeleteEventCreateRuleRequest, CallOptions)
Deletes an EventCreateRule.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteEventCreateRuleAsync(DeleteEventCreateRuleRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteEventCreateRuleRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteEventCreateRuleAsync(DeleteEventCreateRuleRequest, Metadata, DateTime?, CancellationToken)
Deletes an EventCreateRule.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteEventCreateRuleAsync(DeleteEventCreateRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteEventCreateRuleRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteEventEditRule(DeleteEventEditRuleRequest, CallOptions)
Deletes an EventEditRule.
Declaration
public virtual Empty DeleteEventEditRule(DeleteEventEditRuleRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteEventEditRuleRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteEventEditRule(DeleteEventEditRuleRequest, Metadata, DateTime?, CancellationToken)
Deletes an EventEditRule.
Declaration
public virtual Empty DeleteEventEditRule(DeleteEventEditRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteEventEditRuleRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteEventEditRuleAsync(DeleteEventEditRuleRequest, CallOptions)
Deletes an EventEditRule.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteEventEditRuleAsync(DeleteEventEditRuleRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteEventEditRuleRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteEventEditRuleAsync(DeleteEventEditRuleRequest, Metadata, DateTime?, CancellationToken)
Deletes an EventEditRule.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteEventEditRuleAsync(DeleteEventEditRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteEventEditRuleRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteExpandedDataSet(DeleteExpandedDataSetRequest, CallOptions)
Deletes a ExpandedDataSet on a property.
Declaration
public virtual Empty DeleteExpandedDataSet(DeleteExpandedDataSetRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteExpandedDataSetRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteExpandedDataSet(DeleteExpandedDataSetRequest, Metadata, DateTime?, CancellationToken)
Deletes a ExpandedDataSet on a property.
Declaration
public virtual Empty DeleteExpandedDataSet(DeleteExpandedDataSetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteExpandedDataSetRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteExpandedDataSetAsync(DeleteExpandedDataSetRequest, CallOptions)
Deletes a ExpandedDataSet on a property.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteExpandedDataSetAsync(DeleteExpandedDataSetRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteExpandedDataSetRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteExpandedDataSetAsync(DeleteExpandedDataSetRequest, Metadata, DateTime?, CancellationToken)
Deletes a ExpandedDataSet on a property.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteExpandedDataSetAsync(DeleteExpandedDataSetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteExpandedDataSetRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteFirebaseLink(DeleteFirebaseLinkRequest, CallOptions)
Deletes a FirebaseLink on a property
Declaration
public virtual Empty DeleteFirebaseLink(DeleteFirebaseLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteFirebaseLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteFirebaseLink(DeleteFirebaseLinkRequest, Metadata, DateTime?, CancellationToken)
Deletes a FirebaseLink on a property
Declaration
public virtual Empty DeleteFirebaseLink(DeleteFirebaseLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteFirebaseLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteFirebaseLinkAsync(DeleteFirebaseLinkRequest, CallOptions)
Deletes a FirebaseLink on a property
Declaration
public virtual AsyncUnaryCall<Empty> DeleteFirebaseLinkAsync(DeleteFirebaseLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteFirebaseLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteFirebaseLinkAsync(DeleteFirebaseLinkRequest, Metadata, DateTime?, CancellationToken)
Deletes a FirebaseLink on a property
Declaration
public virtual AsyncUnaryCall<Empty> DeleteFirebaseLinkAsync(DeleteFirebaseLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteFirebaseLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteGoogleAdsLink(DeleteGoogleAdsLinkRequest, CallOptions)
Deletes a GoogleAdsLink on a property
Declaration
public virtual Empty DeleteGoogleAdsLink(DeleteGoogleAdsLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteGoogleAdsLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteGoogleAdsLink(DeleteGoogleAdsLinkRequest, Metadata, DateTime?, CancellationToken)
Deletes a GoogleAdsLink on a property
Declaration
public virtual Empty DeleteGoogleAdsLink(DeleteGoogleAdsLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteGoogleAdsLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteGoogleAdsLinkAsync(DeleteGoogleAdsLinkRequest, CallOptions)
Deletes a GoogleAdsLink on a property
Declaration
public virtual AsyncUnaryCall<Empty> DeleteGoogleAdsLinkAsync(DeleteGoogleAdsLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteGoogleAdsLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteGoogleAdsLinkAsync(DeleteGoogleAdsLinkRequest, Metadata, DateTime?, CancellationToken)
Deletes a GoogleAdsLink on a property
Declaration
public virtual AsyncUnaryCall<Empty> DeleteGoogleAdsLinkAsync(DeleteGoogleAdsLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteGoogleAdsLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteKeyEvent(DeleteKeyEventRequest, CallOptions)
Deletes a Key Event.
Declaration
public virtual Empty DeleteKeyEvent(DeleteKeyEventRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteKeyEventRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteKeyEvent(DeleteKeyEventRequest, Metadata, DateTime?, CancellationToken)
Deletes a Key Event.
Declaration
public virtual Empty DeleteKeyEvent(DeleteKeyEventRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteKeyEventRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteKeyEventAsync(DeleteKeyEventRequest, CallOptions)
Deletes a Key Event.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteKeyEventAsync(DeleteKeyEventRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteKeyEventRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteKeyEventAsync(DeleteKeyEventRequest, Metadata, DateTime?, CancellationToken)
Deletes a Key Event.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteKeyEventAsync(DeleteKeyEventRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteKeyEventRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteMeasurementProtocolSecret(DeleteMeasurementProtocolSecretRequest, CallOptions)
Deletes target MeasurementProtocolSecret.
Declaration
public virtual Empty DeleteMeasurementProtocolSecret(DeleteMeasurementProtocolSecretRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteMeasurementProtocolSecretRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteMeasurementProtocolSecret(DeleteMeasurementProtocolSecretRequest, Metadata, DateTime?, CancellationToken)
Deletes target MeasurementProtocolSecret.
Declaration
public virtual Empty DeleteMeasurementProtocolSecret(DeleteMeasurementProtocolSecretRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteMeasurementProtocolSecretRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteMeasurementProtocolSecretAsync(DeleteMeasurementProtocolSecretRequest, CallOptions)
Deletes target MeasurementProtocolSecret.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteMeasurementProtocolSecretAsync(DeleteMeasurementProtocolSecretRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteMeasurementProtocolSecretRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteMeasurementProtocolSecretAsync(DeleteMeasurementProtocolSecretRequest, Metadata, DateTime?, CancellationToken)
Deletes target MeasurementProtocolSecret.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteMeasurementProtocolSecretAsync(DeleteMeasurementProtocolSecretRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteMeasurementProtocolSecretRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteProperty(DeletePropertyRequest, CallOptions)
Marks target Property as soft-deleted (ie: "trashed") and returns it.
This API does not have a method to restore soft-deleted properties. However, they can be restored using the Trash Can UI.
If the properties are not restored before the expiration time, the Property and all child resources (eg: GoogleAdsLinks, Streams, AccessBindings) will be permanently purged. https://support.google.com/analytics/answer/6154772
Returns an error if the target is not found, or is not a GA4 Property.
Declaration
public virtual Property DeleteProperty(DeletePropertyRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeletePropertyRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Property | The response received from the server. |
DeleteProperty(DeletePropertyRequest, Metadata, DateTime?, CancellationToken)
Marks target Property as soft-deleted (ie: "trashed") and returns it.
This API does not have a method to restore soft-deleted properties. However, they can be restored using the Trash Can UI.
If the properties are not restored before the expiration time, the Property and all child resources (eg: GoogleAdsLinks, Streams, AccessBindings) will be permanently purged. https://support.google.com/analytics/answer/6154772
Returns an error if the target is not found, or is not a GA4 Property.
Declaration
public virtual Property DeleteProperty(DeletePropertyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeletePropertyRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Property | The response received from the server. |
DeletePropertyAsync(DeletePropertyRequest, CallOptions)
Marks target Property as soft-deleted (ie: "trashed") and returns it.
This API does not have a method to restore soft-deleted properties. However, they can be restored using the Trash Can UI.
If the properties are not restored before the expiration time, the Property and all child resources (eg: GoogleAdsLinks, Streams, AccessBindings) will be permanently purged. https://support.google.com/analytics/answer/6154772
Returns an error if the target is not found, or is not a GA4 Property.
Declaration
public virtual AsyncUnaryCall<Property> DeletePropertyAsync(DeletePropertyRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeletePropertyRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Property> | The call object. |
DeletePropertyAsync(DeletePropertyRequest, Metadata, DateTime?, CancellationToken)
Marks target Property as soft-deleted (ie: "trashed") and returns it.
This API does not have a method to restore soft-deleted properties. However, they can be restored using the Trash Can UI.
If the properties are not restored before the expiration time, the Property and all child resources (eg: GoogleAdsLinks, Streams, AccessBindings) will be permanently purged. https://support.google.com/analytics/answer/6154772
Returns an error if the target is not found, or is not a GA4 Property.
Declaration
public virtual AsyncUnaryCall<Property> DeletePropertyAsync(DeletePropertyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeletePropertyRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Property> | The call object. |
DeleteRollupPropertySourceLink(DeleteRollupPropertySourceLinkRequest, CallOptions)
Deletes a roll-up property source link. Only roll-up properties can have source links, so this method will throw an error if used on other types of properties.
Declaration
public virtual Empty DeleteRollupPropertySourceLink(DeleteRollupPropertySourceLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteRollupPropertySourceLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteRollupPropertySourceLink(DeleteRollupPropertySourceLinkRequest, Metadata, DateTime?, CancellationToken)
Deletes a roll-up property source link. Only roll-up properties can have source links, so this method will throw an error if used on other types of properties.
Declaration
public virtual Empty DeleteRollupPropertySourceLink(DeleteRollupPropertySourceLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteRollupPropertySourceLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteRollupPropertySourceLinkAsync(DeleteRollupPropertySourceLinkRequest, CallOptions)
Deletes a roll-up property source link. Only roll-up properties can have source links, so this method will throw an error if used on other types of properties.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteRollupPropertySourceLinkAsync(DeleteRollupPropertySourceLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteRollupPropertySourceLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteRollupPropertySourceLinkAsync(DeleteRollupPropertySourceLinkRequest, Metadata, DateTime?, CancellationToken)
Deletes a roll-up property source link. Only roll-up properties can have source links, so this method will throw an error if used on other types of properties.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteRollupPropertySourceLinkAsync(DeleteRollupPropertySourceLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteRollupPropertySourceLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteSKAdNetworkConversionValueSchema(DeleteSKAdNetworkConversionValueSchemaRequest, CallOptions)
Deletes target SKAdNetworkConversionValueSchema.
Declaration
public virtual Empty DeleteSKAdNetworkConversionValueSchema(DeleteSKAdNetworkConversionValueSchemaRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteSKAdNetworkConversionValueSchemaRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteSKAdNetworkConversionValueSchema(DeleteSKAdNetworkConversionValueSchemaRequest, Metadata, DateTime?, CancellationToken)
Deletes target SKAdNetworkConversionValueSchema.
Declaration
public virtual Empty DeleteSKAdNetworkConversionValueSchema(DeleteSKAdNetworkConversionValueSchemaRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteSKAdNetworkConversionValueSchemaRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteSKAdNetworkConversionValueSchemaAsync(DeleteSKAdNetworkConversionValueSchemaRequest, CallOptions)
Deletes target SKAdNetworkConversionValueSchema.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteSKAdNetworkConversionValueSchemaAsync(DeleteSKAdNetworkConversionValueSchemaRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteSKAdNetworkConversionValueSchemaRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteSKAdNetworkConversionValueSchemaAsync(DeleteSKAdNetworkConversionValueSchemaRequest, Metadata, DateTime?, CancellationToken)
Deletes target SKAdNetworkConversionValueSchema.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteSKAdNetworkConversionValueSchemaAsync(DeleteSKAdNetworkConversionValueSchemaRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteSKAdNetworkConversionValueSchemaRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteSearchAds360Link(DeleteSearchAds360LinkRequest, CallOptions)
Deletes a SearchAds360Link on a property.
Declaration
public virtual Empty DeleteSearchAds360Link(DeleteSearchAds360LinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteSearchAds360LinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteSearchAds360Link(DeleteSearchAds360LinkRequest, Metadata, DateTime?, CancellationToken)
Deletes a SearchAds360Link on a property.
Declaration
public virtual Empty DeleteSearchAds360Link(DeleteSearchAds360LinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteSearchAds360LinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteSearchAds360LinkAsync(DeleteSearchAds360LinkRequest, CallOptions)
Deletes a SearchAds360Link on a property.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteSearchAds360LinkAsync(DeleteSearchAds360LinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteSearchAds360LinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteSearchAds360LinkAsync(DeleteSearchAds360LinkRequest, Metadata, DateTime?, CancellationToken)
Deletes a SearchAds360Link on a property.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteSearchAds360LinkAsync(DeleteSearchAds360LinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteSearchAds360LinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteSubpropertyEventFilter(DeleteSubpropertyEventFilterRequest, CallOptions)
Deletes a subproperty event filter.
Declaration
public virtual Empty DeleteSubpropertyEventFilter(DeleteSubpropertyEventFilterRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteSubpropertyEventFilterRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteSubpropertyEventFilter(DeleteSubpropertyEventFilterRequest, Metadata, DateTime?, CancellationToken)
Deletes a subproperty event filter.
Declaration
public virtual Empty DeleteSubpropertyEventFilter(DeleteSubpropertyEventFilterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteSubpropertyEventFilterRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
DeleteSubpropertyEventFilterAsync(DeleteSubpropertyEventFilterRequest, CallOptions)
Deletes a subproperty event filter.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteSubpropertyEventFilterAsync(DeleteSubpropertyEventFilterRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
DeleteSubpropertyEventFilterRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
DeleteSubpropertyEventFilterAsync(DeleteSubpropertyEventFilterRequest, Metadata, DateTime?, CancellationToken)
Deletes a subproperty event filter.
Declaration
public virtual AsyncUnaryCall<Empty> DeleteSubpropertyEventFilterAsync(DeleteSubpropertyEventFilterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
DeleteSubpropertyEventFilterRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
FetchAutomatedGa4ConfigurationOptOut(FetchAutomatedGa4ConfigurationOptOutRequest, CallOptions)
Fetches the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.
Declaration
public virtual FetchAutomatedGa4ConfigurationOptOutResponse FetchAutomatedGa4ConfigurationOptOut(FetchAutomatedGa4ConfigurationOptOutRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
FetchAutomatedGa4ConfigurationOptOutRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
FetchAutomatedGa4ConfigurationOptOutResponse | The response received from the server. |
FetchAutomatedGa4ConfigurationOptOut(FetchAutomatedGa4ConfigurationOptOutRequest, Metadata, DateTime?, CancellationToken)
Fetches the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.
Declaration
public virtual FetchAutomatedGa4ConfigurationOptOutResponse FetchAutomatedGa4ConfigurationOptOut(FetchAutomatedGa4ConfigurationOptOutRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
FetchAutomatedGa4ConfigurationOptOutRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
FetchAutomatedGa4ConfigurationOptOutResponse | The response received from the server. |
FetchAutomatedGa4ConfigurationOptOutAsync(FetchAutomatedGa4ConfigurationOptOutRequest, CallOptions)
Fetches the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.
Declaration
public virtual AsyncUnaryCall<FetchAutomatedGa4ConfigurationOptOutResponse> FetchAutomatedGa4ConfigurationOptOutAsync(FetchAutomatedGa4ConfigurationOptOutRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
FetchAutomatedGa4ConfigurationOptOutRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<FetchAutomatedGa4ConfigurationOptOutResponse> | The call object. |
FetchAutomatedGa4ConfigurationOptOutAsync(FetchAutomatedGa4ConfigurationOptOutRequest, Metadata, DateTime?, CancellationToken)
Fetches the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.
Declaration
public virtual AsyncUnaryCall<FetchAutomatedGa4ConfigurationOptOutResponse> FetchAutomatedGa4ConfigurationOptOutAsync(FetchAutomatedGa4ConfigurationOptOutRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
FetchAutomatedGa4ConfigurationOptOutRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<FetchAutomatedGa4ConfigurationOptOutResponse> | The call object. |
FetchConnectedGa4Property(FetchConnectedGa4PropertyRequest, CallOptions)
Given a specified UA property, looks up the GA4 property connected to it. Note: this cannot be used with GA4 properties.
Declaration
public virtual FetchConnectedGa4PropertyResponse FetchConnectedGa4Property(FetchConnectedGa4PropertyRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
FetchConnectedGa4PropertyRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
FetchConnectedGa4PropertyResponse | The response received from the server. |
FetchConnectedGa4Property(FetchConnectedGa4PropertyRequest, Metadata, DateTime?, CancellationToken)
Given a specified UA property, looks up the GA4 property connected to it. Note: this cannot be used with GA4 properties.
Declaration
public virtual FetchConnectedGa4PropertyResponse FetchConnectedGa4Property(FetchConnectedGa4PropertyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
FetchConnectedGa4PropertyRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
FetchConnectedGa4PropertyResponse | The response received from the server. |
FetchConnectedGa4PropertyAsync(FetchConnectedGa4PropertyRequest, CallOptions)
Given a specified UA property, looks up the GA4 property connected to it. Note: this cannot be used with GA4 properties.
Declaration
public virtual AsyncUnaryCall<FetchConnectedGa4PropertyResponse> FetchConnectedGa4PropertyAsync(FetchConnectedGa4PropertyRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
FetchConnectedGa4PropertyRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<FetchConnectedGa4PropertyResponse> | The call object. |
FetchConnectedGa4PropertyAsync(FetchConnectedGa4PropertyRequest, Metadata, DateTime?, CancellationToken)
Given a specified UA property, looks up the GA4 property connected to it. Note: this cannot be used with GA4 properties.
Declaration
public virtual AsyncUnaryCall<FetchConnectedGa4PropertyResponse> FetchConnectedGa4PropertyAsync(FetchConnectedGa4PropertyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
FetchConnectedGa4PropertyRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<FetchConnectedGa4PropertyResponse> | The call object. |
GetAccessBinding(GetAccessBindingRequest, CallOptions)
Gets information about an access binding.
Declaration
public virtual AccessBinding GetAccessBinding(GetAccessBindingRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetAccessBindingRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AccessBinding | The response received from the server. |
GetAccessBinding(GetAccessBindingRequest, Metadata, DateTime?, CancellationToken)
Gets information about an access binding.
Declaration
public virtual AccessBinding GetAccessBinding(GetAccessBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetAccessBindingRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AccessBinding | The response received from the server. |
GetAccessBindingAsync(GetAccessBindingRequest, CallOptions)
Gets information about an access binding.
Declaration
public virtual AsyncUnaryCall<AccessBinding> GetAccessBindingAsync(GetAccessBindingRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetAccessBindingRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<AccessBinding> | The call object. |
GetAccessBindingAsync(GetAccessBindingRequest, Metadata, DateTime?, CancellationToken)
Gets information about an access binding.
Declaration
public virtual AsyncUnaryCall<AccessBinding> GetAccessBindingAsync(GetAccessBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetAccessBindingRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<AccessBinding> | The call object. |
GetAccount(GetAccountRequest, CallOptions)
Lookup for a single Account.
Declaration
public virtual Account GetAccount(GetAccountRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetAccountRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Account | The response received from the server. |
GetAccount(GetAccountRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single Account.
Declaration
public virtual Account GetAccount(GetAccountRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetAccountRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Account | The response received from the server. |
GetAccountAsync(GetAccountRequest, CallOptions)
Lookup for a single Account.
Declaration
public virtual AsyncUnaryCall<Account> GetAccountAsync(GetAccountRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetAccountRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Account> | The call object. |
GetAccountAsync(GetAccountRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single Account.
Declaration
public virtual AsyncUnaryCall<Account> GetAccountAsync(GetAccountRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetAccountRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Account> | The call object. |
GetAdSenseLink(GetAdSenseLinkRequest, CallOptions)
Looks up a single AdSenseLink.
Declaration
public virtual AdSenseLink GetAdSenseLink(GetAdSenseLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetAdSenseLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AdSenseLink | The response received from the server. |
GetAdSenseLink(GetAdSenseLinkRequest, Metadata, DateTime?, CancellationToken)
Looks up a single AdSenseLink.
Declaration
public virtual AdSenseLink GetAdSenseLink(GetAdSenseLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetAdSenseLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AdSenseLink | The response received from the server. |
GetAdSenseLinkAsync(GetAdSenseLinkRequest, CallOptions)
Looks up a single AdSenseLink.
Declaration
public virtual AsyncUnaryCall<AdSenseLink> GetAdSenseLinkAsync(GetAdSenseLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetAdSenseLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<AdSenseLink> | The call object. |
GetAdSenseLinkAsync(GetAdSenseLinkRequest, Metadata, DateTime?, CancellationToken)
Looks up a single AdSenseLink.
Declaration
public virtual AsyncUnaryCall<AdSenseLink> GetAdSenseLinkAsync(GetAdSenseLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetAdSenseLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<AdSenseLink> | The call object. |
GetAttributionSettings(GetAttributionSettingsRequest, CallOptions)
Lookup for a AttributionSettings singleton.
Declaration
public virtual AttributionSettings GetAttributionSettings(GetAttributionSettingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetAttributionSettingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AttributionSettings | The response received from the server. |
GetAttributionSettings(GetAttributionSettingsRequest, Metadata, DateTime?, CancellationToken)
Lookup for a AttributionSettings singleton.
Declaration
public virtual AttributionSettings GetAttributionSettings(GetAttributionSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetAttributionSettingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AttributionSettings | The response received from the server. |
GetAttributionSettingsAsync(GetAttributionSettingsRequest, CallOptions)
Lookup for a AttributionSettings singleton.
Declaration
public virtual AsyncUnaryCall<AttributionSettings> GetAttributionSettingsAsync(GetAttributionSettingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetAttributionSettingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<AttributionSettings> | The call object. |
GetAttributionSettingsAsync(GetAttributionSettingsRequest, Metadata, DateTime?, CancellationToken)
Lookup for a AttributionSettings singleton.
Declaration
public virtual AsyncUnaryCall<AttributionSettings> GetAttributionSettingsAsync(GetAttributionSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetAttributionSettingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<AttributionSettings> | The call object. |
GetAudience(GetAudienceRequest, CallOptions)
Lookup for a single Audience. Audiences created before 2020 may not be supported. Default audiences will not show filter definitions.
Declaration
public virtual Audience GetAudience(GetAudienceRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetAudienceRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Audience | The response received from the server. |
GetAudience(GetAudienceRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single Audience. Audiences created before 2020 may not be supported. Default audiences will not show filter definitions.
Declaration
public virtual Audience GetAudience(GetAudienceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetAudienceRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Audience | The response received from the server. |
GetAudienceAsync(GetAudienceRequest, CallOptions)
Lookup for a single Audience. Audiences created before 2020 may not be supported. Default audiences will not show filter definitions.
Declaration
public virtual AsyncUnaryCall<Audience> GetAudienceAsync(GetAudienceRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetAudienceRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Audience> | The call object. |
GetAudienceAsync(GetAudienceRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single Audience. Audiences created before 2020 may not be supported. Default audiences will not show filter definitions.
Declaration
public virtual AsyncUnaryCall<Audience> GetAudienceAsync(GetAudienceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetAudienceRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Audience> | The call object. |
GetBigQueryLink(GetBigQueryLinkRequest, CallOptions)
Lookup for a single BigQuery Link.
Declaration
public virtual BigQueryLink GetBigQueryLink(GetBigQueryLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetBigQueryLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
BigQueryLink | The response received from the server. |
GetBigQueryLink(GetBigQueryLinkRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single BigQuery Link.
Declaration
public virtual BigQueryLink GetBigQueryLink(GetBigQueryLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetBigQueryLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
BigQueryLink | The response received from the server. |
GetBigQueryLinkAsync(GetBigQueryLinkRequest, CallOptions)
Lookup for a single BigQuery Link.
Declaration
public virtual AsyncUnaryCall<BigQueryLink> GetBigQueryLinkAsync(GetBigQueryLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetBigQueryLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<BigQueryLink> | The call object. |
GetBigQueryLinkAsync(GetBigQueryLinkRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single BigQuery Link.
Declaration
public virtual AsyncUnaryCall<BigQueryLink> GetBigQueryLinkAsync(GetBigQueryLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetBigQueryLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<BigQueryLink> | The call object. |
GetCalculatedMetric(GetCalculatedMetricRequest, CallOptions)
Lookup for a single CalculatedMetric.
Declaration
public virtual CalculatedMetric GetCalculatedMetric(GetCalculatedMetricRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetCalculatedMetricRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
CalculatedMetric | The response received from the server. |
GetCalculatedMetric(GetCalculatedMetricRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single CalculatedMetric.
Declaration
public virtual CalculatedMetric GetCalculatedMetric(GetCalculatedMetricRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetCalculatedMetricRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
CalculatedMetric | The response received from the server. |
GetCalculatedMetricAsync(GetCalculatedMetricRequest, CallOptions)
Lookup for a single CalculatedMetric.
Declaration
public virtual AsyncUnaryCall<CalculatedMetric> GetCalculatedMetricAsync(GetCalculatedMetricRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetCalculatedMetricRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<CalculatedMetric> | The call object. |
GetCalculatedMetricAsync(GetCalculatedMetricRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single CalculatedMetric.
Declaration
public virtual AsyncUnaryCall<CalculatedMetric> GetCalculatedMetricAsync(GetCalculatedMetricRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetCalculatedMetricRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<CalculatedMetric> | The call object. |
GetChannelGroup(GetChannelGroupRequest, CallOptions)
Lookup for a single ChannelGroup.
Declaration
public virtual ChannelGroup GetChannelGroup(GetChannelGroupRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetChannelGroupRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ChannelGroup | The response received from the server. |
GetChannelGroup(GetChannelGroupRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single ChannelGroup.
Declaration
public virtual ChannelGroup GetChannelGroup(GetChannelGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetChannelGroupRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ChannelGroup | The response received from the server. |
GetChannelGroupAsync(GetChannelGroupRequest, CallOptions)
Lookup for a single ChannelGroup.
Declaration
public virtual AsyncUnaryCall<ChannelGroup> GetChannelGroupAsync(GetChannelGroupRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetChannelGroupRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ChannelGroup> | The call object. |
GetChannelGroupAsync(GetChannelGroupRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single ChannelGroup.
Declaration
public virtual AsyncUnaryCall<ChannelGroup> GetChannelGroupAsync(GetChannelGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetChannelGroupRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ChannelGroup> | The call object. |
GetConversionEvent(GetConversionEventRequest, CallOptions)
Deprecated: Use GetKeyEvent
instead.
Retrieve a single conversion event.
Declaration
[Obsolete]
public virtual ConversionEvent GetConversionEvent(GetConversionEventRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetConversionEventRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ConversionEvent | The response received from the server. |
GetConversionEvent(GetConversionEventRequest, Metadata, DateTime?, CancellationToken)
Deprecated: Use GetKeyEvent
instead.
Retrieve a single conversion event.
Declaration
[Obsolete]
public virtual ConversionEvent GetConversionEvent(GetConversionEventRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetConversionEventRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ConversionEvent | The response received from the server. |
GetConversionEventAsync(GetConversionEventRequest, CallOptions)
Deprecated: Use GetKeyEvent
instead.
Retrieve a single conversion event.
Declaration
[Obsolete]
public virtual AsyncUnaryCall<ConversionEvent> GetConversionEventAsync(GetConversionEventRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetConversionEventRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ConversionEvent> | The call object. |
GetConversionEventAsync(GetConversionEventRequest, Metadata, DateTime?, CancellationToken)
Deprecated: Use GetKeyEvent
instead.
Retrieve a single conversion event.
Declaration
[Obsolete]
public virtual AsyncUnaryCall<ConversionEvent> GetConversionEventAsync(GetConversionEventRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetConversionEventRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ConversionEvent> | The call object. |
GetCustomDimension(GetCustomDimensionRequest, CallOptions)
Lookup for a single CustomDimension.
Declaration
public virtual CustomDimension GetCustomDimension(GetCustomDimensionRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetCustomDimensionRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
CustomDimension | The response received from the server. |
GetCustomDimension(GetCustomDimensionRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single CustomDimension.
Declaration
public virtual CustomDimension GetCustomDimension(GetCustomDimensionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetCustomDimensionRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
CustomDimension | The response received from the server. |
GetCustomDimensionAsync(GetCustomDimensionRequest, CallOptions)
Lookup for a single CustomDimension.
Declaration
public virtual AsyncUnaryCall<CustomDimension> GetCustomDimensionAsync(GetCustomDimensionRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetCustomDimensionRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<CustomDimension> | The call object. |
GetCustomDimensionAsync(GetCustomDimensionRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single CustomDimension.
Declaration
public virtual AsyncUnaryCall<CustomDimension> GetCustomDimensionAsync(GetCustomDimensionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetCustomDimensionRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<CustomDimension> | The call object. |
GetCustomMetric(GetCustomMetricRequest, CallOptions)
Lookup for a single CustomMetric.
Declaration
public virtual CustomMetric GetCustomMetric(GetCustomMetricRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetCustomMetricRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
CustomMetric | The response received from the server. |
GetCustomMetric(GetCustomMetricRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single CustomMetric.
Declaration
public virtual CustomMetric GetCustomMetric(GetCustomMetricRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetCustomMetricRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
CustomMetric | The response received from the server. |
GetCustomMetricAsync(GetCustomMetricRequest, CallOptions)
Lookup for a single CustomMetric.
Declaration
public virtual AsyncUnaryCall<CustomMetric> GetCustomMetricAsync(GetCustomMetricRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetCustomMetricRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<CustomMetric> | The call object. |
GetCustomMetricAsync(GetCustomMetricRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single CustomMetric.
Declaration
public virtual AsyncUnaryCall<CustomMetric> GetCustomMetricAsync(GetCustomMetricRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetCustomMetricRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<CustomMetric> | The call object. |
GetDataRedactionSettings(GetDataRedactionSettingsRequest, CallOptions)
Lookup for a single DataRedactionSettings.
Declaration
public virtual DataRedactionSettings GetDataRedactionSettings(GetDataRedactionSettingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetDataRedactionSettingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
DataRedactionSettings | The response received from the server. |
GetDataRedactionSettings(GetDataRedactionSettingsRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single DataRedactionSettings.
Declaration
public virtual DataRedactionSettings GetDataRedactionSettings(GetDataRedactionSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetDataRedactionSettingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
DataRedactionSettings | The response received from the server. |
GetDataRedactionSettingsAsync(GetDataRedactionSettingsRequest, CallOptions)
Lookup for a single DataRedactionSettings.
Declaration
public virtual AsyncUnaryCall<DataRedactionSettings> GetDataRedactionSettingsAsync(GetDataRedactionSettingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetDataRedactionSettingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<DataRedactionSettings> | The call object. |
GetDataRedactionSettingsAsync(GetDataRedactionSettingsRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single DataRedactionSettings.
Declaration
public virtual AsyncUnaryCall<DataRedactionSettings> GetDataRedactionSettingsAsync(GetDataRedactionSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetDataRedactionSettingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<DataRedactionSettings> | The call object. |
GetDataRetentionSettings(GetDataRetentionSettingsRequest, CallOptions)
Returns the singleton data retention settings for this property.
Declaration
public virtual DataRetentionSettings GetDataRetentionSettings(GetDataRetentionSettingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetDataRetentionSettingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
DataRetentionSettings | The response received from the server. |
GetDataRetentionSettings(GetDataRetentionSettingsRequest, Metadata, DateTime?, CancellationToken)
Returns the singleton data retention settings for this property.
Declaration
public virtual DataRetentionSettings GetDataRetentionSettings(GetDataRetentionSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetDataRetentionSettingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
DataRetentionSettings | The response received from the server. |
GetDataRetentionSettingsAsync(GetDataRetentionSettingsRequest, CallOptions)
Returns the singleton data retention settings for this property.
Declaration
public virtual AsyncUnaryCall<DataRetentionSettings> GetDataRetentionSettingsAsync(GetDataRetentionSettingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetDataRetentionSettingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<DataRetentionSettings> | The call object. |
GetDataRetentionSettingsAsync(GetDataRetentionSettingsRequest, Metadata, DateTime?, CancellationToken)
Returns the singleton data retention settings for this property.
Declaration
public virtual AsyncUnaryCall<DataRetentionSettings> GetDataRetentionSettingsAsync(GetDataRetentionSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetDataRetentionSettingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<DataRetentionSettings> | The call object. |
GetDataSharingSettings(GetDataSharingSettingsRequest, CallOptions)
Get data sharing settings on an account. Data sharing settings are singletons.
Declaration
public virtual DataSharingSettings GetDataSharingSettings(GetDataSharingSettingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetDataSharingSettingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
DataSharingSettings | The response received from the server. |
GetDataSharingSettings(GetDataSharingSettingsRequest, Metadata, DateTime?, CancellationToken)
Get data sharing settings on an account. Data sharing settings are singletons.
Declaration
public virtual DataSharingSettings GetDataSharingSettings(GetDataSharingSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetDataSharingSettingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
DataSharingSettings | The response received from the server. |
GetDataSharingSettingsAsync(GetDataSharingSettingsRequest, CallOptions)
Get data sharing settings on an account. Data sharing settings are singletons.
Declaration
public virtual AsyncUnaryCall<DataSharingSettings> GetDataSharingSettingsAsync(GetDataSharingSettingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetDataSharingSettingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<DataSharingSettings> | The call object. |
GetDataSharingSettingsAsync(GetDataSharingSettingsRequest, Metadata, DateTime?, CancellationToken)
Get data sharing settings on an account. Data sharing settings are singletons.
Declaration
public virtual AsyncUnaryCall<DataSharingSettings> GetDataSharingSettingsAsync(GetDataSharingSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetDataSharingSettingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<DataSharingSettings> | The call object. |
GetDataStream(GetDataStreamRequest, CallOptions)
Lookup for a single DataStream.
Declaration
public virtual DataStream GetDataStream(GetDataStreamRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetDataStreamRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
DataStream | The response received from the server. |
GetDataStream(GetDataStreamRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single DataStream.
Declaration
public virtual DataStream GetDataStream(GetDataStreamRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetDataStreamRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
DataStream | The response received from the server. |
GetDataStreamAsync(GetDataStreamRequest, CallOptions)
Lookup for a single DataStream.
Declaration
public virtual AsyncUnaryCall<DataStream> GetDataStreamAsync(GetDataStreamRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetDataStreamRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<DataStream> | The call object. |
GetDataStreamAsync(GetDataStreamRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single DataStream.
Declaration
public virtual AsyncUnaryCall<DataStream> GetDataStreamAsync(GetDataStreamRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetDataStreamRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<DataStream> | The call object. |
GetDisplayVideo360AdvertiserLink(GetDisplayVideo360AdvertiserLinkRequest, CallOptions)
Look up a single DisplayVideo360AdvertiserLink
Declaration
public virtual DisplayVideo360AdvertiserLink GetDisplayVideo360AdvertiserLink(GetDisplayVideo360AdvertiserLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetDisplayVideo360AdvertiserLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
DisplayVideo360AdvertiserLink | The response received from the server. |
GetDisplayVideo360AdvertiserLink(GetDisplayVideo360AdvertiserLinkRequest, Metadata, DateTime?, CancellationToken)
Look up a single DisplayVideo360AdvertiserLink
Declaration
public virtual DisplayVideo360AdvertiserLink GetDisplayVideo360AdvertiserLink(GetDisplayVideo360AdvertiserLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetDisplayVideo360AdvertiserLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
DisplayVideo360AdvertiserLink | The response received from the server. |
GetDisplayVideo360AdvertiserLinkAsync(GetDisplayVideo360AdvertiserLinkRequest, CallOptions)
Look up a single DisplayVideo360AdvertiserLink
Declaration
public virtual AsyncUnaryCall<DisplayVideo360AdvertiserLink> GetDisplayVideo360AdvertiserLinkAsync(GetDisplayVideo360AdvertiserLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetDisplayVideo360AdvertiserLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<DisplayVideo360AdvertiserLink> | The call object. |
GetDisplayVideo360AdvertiserLinkAsync(GetDisplayVideo360AdvertiserLinkRequest, Metadata, DateTime?, CancellationToken)
Look up a single DisplayVideo360AdvertiserLink
Declaration
public virtual AsyncUnaryCall<DisplayVideo360AdvertiserLink> GetDisplayVideo360AdvertiserLinkAsync(GetDisplayVideo360AdvertiserLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetDisplayVideo360AdvertiserLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<DisplayVideo360AdvertiserLink> | The call object. |
GetDisplayVideo360AdvertiserLinkProposal(GetDisplayVideo360AdvertiserLinkProposalRequest, CallOptions)
Lookup for a single DisplayVideo360AdvertiserLinkProposal.
Declaration
public virtual DisplayVideo360AdvertiserLinkProposal GetDisplayVideo360AdvertiserLinkProposal(GetDisplayVideo360AdvertiserLinkProposalRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetDisplayVideo360AdvertiserLinkProposalRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
DisplayVideo360AdvertiserLinkProposal | The response received from the server. |
GetDisplayVideo360AdvertiserLinkProposal(GetDisplayVideo360AdvertiserLinkProposalRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single DisplayVideo360AdvertiserLinkProposal.
Declaration
public virtual DisplayVideo360AdvertiserLinkProposal GetDisplayVideo360AdvertiserLinkProposal(GetDisplayVideo360AdvertiserLinkProposalRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetDisplayVideo360AdvertiserLinkProposalRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
DisplayVideo360AdvertiserLinkProposal | The response received from the server. |
GetDisplayVideo360AdvertiserLinkProposalAsync(GetDisplayVideo360AdvertiserLinkProposalRequest, CallOptions)
Lookup for a single DisplayVideo360AdvertiserLinkProposal.
Declaration
public virtual AsyncUnaryCall<DisplayVideo360AdvertiserLinkProposal> GetDisplayVideo360AdvertiserLinkProposalAsync(GetDisplayVideo360AdvertiserLinkProposalRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetDisplayVideo360AdvertiserLinkProposalRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<DisplayVideo360AdvertiserLinkProposal> | The call object. |
GetDisplayVideo360AdvertiserLinkProposalAsync(GetDisplayVideo360AdvertiserLinkProposalRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single DisplayVideo360AdvertiserLinkProposal.
Declaration
public virtual AsyncUnaryCall<DisplayVideo360AdvertiserLinkProposal> GetDisplayVideo360AdvertiserLinkProposalAsync(GetDisplayVideo360AdvertiserLinkProposalRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetDisplayVideo360AdvertiserLinkProposalRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<DisplayVideo360AdvertiserLinkProposal> | The call object. |
GetEnhancedMeasurementSettings(GetEnhancedMeasurementSettingsRequest, CallOptions)
Returns the enhanced measurement settings for this data stream. Note that the stream must enable enhanced measurement for these settings to take effect.
Declaration
public virtual EnhancedMeasurementSettings GetEnhancedMeasurementSettings(GetEnhancedMeasurementSettingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetEnhancedMeasurementSettingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
EnhancedMeasurementSettings | The response received from the server. |
GetEnhancedMeasurementSettings(GetEnhancedMeasurementSettingsRequest, Metadata, DateTime?, CancellationToken)
Returns the enhanced measurement settings for this data stream. Note that the stream must enable enhanced measurement for these settings to take effect.
Declaration
public virtual EnhancedMeasurementSettings GetEnhancedMeasurementSettings(GetEnhancedMeasurementSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetEnhancedMeasurementSettingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
EnhancedMeasurementSettings | The response received from the server. |
GetEnhancedMeasurementSettingsAsync(GetEnhancedMeasurementSettingsRequest, CallOptions)
Returns the enhanced measurement settings for this data stream. Note that the stream must enable enhanced measurement for these settings to take effect.
Declaration
public virtual AsyncUnaryCall<EnhancedMeasurementSettings> GetEnhancedMeasurementSettingsAsync(GetEnhancedMeasurementSettingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetEnhancedMeasurementSettingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<EnhancedMeasurementSettings> | The call object. |
GetEnhancedMeasurementSettingsAsync(GetEnhancedMeasurementSettingsRequest, Metadata, DateTime?, CancellationToken)
Returns the enhanced measurement settings for this data stream. Note that the stream must enable enhanced measurement for these settings to take effect.
Declaration
public virtual AsyncUnaryCall<EnhancedMeasurementSettings> GetEnhancedMeasurementSettingsAsync(GetEnhancedMeasurementSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetEnhancedMeasurementSettingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<EnhancedMeasurementSettings> | The call object. |
GetEventCreateRule(GetEventCreateRuleRequest, CallOptions)
Lookup for a single EventCreateRule.
Declaration
public virtual EventCreateRule GetEventCreateRule(GetEventCreateRuleRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetEventCreateRuleRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
EventCreateRule | The response received from the server. |
GetEventCreateRule(GetEventCreateRuleRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single EventCreateRule.
Declaration
public virtual EventCreateRule GetEventCreateRule(GetEventCreateRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetEventCreateRuleRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
EventCreateRule | The response received from the server. |
GetEventCreateRuleAsync(GetEventCreateRuleRequest, CallOptions)
Lookup for a single EventCreateRule.
Declaration
public virtual AsyncUnaryCall<EventCreateRule> GetEventCreateRuleAsync(GetEventCreateRuleRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetEventCreateRuleRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<EventCreateRule> | The call object. |
GetEventCreateRuleAsync(GetEventCreateRuleRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single EventCreateRule.
Declaration
public virtual AsyncUnaryCall<EventCreateRule> GetEventCreateRuleAsync(GetEventCreateRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetEventCreateRuleRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<EventCreateRule> | The call object. |
GetEventEditRule(GetEventEditRuleRequest, CallOptions)
Lookup for a single EventEditRule.
Declaration
public virtual EventEditRule GetEventEditRule(GetEventEditRuleRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetEventEditRuleRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
EventEditRule | The response received from the server. |
GetEventEditRule(GetEventEditRuleRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single EventEditRule.
Declaration
public virtual EventEditRule GetEventEditRule(GetEventEditRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetEventEditRuleRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
EventEditRule | The response received from the server. |
GetEventEditRuleAsync(GetEventEditRuleRequest, CallOptions)
Lookup for a single EventEditRule.
Declaration
public virtual AsyncUnaryCall<EventEditRule> GetEventEditRuleAsync(GetEventEditRuleRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetEventEditRuleRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<EventEditRule> | The call object. |
GetEventEditRuleAsync(GetEventEditRuleRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single EventEditRule.
Declaration
public virtual AsyncUnaryCall<EventEditRule> GetEventEditRuleAsync(GetEventEditRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetEventEditRuleRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<EventEditRule> | The call object. |
GetExpandedDataSet(GetExpandedDataSetRequest, CallOptions)
Lookup for a single ExpandedDataSet.
Declaration
public virtual ExpandedDataSet GetExpandedDataSet(GetExpandedDataSetRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetExpandedDataSetRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ExpandedDataSet | The response received from the server. |
GetExpandedDataSet(GetExpandedDataSetRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single ExpandedDataSet.
Declaration
public virtual ExpandedDataSet GetExpandedDataSet(GetExpandedDataSetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetExpandedDataSetRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ExpandedDataSet | The response received from the server. |
GetExpandedDataSetAsync(GetExpandedDataSetRequest, CallOptions)
Lookup for a single ExpandedDataSet.
Declaration
public virtual AsyncUnaryCall<ExpandedDataSet> GetExpandedDataSetAsync(GetExpandedDataSetRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetExpandedDataSetRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ExpandedDataSet> | The call object. |
GetExpandedDataSetAsync(GetExpandedDataSetRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single ExpandedDataSet.
Declaration
public virtual AsyncUnaryCall<ExpandedDataSet> GetExpandedDataSetAsync(GetExpandedDataSetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetExpandedDataSetRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ExpandedDataSet> | The call object. |
GetGlobalSiteTag(GetGlobalSiteTagRequest, CallOptions)
Returns the Site Tag for the specified web stream. Site Tags are immutable singletons.
Declaration
public virtual GlobalSiteTag GetGlobalSiteTag(GetGlobalSiteTagRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetGlobalSiteTagRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
GlobalSiteTag | The response received from the server. |
GetGlobalSiteTag(GetGlobalSiteTagRequest, Metadata, DateTime?, CancellationToken)
Returns the Site Tag for the specified web stream. Site Tags are immutable singletons.
Declaration
public virtual GlobalSiteTag GetGlobalSiteTag(GetGlobalSiteTagRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetGlobalSiteTagRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
GlobalSiteTag | The response received from the server. |
GetGlobalSiteTagAsync(GetGlobalSiteTagRequest, CallOptions)
Returns the Site Tag for the specified web stream. Site Tags are immutable singletons.
Declaration
public virtual AsyncUnaryCall<GlobalSiteTag> GetGlobalSiteTagAsync(GetGlobalSiteTagRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetGlobalSiteTagRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<GlobalSiteTag> | The call object. |
GetGlobalSiteTagAsync(GetGlobalSiteTagRequest, Metadata, DateTime?, CancellationToken)
Returns the Site Tag for the specified web stream. Site Tags are immutable singletons.
Declaration
public virtual AsyncUnaryCall<GlobalSiteTag> GetGlobalSiteTagAsync(GetGlobalSiteTagRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetGlobalSiteTagRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<GlobalSiteTag> | The call object. |
GetGoogleSignalsSettings(GetGoogleSignalsSettingsRequest, CallOptions)
Lookup for Google Signals settings for a property.
Declaration
public virtual GoogleSignalsSettings GetGoogleSignalsSettings(GetGoogleSignalsSettingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetGoogleSignalsSettingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
GoogleSignalsSettings | The response received from the server. |
GetGoogleSignalsSettings(GetGoogleSignalsSettingsRequest, Metadata, DateTime?, CancellationToken)
Lookup for Google Signals settings for a property.
Declaration
public virtual GoogleSignalsSettings GetGoogleSignalsSettings(GetGoogleSignalsSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetGoogleSignalsSettingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
GoogleSignalsSettings | The response received from the server. |
GetGoogleSignalsSettingsAsync(GetGoogleSignalsSettingsRequest, CallOptions)
Lookup for Google Signals settings for a property.
Declaration
public virtual AsyncUnaryCall<GoogleSignalsSettings> GetGoogleSignalsSettingsAsync(GetGoogleSignalsSettingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetGoogleSignalsSettingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<GoogleSignalsSettings> | The call object. |
GetGoogleSignalsSettingsAsync(GetGoogleSignalsSettingsRequest, Metadata, DateTime?, CancellationToken)
Lookup for Google Signals settings for a property.
Declaration
public virtual AsyncUnaryCall<GoogleSignalsSettings> GetGoogleSignalsSettingsAsync(GetGoogleSignalsSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetGoogleSignalsSettingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<GoogleSignalsSettings> | The call object. |
GetKeyEvent(GetKeyEventRequest, CallOptions)
Retrieve a single Key Event.
Declaration
public virtual KeyEvent GetKeyEvent(GetKeyEventRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetKeyEventRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
KeyEvent | The response received from the server. |
GetKeyEvent(GetKeyEventRequest, Metadata, DateTime?, CancellationToken)
Retrieve a single Key Event.
Declaration
public virtual KeyEvent GetKeyEvent(GetKeyEventRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetKeyEventRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
KeyEvent | The response received from the server. |
GetKeyEventAsync(GetKeyEventRequest, CallOptions)
Retrieve a single Key Event.
Declaration
public virtual AsyncUnaryCall<KeyEvent> GetKeyEventAsync(GetKeyEventRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetKeyEventRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<KeyEvent> | The call object. |
GetKeyEventAsync(GetKeyEventRequest, Metadata, DateTime?, CancellationToken)
Retrieve a single Key Event.
Declaration
public virtual AsyncUnaryCall<KeyEvent> GetKeyEventAsync(GetKeyEventRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetKeyEventRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<KeyEvent> | The call object. |
GetMeasurementProtocolSecret(GetMeasurementProtocolSecretRequest, CallOptions)
Lookup for a single "GA4" MeasurementProtocolSecret.
Declaration
public virtual MeasurementProtocolSecret GetMeasurementProtocolSecret(GetMeasurementProtocolSecretRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetMeasurementProtocolSecretRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
MeasurementProtocolSecret | The response received from the server. |
GetMeasurementProtocolSecret(GetMeasurementProtocolSecretRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single "GA4" MeasurementProtocolSecret.
Declaration
public virtual MeasurementProtocolSecret GetMeasurementProtocolSecret(GetMeasurementProtocolSecretRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetMeasurementProtocolSecretRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
MeasurementProtocolSecret | The response received from the server. |
GetMeasurementProtocolSecretAsync(GetMeasurementProtocolSecretRequest, CallOptions)
Lookup for a single "GA4" MeasurementProtocolSecret.
Declaration
public virtual AsyncUnaryCall<MeasurementProtocolSecret> GetMeasurementProtocolSecretAsync(GetMeasurementProtocolSecretRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetMeasurementProtocolSecretRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<MeasurementProtocolSecret> | The call object. |
GetMeasurementProtocolSecretAsync(GetMeasurementProtocolSecretRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single "GA4" MeasurementProtocolSecret.
Declaration
public virtual AsyncUnaryCall<MeasurementProtocolSecret> GetMeasurementProtocolSecretAsync(GetMeasurementProtocolSecretRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetMeasurementProtocolSecretRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<MeasurementProtocolSecret> | The call object. |
GetProperty(GetPropertyRequest, CallOptions)
Lookup for a single "GA4" Property.
Declaration
public virtual Property GetProperty(GetPropertyRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetPropertyRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Property | The response received from the server. |
GetProperty(GetPropertyRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single "GA4" Property.
Declaration
public virtual Property GetProperty(GetPropertyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetPropertyRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Property | The response received from the server. |
GetPropertyAsync(GetPropertyRequest, CallOptions)
Lookup for a single "GA4" Property.
Declaration
public virtual AsyncUnaryCall<Property> GetPropertyAsync(GetPropertyRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetPropertyRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Property> | The call object. |
GetPropertyAsync(GetPropertyRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single "GA4" Property.
Declaration
public virtual AsyncUnaryCall<Property> GetPropertyAsync(GetPropertyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetPropertyRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Property> | The call object. |
GetRollupPropertySourceLink(GetRollupPropertySourceLinkRequest, CallOptions)
Lookup for a single roll-up property source Link. Only roll-up properties can have source links, so this method will throw an error if used on other types of properties.
Declaration
public virtual RollupPropertySourceLink GetRollupPropertySourceLink(GetRollupPropertySourceLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetRollupPropertySourceLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
RollupPropertySourceLink | The response received from the server. |
GetRollupPropertySourceLink(GetRollupPropertySourceLinkRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single roll-up property source Link. Only roll-up properties can have source links, so this method will throw an error if used on other types of properties.
Declaration
public virtual RollupPropertySourceLink GetRollupPropertySourceLink(GetRollupPropertySourceLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetRollupPropertySourceLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
RollupPropertySourceLink | The response received from the server. |
GetRollupPropertySourceLinkAsync(GetRollupPropertySourceLinkRequest, CallOptions)
Lookup for a single roll-up property source Link. Only roll-up properties can have source links, so this method will throw an error if used on other types of properties.
Declaration
public virtual AsyncUnaryCall<RollupPropertySourceLink> GetRollupPropertySourceLinkAsync(GetRollupPropertySourceLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetRollupPropertySourceLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<RollupPropertySourceLink> | The call object. |
GetRollupPropertySourceLinkAsync(GetRollupPropertySourceLinkRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single roll-up property source Link. Only roll-up properties can have source links, so this method will throw an error if used on other types of properties.
Declaration
public virtual AsyncUnaryCall<RollupPropertySourceLink> GetRollupPropertySourceLinkAsync(GetRollupPropertySourceLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetRollupPropertySourceLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<RollupPropertySourceLink> | The call object. |
GetSKAdNetworkConversionValueSchema(GetSKAdNetworkConversionValueSchemaRequest, CallOptions)
Looks up a single SKAdNetworkConversionValueSchema.
Declaration
public virtual SKAdNetworkConversionValueSchema GetSKAdNetworkConversionValueSchema(GetSKAdNetworkConversionValueSchemaRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetSKAdNetworkConversionValueSchemaRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
SKAdNetworkConversionValueSchema | The response received from the server. |
GetSKAdNetworkConversionValueSchema(GetSKAdNetworkConversionValueSchemaRequest, Metadata, DateTime?, CancellationToken)
Looks up a single SKAdNetworkConversionValueSchema.
Declaration
public virtual SKAdNetworkConversionValueSchema GetSKAdNetworkConversionValueSchema(GetSKAdNetworkConversionValueSchemaRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetSKAdNetworkConversionValueSchemaRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
SKAdNetworkConversionValueSchema | The response received from the server. |
GetSKAdNetworkConversionValueSchemaAsync(GetSKAdNetworkConversionValueSchemaRequest, CallOptions)
Looks up a single SKAdNetworkConversionValueSchema.
Declaration
public virtual AsyncUnaryCall<SKAdNetworkConversionValueSchema> GetSKAdNetworkConversionValueSchemaAsync(GetSKAdNetworkConversionValueSchemaRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetSKAdNetworkConversionValueSchemaRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<SKAdNetworkConversionValueSchema> | The call object. |
GetSKAdNetworkConversionValueSchemaAsync(GetSKAdNetworkConversionValueSchemaRequest, Metadata, DateTime?, CancellationToken)
Looks up a single SKAdNetworkConversionValueSchema.
Declaration
public virtual AsyncUnaryCall<SKAdNetworkConversionValueSchema> GetSKAdNetworkConversionValueSchemaAsync(GetSKAdNetworkConversionValueSchemaRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetSKAdNetworkConversionValueSchemaRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<SKAdNetworkConversionValueSchema> | The call object. |
GetSearchAds360Link(GetSearchAds360LinkRequest, CallOptions)
Look up a single SearchAds360Link
Declaration
public virtual SearchAds360Link GetSearchAds360Link(GetSearchAds360LinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetSearchAds360LinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
SearchAds360Link | The response received from the server. |
GetSearchAds360Link(GetSearchAds360LinkRequest, Metadata, DateTime?, CancellationToken)
Look up a single SearchAds360Link
Declaration
public virtual SearchAds360Link GetSearchAds360Link(GetSearchAds360LinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetSearchAds360LinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
SearchAds360Link | The response received from the server. |
GetSearchAds360LinkAsync(GetSearchAds360LinkRequest, CallOptions)
Look up a single SearchAds360Link
Declaration
public virtual AsyncUnaryCall<SearchAds360Link> GetSearchAds360LinkAsync(GetSearchAds360LinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetSearchAds360LinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<SearchAds360Link> | The call object. |
GetSearchAds360LinkAsync(GetSearchAds360LinkRequest, Metadata, DateTime?, CancellationToken)
Look up a single SearchAds360Link
Declaration
public virtual AsyncUnaryCall<SearchAds360Link> GetSearchAds360LinkAsync(GetSearchAds360LinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetSearchAds360LinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<SearchAds360Link> | The call object. |
GetSubpropertyEventFilter(GetSubpropertyEventFilterRequest, CallOptions)
Lookup for a single subproperty Event Filter.
Declaration
public virtual SubpropertyEventFilter GetSubpropertyEventFilter(GetSubpropertyEventFilterRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetSubpropertyEventFilterRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
SubpropertyEventFilter | The response received from the server. |
GetSubpropertyEventFilter(GetSubpropertyEventFilterRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single subproperty Event Filter.
Declaration
public virtual SubpropertyEventFilter GetSubpropertyEventFilter(GetSubpropertyEventFilterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetSubpropertyEventFilterRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
SubpropertyEventFilter | The response received from the server. |
GetSubpropertyEventFilterAsync(GetSubpropertyEventFilterRequest, CallOptions)
Lookup for a single subproperty Event Filter.
Declaration
public virtual AsyncUnaryCall<SubpropertyEventFilter> GetSubpropertyEventFilterAsync(GetSubpropertyEventFilterRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
GetSubpropertyEventFilterRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<SubpropertyEventFilter> | The call object. |
GetSubpropertyEventFilterAsync(GetSubpropertyEventFilterRequest, Metadata, DateTime?, CancellationToken)
Lookup for a single subproperty Event Filter.
Declaration
public virtual AsyncUnaryCall<SubpropertyEventFilter> GetSubpropertyEventFilterAsync(GetSubpropertyEventFilterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
GetSubpropertyEventFilterRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<SubpropertyEventFilter> | The call object. |
ListAccessBindings(ListAccessBindingsRequest, CallOptions)
Lists all access bindings on an account or property.
Declaration
public virtual ListAccessBindingsResponse ListAccessBindings(ListAccessBindingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListAccessBindingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ListAccessBindingsResponse | The response received from the server. |
ListAccessBindings(ListAccessBindingsRequest, Metadata, DateTime?, CancellationToken)
Lists all access bindings on an account or property.
Declaration
public virtual ListAccessBindingsResponse ListAccessBindings(ListAccessBindingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListAccessBindingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ListAccessBindingsResponse | The response received from the server. |
ListAccessBindingsAsync(ListAccessBindingsRequest, CallOptions)
Lists all access bindings on an account or property.
Declaration
public virtual AsyncUnaryCall<ListAccessBindingsResponse> ListAccessBindingsAsync(ListAccessBindingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListAccessBindingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListAccessBindingsResponse> | The call object. |
ListAccessBindingsAsync(ListAccessBindingsRequest, Metadata, DateTime?, CancellationToken)
Lists all access bindings on an account or property.
Declaration
public virtual AsyncUnaryCall<ListAccessBindingsResponse> ListAccessBindingsAsync(ListAccessBindingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListAccessBindingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListAccessBindingsResponse> | The call object. |
ListAccountSummaries(ListAccountSummariesRequest, CallOptions)
Returns summaries of all accounts accessible by the caller.
Declaration
public virtual ListAccountSummariesResponse ListAccountSummaries(ListAccountSummariesRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListAccountSummariesRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ListAccountSummariesResponse | The response received from the server. |
ListAccountSummaries(ListAccountSummariesRequest, Metadata, DateTime?, CancellationToken)
Returns summaries of all accounts accessible by the caller.
Declaration
public virtual ListAccountSummariesResponse ListAccountSummaries(ListAccountSummariesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListAccountSummariesRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ListAccountSummariesResponse | The response received from the server. |
ListAccountSummariesAsync(ListAccountSummariesRequest, CallOptions)
Returns summaries of all accounts accessible by the caller.
Declaration
public virtual AsyncUnaryCall<ListAccountSummariesResponse> ListAccountSummariesAsync(ListAccountSummariesRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListAccountSummariesRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListAccountSummariesResponse> | The call object. |
ListAccountSummariesAsync(ListAccountSummariesRequest, Metadata, DateTime?, CancellationToken)
Returns summaries of all accounts accessible by the caller.
Declaration
public virtual AsyncUnaryCall<ListAccountSummariesResponse> ListAccountSummariesAsync(ListAccountSummariesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListAccountSummariesRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListAccountSummariesResponse> | The call object. |
ListAccounts(ListAccountsRequest, CallOptions)
Returns all accounts accessible by the caller.
Note that these accounts might not currently have GA4 properties. Soft-deleted (ie: "trashed") accounts are excluded by default. Returns an empty list if no relevant accounts are found.
Declaration
public virtual ListAccountsResponse ListAccounts(ListAccountsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListAccountsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ListAccountsResponse | The response received from the server. |
ListAccounts(ListAccountsRequest, Metadata, DateTime?, CancellationToken)
Returns all accounts accessible by the caller.
Note that these accounts might not currently have GA4 properties. Soft-deleted (ie: "trashed") accounts are excluded by default. Returns an empty list if no relevant accounts are found.
Declaration
public virtual ListAccountsResponse ListAccounts(ListAccountsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListAccountsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ListAccountsResponse | The response received from the server. |
ListAccountsAsync(ListAccountsRequest, CallOptions)
Returns all accounts accessible by the caller.
Note that these accounts might not currently have GA4 properties. Soft-deleted (ie: "trashed") accounts are excluded by default. Returns an empty list if no relevant accounts are found.
Declaration
public virtual AsyncUnaryCall<ListAccountsResponse> ListAccountsAsync(ListAccountsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListAccountsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListAccountsResponse> | The call object. |
ListAccountsAsync(ListAccountsRequest, Metadata, DateTime?, CancellationToken)
Returns all accounts accessible by the caller.
Note that these accounts might not currently have GA4 properties. Soft-deleted (ie: "trashed") accounts are excluded by default. Returns an empty list if no relevant accounts are found.
Declaration
public virtual AsyncUnaryCall<ListAccountsResponse> ListAccountsAsync(ListAccountsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListAccountsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListAccountsResponse> | The call object. |
ListAdSenseLinks(ListAdSenseLinksRequest, CallOptions)
Lists AdSenseLinks on a property.
Declaration
public virtual ListAdSenseLinksResponse ListAdSenseLinks(ListAdSenseLinksRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListAdSenseLinksRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ListAdSenseLinksResponse | The response received from the server. |
ListAdSenseLinks(ListAdSenseLinksRequest, Metadata, DateTime?, CancellationToken)
Lists AdSenseLinks on a property.
Declaration
public virtual ListAdSenseLinksResponse ListAdSenseLinks(ListAdSenseLinksRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListAdSenseLinksRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ListAdSenseLinksResponse | The response received from the server. |
ListAdSenseLinksAsync(ListAdSenseLinksRequest, CallOptions)
Lists AdSenseLinks on a property.
Declaration
public virtual AsyncUnaryCall<ListAdSenseLinksResponse> ListAdSenseLinksAsync(ListAdSenseLinksRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListAdSenseLinksRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListAdSenseLinksResponse> | The call object. |
ListAdSenseLinksAsync(ListAdSenseLinksRequest, Metadata, DateTime?, CancellationToken)
Lists AdSenseLinks on a property.
Declaration
public virtual AsyncUnaryCall<ListAdSenseLinksResponse> ListAdSenseLinksAsync(ListAdSenseLinksRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListAdSenseLinksRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListAdSenseLinksResponse> | The call object. |
ListAudiences(ListAudiencesRequest, CallOptions)
Lists Audiences on a property. Audiences created before 2020 may not be supported. Default audiences will not show filter definitions.
Declaration
public virtual ListAudiencesResponse ListAudiences(ListAudiencesRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListAudiencesRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ListAudiencesResponse | The response received from the server. |
ListAudiences(ListAudiencesRequest, Metadata, DateTime?, CancellationToken)
Lists Audiences on a property. Audiences created before 2020 may not be supported. Default audiences will not show filter definitions.
Declaration
public virtual ListAudiencesResponse ListAudiences(ListAudiencesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListAudiencesRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ListAudiencesResponse | The response received from the server. |
ListAudiencesAsync(ListAudiencesRequest, CallOptions)
Lists Audiences on a property. Audiences created before 2020 may not be supported. Default audiences will not show filter definitions.
Declaration
public virtual AsyncUnaryCall<ListAudiencesResponse> ListAudiencesAsync(ListAudiencesRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListAudiencesRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListAudiencesResponse> | The call object. |
ListAudiencesAsync(ListAudiencesRequest, Metadata, DateTime?, CancellationToken)
Lists Audiences on a property. Audiences created before 2020 may not be supported. Default audiences will not show filter definitions.
Declaration
public virtual AsyncUnaryCall<ListAudiencesResponse> ListAudiencesAsync(ListAudiencesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListAudiencesRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListAudiencesResponse> | The call object. |
ListBigQueryLinks(ListBigQueryLinksRequest, CallOptions)
Lists BigQuery Links on a property.
Declaration
public virtual ListBigQueryLinksResponse ListBigQueryLinks(ListBigQueryLinksRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListBigQueryLinksRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ListBigQueryLinksResponse | The response received from the server. |
ListBigQueryLinks(ListBigQueryLinksRequest, Metadata, DateTime?, CancellationToken)
Lists BigQuery Links on a property.
Declaration
public virtual ListBigQueryLinksResponse ListBigQueryLinks(ListBigQueryLinksRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListBigQueryLinksRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ListBigQueryLinksResponse | The response received from the server. |
ListBigQueryLinksAsync(ListBigQueryLinksRequest, CallOptions)
Lists BigQuery Links on a property.
Declaration
public virtual AsyncUnaryCall<ListBigQueryLinksResponse> ListBigQueryLinksAsync(ListBigQueryLinksRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListBigQueryLinksRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListBigQueryLinksResponse> | The call object. |
ListBigQueryLinksAsync(ListBigQueryLinksRequest, Metadata, DateTime?, CancellationToken)
Lists BigQuery Links on a property.
Declaration
public virtual AsyncUnaryCall<ListBigQueryLinksResponse> ListBigQueryLinksAsync(ListBigQueryLinksRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListBigQueryLinksRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListBigQueryLinksResponse> | The call object. |
ListCalculatedMetrics(ListCalculatedMetricsRequest, CallOptions)
Lists CalculatedMetrics on a property.
Declaration
public virtual ListCalculatedMetricsResponse ListCalculatedMetrics(ListCalculatedMetricsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListCalculatedMetricsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ListCalculatedMetricsResponse | The response received from the server. |
ListCalculatedMetrics(ListCalculatedMetricsRequest, Metadata, DateTime?, CancellationToken)
Lists CalculatedMetrics on a property.
Declaration
public virtual ListCalculatedMetricsResponse ListCalculatedMetrics(ListCalculatedMetricsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListCalculatedMetricsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ListCalculatedMetricsResponse | The response received from the server. |
ListCalculatedMetricsAsync(ListCalculatedMetricsRequest, CallOptions)
Lists CalculatedMetrics on a property.
Declaration
public virtual AsyncUnaryCall<ListCalculatedMetricsResponse> ListCalculatedMetricsAsync(ListCalculatedMetricsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListCalculatedMetricsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListCalculatedMetricsResponse> | The call object. |
ListCalculatedMetricsAsync(ListCalculatedMetricsRequest, Metadata, DateTime?, CancellationToken)
Lists CalculatedMetrics on a property.
Declaration
public virtual AsyncUnaryCall<ListCalculatedMetricsResponse> ListCalculatedMetricsAsync(ListCalculatedMetricsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListCalculatedMetricsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListCalculatedMetricsResponse> | The call object. |
ListChannelGroups(ListChannelGroupsRequest, CallOptions)
Lists ChannelGroups on a property.
Declaration
public virtual ListChannelGroupsResponse ListChannelGroups(ListChannelGroupsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListChannelGroupsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ListChannelGroupsResponse | The response received from the server. |
ListChannelGroups(ListChannelGroupsRequest, Metadata, DateTime?, CancellationToken)
Lists ChannelGroups on a property.
Declaration
public virtual ListChannelGroupsResponse ListChannelGroups(ListChannelGroupsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListChannelGroupsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ListChannelGroupsResponse | The response received from the server. |
ListChannelGroupsAsync(ListChannelGroupsRequest, CallOptions)
Lists ChannelGroups on a property.
Declaration
public virtual AsyncUnaryCall<ListChannelGroupsResponse> ListChannelGroupsAsync(ListChannelGroupsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListChannelGroupsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListChannelGroupsResponse> | The call object. |
ListChannelGroupsAsync(ListChannelGroupsRequest, Metadata, DateTime?, CancellationToken)
Lists ChannelGroups on a property.
Declaration
public virtual AsyncUnaryCall<ListChannelGroupsResponse> ListChannelGroupsAsync(ListChannelGroupsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListChannelGroupsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListChannelGroupsResponse> | The call object. |
ListConnectedSiteTags(ListConnectedSiteTagsRequest, CallOptions)
Lists the connected site tags for a Universal Analytics property. A maximum of 20 connected site tags will be returned. Note: this has no effect on GA4 property.
Declaration
public virtual ListConnectedSiteTagsResponse ListConnectedSiteTags(ListConnectedSiteTagsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListConnectedSiteTagsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ListConnectedSiteTagsResponse | The response received from the server. |
ListConnectedSiteTags(ListConnectedSiteTagsRequest, Metadata, DateTime?, CancellationToken)
Lists the connected site tags for a Universal Analytics property. A maximum of 20 connected site tags will be returned. Note: this has no effect on GA4 property.
Declaration
public virtual ListConnectedSiteTagsResponse ListConnectedSiteTags(ListConnectedSiteTagsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListConnectedSiteTagsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ListConnectedSiteTagsResponse | The response received from the server. |
ListConnectedSiteTagsAsync(ListConnectedSiteTagsRequest, CallOptions)
Lists the connected site tags for a Universal Analytics property. A maximum of 20 connected site tags will be returned. Note: this has no effect on GA4 property.
Declaration
public virtual AsyncUnaryCall<ListConnectedSiteTagsResponse> ListConnectedSiteTagsAsync(ListConnectedSiteTagsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListConnectedSiteTagsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListConnectedSiteTagsResponse> | The call object. |
ListConnectedSiteTagsAsync(ListConnectedSiteTagsRequest, Metadata, DateTime?, CancellationToken)
Lists the connected site tags for a Universal Analytics property. A maximum of 20 connected site tags will be returned. Note: this has no effect on GA4 property.
Declaration
public virtual AsyncUnaryCall<ListConnectedSiteTagsResponse> ListConnectedSiteTagsAsync(ListConnectedSiteTagsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListConnectedSiteTagsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListConnectedSiteTagsResponse> | The call object. |
ListConversionEvents(ListConversionEventsRequest, CallOptions)
Deprecated: Use ListKeyEvents
instead.
Returns a list of conversion events in the specified parent property.
Returns an empty list if no conversion events are found.
Declaration
[Obsolete]
public virtual ListConversionEventsResponse ListConversionEvents(ListConversionEventsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListConversionEventsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ListConversionEventsResponse | The response received from the server. |
ListConversionEvents(ListConversionEventsRequest, Metadata, DateTime?, CancellationToken)
Deprecated: Use ListKeyEvents
instead.
Returns a list of conversion events in the specified parent property.
Returns an empty list if no conversion events are found.
Declaration
[Obsolete]
public virtual ListConversionEventsResponse ListConversionEvents(ListConversionEventsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListConversionEventsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ListConversionEventsResponse | The response received from the server. |
ListConversionEventsAsync(ListConversionEventsRequest, CallOptions)
Deprecated: Use ListKeyEvents
instead.
Returns a list of conversion events in the specified parent property.
Returns an empty list if no conversion events are found.
Declaration
[Obsolete]
public virtual AsyncUnaryCall<ListConversionEventsResponse> ListConversionEventsAsync(ListConversionEventsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListConversionEventsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListConversionEventsResponse> | The call object. |
ListConversionEventsAsync(ListConversionEventsRequest, Metadata, DateTime?, CancellationToken)
Deprecated: Use ListKeyEvents
instead.
Returns a list of conversion events in the specified parent property.
Returns an empty list if no conversion events are found.
Declaration
[Obsolete]
public virtual AsyncUnaryCall<ListConversionEventsResponse> ListConversionEventsAsync(ListConversionEventsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListConversionEventsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListConversionEventsResponse> | The call object. |
ListCustomDimensions(ListCustomDimensionsRequest, CallOptions)
Lists CustomDimensions on a property.
Declaration
public virtual ListCustomDimensionsResponse ListCustomDimensions(ListCustomDimensionsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListCustomDimensionsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ListCustomDimensionsResponse | The response received from the server. |
ListCustomDimensions(ListCustomDimensionsRequest, Metadata, DateTime?, CancellationToken)
Lists CustomDimensions on a property.
Declaration
public virtual ListCustomDimensionsResponse ListCustomDimensions(ListCustomDimensionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListCustomDimensionsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ListCustomDimensionsResponse | The response received from the server. |
ListCustomDimensionsAsync(ListCustomDimensionsRequest, CallOptions)
Lists CustomDimensions on a property.
Declaration
public virtual AsyncUnaryCall<ListCustomDimensionsResponse> ListCustomDimensionsAsync(ListCustomDimensionsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListCustomDimensionsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListCustomDimensionsResponse> | The call object. |
ListCustomDimensionsAsync(ListCustomDimensionsRequest, Metadata, DateTime?, CancellationToken)
Lists CustomDimensions on a property.
Declaration
public virtual AsyncUnaryCall<ListCustomDimensionsResponse> ListCustomDimensionsAsync(ListCustomDimensionsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListCustomDimensionsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListCustomDimensionsResponse> | The call object. |
ListCustomMetrics(ListCustomMetricsRequest, CallOptions)
Lists CustomMetrics on a property.
Declaration
public virtual ListCustomMetricsResponse ListCustomMetrics(ListCustomMetricsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListCustomMetricsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ListCustomMetricsResponse | The response received from the server. |
ListCustomMetrics(ListCustomMetricsRequest, Metadata, DateTime?, CancellationToken)
Lists CustomMetrics on a property.
Declaration
public virtual ListCustomMetricsResponse ListCustomMetrics(ListCustomMetricsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListCustomMetricsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ListCustomMetricsResponse | The response received from the server. |
ListCustomMetricsAsync(ListCustomMetricsRequest, CallOptions)
Lists CustomMetrics on a property.
Declaration
public virtual AsyncUnaryCall<ListCustomMetricsResponse> ListCustomMetricsAsync(ListCustomMetricsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListCustomMetricsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListCustomMetricsResponse> | The call object. |
ListCustomMetricsAsync(ListCustomMetricsRequest, Metadata, DateTime?, CancellationToken)
Lists CustomMetrics on a property.
Declaration
public virtual AsyncUnaryCall<ListCustomMetricsResponse> ListCustomMetricsAsync(ListCustomMetricsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListCustomMetricsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListCustomMetricsResponse> | The call object. |
ListDataStreams(ListDataStreamsRequest, CallOptions)
Lists DataStreams on a property.
Declaration
public virtual ListDataStreamsResponse ListDataStreams(ListDataStreamsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListDataStreamsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ListDataStreamsResponse | The response received from the server. |
ListDataStreams(ListDataStreamsRequest, Metadata, DateTime?, CancellationToken)
Lists DataStreams on a property.
Declaration
public virtual ListDataStreamsResponse ListDataStreams(ListDataStreamsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDataStreamsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ListDataStreamsResponse | The response received from the server. |
ListDataStreamsAsync(ListDataStreamsRequest, CallOptions)
Lists DataStreams on a property.
Declaration
public virtual AsyncUnaryCall<ListDataStreamsResponse> ListDataStreamsAsync(ListDataStreamsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListDataStreamsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListDataStreamsResponse> | The call object. |
ListDataStreamsAsync(ListDataStreamsRequest, Metadata, DateTime?, CancellationToken)
Lists DataStreams on a property.
Declaration
public virtual AsyncUnaryCall<ListDataStreamsResponse> ListDataStreamsAsync(ListDataStreamsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDataStreamsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListDataStreamsResponse> | The call object. |
ListDisplayVideo360AdvertiserLinkProposals(ListDisplayVideo360AdvertiserLinkProposalsRequest, CallOptions)
Lists DisplayVideo360AdvertiserLinkProposals on a property.
Declaration
public virtual ListDisplayVideo360AdvertiserLinkProposalsResponse ListDisplayVideo360AdvertiserLinkProposals(ListDisplayVideo360AdvertiserLinkProposalsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListDisplayVideo360AdvertiserLinkProposalsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ListDisplayVideo360AdvertiserLinkProposalsResponse | The response received from the server. |
ListDisplayVideo360AdvertiserLinkProposals(ListDisplayVideo360AdvertiserLinkProposalsRequest, Metadata, DateTime?, CancellationToken)
Lists DisplayVideo360AdvertiserLinkProposals on a property.
Declaration
public virtual ListDisplayVideo360AdvertiserLinkProposalsResponse ListDisplayVideo360AdvertiserLinkProposals(ListDisplayVideo360AdvertiserLinkProposalsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDisplayVideo360AdvertiserLinkProposalsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ListDisplayVideo360AdvertiserLinkProposalsResponse | The response received from the server. |
ListDisplayVideo360AdvertiserLinkProposalsAsync(ListDisplayVideo360AdvertiserLinkProposalsRequest, CallOptions)
Lists DisplayVideo360AdvertiserLinkProposals on a property.
Declaration
public virtual AsyncUnaryCall<ListDisplayVideo360AdvertiserLinkProposalsResponse> ListDisplayVideo360AdvertiserLinkProposalsAsync(ListDisplayVideo360AdvertiserLinkProposalsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListDisplayVideo360AdvertiserLinkProposalsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListDisplayVideo360AdvertiserLinkProposalsResponse> | The call object. |
ListDisplayVideo360AdvertiserLinkProposalsAsync(ListDisplayVideo360AdvertiserLinkProposalsRequest, Metadata, DateTime?, CancellationToken)
Lists DisplayVideo360AdvertiserLinkProposals on a property.
Declaration
public virtual AsyncUnaryCall<ListDisplayVideo360AdvertiserLinkProposalsResponse> ListDisplayVideo360AdvertiserLinkProposalsAsync(ListDisplayVideo360AdvertiserLinkProposalsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDisplayVideo360AdvertiserLinkProposalsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListDisplayVideo360AdvertiserLinkProposalsResponse> | The call object. |
ListDisplayVideo360AdvertiserLinks(ListDisplayVideo360AdvertiserLinksRequest, CallOptions)
Lists all DisplayVideo360AdvertiserLinks on a property.
Declaration
public virtual ListDisplayVideo360AdvertiserLinksResponse ListDisplayVideo360AdvertiserLinks(ListDisplayVideo360AdvertiserLinksRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListDisplayVideo360AdvertiserLinksRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ListDisplayVideo360AdvertiserLinksResponse | The response received from the server. |
ListDisplayVideo360AdvertiserLinks(ListDisplayVideo360AdvertiserLinksRequest, Metadata, DateTime?, CancellationToken)
Lists all DisplayVideo360AdvertiserLinks on a property.
Declaration
public virtual ListDisplayVideo360AdvertiserLinksResponse ListDisplayVideo360AdvertiserLinks(ListDisplayVideo360AdvertiserLinksRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDisplayVideo360AdvertiserLinksRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ListDisplayVideo360AdvertiserLinksResponse | The response received from the server. |
ListDisplayVideo360AdvertiserLinksAsync(ListDisplayVideo360AdvertiserLinksRequest, CallOptions)
Lists all DisplayVideo360AdvertiserLinks on a property.
Declaration
public virtual AsyncUnaryCall<ListDisplayVideo360AdvertiserLinksResponse> ListDisplayVideo360AdvertiserLinksAsync(ListDisplayVideo360AdvertiserLinksRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListDisplayVideo360AdvertiserLinksRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListDisplayVideo360AdvertiserLinksResponse> | The call object. |
ListDisplayVideo360AdvertiserLinksAsync(ListDisplayVideo360AdvertiserLinksRequest, Metadata, DateTime?, CancellationToken)
Lists all DisplayVideo360AdvertiserLinks on a property.
Declaration
public virtual AsyncUnaryCall<ListDisplayVideo360AdvertiserLinksResponse> ListDisplayVideo360AdvertiserLinksAsync(ListDisplayVideo360AdvertiserLinksRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListDisplayVideo360AdvertiserLinksRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListDisplayVideo360AdvertiserLinksResponse> | The call object. |
ListEventCreateRules(ListEventCreateRulesRequest, CallOptions)
Lists EventCreateRules on a web data stream.
Declaration
public virtual ListEventCreateRulesResponse ListEventCreateRules(ListEventCreateRulesRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListEventCreateRulesRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ListEventCreateRulesResponse | The response received from the server. |
ListEventCreateRules(ListEventCreateRulesRequest, Metadata, DateTime?, CancellationToken)
Lists EventCreateRules on a web data stream.
Declaration
public virtual ListEventCreateRulesResponse ListEventCreateRules(ListEventCreateRulesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListEventCreateRulesRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ListEventCreateRulesResponse | The response received from the server. |
ListEventCreateRulesAsync(ListEventCreateRulesRequest, CallOptions)
Lists EventCreateRules on a web data stream.
Declaration
public virtual AsyncUnaryCall<ListEventCreateRulesResponse> ListEventCreateRulesAsync(ListEventCreateRulesRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListEventCreateRulesRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListEventCreateRulesResponse> | The call object. |
ListEventCreateRulesAsync(ListEventCreateRulesRequest, Metadata, DateTime?, CancellationToken)
Lists EventCreateRules on a web data stream.
Declaration
public virtual AsyncUnaryCall<ListEventCreateRulesResponse> ListEventCreateRulesAsync(ListEventCreateRulesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListEventCreateRulesRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListEventCreateRulesResponse> | The call object. |
ListEventEditRules(ListEventEditRulesRequest, CallOptions)
Lists EventEditRules on a web data stream.
Declaration
public virtual ListEventEditRulesResponse ListEventEditRules(ListEventEditRulesRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListEventEditRulesRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ListEventEditRulesResponse | The response received from the server. |
ListEventEditRules(ListEventEditRulesRequest, Metadata, DateTime?, CancellationToken)
Lists EventEditRules on a web data stream.
Declaration
public virtual ListEventEditRulesResponse ListEventEditRules(ListEventEditRulesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListEventEditRulesRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ListEventEditRulesResponse | The response received from the server. |
ListEventEditRulesAsync(ListEventEditRulesRequest, CallOptions)
Lists EventEditRules on a web data stream.
Declaration
public virtual AsyncUnaryCall<ListEventEditRulesResponse> ListEventEditRulesAsync(ListEventEditRulesRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListEventEditRulesRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListEventEditRulesResponse> | The call object. |
ListEventEditRulesAsync(ListEventEditRulesRequest, Metadata, DateTime?, CancellationToken)
Lists EventEditRules on a web data stream.
Declaration
public virtual AsyncUnaryCall<ListEventEditRulesResponse> ListEventEditRulesAsync(ListEventEditRulesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListEventEditRulesRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListEventEditRulesResponse> | The call object. |
ListExpandedDataSets(ListExpandedDataSetsRequest, CallOptions)
Lists ExpandedDataSets on a property.
Declaration
public virtual ListExpandedDataSetsResponse ListExpandedDataSets(ListExpandedDataSetsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListExpandedDataSetsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ListExpandedDataSetsResponse | The response received from the server. |
ListExpandedDataSets(ListExpandedDataSetsRequest, Metadata, DateTime?, CancellationToken)
Lists ExpandedDataSets on a property.
Declaration
public virtual ListExpandedDataSetsResponse ListExpandedDataSets(ListExpandedDataSetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExpandedDataSetsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ListExpandedDataSetsResponse | The response received from the server. |
ListExpandedDataSetsAsync(ListExpandedDataSetsRequest, CallOptions)
Lists ExpandedDataSets on a property.
Declaration
public virtual AsyncUnaryCall<ListExpandedDataSetsResponse> ListExpandedDataSetsAsync(ListExpandedDataSetsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListExpandedDataSetsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListExpandedDataSetsResponse> | The call object. |
ListExpandedDataSetsAsync(ListExpandedDataSetsRequest, Metadata, DateTime?, CancellationToken)
Lists ExpandedDataSets on a property.
Declaration
public virtual AsyncUnaryCall<ListExpandedDataSetsResponse> ListExpandedDataSetsAsync(ListExpandedDataSetsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListExpandedDataSetsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListExpandedDataSetsResponse> | The call object. |
ListFirebaseLinks(ListFirebaseLinksRequest, CallOptions)
Lists FirebaseLinks on a property. Properties can have at most one FirebaseLink.
Declaration
public virtual ListFirebaseLinksResponse ListFirebaseLinks(ListFirebaseLinksRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListFirebaseLinksRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ListFirebaseLinksResponse | The response received from the server. |
ListFirebaseLinks(ListFirebaseLinksRequest, Metadata, DateTime?, CancellationToken)
Lists FirebaseLinks on a property. Properties can have at most one FirebaseLink.
Declaration
public virtual ListFirebaseLinksResponse ListFirebaseLinks(ListFirebaseLinksRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListFirebaseLinksRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ListFirebaseLinksResponse | The response received from the server. |
ListFirebaseLinksAsync(ListFirebaseLinksRequest, CallOptions)
Lists FirebaseLinks on a property. Properties can have at most one FirebaseLink.
Declaration
public virtual AsyncUnaryCall<ListFirebaseLinksResponse> ListFirebaseLinksAsync(ListFirebaseLinksRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListFirebaseLinksRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListFirebaseLinksResponse> | The call object. |
ListFirebaseLinksAsync(ListFirebaseLinksRequest, Metadata, DateTime?, CancellationToken)
Lists FirebaseLinks on a property. Properties can have at most one FirebaseLink.
Declaration
public virtual AsyncUnaryCall<ListFirebaseLinksResponse> ListFirebaseLinksAsync(ListFirebaseLinksRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListFirebaseLinksRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListFirebaseLinksResponse> | The call object. |
ListGoogleAdsLinks(ListGoogleAdsLinksRequest, CallOptions)
Lists GoogleAdsLinks on a property.
Declaration
public virtual ListGoogleAdsLinksResponse ListGoogleAdsLinks(ListGoogleAdsLinksRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListGoogleAdsLinksRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ListGoogleAdsLinksResponse | The response received from the server. |
ListGoogleAdsLinks(ListGoogleAdsLinksRequest, Metadata, DateTime?, CancellationToken)
Lists GoogleAdsLinks on a property.
Declaration
public virtual ListGoogleAdsLinksResponse ListGoogleAdsLinks(ListGoogleAdsLinksRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListGoogleAdsLinksRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ListGoogleAdsLinksResponse | The response received from the server. |
ListGoogleAdsLinksAsync(ListGoogleAdsLinksRequest, CallOptions)
Lists GoogleAdsLinks on a property.
Declaration
public virtual AsyncUnaryCall<ListGoogleAdsLinksResponse> ListGoogleAdsLinksAsync(ListGoogleAdsLinksRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListGoogleAdsLinksRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListGoogleAdsLinksResponse> | The call object. |
ListGoogleAdsLinksAsync(ListGoogleAdsLinksRequest, Metadata, DateTime?, CancellationToken)
Lists GoogleAdsLinks on a property.
Declaration
public virtual AsyncUnaryCall<ListGoogleAdsLinksResponse> ListGoogleAdsLinksAsync(ListGoogleAdsLinksRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListGoogleAdsLinksRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListGoogleAdsLinksResponse> | The call object. |
ListKeyEvents(ListKeyEventsRequest, CallOptions)
Returns a list of Key Events in the specified parent property. Returns an empty list if no Key Events are found.
Declaration
public virtual ListKeyEventsResponse ListKeyEvents(ListKeyEventsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListKeyEventsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ListKeyEventsResponse | The response received from the server. |
ListKeyEvents(ListKeyEventsRequest, Metadata, DateTime?, CancellationToken)
Returns a list of Key Events in the specified parent property. Returns an empty list if no Key Events are found.
Declaration
public virtual ListKeyEventsResponse ListKeyEvents(ListKeyEventsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListKeyEventsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ListKeyEventsResponse | The response received from the server. |
ListKeyEventsAsync(ListKeyEventsRequest, CallOptions)
Returns a list of Key Events in the specified parent property. Returns an empty list if no Key Events are found.
Declaration
public virtual AsyncUnaryCall<ListKeyEventsResponse> ListKeyEventsAsync(ListKeyEventsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListKeyEventsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListKeyEventsResponse> | The call object. |
ListKeyEventsAsync(ListKeyEventsRequest, Metadata, DateTime?, CancellationToken)
Returns a list of Key Events in the specified parent property. Returns an empty list if no Key Events are found.
Declaration
public virtual AsyncUnaryCall<ListKeyEventsResponse> ListKeyEventsAsync(ListKeyEventsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListKeyEventsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListKeyEventsResponse> | The call object. |
ListMeasurementProtocolSecrets(ListMeasurementProtocolSecretsRequest, CallOptions)
Returns child MeasurementProtocolSecrets under the specified parent Property.
Declaration
public virtual ListMeasurementProtocolSecretsResponse ListMeasurementProtocolSecrets(ListMeasurementProtocolSecretsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListMeasurementProtocolSecretsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ListMeasurementProtocolSecretsResponse | The response received from the server. |
ListMeasurementProtocolSecrets(ListMeasurementProtocolSecretsRequest, Metadata, DateTime?, CancellationToken)
Returns child MeasurementProtocolSecrets under the specified parent Property.
Declaration
public virtual ListMeasurementProtocolSecretsResponse ListMeasurementProtocolSecrets(ListMeasurementProtocolSecretsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListMeasurementProtocolSecretsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ListMeasurementProtocolSecretsResponse | The response received from the server. |
ListMeasurementProtocolSecretsAsync(ListMeasurementProtocolSecretsRequest, CallOptions)
Returns child MeasurementProtocolSecrets under the specified parent Property.
Declaration
public virtual AsyncUnaryCall<ListMeasurementProtocolSecretsResponse> ListMeasurementProtocolSecretsAsync(ListMeasurementProtocolSecretsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListMeasurementProtocolSecretsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListMeasurementProtocolSecretsResponse> | The call object. |
ListMeasurementProtocolSecretsAsync(ListMeasurementProtocolSecretsRequest, Metadata, DateTime?, CancellationToken)
Returns child MeasurementProtocolSecrets under the specified parent Property.
Declaration
public virtual AsyncUnaryCall<ListMeasurementProtocolSecretsResponse> ListMeasurementProtocolSecretsAsync(ListMeasurementProtocolSecretsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListMeasurementProtocolSecretsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListMeasurementProtocolSecretsResponse> | The call object. |
ListProperties(ListPropertiesRequest, CallOptions)
Returns child Properties under the specified parent Account.
Only "GA4" properties will be returned. Properties will be excluded if the caller does not have access. Soft-deleted (ie: "trashed") properties are excluded by default. Returns an empty list if no relevant properties are found.
Declaration
public virtual ListPropertiesResponse ListProperties(ListPropertiesRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListPropertiesRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ListPropertiesResponse | The response received from the server. |
ListProperties(ListPropertiesRequest, Metadata, DateTime?, CancellationToken)
Returns child Properties under the specified parent Account.
Only "GA4" properties will be returned. Properties will be excluded if the caller does not have access. Soft-deleted (ie: "trashed") properties are excluded by default. Returns an empty list if no relevant properties are found.
Declaration
public virtual ListPropertiesResponse ListProperties(ListPropertiesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListPropertiesRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ListPropertiesResponse | The response received from the server. |
ListPropertiesAsync(ListPropertiesRequest, CallOptions)
Returns child Properties under the specified parent Account.
Only "GA4" properties will be returned. Properties will be excluded if the caller does not have access. Soft-deleted (ie: "trashed") properties are excluded by default. Returns an empty list if no relevant properties are found.
Declaration
public virtual AsyncUnaryCall<ListPropertiesResponse> ListPropertiesAsync(ListPropertiesRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListPropertiesRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListPropertiesResponse> | The call object. |
ListPropertiesAsync(ListPropertiesRequest, Metadata, DateTime?, CancellationToken)
Returns child Properties under the specified parent Account.
Only "GA4" properties will be returned. Properties will be excluded if the caller does not have access. Soft-deleted (ie: "trashed") properties are excluded by default. Returns an empty list if no relevant properties are found.
Declaration
public virtual AsyncUnaryCall<ListPropertiesResponse> ListPropertiesAsync(ListPropertiesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListPropertiesRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListPropertiesResponse> | The call object. |
ListRollupPropertySourceLinks(ListRollupPropertySourceLinksRequest, CallOptions)
Lists roll-up property source Links on a property. Only roll-up properties can have source links, so this method will throw an error if used on other types of properties.
Declaration
public virtual ListRollupPropertySourceLinksResponse ListRollupPropertySourceLinks(ListRollupPropertySourceLinksRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListRollupPropertySourceLinksRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ListRollupPropertySourceLinksResponse | The response received from the server. |
ListRollupPropertySourceLinks(ListRollupPropertySourceLinksRequest, Metadata, DateTime?, CancellationToken)
Lists roll-up property source Links on a property. Only roll-up properties can have source links, so this method will throw an error if used on other types of properties.
Declaration
public virtual ListRollupPropertySourceLinksResponse ListRollupPropertySourceLinks(ListRollupPropertySourceLinksRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListRollupPropertySourceLinksRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ListRollupPropertySourceLinksResponse | The response received from the server. |
ListRollupPropertySourceLinksAsync(ListRollupPropertySourceLinksRequest, CallOptions)
Lists roll-up property source Links on a property. Only roll-up properties can have source links, so this method will throw an error if used on other types of properties.
Declaration
public virtual AsyncUnaryCall<ListRollupPropertySourceLinksResponse> ListRollupPropertySourceLinksAsync(ListRollupPropertySourceLinksRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListRollupPropertySourceLinksRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListRollupPropertySourceLinksResponse> | The call object. |
ListRollupPropertySourceLinksAsync(ListRollupPropertySourceLinksRequest, Metadata, DateTime?, CancellationToken)
Lists roll-up property source Links on a property. Only roll-up properties can have source links, so this method will throw an error if used on other types of properties.
Declaration
public virtual AsyncUnaryCall<ListRollupPropertySourceLinksResponse> ListRollupPropertySourceLinksAsync(ListRollupPropertySourceLinksRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListRollupPropertySourceLinksRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListRollupPropertySourceLinksResponse> | The call object. |
ListSKAdNetworkConversionValueSchemas(ListSKAdNetworkConversionValueSchemasRequest, CallOptions)
Lists SKAdNetworkConversionValueSchema on a stream. Properties can have at most one SKAdNetworkConversionValueSchema.
Declaration
public virtual ListSKAdNetworkConversionValueSchemasResponse ListSKAdNetworkConversionValueSchemas(ListSKAdNetworkConversionValueSchemasRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListSKAdNetworkConversionValueSchemasRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ListSKAdNetworkConversionValueSchemasResponse | The response received from the server. |
ListSKAdNetworkConversionValueSchemas(ListSKAdNetworkConversionValueSchemasRequest, Metadata, DateTime?, CancellationToken)
Lists SKAdNetworkConversionValueSchema on a stream. Properties can have at most one SKAdNetworkConversionValueSchema.
Declaration
public virtual ListSKAdNetworkConversionValueSchemasResponse ListSKAdNetworkConversionValueSchemas(ListSKAdNetworkConversionValueSchemasRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSKAdNetworkConversionValueSchemasRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ListSKAdNetworkConversionValueSchemasResponse | The response received from the server. |
ListSKAdNetworkConversionValueSchemasAsync(ListSKAdNetworkConversionValueSchemasRequest, CallOptions)
Lists SKAdNetworkConversionValueSchema on a stream. Properties can have at most one SKAdNetworkConversionValueSchema.
Declaration
public virtual AsyncUnaryCall<ListSKAdNetworkConversionValueSchemasResponse> ListSKAdNetworkConversionValueSchemasAsync(ListSKAdNetworkConversionValueSchemasRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListSKAdNetworkConversionValueSchemasRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListSKAdNetworkConversionValueSchemasResponse> | The call object. |
ListSKAdNetworkConversionValueSchemasAsync(ListSKAdNetworkConversionValueSchemasRequest, Metadata, DateTime?, CancellationToken)
Lists SKAdNetworkConversionValueSchema on a stream. Properties can have at most one SKAdNetworkConversionValueSchema.
Declaration
public virtual AsyncUnaryCall<ListSKAdNetworkConversionValueSchemasResponse> ListSKAdNetworkConversionValueSchemasAsync(ListSKAdNetworkConversionValueSchemasRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSKAdNetworkConversionValueSchemasRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListSKAdNetworkConversionValueSchemasResponse> | The call object. |
ListSearchAds360Links(ListSearchAds360LinksRequest, CallOptions)
Lists all SearchAds360Links on a property.
Declaration
public virtual ListSearchAds360LinksResponse ListSearchAds360Links(ListSearchAds360LinksRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListSearchAds360LinksRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ListSearchAds360LinksResponse | The response received from the server. |
ListSearchAds360Links(ListSearchAds360LinksRequest, Metadata, DateTime?, CancellationToken)
Lists all SearchAds360Links on a property.
Declaration
public virtual ListSearchAds360LinksResponse ListSearchAds360Links(ListSearchAds360LinksRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSearchAds360LinksRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ListSearchAds360LinksResponse | The response received from the server. |
ListSearchAds360LinksAsync(ListSearchAds360LinksRequest, CallOptions)
Lists all SearchAds360Links on a property.
Declaration
public virtual AsyncUnaryCall<ListSearchAds360LinksResponse> ListSearchAds360LinksAsync(ListSearchAds360LinksRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListSearchAds360LinksRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListSearchAds360LinksResponse> | The call object. |
ListSearchAds360LinksAsync(ListSearchAds360LinksRequest, Metadata, DateTime?, CancellationToken)
Lists all SearchAds360Links on a property.
Declaration
public virtual AsyncUnaryCall<ListSearchAds360LinksResponse> ListSearchAds360LinksAsync(ListSearchAds360LinksRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSearchAds360LinksRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListSearchAds360LinksResponse> | The call object. |
ListSubpropertyEventFilters(ListSubpropertyEventFiltersRequest, CallOptions)
List all subproperty Event Filters on a property.
Declaration
public virtual ListSubpropertyEventFiltersResponse ListSubpropertyEventFilters(ListSubpropertyEventFiltersRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListSubpropertyEventFiltersRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ListSubpropertyEventFiltersResponse | The response received from the server. |
ListSubpropertyEventFilters(ListSubpropertyEventFiltersRequest, Metadata, DateTime?, CancellationToken)
List all subproperty Event Filters on a property.
Declaration
public virtual ListSubpropertyEventFiltersResponse ListSubpropertyEventFilters(ListSubpropertyEventFiltersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSubpropertyEventFiltersRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ListSubpropertyEventFiltersResponse | The response received from the server. |
ListSubpropertyEventFiltersAsync(ListSubpropertyEventFiltersRequest, CallOptions)
List all subproperty Event Filters on a property.
Declaration
public virtual AsyncUnaryCall<ListSubpropertyEventFiltersResponse> ListSubpropertyEventFiltersAsync(ListSubpropertyEventFiltersRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ListSubpropertyEventFiltersRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListSubpropertyEventFiltersResponse> | The call object. |
ListSubpropertyEventFiltersAsync(ListSubpropertyEventFiltersRequest, Metadata, DateTime?, CancellationToken)
List all subproperty Event Filters on a property.
Declaration
public virtual AsyncUnaryCall<ListSubpropertyEventFiltersResponse> ListSubpropertyEventFiltersAsync(ListSubpropertyEventFiltersRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ListSubpropertyEventFiltersRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ListSubpropertyEventFiltersResponse> | The call object. |
NewInstance(ClientBaseConfiguration)
Creates a new instance of client from given ClientBaseConfiguration
.
Declaration
protected override AnalyticsAdminService.AnalyticsAdminServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)
Parameters
Type | Name | Description |
---|---|---|
ClientBase.ClientBaseConfiguration | configuration |
Returns
Type | Description |
---|---|
AnalyticsAdminService.AnalyticsAdminServiceClient |
Overrides
ProvisionAccountTicket(ProvisionAccountTicketRequest, CallOptions)
Requests a ticket for creating an account.
Declaration
public virtual ProvisionAccountTicketResponse ProvisionAccountTicket(ProvisionAccountTicketRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ProvisionAccountTicketRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ProvisionAccountTicketResponse | The response received from the server. |
ProvisionAccountTicket(ProvisionAccountTicketRequest, Metadata, DateTime?, CancellationToken)
Requests a ticket for creating an account.
Declaration
public virtual ProvisionAccountTicketResponse ProvisionAccountTicket(ProvisionAccountTicketRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ProvisionAccountTicketRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ProvisionAccountTicketResponse | The response received from the server. |
ProvisionAccountTicketAsync(ProvisionAccountTicketRequest, CallOptions)
Requests a ticket for creating an account.
Declaration
public virtual AsyncUnaryCall<ProvisionAccountTicketResponse> ProvisionAccountTicketAsync(ProvisionAccountTicketRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ProvisionAccountTicketRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ProvisionAccountTicketResponse> | The call object. |
ProvisionAccountTicketAsync(ProvisionAccountTicketRequest, Metadata, DateTime?, CancellationToken)
Requests a ticket for creating an account.
Declaration
public virtual AsyncUnaryCall<ProvisionAccountTicketResponse> ProvisionAccountTicketAsync(ProvisionAccountTicketRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ProvisionAccountTicketRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ProvisionAccountTicketResponse> | The call object. |
ProvisionSubproperty(ProvisionSubpropertyRequest, CallOptions)
Create a subproperty and a subproperty event filter that applies to the created subproperty.
Declaration
public virtual ProvisionSubpropertyResponse ProvisionSubproperty(ProvisionSubpropertyRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ProvisionSubpropertyRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ProvisionSubpropertyResponse | The response received from the server. |
ProvisionSubproperty(ProvisionSubpropertyRequest, Metadata, DateTime?, CancellationToken)
Create a subproperty and a subproperty event filter that applies to the created subproperty.
Declaration
public virtual ProvisionSubpropertyResponse ProvisionSubproperty(ProvisionSubpropertyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ProvisionSubpropertyRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ProvisionSubpropertyResponse | The response received from the server. |
ProvisionSubpropertyAsync(ProvisionSubpropertyRequest, CallOptions)
Create a subproperty and a subproperty event filter that applies to the created subproperty.
Declaration
public virtual AsyncUnaryCall<ProvisionSubpropertyResponse> ProvisionSubpropertyAsync(ProvisionSubpropertyRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ProvisionSubpropertyRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ProvisionSubpropertyResponse> | The call object. |
ProvisionSubpropertyAsync(ProvisionSubpropertyRequest, Metadata, DateTime?, CancellationToken)
Create a subproperty and a subproperty event filter that applies to the created subproperty.
Declaration
public virtual AsyncUnaryCall<ProvisionSubpropertyResponse> ProvisionSubpropertyAsync(ProvisionSubpropertyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ProvisionSubpropertyRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ProvisionSubpropertyResponse> | The call object. |
ReorderEventEditRules(ReorderEventEditRulesRequest, CallOptions)
Changes the processing order of event edit rules on the specified stream.
Declaration
public virtual Empty ReorderEventEditRules(ReorderEventEditRulesRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ReorderEventEditRulesRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
ReorderEventEditRules(ReorderEventEditRulesRequest, Metadata, DateTime?, CancellationToken)
Changes the processing order of event edit rules on the specified stream.
Declaration
public virtual Empty ReorderEventEditRules(ReorderEventEditRulesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ReorderEventEditRulesRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Empty | The response received from the server. |
ReorderEventEditRulesAsync(ReorderEventEditRulesRequest, CallOptions)
Changes the processing order of event edit rules on the specified stream.
Declaration
public virtual AsyncUnaryCall<Empty> ReorderEventEditRulesAsync(ReorderEventEditRulesRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
ReorderEventEditRulesRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
ReorderEventEditRulesAsync(ReorderEventEditRulesRequest, Metadata, DateTime?, CancellationToken)
Changes the processing order of event edit rules on the specified stream.
Declaration
public virtual AsyncUnaryCall<Empty> ReorderEventEditRulesAsync(ReorderEventEditRulesRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
ReorderEventEditRulesRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Empty> | The call object. |
RunAccessReport(RunAccessReportRequest, CallOptions)
Returns a customized report of data access records. The report provides records of each time a user reads Google Analytics reporting data. Access records are retained for up to 2 years.
Data Access Reports can be requested for a property. Reports may be requested for any property, but dimensions that aren't related to quota can only be requested on Google Analytics 360 properties. This method is only available to Administrators.
These data access records include GA4 UI Reporting, GA4 UI Explorations, GA4 Data API, and other products like Firebase & Admob that can retrieve data from Google Analytics through a linkage. These records don't include property configuration changes like adding a stream or changing a property's time zone. For configuration change history, see searchChangeHistoryEvents.
Declaration
public virtual RunAccessReportResponse RunAccessReport(RunAccessReportRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
RunAccessReportRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
RunAccessReportResponse | The response received from the server. |
RunAccessReport(RunAccessReportRequest, Metadata, DateTime?, CancellationToken)
Returns a customized report of data access records. The report provides records of each time a user reads Google Analytics reporting data. Access records are retained for up to 2 years.
Data Access Reports can be requested for a property. Reports may be requested for any property, but dimensions that aren't related to quota can only be requested on Google Analytics 360 properties. This method is only available to Administrators.
These data access records include GA4 UI Reporting, GA4 UI Explorations, GA4 Data API, and other products like Firebase & Admob that can retrieve data from Google Analytics through a linkage. These records don't include property configuration changes like adding a stream or changing a property's time zone. For configuration change history, see searchChangeHistoryEvents.
Declaration
public virtual RunAccessReportResponse RunAccessReport(RunAccessReportRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
RunAccessReportRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
RunAccessReportResponse | The response received from the server. |
RunAccessReportAsync(RunAccessReportRequest, CallOptions)
Returns a customized report of data access records. The report provides records of each time a user reads Google Analytics reporting data. Access records are retained for up to 2 years.
Data Access Reports can be requested for a property. Reports may be requested for any property, but dimensions that aren't related to quota can only be requested on Google Analytics 360 properties. This method is only available to Administrators.
These data access records include GA4 UI Reporting, GA4 UI Explorations, GA4 Data API, and other products like Firebase & Admob that can retrieve data from Google Analytics through a linkage. These records don't include property configuration changes like adding a stream or changing a property's time zone. For configuration change history, see searchChangeHistoryEvents.
Declaration
public virtual AsyncUnaryCall<RunAccessReportResponse> RunAccessReportAsync(RunAccessReportRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
RunAccessReportRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<RunAccessReportResponse> | The call object. |
RunAccessReportAsync(RunAccessReportRequest, Metadata, DateTime?, CancellationToken)
Returns a customized report of data access records. The report provides records of each time a user reads Google Analytics reporting data. Access records are retained for up to 2 years.
Data Access Reports can be requested for a property. Reports may be requested for any property, but dimensions that aren't related to quota can only be requested on Google Analytics 360 properties. This method is only available to Administrators.
These data access records include GA4 UI Reporting, GA4 UI Explorations, GA4 Data API, and other products like Firebase & Admob that can retrieve data from Google Analytics through a linkage. These records don't include property configuration changes like adding a stream or changing a property's time zone. For configuration change history, see searchChangeHistoryEvents.
Declaration
public virtual AsyncUnaryCall<RunAccessReportResponse> RunAccessReportAsync(RunAccessReportRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
RunAccessReportRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<RunAccessReportResponse> | The call object. |
SearchChangeHistoryEvents(SearchChangeHistoryEventsRequest, CallOptions)
Searches through all changes to an account or its children given the specified set of filters.
Declaration
public virtual SearchChangeHistoryEventsResponse SearchChangeHistoryEvents(SearchChangeHistoryEventsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
SearchChangeHistoryEventsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
SearchChangeHistoryEventsResponse | The response received from the server. |
SearchChangeHistoryEvents(SearchChangeHistoryEventsRequest, Metadata, DateTime?, CancellationToken)
Searches through all changes to an account or its children given the specified set of filters.
Declaration
public virtual SearchChangeHistoryEventsResponse SearchChangeHistoryEvents(SearchChangeHistoryEventsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
SearchChangeHistoryEventsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
SearchChangeHistoryEventsResponse | The response received from the server. |
SearchChangeHistoryEventsAsync(SearchChangeHistoryEventsRequest, CallOptions)
Searches through all changes to an account or its children given the specified set of filters.
Declaration
public virtual AsyncUnaryCall<SearchChangeHistoryEventsResponse> SearchChangeHistoryEventsAsync(SearchChangeHistoryEventsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
SearchChangeHistoryEventsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<SearchChangeHistoryEventsResponse> | The call object. |
SearchChangeHistoryEventsAsync(SearchChangeHistoryEventsRequest, Metadata, DateTime?, CancellationToken)
Searches through all changes to an account or its children given the specified set of filters.
Declaration
public virtual AsyncUnaryCall<SearchChangeHistoryEventsResponse> SearchChangeHistoryEventsAsync(SearchChangeHistoryEventsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
SearchChangeHistoryEventsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<SearchChangeHistoryEventsResponse> | The call object. |
SetAutomatedGa4ConfigurationOptOut(SetAutomatedGa4ConfigurationOptOutRequest, CallOptions)
Sets the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.
Declaration
public virtual SetAutomatedGa4ConfigurationOptOutResponse SetAutomatedGa4ConfigurationOptOut(SetAutomatedGa4ConfigurationOptOutRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
SetAutomatedGa4ConfigurationOptOutRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
SetAutomatedGa4ConfigurationOptOutResponse | The response received from the server. |
SetAutomatedGa4ConfigurationOptOut(SetAutomatedGa4ConfigurationOptOutRequest, Metadata, DateTime?, CancellationToken)
Sets the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.
Declaration
public virtual SetAutomatedGa4ConfigurationOptOutResponse SetAutomatedGa4ConfigurationOptOut(SetAutomatedGa4ConfigurationOptOutRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
SetAutomatedGa4ConfigurationOptOutRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
SetAutomatedGa4ConfigurationOptOutResponse | The response received from the server. |
SetAutomatedGa4ConfigurationOptOutAsync(SetAutomatedGa4ConfigurationOptOutRequest, CallOptions)
Sets the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.
Declaration
public virtual AsyncUnaryCall<SetAutomatedGa4ConfigurationOptOutResponse> SetAutomatedGa4ConfigurationOptOutAsync(SetAutomatedGa4ConfigurationOptOutRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
SetAutomatedGa4ConfigurationOptOutRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<SetAutomatedGa4ConfigurationOptOutResponse> | The call object. |
SetAutomatedGa4ConfigurationOptOutAsync(SetAutomatedGa4ConfigurationOptOutRequest, Metadata, DateTime?, CancellationToken)
Sets the opt out status for the automated GA4 setup process for a UA property. Note: this has no effect on GA4 property.
Declaration
public virtual AsyncUnaryCall<SetAutomatedGa4ConfigurationOptOutResponse> SetAutomatedGa4ConfigurationOptOutAsync(SetAutomatedGa4ConfigurationOptOutRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
SetAutomatedGa4ConfigurationOptOutRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<SetAutomatedGa4ConfigurationOptOutResponse> | The call object. |
UpdateAccessBinding(UpdateAccessBindingRequest, CallOptions)
Updates an access binding on an account or property.
Declaration
public virtual AccessBinding UpdateAccessBinding(UpdateAccessBindingRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateAccessBindingRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AccessBinding | The response received from the server. |
UpdateAccessBinding(UpdateAccessBindingRequest, Metadata, DateTime?, CancellationToken)
Updates an access binding on an account or property.
Declaration
public virtual AccessBinding UpdateAccessBinding(UpdateAccessBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateAccessBindingRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AccessBinding | The response received from the server. |
UpdateAccessBindingAsync(UpdateAccessBindingRequest, CallOptions)
Updates an access binding on an account or property.
Declaration
public virtual AsyncUnaryCall<AccessBinding> UpdateAccessBindingAsync(UpdateAccessBindingRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateAccessBindingRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<AccessBinding> | The call object. |
UpdateAccessBindingAsync(UpdateAccessBindingRequest, Metadata, DateTime?, CancellationToken)
Updates an access binding on an account or property.
Declaration
public virtual AsyncUnaryCall<AccessBinding> UpdateAccessBindingAsync(UpdateAccessBindingRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateAccessBindingRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<AccessBinding> | The call object. |
UpdateAccount(UpdateAccountRequest, CallOptions)
Updates an account.
Declaration
public virtual Account UpdateAccount(UpdateAccountRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateAccountRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Account | The response received from the server. |
UpdateAccount(UpdateAccountRequest, Metadata, DateTime?, CancellationToken)
Updates an account.
Declaration
public virtual Account UpdateAccount(UpdateAccountRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateAccountRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Account | The response received from the server. |
UpdateAccountAsync(UpdateAccountRequest, CallOptions)
Updates an account.
Declaration
public virtual AsyncUnaryCall<Account> UpdateAccountAsync(UpdateAccountRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateAccountRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Account> | The call object. |
UpdateAccountAsync(UpdateAccountRequest, Metadata, DateTime?, CancellationToken)
Updates an account.
Declaration
public virtual AsyncUnaryCall<Account> UpdateAccountAsync(UpdateAccountRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateAccountRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Account> | The call object. |
UpdateAttributionSettings(UpdateAttributionSettingsRequest, CallOptions)
Updates attribution settings on a property.
Declaration
public virtual AttributionSettings UpdateAttributionSettings(UpdateAttributionSettingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateAttributionSettingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AttributionSettings | The response received from the server. |
UpdateAttributionSettings(UpdateAttributionSettingsRequest, Metadata, DateTime?, CancellationToken)
Updates attribution settings on a property.
Declaration
public virtual AttributionSettings UpdateAttributionSettings(UpdateAttributionSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateAttributionSettingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AttributionSettings | The response received from the server. |
UpdateAttributionSettingsAsync(UpdateAttributionSettingsRequest, CallOptions)
Updates attribution settings on a property.
Declaration
public virtual AsyncUnaryCall<AttributionSettings> UpdateAttributionSettingsAsync(UpdateAttributionSettingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateAttributionSettingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<AttributionSettings> | The call object. |
UpdateAttributionSettingsAsync(UpdateAttributionSettingsRequest, Metadata, DateTime?, CancellationToken)
Updates attribution settings on a property.
Declaration
public virtual AsyncUnaryCall<AttributionSettings> UpdateAttributionSettingsAsync(UpdateAttributionSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateAttributionSettingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<AttributionSettings> | The call object. |
UpdateAudience(UpdateAudienceRequest, CallOptions)
Updates an Audience on a property.
Declaration
public virtual Audience UpdateAudience(UpdateAudienceRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateAudienceRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Audience | The response received from the server. |
UpdateAudience(UpdateAudienceRequest, Metadata, DateTime?, CancellationToken)
Updates an Audience on a property.
Declaration
public virtual Audience UpdateAudience(UpdateAudienceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateAudienceRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Audience | The response received from the server. |
UpdateAudienceAsync(UpdateAudienceRequest, CallOptions)
Updates an Audience on a property.
Declaration
public virtual AsyncUnaryCall<Audience> UpdateAudienceAsync(UpdateAudienceRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateAudienceRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Audience> | The call object. |
UpdateAudienceAsync(UpdateAudienceRequest, Metadata, DateTime?, CancellationToken)
Updates an Audience on a property.
Declaration
public virtual AsyncUnaryCall<Audience> UpdateAudienceAsync(UpdateAudienceRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateAudienceRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Audience> | The call object. |
UpdateBigQueryLink(UpdateBigQueryLinkRequest, CallOptions)
Updates a BigQueryLink.
Declaration
public virtual BigQueryLink UpdateBigQueryLink(UpdateBigQueryLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateBigQueryLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
BigQueryLink | The response received from the server. |
UpdateBigQueryLink(UpdateBigQueryLinkRequest, Metadata, DateTime?, CancellationToken)
Updates a BigQueryLink.
Declaration
public virtual BigQueryLink UpdateBigQueryLink(UpdateBigQueryLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateBigQueryLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
BigQueryLink | The response received from the server. |
UpdateBigQueryLinkAsync(UpdateBigQueryLinkRequest, CallOptions)
Updates a BigQueryLink.
Declaration
public virtual AsyncUnaryCall<BigQueryLink> UpdateBigQueryLinkAsync(UpdateBigQueryLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateBigQueryLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<BigQueryLink> | The call object. |
UpdateBigQueryLinkAsync(UpdateBigQueryLinkRequest, Metadata, DateTime?, CancellationToken)
Updates a BigQueryLink.
Declaration
public virtual AsyncUnaryCall<BigQueryLink> UpdateBigQueryLinkAsync(UpdateBigQueryLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateBigQueryLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<BigQueryLink> | The call object. |
UpdateCalculatedMetric(UpdateCalculatedMetricRequest, CallOptions)
Updates a CalculatedMetric on a property.
Declaration
public virtual CalculatedMetric UpdateCalculatedMetric(UpdateCalculatedMetricRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateCalculatedMetricRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
CalculatedMetric | The response received from the server. |
UpdateCalculatedMetric(UpdateCalculatedMetricRequest, Metadata, DateTime?, CancellationToken)
Updates a CalculatedMetric on a property.
Declaration
public virtual CalculatedMetric UpdateCalculatedMetric(UpdateCalculatedMetricRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateCalculatedMetricRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
CalculatedMetric | The response received from the server. |
UpdateCalculatedMetricAsync(UpdateCalculatedMetricRequest, CallOptions)
Updates a CalculatedMetric on a property.
Declaration
public virtual AsyncUnaryCall<CalculatedMetric> UpdateCalculatedMetricAsync(UpdateCalculatedMetricRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateCalculatedMetricRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<CalculatedMetric> | The call object. |
UpdateCalculatedMetricAsync(UpdateCalculatedMetricRequest, Metadata, DateTime?, CancellationToken)
Updates a CalculatedMetric on a property.
Declaration
public virtual AsyncUnaryCall<CalculatedMetric> UpdateCalculatedMetricAsync(UpdateCalculatedMetricRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateCalculatedMetricRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<CalculatedMetric> | The call object. |
UpdateChannelGroup(UpdateChannelGroupRequest, CallOptions)
Updates a ChannelGroup.
Declaration
public virtual ChannelGroup UpdateChannelGroup(UpdateChannelGroupRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateChannelGroupRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ChannelGroup | The response received from the server. |
UpdateChannelGroup(UpdateChannelGroupRequest, Metadata, DateTime?, CancellationToken)
Updates a ChannelGroup.
Declaration
public virtual ChannelGroup UpdateChannelGroup(UpdateChannelGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateChannelGroupRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ChannelGroup | The response received from the server. |
UpdateChannelGroupAsync(UpdateChannelGroupRequest, CallOptions)
Updates a ChannelGroup.
Declaration
public virtual AsyncUnaryCall<ChannelGroup> UpdateChannelGroupAsync(UpdateChannelGroupRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateChannelGroupRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ChannelGroup> | The call object. |
UpdateChannelGroupAsync(UpdateChannelGroupRequest, Metadata, DateTime?, CancellationToken)
Updates a ChannelGroup.
Declaration
public virtual AsyncUnaryCall<ChannelGroup> UpdateChannelGroupAsync(UpdateChannelGroupRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateChannelGroupRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ChannelGroup> | The call object. |
UpdateConversionEvent(UpdateConversionEventRequest, CallOptions)
Deprecated: Use UpdateKeyEvent
instead.
Updates a conversion event with the specified attributes.
Declaration
[Obsolete]
public virtual ConversionEvent UpdateConversionEvent(UpdateConversionEventRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateConversionEventRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ConversionEvent | The response received from the server. |
UpdateConversionEvent(UpdateConversionEventRequest, Metadata, DateTime?, CancellationToken)
Deprecated: Use UpdateKeyEvent
instead.
Updates a conversion event with the specified attributes.
Declaration
[Obsolete]
public virtual ConversionEvent UpdateConversionEvent(UpdateConversionEventRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateConversionEventRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ConversionEvent | The response received from the server. |
UpdateConversionEventAsync(UpdateConversionEventRequest, CallOptions)
Deprecated: Use UpdateKeyEvent
instead.
Updates a conversion event with the specified attributes.
Declaration
[Obsolete]
public virtual AsyncUnaryCall<ConversionEvent> UpdateConversionEventAsync(UpdateConversionEventRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateConversionEventRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ConversionEvent> | The call object. |
UpdateConversionEventAsync(UpdateConversionEventRequest, Metadata, DateTime?, CancellationToken)
Deprecated: Use UpdateKeyEvent
instead.
Updates a conversion event with the specified attributes.
Declaration
[Obsolete]
public virtual AsyncUnaryCall<ConversionEvent> UpdateConversionEventAsync(UpdateConversionEventRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateConversionEventRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ConversionEvent> | The call object. |
UpdateCustomDimension(UpdateCustomDimensionRequest, CallOptions)
Updates a CustomDimension on a property.
Declaration
public virtual CustomDimension UpdateCustomDimension(UpdateCustomDimensionRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateCustomDimensionRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
CustomDimension | The response received from the server. |
UpdateCustomDimension(UpdateCustomDimensionRequest, Metadata, DateTime?, CancellationToken)
Updates a CustomDimension on a property.
Declaration
public virtual CustomDimension UpdateCustomDimension(UpdateCustomDimensionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateCustomDimensionRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
CustomDimension | The response received from the server. |
UpdateCustomDimensionAsync(UpdateCustomDimensionRequest, CallOptions)
Updates a CustomDimension on a property.
Declaration
public virtual AsyncUnaryCall<CustomDimension> UpdateCustomDimensionAsync(UpdateCustomDimensionRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateCustomDimensionRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<CustomDimension> | The call object. |
UpdateCustomDimensionAsync(UpdateCustomDimensionRequest, Metadata, DateTime?, CancellationToken)
Updates a CustomDimension on a property.
Declaration
public virtual AsyncUnaryCall<CustomDimension> UpdateCustomDimensionAsync(UpdateCustomDimensionRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateCustomDimensionRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<CustomDimension> | The call object. |
UpdateCustomMetric(UpdateCustomMetricRequest, CallOptions)
Updates a CustomMetric on a property.
Declaration
public virtual CustomMetric UpdateCustomMetric(UpdateCustomMetricRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateCustomMetricRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
CustomMetric | The response received from the server. |
UpdateCustomMetric(UpdateCustomMetricRequest, Metadata, DateTime?, CancellationToken)
Updates a CustomMetric on a property.
Declaration
public virtual CustomMetric UpdateCustomMetric(UpdateCustomMetricRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateCustomMetricRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
CustomMetric | The response received from the server. |
UpdateCustomMetricAsync(UpdateCustomMetricRequest, CallOptions)
Updates a CustomMetric on a property.
Declaration
public virtual AsyncUnaryCall<CustomMetric> UpdateCustomMetricAsync(UpdateCustomMetricRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateCustomMetricRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<CustomMetric> | The call object. |
UpdateCustomMetricAsync(UpdateCustomMetricRequest, Metadata, DateTime?, CancellationToken)
Updates a CustomMetric on a property.
Declaration
public virtual AsyncUnaryCall<CustomMetric> UpdateCustomMetricAsync(UpdateCustomMetricRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateCustomMetricRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<CustomMetric> | The call object. |
UpdateDataRedactionSettings(UpdateDataRedactionSettingsRequest, CallOptions)
Updates a DataRedactionSettings on a property.
Declaration
public virtual DataRedactionSettings UpdateDataRedactionSettings(UpdateDataRedactionSettingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateDataRedactionSettingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
DataRedactionSettings | The response received from the server. |
UpdateDataRedactionSettings(UpdateDataRedactionSettingsRequest, Metadata, DateTime?, CancellationToken)
Updates a DataRedactionSettings on a property.
Declaration
public virtual DataRedactionSettings UpdateDataRedactionSettings(UpdateDataRedactionSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateDataRedactionSettingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
DataRedactionSettings | The response received from the server. |
UpdateDataRedactionSettingsAsync(UpdateDataRedactionSettingsRequest, CallOptions)
Updates a DataRedactionSettings on a property.
Declaration
public virtual AsyncUnaryCall<DataRedactionSettings> UpdateDataRedactionSettingsAsync(UpdateDataRedactionSettingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateDataRedactionSettingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<DataRedactionSettings> | The call object. |
UpdateDataRedactionSettingsAsync(UpdateDataRedactionSettingsRequest, Metadata, DateTime?, CancellationToken)
Updates a DataRedactionSettings on a property.
Declaration
public virtual AsyncUnaryCall<DataRedactionSettings> UpdateDataRedactionSettingsAsync(UpdateDataRedactionSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateDataRedactionSettingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<DataRedactionSettings> | The call object. |
UpdateDataRetentionSettings(UpdateDataRetentionSettingsRequest, CallOptions)
Updates the singleton data retention settings for this property.
Declaration
public virtual DataRetentionSettings UpdateDataRetentionSettings(UpdateDataRetentionSettingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateDataRetentionSettingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
DataRetentionSettings | The response received from the server. |
UpdateDataRetentionSettings(UpdateDataRetentionSettingsRequest, Metadata, DateTime?, CancellationToken)
Updates the singleton data retention settings for this property.
Declaration
public virtual DataRetentionSettings UpdateDataRetentionSettings(UpdateDataRetentionSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateDataRetentionSettingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
DataRetentionSettings | The response received from the server. |
UpdateDataRetentionSettingsAsync(UpdateDataRetentionSettingsRequest, CallOptions)
Updates the singleton data retention settings for this property.
Declaration
public virtual AsyncUnaryCall<DataRetentionSettings> UpdateDataRetentionSettingsAsync(UpdateDataRetentionSettingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateDataRetentionSettingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<DataRetentionSettings> | The call object. |
UpdateDataRetentionSettingsAsync(UpdateDataRetentionSettingsRequest, Metadata, DateTime?, CancellationToken)
Updates the singleton data retention settings for this property.
Declaration
public virtual AsyncUnaryCall<DataRetentionSettings> UpdateDataRetentionSettingsAsync(UpdateDataRetentionSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateDataRetentionSettingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<DataRetentionSettings> | The call object. |
UpdateDataStream(UpdateDataStreamRequest, CallOptions)
Updates a DataStream on a property.
Declaration
public virtual DataStream UpdateDataStream(UpdateDataStreamRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateDataStreamRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
DataStream | The response received from the server. |
UpdateDataStream(UpdateDataStreamRequest, Metadata, DateTime?, CancellationToken)
Updates a DataStream on a property.
Declaration
public virtual DataStream UpdateDataStream(UpdateDataStreamRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateDataStreamRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
DataStream | The response received from the server. |
UpdateDataStreamAsync(UpdateDataStreamRequest, CallOptions)
Updates a DataStream on a property.
Declaration
public virtual AsyncUnaryCall<DataStream> UpdateDataStreamAsync(UpdateDataStreamRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateDataStreamRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<DataStream> | The call object. |
UpdateDataStreamAsync(UpdateDataStreamRequest, Metadata, DateTime?, CancellationToken)
Updates a DataStream on a property.
Declaration
public virtual AsyncUnaryCall<DataStream> UpdateDataStreamAsync(UpdateDataStreamRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateDataStreamRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<DataStream> | The call object. |
UpdateDisplayVideo360AdvertiserLink(UpdateDisplayVideo360AdvertiserLinkRequest, CallOptions)
Updates a DisplayVideo360AdvertiserLink on a property.
Declaration
public virtual DisplayVideo360AdvertiserLink UpdateDisplayVideo360AdvertiserLink(UpdateDisplayVideo360AdvertiserLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateDisplayVideo360AdvertiserLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
DisplayVideo360AdvertiserLink | The response received from the server. |
UpdateDisplayVideo360AdvertiserLink(UpdateDisplayVideo360AdvertiserLinkRequest, Metadata, DateTime?, CancellationToken)
Updates a DisplayVideo360AdvertiserLink on a property.
Declaration
public virtual DisplayVideo360AdvertiserLink UpdateDisplayVideo360AdvertiserLink(UpdateDisplayVideo360AdvertiserLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateDisplayVideo360AdvertiserLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
DisplayVideo360AdvertiserLink | The response received from the server. |
UpdateDisplayVideo360AdvertiserLinkAsync(UpdateDisplayVideo360AdvertiserLinkRequest, CallOptions)
Updates a DisplayVideo360AdvertiserLink on a property.
Declaration
public virtual AsyncUnaryCall<DisplayVideo360AdvertiserLink> UpdateDisplayVideo360AdvertiserLinkAsync(UpdateDisplayVideo360AdvertiserLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateDisplayVideo360AdvertiserLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<DisplayVideo360AdvertiserLink> | The call object. |
UpdateDisplayVideo360AdvertiserLinkAsync(UpdateDisplayVideo360AdvertiserLinkRequest, Metadata, DateTime?, CancellationToken)
Updates a DisplayVideo360AdvertiserLink on a property.
Declaration
public virtual AsyncUnaryCall<DisplayVideo360AdvertiserLink> UpdateDisplayVideo360AdvertiserLinkAsync(UpdateDisplayVideo360AdvertiserLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateDisplayVideo360AdvertiserLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<DisplayVideo360AdvertiserLink> | The call object. |
UpdateEnhancedMeasurementSettings(UpdateEnhancedMeasurementSettingsRequest, CallOptions)
Updates the enhanced measurement settings for this data stream. Note that the stream must enable enhanced measurement for these settings to take effect.
Declaration
public virtual EnhancedMeasurementSettings UpdateEnhancedMeasurementSettings(UpdateEnhancedMeasurementSettingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateEnhancedMeasurementSettingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
EnhancedMeasurementSettings | The response received from the server. |
UpdateEnhancedMeasurementSettings(UpdateEnhancedMeasurementSettingsRequest, Metadata, DateTime?, CancellationToken)
Updates the enhanced measurement settings for this data stream. Note that the stream must enable enhanced measurement for these settings to take effect.
Declaration
public virtual EnhancedMeasurementSettings UpdateEnhancedMeasurementSettings(UpdateEnhancedMeasurementSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateEnhancedMeasurementSettingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
EnhancedMeasurementSettings | The response received from the server. |
UpdateEnhancedMeasurementSettingsAsync(UpdateEnhancedMeasurementSettingsRequest, CallOptions)
Updates the enhanced measurement settings for this data stream. Note that the stream must enable enhanced measurement for these settings to take effect.
Declaration
public virtual AsyncUnaryCall<EnhancedMeasurementSettings> UpdateEnhancedMeasurementSettingsAsync(UpdateEnhancedMeasurementSettingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateEnhancedMeasurementSettingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<EnhancedMeasurementSettings> | The call object. |
UpdateEnhancedMeasurementSettingsAsync(UpdateEnhancedMeasurementSettingsRequest, Metadata, DateTime?, CancellationToken)
Updates the enhanced measurement settings for this data stream. Note that the stream must enable enhanced measurement for these settings to take effect.
Declaration
public virtual AsyncUnaryCall<EnhancedMeasurementSettings> UpdateEnhancedMeasurementSettingsAsync(UpdateEnhancedMeasurementSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateEnhancedMeasurementSettingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<EnhancedMeasurementSettings> | The call object. |
UpdateEventCreateRule(UpdateEventCreateRuleRequest, CallOptions)
Updates an EventCreateRule.
Declaration
public virtual EventCreateRule UpdateEventCreateRule(UpdateEventCreateRuleRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateEventCreateRuleRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
EventCreateRule | The response received from the server. |
UpdateEventCreateRule(UpdateEventCreateRuleRequest, Metadata, DateTime?, CancellationToken)
Updates an EventCreateRule.
Declaration
public virtual EventCreateRule UpdateEventCreateRule(UpdateEventCreateRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateEventCreateRuleRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
EventCreateRule | The response received from the server. |
UpdateEventCreateRuleAsync(UpdateEventCreateRuleRequest, CallOptions)
Updates an EventCreateRule.
Declaration
public virtual AsyncUnaryCall<EventCreateRule> UpdateEventCreateRuleAsync(UpdateEventCreateRuleRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateEventCreateRuleRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<EventCreateRule> | The call object. |
UpdateEventCreateRuleAsync(UpdateEventCreateRuleRequest, Metadata, DateTime?, CancellationToken)
Updates an EventCreateRule.
Declaration
public virtual AsyncUnaryCall<EventCreateRule> UpdateEventCreateRuleAsync(UpdateEventCreateRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateEventCreateRuleRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<EventCreateRule> | The call object. |
UpdateEventEditRule(UpdateEventEditRuleRequest, CallOptions)
Updates an EventEditRule.
Declaration
public virtual EventEditRule UpdateEventEditRule(UpdateEventEditRuleRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateEventEditRuleRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
EventEditRule | The response received from the server. |
UpdateEventEditRule(UpdateEventEditRuleRequest, Metadata, DateTime?, CancellationToken)
Updates an EventEditRule.
Declaration
public virtual EventEditRule UpdateEventEditRule(UpdateEventEditRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateEventEditRuleRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
EventEditRule | The response received from the server. |
UpdateEventEditRuleAsync(UpdateEventEditRuleRequest, CallOptions)
Updates an EventEditRule.
Declaration
public virtual AsyncUnaryCall<EventEditRule> UpdateEventEditRuleAsync(UpdateEventEditRuleRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateEventEditRuleRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<EventEditRule> | The call object. |
UpdateEventEditRuleAsync(UpdateEventEditRuleRequest, Metadata, DateTime?, CancellationToken)
Updates an EventEditRule.
Declaration
public virtual AsyncUnaryCall<EventEditRule> UpdateEventEditRuleAsync(UpdateEventEditRuleRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateEventEditRuleRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<EventEditRule> | The call object. |
UpdateExpandedDataSet(UpdateExpandedDataSetRequest, CallOptions)
Updates a ExpandedDataSet on a property.
Declaration
public virtual ExpandedDataSet UpdateExpandedDataSet(UpdateExpandedDataSetRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateExpandedDataSetRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
ExpandedDataSet | The response received from the server. |
UpdateExpandedDataSet(UpdateExpandedDataSetRequest, Metadata, DateTime?, CancellationToken)
Updates a ExpandedDataSet on a property.
Declaration
public virtual ExpandedDataSet UpdateExpandedDataSet(UpdateExpandedDataSetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateExpandedDataSetRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
ExpandedDataSet | The response received from the server. |
UpdateExpandedDataSetAsync(UpdateExpandedDataSetRequest, CallOptions)
Updates a ExpandedDataSet on a property.
Declaration
public virtual AsyncUnaryCall<ExpandedDataSet> UpdateExpandedDataSetAsync(UpdateExpandedDataSetRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateExpandedDataSetRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ExpandedDataSet> | The call object. |
UpdateExpandedDataSetAsync(UpdateExpandedDataSetRequest, Metadata, DateTime?, CancellationToken)
Updates a ExpandedDataSet on a property.
Declaration
public virtual AsyncUnaryCall<ExpandedDataSet> UpdateExpandedDataSetAsync(UpdateExpandedDataSetRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateExpandedDataSetRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<ExpandedDataSet> | The call object. |
UpdateGoogleAdsLink(UpdateGoogleAdsLinkRequest, CallOptions)
Updates a GoogleAdsLink on a property
Declaration
public virtual GoogleAdsLink UpdateGoogleAdsLink(UpdateGoogleAdsLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateGoogleAdsLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
GoogleAdsLink | The response received from the server. |
UpdateGoogleAdsLink(UpdateGoogleAdsLinkRequest, Metadata, DateTime?, CancellationToken)
Updates a GoogleAdsLink on a property
Declaration
public virtual GoogleAdsLink UpdateGoogleAdsLink(UpdateGoogleAdsLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateGoogleAdsLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
GoogleAdsLink | The response received from the server. |
UpdateGoogleAdsLinkAsync(UpdateGoogleAdsLinkRequest, CallOptions)
Updates a GoogleAdsLink on a property
Declaration
public virtual AsyncUnaryCall<GoogleAdsLink> UpdateGoogleAdsLinkAsync(UpdateGoogleAdsLinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateGoogleAdsLinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<GoogleAdsLink> | The call object. |
UpdateGoogleAdsLinkAsync(UpdateGoogleAdsLinkRequest, Metadata, DateTime?, CancellationToken)
Updates a GoogleAdsLink on a property
Declaration
public virtual AsyncUnaryCall<GoogleAdsLink> UpdateGoogleAdsLinkAsync(UpdateGoogleAdsLinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateGoogleAdsLinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<GoogleAdsLink> | The call object. |
UpdateGoogleSignalsSettings(UpdateGoogleSignalsSettingsRequest, CallOptions)
Updates Google Signals settings for a property.
Declaration
public virtual GoogleSignalsSettings UpdateGoogleSignalsSettings(UpdateGoogleSignalsSettingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateGoogleSignalsSettingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
GoogleSignalsSettings | The response received from the server. |
UpdateGoogleSignalsSettings(UpdateGoogleSignalsSettingsRequest, Metadata, DateTime?, CancellationToken)
Updates Google Signals settings for a property.
Declaration
public virtual GoogleSignalsSettings UpdateGoogleSignalsSettings(UpdateGoogleSignalsSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateGoogleSignalsSettingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
GoogleSignalsSettings | The response received from the server. |
UpdateGoogleSignalsSettingsAsync(UpdateGoogleSignalsSettingsRequest, CallOptions)
Updates Google Signals settings for a property.
Declaration
public virtual AsyncUnaryCall<GoogleSignalsSettings> UpdateGoogleSignalsSettingsAsync(UpdateGoogleSignalsSettingsRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateGoogleSignalsSettingsRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<GoogleSignalsSettings> | The call object. |
UpdateGoogleSignalsSettingsAsync(UpdateGoogleSignalsSettingsRequest, Metadata, DateTime?, CancellationToken)
Updates Google Signals settings for a property.
Declaration
public virtual AsyncUnaryCall<GoogleSignalsSettings> UpdateGoogleSignalsSettingsAsync(UpdateGoogleSignalsSettingsRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateGoogleSignalsSettingsRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<GoogleSignalsSettings> | The call object. |
UpdateKeyEvent(UpdateKeyEventRequest, CallOptions)
Updates a Key Event.
Declaration
public virtual KeyEvent UpdateKeyEvent(UpdateKeyEventRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateKeyEventRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
KeyEvent | The response received from the server. |
UpdateKeyEvent(UpdateKeyEventRequest, Metadata, DateTime?, CancellationToken)
Updates a Key Event.
Declaration
public virtual KeyEvent UpdateKeyEvent(UpdateKeyEventRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateKeyEventRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
KeyEvent | The response received from the server. |
UpdateKeyEventAsync(UpdateKeyEventRequest, CallOptions)
Updates a Key Event.
Declaration
public virtual AsyncUnaryCall<KeyEvent> UpdateKeyEventAsync(UpdateKeyEventRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateKeyEventRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<KeyEvent> | The call object. |
UpdateKeyEventAsync(UpdateKeyEventRequest, Metadata, DateTime?, CancellationToken)
Updates a Key Event.
Declaration
public virtual AsyncUnaryCall<KeyEvent> UpdateKeyEventAsync(UpdateKeyEventRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateKeyEventRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<KeyEvent> | The call object. |
UpdateMeasurementProtocolSecret(UpdateMeasurementProtocolSecretRequest, CallOptions)
Updates a measurement protocol secret.
Declaration
public virtual MeasurementProtocolSecret UpdateMeasurementProtocolSecret(UpdateMeasurementProtocolSecretRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateMeasurementProtocolSecretRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
MeasurementProtocolSecret | The response received from the server. |
UpdateMeasurementProtocolSecret(UpdateMeasurementProtocolSecretRequest, Metadata, DateTime?, CancellationToken)
Updates a measurement protocol secret.
Declaration
public virtual MeasurementProtocolSecret UpdateMeasurementProtocolSecret(UpdateMeasurementProtocolSecretRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateMeasurementProtocolSecretRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
MeasurementProtocolSecret | The response received from the server. |
UpdateMeasurementProtocolSecretAsync(UpdateMeasurementProtocolSecretRequest, CallOptions)
Updates a measurement protocol secret.
Declaration
public virtual AsyncUnaryCall<MeasurementProtocolSecret> UpdateMeasurementProtocolSecretAsync(UpdateMeasurementProtocolSecretRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateMeasurementProtocolSecretRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<MeasurementProtocolSecret> | The call object. |
UpdateMeasurementProtocolSecretAsync(UpdateMeasurementProtocolSecretRequest, Metadata, DateTime?, CancellationToken)
Updates a measurement protocol secret.
Declaration
public virtual AsyncUnaryCall<MeasurementProtocolSecret> UpdateMeasurementProtocolSecretAsync(UpdateMeasurementProtocolSecretRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateMeasurementProtocolSecretRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<MeasurementProtocolSecret> | The call object. |
UpdateProperty(UpdatePropertyRequest, CallOptions)
Updates a property.
Declaration
public virtual Property UpdateProperty(UpdatePropertyRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdatePropertyRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
Property | The response received from the server. |
UpdateProperty(UpdatePropertyRequest, Metadata, DateTime?, CancellationToken)
Updates a property.
Declaration
public virtual Property UpdateProperty(UpdatePropertyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdatePropertyRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
Property | The response received from the server. |
UpdatePropertyAsync(UpdatePropertyRequest, CallOptions)
Updates a property.
Declaration
public virtual AsyncUnaryCall<Property> UpdatePropertyAsync(UpdatePropertyRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdatePropertyRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Property> | The call object. |
UpdatePropertyAsync(UpdatePropertyRequest, Metadata, DateTime?, CancellationToken)
Updates a property.
Declaration
public virtual AsyncUnaryCall<Property> UpdatePropertyAsync(UpdatePropertyRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdatePropertyRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<Property> | The call object. |
UpdateSKAdNetworkConversionValueSchema(UpdateSKAdNetworkConversionValueSchemaRequest, CallOptions)
Updates a SKAdNetworkConversionValueSchema.
Declaration
public virtual SKAdNetworkConversionValueSchema UpdateSKAdNetworkConversionValueSchema(UpdateSKAdNetworkConversionValueSchemaRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateSKAdNetworkConversionValueSchemaRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
SKAdNetworkConversionValueSchema | The response received from the server. |
UpdateSKAdNetworkConversionValueSchema(UpdateSKAdNetworkConversionValueSchemaRequest, Metadata, DateTime?, CancellationToken)
Updates a SKAdNetworkConversionValueSchema.
Declaration
public virtual SKAdNetworkConversionValueSchema UpdateSKAdNetworkConversionValueSchema(UpdateSKAdNetworkConversionValueSchemaRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateSKAdNetworkConversionValueSchemaRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
SKAdNetworkConversionValueSchema | The response received from the server. |
UpdateSKAdNetworkConversionValueSchemaAsync(UpdateSKAdNetworkConversionValueSchemaRequest, CallOptions)
Updates a SKAdNetworkConversionValueSchema.
Declaration
public virtual AsyncUnaryCall<SKAdNetworkConversionValueSchema> UpdateSKAdNetworkConversionValueSchemaAsync(UpdateSKAdNetworkConversionValueSchemaRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateSKAdNetworkConversionValueSchemaRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<SKAdNetworkConversionValueSchema> | The call object. |
UpdateSKAdNetworkConversionValueSchemaAsync(UpdateSKAdNetworkConversionValueSchemaRequest, Metadata, DateTime?, CancellationToken)
Updates a SKAdNetworkConversionValueSchema.
Declaration
public virtual AsyncUnaryCall<SKAdNetworkConversionValueSchema> UpdateSKAdNetworkConversionValueSchemaAsync(UpdateSKAdNetworkConversionValueSchemaRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateSKAdNetworkConversionValueSchemaRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<SKAdNetworkConversionValueSchema> | The call object. |
UpdateSearchAds360Link(UpdateSearchAds360LinkRequest, CallOptions)
Updates a SearchAds360Link on a property.
Declaration
public virtual SearchAds360Link UpdateSearchAds360Link(UpdateSearchAds360LinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateSearchAds360LinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
SearchAds360Link | The response received from the server. |
UpdateSearchAds360Link(UpdateSearchAds360LinkRequest, Metadata, DateTime?, CancellationToken)
Updates a SearchAds360Link on a property.
Declaration
public virtual SearchAds360Link UpdateSearchAds360Link(UpdateSearchAds360LinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateSearchAds360LinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
SearchAds360Link | The response received from the server. |
UpdateSearchAds360LinkAsync(UpdateSearchAds360LinkRequest, CallOptions)
Updates a SearchAds360Link on a property.
Declaration
public virtual AsyncUnaryCall<SearchAds360Link> UpdateSearchAds360LinkAsync(UpdateSearchAds360LinkRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateSearchAds360LinkRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<SearchAds360Link> | The call object. |
UpdateSearchAds360LinkAsync(UpdateSearchAds360LinkRequest, Metadata, DateTime?, CancellationToken)
Updates a SearchAds360Link on a property.
Declaration
public virtual AsyncUnaryCall<SearchAds360Link> UpdateSearchAds360LinkAsync(UpdateSearchAds360LinkRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateSearchAds360LinkRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<SearchAds360Link> | The call object. |
UpdateSubpropertyEventFilter(UpdateSubpropertyEventFilterRequest, CallOptions)
Updates a subproperty Event Filter.
Declaration
public virtual SubpropertyEventFilter UpdateSubpropertyEventFilter(UpdateSubpropertyEventFilterRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateSubpropertyEventFilterRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
SubpropertyEventFilter | The response received from the server. |
UpdateSubpropertyEventFilter(UpdateSubpropertyEventFilterRequest, Metadata, DateTime?, CancellationToken)
Updates a subproperty Event Filter.
Declaration
public virtual SubpropertyEventFilter UpdateSubpropertyEventFilter(UpdateSubpropertyEventFilterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateSubpropertyEventFilterRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
SubpropertyEventFilter | The response received from the server. |
UpdateSubpropertyEventFilterAsync(UpdateSubpropertyEventFilterRequest, CallOptions)
Updates a subproperty Event Filter.
Declaration
public virtual AsyncUnaryCall<SubpropertyEventFilter> UpdateSubpropertyEventFilterAsync(UpdateSubpropertyEventFilterRequest request, CallOptions options)
Parameters
Type | Name | Description |
---|---|---|
UpdateSubpropertyEventFilterRequest | request | The request to send to the server. |
CallOptions | options | The options for the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<SubpropertyEventFilter> | The call object. |
UpdateSubpropertyEventFilterAsync(UpdateSubpropertyEventFilterRequest, Metadata, DateTime?, CancellationToken)
Updates a subproperty Event Filter.
Declaration
public virtual AsyncUnaryCall<SubpropertyEventFilter> UpdateSubpropertyEventFilterAsync(UpdateSubpropertyEventFilterRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)
Parameters
Type | Name | Description |
---|---|---|
UpdateSubpropertyEventFilterRequest | request | The request to send to the server. |
Metadata | headers | The initial metadata to send with the call. This parameter is optional. |
DateTime? | deadline | An optional deadline for the call. The call will be cancelled if deadline is hit. |
CancellationToken | cancellationToken | An optional token for canceling the call. |
Returns
Type | Description |
---|---|
AsyncUnaryCall<SubpropertyEventFilter> | The call object. |