Class CatalogServiceGrpc (2.0.19)

public final class CatalogServiceGrpc

Service for managing catalog configuration.

Inheritance

java.lang.Object > CatalogServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

getGetDefaultBranchMethod()

public static MethodDescriptor<GetDefaultBranchRequest,GetDefaultBranchResponse> getGetDefaultBranchMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetDefaultBranchRequest,GetDefaultBranchResponse>

getListCatalogsMethod()

public static MethodDescriptor<ListCatalogsRequest,ListCatalogsResponse> getListCatalogsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListCatalogsRequest,ListCatalogsResponse>

getServiceDescriptor()

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

getSetDefaultBranchMethod()

public static MethodDescriptor<SetDefaultBranchRequest,Empty> getSetDefaultBranchMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<SetDefaultBranchRequest,Empty>

getUpdateCatalogMethod()

public static MethodDescriptor<UpdateCatalogRequest,Catalog> getUpdateCatalogMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateCatalogRequest,Catalog>

newBlockingStub(Channel channel)

public static CatalogServiceGrpc.CatalogServiceBlockingStub 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
CatalogServiceGrpc.CatalogServiceBlockingStub

newFutureStub(Channel channel)

public static CatalogServiceGrpc.CatalogServiceFutureStub newFutureStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
CatalogServiceGrpc.CatalogServiceFutureStub

newStub(Channel channel)

public static CatalogServiceGrpc.CatalogServiceStub newStub(Channel channel)

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

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
CatalogServiceGrpc.CatalogServiceStub