Class CloudProductRegistryReadServiceGrpc (0.1.0)

public final class CloudProductRegistryReadServiceGrpc

Cloud Product Registry Read Service provides capabilities to access all first and third party Google Cloud products.

Inheritance

java.lang.Object > CloudProductRegistryReadServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
Type Description
String

Static Methods

bindService(CloudProductRegistryReadServiceGrpc.AsyncService service)

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

getGetLogicalProductMethod()

public static MethodDescriptor<GetLogicalProductRequest,LogicalProduct> getGetLogicalProductMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetLogicalProductRequest,LogicalProduct>

getGetLogicalProductVariantMethod()

public static MethodDescriptor<GetLogicalProductVariantRequest,LogicalProductVariant> getGetLogicalProductVariantMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetLogicalProductVariantRequest,LogicalProductVariant>

getGetProductSuiteMethod()

public static MethodDescriptor<GetProductSuiteRequest,ProductSuite> getGetProductSuiteMethod()
Returns
Type Description
io.grpc.MethodDescriptor<GetProductSuiteRequest,ProductSuite>

getListLogicalProductVariantsMethod()

public static MethodDescriptor<ListLogicalProductVariantsRequest,ListLogicalProductVariantsResponse> getListLogicalProductVariantsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListLogicalProductVariantsRequest,ListLogicalProductVariantsResponse>

getListLogicalProductsMethod()

public static MethodDescriptor<ListLogicalProductsRequest,ListLogicalProductsResponse> getListLogicalProductsMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListLogicalProductsRequest,ListLogicalProductsResponse>

getListProductSuitesMethod()

public static MethodDescriptor<ListProductSuitesRequest,ListProductSuitesResponse> getListProductSuitesMethod()
Returns
Type Description
io.grpc.MethodDescriptor<ListProductSuitesRequest,ListProductSuitesResponse>

getLookupEntityMethod()

public static MethodDescriptor<LookupEntityRequest,LookupEntityResponse> getLookupEntityMethod()
Returns
Type Description
io.grpc.MethodDescriptor<LookupEntityRequest,LookupEntityResponse>

getServiceDescriptor()

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

newBlockingStub(Channel channel)

public static CloudProductRegistryReadServiceGrpc.CloudProductRegistryReadServiceBlockingStub 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
CloudProductRegistryReadServiceGrpc.CloudProductRegistryReadServiceBlockingStub

newBlockingV2Stub(Channel channel)

public static CloudProductRegistryReadServiceGrpc.CloudProductRegistryReadServiceBlockingV2Stub 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
CloudProductRegistryReadServiceGrpc.CloudProductRegistryReadServiceBlockingV2Stub

newFutureStub(Channel channel)

public static CloudProductRegistryReadServiceGrpc.CloudProductRegistryReadServiceFutureStub 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
CloudProductRegistryReadServiceGrpc.CloudProductRegistryReadServiceFutureStub

newStub(Channel channel)

public static CloudProductRegistryReadServiceGrpc.CloudProductRegistryReadServiceStub 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
CloudProductRegistryReadServiceGrpc.CloudProductRegistryReadServiceStub