public final class AssetServiceGrpc
Asset service definition.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
Type |
Description |
String |
|
Static Methods
bindService(AssetServiceGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(AssetServiceGrpc.AsyncService service)
Returns |
Type |
Description |
io.grpc.ServerServiceDefinition |
|
getAnalyzeIamPolicyLongrunningMethod()
public static MethodDescriptor<AnalyzeIamPolicyLongrunningRequest,Operation> getAnalyzeIamPolicyLongrunningMethod()
getAnalyzeIamPolicyMethod()
public static MethodDescriptor<AnalyzeIamPolicyRequest,AnalyzeIamPolicyResponse> getAnalyzeIamPolicyMethod()
getAnalyzeMoveMethod()
public static MethodDescriptor<AnalyzeMoveRequest,AnalyzeMoveResponse> getAnalyzeMoveMethod()
getAnalyzeOrgPoliciesMethod()
public static MethodDescriptor<AnalyzeOrgPoliciesRequest,AnalyzeOrgPoliciesResponse> getAnalyzeOrgPoliciesMethod()
getAnalyzeOrgPolicyGovernedAssetsMethod()
public static MethodDescriptor<AnalyzeOrgPolicyGovernedAssetsRequest,AnalyzeOrgPolicyGovernedAssetsResponse> getAnalyzeOrgPolicyGovernedAssetsMethod()
getAnalyzeOrgPolicyGovernedContainersMethod()
public static MethodDescriptor<AnalyzeOrgPolicyGovernedContainersRequest,AnalyzeOrgPolicyGovernedContainersResponse> getAnalyzeOrgPolicyGovernedContainersMethod()
getBatchGetAssetsHistoryMethod()
public static MethodDescriptor<BatchGetAssetsHistoryRequest,BatchGetAssetsHistoryResponse> getBatchGetAssetsHistoryMethod()
getBatchGetEffectiveIamPoliciesMethod()
public static MethodDescriptor<BatchGetEffectiveIamPoliciesRequest,BatchGetEffectiveIamPoliciesResponse> getBatchGetEffectiveIamPoliciesMethod()
getCreateFeedMethod()
public static MethodDescriptor<CreateFeedRequest,Feed> getCreateFeedMethod()
getCreateSavedQueryMethod()
public static MethodDescriptor<CreateSavedQueryRequest,SavedQuery> getCreateSavedQueryMethod()
getDeleteFeedMethod()
public static MethodDescriptor<DeleteFeedRequest,Empty> getDeleteFeedMethod()
getDeleteSavedQueryMethod()
public static MethodDescriptor<DeleteSavedQueryRequest,Empty> getDeleteSavedQueryMethod()
getExportAssetsMethod()
public static MethodDescriptor<ExportAssetsRequest,Operation> getExportAssetsMethod()
getGetFeedMethod()
public static MethodDescriptor<GetFeedRequest,Feed> getGetFeedMethod()
getGetSavedQueryMethod()
public static MethodDescriptor<GetSavedQueryRequest,SavedQuery> getGetSavedQueryMethod()
getListAssetsMethod()
public static MethodDescriptor<ListAssetsRequest,ListAssetsResponse> getListAssetsMethod()
getListFeedsMethod()
public static MethodDescriptor<ListFeedsRequest,ListFeedsResponse> getListFeedsMethod()
getListSavedQueriesMethod()
public static MethodDescriptor<ListSavedQueriesRequest,ListSavedQueriesResponse> getListSavedQueriesMethod()
getQueryAssetsMethod()
public static MethodDescriptor<QueryAssetsRequest,QueryAssetsResponse> getQueryAssetsMethod()
getSearchAllIamPoliciesMethod()
public static MethodDescriptor<SearchAllIamPoliciesRequest,SearchAllIamPoliciesResponse> getSearchAllIamPoliciesMethod()
getSearchAllResourcesMethod()
public static MethodDescriptor<SearchAllResourcesRequest,SearchAllResourcesResponse> getSearchAllResourcesMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
Type |
Description |
io.grpc.ServiceDescriptor |
|
getUpdateFeedMethod()
public static MethodDescriptor<UpdateFeedRequest,Feed> getUpdateFeedMethod()
getUpdateSavedQueryMethod()
public static MethodDescriptor<UpdateSavedQueryRequest,SavedQuery> getUpdateSavedQueryMethod()
newBlockingStub(Channel channel)
public static AssetServiceGrpc.AssetServiceBlockingStub 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
|
newFutureStub(Channel channel)
public static AssetServiceGrpc.AssetServiceFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newStub(Channel channel)
public static AssetServiceGrpc.AssetServiceStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|