Class AssetServiceGrpc (3.45.0)

public final class AssetServiceGrpc

Asset service definition.

Inheritance

java.lang.Object > AssetServiceGrpc

Static Fields

SERVICE_NAME

public static final String SERVICE_NAME
Field Value
TypeDescription
String

Static Methods

bindService(AssetServiceGrpc.AsyncService service)

public static final ServerServiceDefinition bindService(AssetServiceGrpc.AsyncService service)
Parameter
NameDescription
serviceAssetServiceGrpc.AsyncService
Returns
TypeDescription
io.grpc.ServerServiceDefinition

getAnalyzeIamPolicyLongrunningMethod()

public static MethodDescriptor<AnalyzeIamPolicyLongrunningRequest,Operation> getAnalyzeIamPolicyLongrunningMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<AnalyzeIamPolicyLongrunningRequest,Operation>

getAnalyzeIamPolicyMethod()

public static MethodDescriptor<AnalyzeIamPolicyRequest,AnalyzeIamPolicyResponse> getAnalyzeIamPolicyMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<AnalyzeIamPolicyRequest,AnalyzeIamPolicyResponse>

getAnalyzeMoveMethod()

public static MethodDescriptor<AnalyzeMoveRequest,AnalyzeMoveResponse> getAnalyzeMoveMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<AnalyzeMoveRequest,AnalyzeMoveResponse>

getAnalyzeOrgPoliciesMethod()

public static MethodDescriptor<AnalyzeOrgPoliciesRequest,AnalyzeOrgPoliciesResponse> getAnalyzeOrgPoliciesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<AnalyzeOrgPoliciesRequest,AnalyzeOrgPoliciesResponse>

getAnalyzeOrgPolicyGovernedAssetsMethod()

public static MethodDescriptor<AnalyzeOrgPolicyGovernedAssetsRequest,AnalyzeOrgPolicyGovernedAssetsResponse> getAnalyzeOrgPolicyGovernedAssetsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<AnalyzeOrgPolicyGovernedAssetsRequest,AnalyzeOrgPolicyGovernedAssetsResponse>

getAnalyzeOrgPolicyGovernedContainersMethod()

public static MethodDescriptor<AnalyzeOrgPolicyGovernedContainersRequest,AnalyzeOrgPolicyGovernedContainersResponse> getAnalyzeOrgPolicyGovernedContainersMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<AnalyzeOrgPolicyGovernedContainersRequest,AnalyzeOrgPolicyGovernedContainersResponse>

getBatchGetAssetsHistoryMethod()

public static MethodDescriptor<BatchGetAssetsHistoryRequest,BatchGetAssetsHistoryResponse> getBatchGetAssetsHistoryMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<BatchGetAssetsHistoryRequest,BatchGetAssetsHistoryResponse>

getBatchGetEffectiveIamPoliciesMethod()

public static MethodDescriptor<BatchGetEffectiveIamPoliciesRequest,BatchGetEffectiveIamPoliciesResponse> getBatchGetEffectiveIamPoliciesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<BatchGetEffectiveIamPoliciesRequest,BatchGetEffectiveIamPoliciesResponse>

getCreateFeedMethod()

public static MethodDescriptor<CreateFeedRequest,Feed> getCreateFeedMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateFeedRequest,Feed>

getCreateSavedQueryMethod()

public static MethodDescriptor<CreateSavedQueryRequest,SavedQuery> getCreateSavedQueryMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<CreateSavedQueryRequest,SavedQuery>

getDeleteFeedMethod()

public static MethodDescriptor<DeleteFeedRequest,Empty> getDeleteFeedMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteFeedRequest,Empty>

getDeleteSavedQueryMethod()

public static MethodDescriptor<DeleteSavedQueryRequest,Empty> getDeleteSavedQueryMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<DeleteSavedQueryRequest,Empty>

getExportAssetsMethod()

public static MethodDescriptor<ExportAssetsRequest,Operation> getExportAssetsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ExportAssetsRequest,Operation>

getGetFeedMethod()

public static MethodDescriptor<GetFeedRequest,Feed> getGetFeedMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetFeedRequest,Feed>

getGetSavedQueryMethod()

public static MethodDescriptor<GetSavedQueryRequest,SavedQuery> getGetSavedQueryMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<GetSavedQueryRequest,SavedQuery>

getListAssetsMethod()

public static MethodDescriptor<ListAssetsRequest,ListAssetsResponse> getListAssetsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListAssetsRequest,ListAssetsResponse>

getListFeedsMethod()

public static MethodDescriptor<ListFeedsRequest,ListFeedsResponse> getListFeedsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListFeedsRequest,ListFeedsResponse>

getListSavedQueriesMethod()

public static MethodDescriptor<ListSavedQueriesRequest,ListSavedQueriesResponse> getListSavedQueriesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<ListSavedQueriesRequest,ListSavedQueriesResponse>

getQueryAssetsMethod()

public static MethodDescriptor<QueryAssetsRequest,QueryAssetsResponse> getQueryAssetsMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<QueryAssetsRequest,QueryAssetsResponse>

getSearchAllIamPoliciesMethod()

public static MethodDescriptor<SearchAllIamPoliciesRequest,SearchAllIamPoliciesResponse> getSearchAllIamPoliciesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<SearchAllIamPoliciesRequest,SearchAllIamPoliciesResponse>

getSearchAllResourcesMethod()

public static MethodDescriptor<SearchAllResourcesRequest,SearchAllResourcesResponse> getSearchAllResourcesMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<SearchAllResourcesRequest,SearchAllResourcesResponse>

getServiceDescriptor()

public static ServiceDescriptor getServiceDescriptor()
Returns
TypeDescription
io.grpc.ServiceDescriptor

getUpdateFeedMethod()

public static MethodDescriptor<UpdateFeedRequest,Feed> getUpdateFeedMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateFeedRequest,Feed>

getUpdateSavedQueryMethod()

public static MethodDescriptor<UpdateSavedQueryRequest,SavedQuery> getUpdateSavedQueryMethod()
Returns
TypeDescription
io.grpc.MethodDescriptor<UpdateSavedQueryRequest,SavedQuery>

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
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AssetServiceGrpc.AssetServiceBlockingStub

newFutureStub(Channel channel)

public static AssetServiceGrpc.AssetServiceFutureStub newFutureStub(Channel channel)

Creates a new ListenableFuture-style stub that supports unary calls on the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AssetServiceGrpc.AssetServiceFutureStub

newStub(Channel channel)

public static AssetServiceGrpc.AssetServiceStub newStub(Channel channel)

Creates a new async stub that supports all call types for the service

Parameter
NameDescription
channelio.grpc.Channel
Returns
TypeDescription
AssetServiceGrpc.AssetServiceStub