Show / Hide Table of Contents

Class BandwidthGroupService.BandwidthGroupServiceBase

Base class for server-side implementations of BandwidthGroupService

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

Methods

GetBandwidthGroup(GetBandwidthGroupRequest, ServerCallContext)

API to retrieve a BandwidthGroup object.

Declaration
public virtual Task<BandwidthGroup> GetBandwidthGroup(GetBandwidthGroupRequest request, ServerCallContext context)
Parameters
Type Name Description
GetBandwidthGroupRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<BandwidthGroup>

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

ListBandwidthGroups(ListBandwidthGroupsRequest, ServerCallContext)

API to retrieve a list of BandwidthGroup objects.

Declaration
public virtual Task<ListBandwidthGroupsResponse> ListBandwidthGroups(ListBandwidthGroupsRequest request, ServerCallContext context)
Parameters
Type Name Description
ListBandwidthGroupsRequest request

The request received from the client.

ServerCallContext context

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

Returns
Type Description
Task<ListBandwidthGroupsResponse>

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

In this article
Back to top Generated by DocFX