Uses of Class
com.google.cloud.rapidmigrationassessment.v1.CollectorName
-
Packages that use CollectorName Package Description com.google.cloud.rapidmigrationassessment.v1 A client to Rapid Migration Assessment API -
-
Uses of CollectorName in com.google.cloud.rapidmigrationassessment.v1
Methods in com.google.cloud.rapidmigrationassessment.v1 that return CollectorName Modifier and Type Method Description CollectorName
CollectorName.Builder. build()
static CollectorName
CollectorName. of(String project, String location, String collector)
static CollectorName
CollectorName. parse(String formattedString)
Methods in com.google.cloud.rapidmigrationassessment.v1 that return types with arguments of type CollectorName Modifier and Type Method Description static List<CollectorName>
CollectorName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.rapidmigrationassessment.v1 with parameters of type CollectorName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Collector,OperationMetadata>
RapidMigrationAssessmentClient. deleteCollectorAsync(CollectorName name)
Deletes a single Collector - changes state of collector to "Deleting".Collector
RapidMigrationAssessmentClient. getCollector(CollectorName name)
Gets details of a single Collector.com.google.api.gax.longrunning.OperationFuture<Collector,OperationMetadata>
RapidMigrationAssessmentClient. pauseCollectorAsync(CollectorName name)
Pauses the given collector.com.google.api.gax.longrunning.OperationFuture<Collector,OperationMetadata>
RapidMigrationAssessmentClient. registerCollectorAsync(CollectorName name)
Registers the given collector.com.google.api.gax.longrunning.OperationFuture<Collector,OperationMetadata>
RapidMigrationAssessmentClient. resumeCollectorAsync(CollectorName name)
Resumes the given collector.Method parameters in com.google.cloud.rapidmigrationassessment.v1 with type arguments of type CollectorName Modifier and Type Method Description static List<String>
CollectorName. toStringList(List<CollectorName> values)
-