Class CloudCatalogGrpc (2.43.0)

public final class CloudCatalogGrpc

A catalog of Google Cloud Platform services and SKUs. Provides pricing information and metadata on Google Cloud Platform services and SKUs.

Inheritance

java.lang.Object > CloudCatalogGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(CloudCatalogGrpc.AsyncService service)

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

getListServicesMethod()

public static MethodDescriptor<ListServicesRequest,ListServicesResponse> getListServicesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListServicesRequest,ListServicesResponse>

getListSkusMethod()

public static MethodDescriptor<ListSkusRequest,ListSkusResponse> getListSkusMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListSkusRequest,ListSkusResponse>

getServiceDescriptor()

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

newBlockingStub(Channel channel)

public static CloudCatalogGrpc.CloudCatalogBlockingStub 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
CloudCatalogGrpc.CloudCatalogBlockingStub

newFutureStub(Channel channel)

public static CloudCatalogGrpc.CloudCatalogFutureStub 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
CloudCatalogGrpc.CloudCatalogFutureStub

newStub(Channel channel)

public static CloudCatalogGrpc.CloudCatalogStub 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
CloudCatalogGrpc.CloudCatalogStub