Class RapidMigrationAssessmentStub (0.27.0)

public abstract class RapidMigrationAssessmentStub implements BackgroundResource

Base stub class for the RapidMigrationAssessment service API.

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

Inheritance

java.lang.Object > RapidMigrationAssessmentStub

Implements

BackgroundResource

Constructors

RapidMigrationAssessmentStub()

public RapidMigrationAssessmentStub()

Methods

close()

public abstract void close()

createAnnotationCallable()

public UnaryCallable<CreateAnnotationRequest,Operation> createAnnotationCallable()
Returns
Type Description
UnaryCallable<CreateAnnotationRequest,Operation>

createAnnotationOperationCallable()

public OperationCallable<CreateAnnotationRequest,Annotation,OperationMetadata> createAnnotationOperationCallable()
Returns
Type Description
OperationCallable<CreateAnnotationRequest,Annotation,OperationMetadata>

createCollectorCallable()

public UnaryCallable<CreateCollectorRequest,Operation> createCollectorCallable()
Returns
Type Description
UnaryCallable<CreateCollectorRequest,Operation>

createCollectorOperationCallable()

public OperationCallable<CreateCollectorRequest,Collector,OperationMetadata> createCollectorOperationCallable()
Returns
Type Description
OperationCallable<CreateCollectorRequest,Collector,OperationMetadata>

deleteCollectorCallable()

public UnaryCallable<DeleteCollectorRequest,Operation> deleteCollectorCallable()
Returns
Type Description
UnaryCallable<DeleteCollectorRequest,Operation>

deleteCollectorOperationCallable()

public OperationCallable<DeleteCollectorRequest,Collector,OperationMetadata> deleteCollectorOperationCallable()
Returns
Type Description
OperationCallable<DeleteCollectorRequest,Collector,OperationMetadata>

getAnnotationCallable()

public UnaryCallable<GetAnnotationRequest,Annotation> getAnnotationCallable()
Returns
Type Description
UnaryCallable<GetAnnotationRequest,Annotation>

getCollectorCallable()

public UnaryCallable<GetCollectorRequest,Collector> getCollectorCallable()
Returns
Type Description
UnaryCallable<GetCollectorRequest,Collector>

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

listCollectorsCallable()

public UnaryCallable<ListCollectorsRequest,ListCollectorsResponse> listCollectorsCallable()
Returns
Type Description
UnaryCallable<ListCollectorsRequest,ListCollectorsResponse>

listCollectorsPagedCallable()

public UnaryCallable<ListCollectorsRequest,RapidMigrationAssessmentClient.ListCollectorsPagedResponse> listCollectorsPagedCallable()
Returns
Type Description
UnaryCallable<ListCollectorsRequest,ListCollectorsPagedResponse>

listLocationsCallable()

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

listLocationsPagedCallable()

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

pauseCollectorCallable()

public UnaryCallable<PauseCollectorRequest,Operation> pauseCollectorCallable()
Returns
Type Description
UnaryCallable<PauseCollectorRequest,Operation>

pauseCollectorOperationCallable()

public OperationCallable<PauseCollectorRequest,Collector,OperationMetadata> pauseCollectorOperationCallable()
Returns
Type Description
OperationCallable<PauseCollectorRequest,Collector,OperationMetadata>

registerCollectorCallable()

public UnaryCallable<RegisterCollectorRequest,Operation> registerCollectorCallable()
Returns
Type Description
UnaryCallable<RegisterCollectorRequest,Operation>

registerCollectorOperationCallable()

public OperationCallable<RegisterCollectorRequest,Collector,OperationMetadata> registerCollectorOperationCallable()
Returns
Type Description
OperationCallable<RegisterCollectorRequest,Collector,OperationMetadata>

resumeCollectorCallable()

public UnaryCallable<ResumeCollectorRequest,Operation> resumeCollectorCallable()
Returns
Type Description
UnaryCallable<ResumeCollectorRequest,Operation>

resumeCollectorOperationCallable()

public OperationCallable<ResumeCollectorRequest,Collector,OperationMetadata> resumeCollectorOperationCallable()
Returns
Type Description
OperationCallable<ResumeCollectorRequest,Collector,OperationMetadata>

updateCollectorCallable()

public UnaryCallable<UpdateCollectorRequest,Operation> updateCollectorCallable()
Returns
Type Description
UnaryCallable<UpdateCollectorRequest,Operation>

updateCollectorOperationCallable()

public OperationCallable<UpdateCollectorRequest,Collector,OperationMetadata> updateCollectorOperationCallable()
Returns
Type Description
OperationCallable<UpdateCollectorRequest,Collector,OperationMetadata>