Class WorkloadManagerStub (0.1.0)

public abstract class WorkloadManagerStub implements BackgroundResource

Base stub class for the WorkloadManager service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > WorkloadManagerStub

Implements

BackgroundResource

Constructors

WorkloadManagerStub()

public WorkloadManagerStub()

Methods

close()

public abstract void close()

createEvaluationCallable()

public UnaryCallable<CreateEvaluationRequest,Operation> createEvaluationCallable()
Returns
Type Description
UnaryCallable<CreateEvaluationRequest,Operation>

createEvaluationOperationCallable()

public OperationCallable<CreateEvaluationRequest,Evaluation,OperationMetadata> createEvaluationOperationCallable()
Returns
Type Description
OperationCallable<CreateEvaluationRequest,Evaluation,OperationMetadata>

deleteEvaluationCallable()

public UnaryCallable<DeleteEvaluationRequest,Operation> deleteEvaluationCallable()
Returns
Type Description
UnaryCallable<DeleteEvaluationRequest,Operation>

deleteEvaluationOperationCallable()

public OperationCallable<DeleteEvaluationRequest,Empty,OperationMetadata> deleteEvaluationOperationCallable()
Returns
Type Description
OperationCallable<DeleteEvaluationRequest,Empty,OperationMetadata>

deleteExecutionCallable()

public UnaryCallable<DeleteExecutionRequest,Operation> deleteExecutionCallable()
Returns
Type Description
UnaryCallable<DeleteExecutionRequest,Operation>

deleteExecutionOperationCallable()

public OperationCallable<DeleteExecutionRequest,Empty,OperationMetadata> deleteExecutionOperationCallable()
Returns
Type Description
OperationCallable<DeleteExecutionRequest,Empty,OperationMetadata>

getEvaluationCallable()

public UnaryCallable<GetEvaluationRequest,Evaluation> getEvaluationCallable()
Returns
Type Description
UnaryCallable<GetEvaluationRequest,Evaluation>

getExecutionCallable()

public UnaryCallable<GetExecutionRequest,Execution> getExecutionCallable()
Returns
Type Description
UnaryCallable<GetExecutionRequest,Execution>

getHttpJsonOperationsStub()

public OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
OperationsStub

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

listEvaluationsCallable()

public UnaryCallable<ListEvaluationsRequest,ListEvaluationsResponse> listEvaluationsCallable()
Returns
Type Description
UnaryCallable<ListEvaluationsRequest,ListEvaluationsResponse>

listEvaluationsPagedCallable()

public UnaryCallable<ListEvaluationsRequest,WorkloadManagerClient.ListEvaluationsPagedResponse> listEvaluationsPagedCallable()
Returns
Type Description
UnaryCallable<ListEvaluationsRequest,ListEvaluationsPagedResponse>

listExecutionResultsCallable()

public UnaryCallable<ListExecutionResultsRequest,ListExecutionResultsResponse> listExecutionResultsCallable()
Returns
Type Description
UnaryCallable<ListExecutionResultsRequest,ListExecutionResultsResponse>

listExecutionResultsPagedCallable()

public UnaryCallable<ListExecutionResultsRequest,WorkloadManagerClient.ListExecutionResultsPagedResponse> listExecutionResultsPagedCallable()
Returns
Type Description
UnaryCallable<ListExecutionResultsRequest,ListExecutionResultsPagedResponse>

listExecutionsCallable()

public UnaryCallable<ListExecutionsRequest,ListExecutionsResponse> listExecutionsCallable()
Returns
Type Description
UnaryCallable<ListExecutionsRequest,ListExecutionsResponse>

listExecutionsPagedCallable()

public UnaryCallable<ListExecutionsRequest,WorkloadManagerClient.ListExecutionsPagedResponse> listExecutionsPagedCallable()
Returns
Type Description
UnaryCallable<ListExecutionsRequest,ListExecutionsPagedResponse>

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,WorkloadManagerClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

listRulesCallable()

public UnaryCallable<ListRulesRequest,ListRulesResponse> listRulesCallable()
Returns
Type Description
UnaryCallable<ListRulesRequest,ListRulesResponse>

listScannedResourcesCallable()

public UnaryCallable<ListScannedResourcesRequest,ListScannedResourcesResponse> listScannedResourcesCallable()
Returns
Type Description
UnaryCallable<ListScannedResourcesRequest,ListScannedResourcesResponse>

listScannedResourcesPagedCallable()

public UnaryCallable<ListScannedResourcesRequest,WorkloadManagerClient.ListScannedResourcesPagedResponse> listScannedResourcesPagedCallable()
Returns
Type Description
UnaryCallable<ListScannedResourcesRequest,ListScannedResourcesPagedResponse>

runEvaluationCallable()

public UnaryCallable<RunEvaluationRequest,Operation> runEvaluationCallable()
Returns
Type Description
UnaryCallable<RunEvaluationRequest,Operation>

runEvaluationOperationCallable()

public OperationCallable<RunEvaluationRequest,Execution,OperationMetadata> runEvaluationOperationCallable()
Returns
Type Description
OperationCallable<RunEvaluationRequest,Execution,OperationMetadata>

updateEvaluationCallable()

public UnaryCallable<UpdateEvaluationRequest,Operation> updateEvaluationCallable()
Returns
Type Description
UnaryCallable<UpdateEvaluationRequest,Operation>

updateEvaluationOperationCallable()

public OperationCallable<UpdateEvaluationRequest,Evaluation,OperationMetadata> updateEvaluationOperationCallable()
Returns
Type Description
OperationCallable<UpdateEvaluationRequest,Evaluation,OperationMetadata>