Show / Hide Table of Contents

Class AlphaAnalyticsData

Google Analytics reporting data service.

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

Methods

BindService(AlphaAnalyticsData.AlphaAnalyticsDataBase)

Creates service definition that can be registered with a server

Declaration
public static ServerServiceDefinition BindService(AlphaAnalyticsData.AlphaAnalyticsDataBase serviceImpl)
Parameters
Type Name Description
AlphaAnalyticsData.AlphaAnalyticsDataBase serviceImpl

An object implementing the server-side handling logic.

Returns
Type Description
Grpc.Core.ServerServiceDefinition

BindService(ServiceBinderBase, AlphaAnalyticsData.AlphaAnalyticsDataBase)

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, AlphaAnalyticsData.AlphaAnalyticsDataBase serviceImpl)
Parameters
Type Name Description
Grpc.Core.ServiceBinderBase serviceBinder

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

AlphaAnalyticsData.AlphaAnalyticsDataBase serviceImpl

An object implementing the server-side handling logic.

In This Article
Back to top