Class AccountLabelsServiceGrpc (0.1.0)

public final class AccountLabelsServiceGrpc

Manages Merchant Center and CSS accounts labels.

Inheritance

java.lang.Object > AccountLabelsServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(AccountLabelsServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(AccountLabelsServiceGrpc.AsyncService service)
Parameter
NameDescription
serviceAccountLabelsServiceGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getCreateAccountLabelMethod()

public static MethodDescriptor<CreateAccountLabelRequest,AccountLabel> getCreateAccountLabelMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateAccountLabelRequest,AccountLabel>

getDeleteAccountLabelMethod()

public static MethodDescriptor<DeleteAccountLabelRequest,Empty> getDeleteAccountLabelMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteAccountLabelRequest,Empty>

getListAccountLabelsMethod()

public static MethodDescriptor<ListAccountLabelsRequest,ListAccountLabelsResponse> getListAccountLabelsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListAccountLabelsRequest,ListAccountLabelsResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getUpdateAccountLabelMethod()

public static MethodDescriptor<UpdateAccountLabelRequest,AccountLabel> getUpdateAccountLabelMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateAccountLabelRequest,AccountLabel>

newBlockingStub(Channel channel)

public static AccountLabelsServiceGrpc.AccountLabelsServiceBlockingStub newBlockingStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AccountLabelsServiceGrpc.AccountLabelsServiceBlockingStub

newFutureStub(Channel channel)

public static AccountLabelsServiceGrpc.AccountLabelsServiceFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AccountLabelsServiceGrpc.AccountLabelsServiceFutureStub

newStub(Channel channel)

public static AccountLabelsServiceGrpc.AccountLabelsServiceStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AccountLabelsServiceGrpc.AccountLabelsServiceStub