Class GbpAccountsServiceGrpc (0.20.0)

public final class GbpAccountsServiceGrpc

The service facilitates the management of a merchant's Google Business Profile (GBP) account settings. This API defines the following resource model:

  • GbpAccount

Inheritance

java.lang.Object > GbpAccountsServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(GbpAccountsServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(GbpAccountsServiceGrpc.AsyncService service)
Parameter
Name Description
service GbpAccountsServiceGrpc.AsyncService
Returns
Type Description
io.grpc.ServerServiceDefinition

getLinkGbpAccountMethod()

public static MethodDescriptor<LinkGbpAccountRequest,LinkGbpAccountResponse> getLinkGbpAccountMethod()
Returns
Type Description
io.grpc.MethodDescriptor<LinkGbpAccountRequest,LinkGbpAccountResponse>

getListGbpAccountsMethod()

public static MethodDescriptor<ListGbpAccountsRequest,ListGbpAccountsResponse> getListGbpAccountsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListGbpAccountsRequest,ListGbpAccountsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
Type Description
io.grpc.ServiceDescriptor

newBlockingStub(Channel channel)

public static GbpAccountsServiceGrpc.GbpAccountsServiceBlockingStub newBlockingStub(Channel channel)

Creates a new blocking-style stub that supports unary and streaming output calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
GbpAccountsServiceGrpc.GbpAccountsServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static GbpAccountsServiceGrpc.GbpAccountsServiceBlockingV2Stub newBlockingV2Stub(Channel channel)

Creates a new blocking-style stub that supports all types of calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
GbpAccountsServiceGrpc.GbpAccountsServiceBlockingV2Stub

newFutureStub(Channel channel)

public static GbpAccountsServiceGrpc.GbpAccountsServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
GbpAccountsServiceGrpc.GbpAccountsServiceFutureStub

newStub(Channel channel)

public static GbpAccountsServiceGrpc.GbpAccountsServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
Name Description
channel io.grpc.Channel
Returns
Type Description
GbpAccountsServiceGrpc.GbpAccountsServiceStub