public static class DataAgentService
Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class DataAgentService.
Service describing handlers for resources.
Namespace
Google.Cloud.GeminiDataAnalytics.V1BetaAssembly
Google.Cloud.GeminiDataAnalytics.V1Beta.dll
Methods
BindService(DataAgentServiceBase)
public static ServerServiceDefinition BindService(DataAgentService.DataAgentServiceBase serviceImpl)
Creates service definition that can be registered with a server
Parameter | |
---|---|
Name | Description |
serviceImpl |
DataAgentServiceDataAgentServiceBase An object implementing the server-side handling logic. |
Returns | |
---|---|
Type | Description |
ServerServiceDefinition |
BindService(ServiceBinderBase, DataAgentServiceBase)
public static void BindService(ServiceBinderBase serviceBinder, DataAgentService.DataAgentServiceBase serviceImpl)
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.
Parameters | |
---|---|
Name | Description |
serviceBinder |
ServiceBinderBase Service methods will be bound by calling |
serviceImpl |
DataAgentServiceDataAgentServiceBase An object implementing the server-side handling logic. |