Class CloudCatalogGrpc (2.11.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
TypeDescription
String

Static Methods

getListServicesMethod()

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

getListSkusMethod()

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

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
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
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
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
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
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
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
CloudCatalogGrpc.CloudCatalogStub