Show / Hide Table of Contents

Class BetaAnalyticsData

Google Analytics reporting data service.

Inheritance
System.Object
BetaAnalyticsData
Inherited Members
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
Namespace: Google.Analytics.Data.V1Beta
Assembly: Google.Analytics.Data.V1Beta.dll
Syntax
public static class BetaAnalyticsData

Methods

BindService(BetaAnalyticsData.BetaAnalyticsDataBase)

Creates service definition that can be registered with a server

Declaration
public static ServerServiceDefinition BindService(BetaAnalyticsData.BetaAnalyticsDataBase serviceImpl)
Parameters
Type Name Description
BetaAnalyticsData.BetaAnalyticsDataBase serviceImpl

An object implementing the server-side handling logic.

Returns
Type Description
Grpc.Core.ServerServiceDefinition

BindService(ServiceBinderBase, BetaAnalyticsData.BetaAnalyticsDataBase)

Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.

Declaration
public static void BindService(ServiceBinderBase serviceBinder, BetaAnalyticsData.BetaAnalyticsDataBase serviceImpl)
Parameters
Type Name Description
Grpc.Core.ServiceBinderBase serviceBinder

Service methods will be bound by calling AddMethod on this object.

BetaAnalyticsData.BetaAnalyticsDataBase serviceImpl

An object implementing the server-side handling logic.

In This Article
Back to top