@Generated(value="by gRPC proto compiler", comments="Source: google/cloud/asset/v1p2beta1/asset_service.proto") public final class AssetServiceGrpc extends Object
Asset service definition.
Modifier and Type | Class and Description |
---|---|
static class |
AssetServiceGrpc.AssetServiceBlockingStub
Asset service definition.
|
static class |
AssetServiceGrpc.AssetServiceFutureStub
Asset service definition.
|
static class |
AssetServiceGrpc.AssetServiceImplBase
Asset service definition.
|
static class |
AssetServiceGrpc.AssetServiceStub
Asset service definition.
|
Modifier and Type | Field and Description |
---|---|
static String |
SERVICE_NAME |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<CreateFeedRequest,Feed> |
getCreateFeedMethod() |
static MethodDescriptor<DeleteFeedRequest,Empty> |
getDeleteFeedMethod() |
static MethodDescriptor<GetFeedRequest,Feed> |
getGetFeedMethod() |
static MethodDescriptor<ListFeedsRequest,ListFeedsResponse> |
getListFeedsMethod() |
static ServiceDescriptor |
getServiceDescriptor() |
static MethodDescriptor<UpdateFeedRequest,Feed> |
getUpdateFeedMethod() |
static AssetServiceGrpc.AssetServiceBlockingStub |
newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
|
static AssetServiceGrpc.AssetServiceFutureStub |
newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
|
static AssetServiceGrpc.AssetServiceStub |
newStub(Channel channel)
Creates a new async stub that supports all call types for the service
|
public static final String SERVICE_NAME
public static MethodDescriptor<CreateFeedRequest,Feed> getCreateFeedMethod()
public static MethodDescriptor<GetFeedRequest,Feed> getGetFeedMethod()
public static MethodDescriptor<ListFeedsRequest,ListFeedsResponse> getListFeedsMethod()
public static MethodDescriptor<UpdateFeedRequest,Feed> getUpdateFeedMethod()
public static MethodDescriptor<DeleteFeedRequest,Empty> getDeleteFeedMethod()
public static AssetServiceGrpc.AssetServiceStub newStub(Channel channel)
public static AssetServiceGrpc.AssetServiceBlockingStub newBlockingStub(Channel channel)
public static AssetServiceGrpc.AssetServiceFutureStub newFutureStub(Channel channel)
public static ServiceDescriptor getServiceDescriptor()
Copyright © 2022 Google LLC. All rights reserved.