Class AnalyticsAdminService.AnalyticsAdminServiceClient
Client for AnalyticsAdminService
Inheritance
Inherited Members
Namespace: Google.Analytics.Admin.V1Beta
Assembly: Google.Analytics.Admin.V1Beta.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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |