Show / Hide Table of Contents

Class OperatingSystemService.OperatingSystemServiceBase

Base class for server-side implementations of OperatingSystemService

Inheritance
object
OperatingSystemService.OperatingSystemServiceBase
Inherited Members
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ToString()
Namespace: Google.Ads.AdManager.V1
Assembly: Google.Ads.AdManager.V1.dll
Syntax
[BindServiceMethod(typeof(OperatingSystemService), "BindService")]
public abstract class OperatingSystemService.OperatingSystemServiceBase

Methods

GetOperatingSystem(GetOperatingSystemRequest, ServerCallContext)

API to retrieve a OperatingSystem object.

Declaration
public virtual Task<OperatingSystem> GetOperatingSystem(GetOperatingSystemRequest request, ServerCallContext context)
Parameters
Type Name Description
GetOperatingSystemRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<OperatingSystem>

The response to send back to the client (wrapped by a task).

ListOperatingSystems(ListOperatingSystemsRequest, ServerCallContext)

API to retrieve a list of OperatingSystem objects.

Declaration
public virtual Task<ListOperatingSystemsResponse> ListOperatingSystems(ListOperatingSystemsRequest request, ServerCallContext context)
Parameters
Type Name Description
ListOperatingSystemsRequest request

The request received from the client.

ServerCallContext context

The context of the server-side call handler being invoked.

Returns
Type Description
Task<ListOperatingSystemsResponse>

The response to send back to the client (wrapped by a task).

In this article
Back to top Generated by DocFX