com.google.cloud.rapidmigrationassessment.v1.stub.RapidMigrationAssessmentStub Maven / Gradle / Ivy
Show all versions of google-cloud-rapidmigrationassessment Show documentation
/*
* Copyright 2024 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package com.google.cloud.rapidmigrationassessment.v1.stub;
import static com.google.cloud.rapidmigrationassessment.v1.RapidMigrationAssessmentClient.ListCollectorsPagedResponse;
import static com.google.cloud.rapidmigrationassessment.v1.RapidMigrationAssessmentClient.ListLocationsPagedResponse;
import com.google.api.gax.core.BackgroundResource;
import com.google.api.gax.rpc.OperationCallable;
import com.google.api.gax.rpc.UnaryCallable;
import com.google.cloud.location.GetLocationRequest;
import com.google.cloud.location.ListLocationsRequest;
import com.google.cloud.location.ListLocationsResponse;
import com.google.cloud.location.Location;
import com.google.cloud.rapidmigrationassessment.v1.Annotation;
import com.google.cloud.rapidmigrationassessment.v1.Collector;
import com.google.cloud.rapidmigrationassessment.v1.CreateAnnotationRequest;
import com.google.cloud.rapidmigrationassessment.v1.CreateCollectorRequest;
import com.google.cloud.rapidmigrationassessment.v1.DeleteCollectorRequest;
import com.google.cloud.rapidmigrationassessment.v1.GetAnnotationRequest;
import com.google.cloud.rapidmigrationassessment.v1.GetCollectorRequest;
import com.google.cloud.rapidmigrationassessment.v1.ListCollectorsRequest;
import com.google.cloud.rapidmigrationassessment.v1.ListCollectorsResponse;
import com.google.cloud.rapidmigrationassessment.v1.OperationMetadata;
import com.google.cloud.rapidmigrationassessment.v1.PauseCollectorRequest;
import com.google.cloud.rapidmigrationassessment.v1.RegisterCollectorRequest;
import com.google.cloud.rapidmigrationassessment.v1.ResumeCollectorRequest;
import com.google.cloud.rapidmigrationassessment.v1.UpdateCollectorRequest;
import com.google.longrunning.Operation;
import com.google.longrunning.stub.OperationsStub;
import javax.annotation.Generated;
// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
* Base stub class for the RapidMigrationAssessment service API.
*
* This class is for advanced usage and reflects the underlying API directly.
*/
@Generated("by gapic-generator-java")
public abstract class RapidMigrationAssessmentStub implements BackgroundResource {
public OperationsStub getOperationsStub() {
return null;
}
public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub() {
return null;
}
public OperationCallable
createCollectorOperationCallable() {
throw new UnsupportedOperationException("Not implemented: createCollectorOperationCallable()");
}
public UnaryCallable createCollectorCallable() {
throw new UnsupportedOperationException("Not implemented: createCollectorCallable()");
}
public OperationCallable
createAnnotationOperationCallable() {
throw new UnsupportedOperationException("Not implemented: createAnnotationOperationCallable()");
}
public UnaryCallable createAnnotationCallable() {
throw new UnsupportedOperationException("Not implemented: createAnnotationCallable()");
}
public UnaryCallable getAnnotationCallable() {
throw new UnsupportedOperationException("Not implemented: getAnnotationCallable()");
}
public UnaryCallable
listCollectorsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listCollectorsPagedCallable()");
}
public UnaryCallable listCollectorsCallable() {
throw new UnsupportedOperationException("Not implemented: listCollectorsCallable()");
}
public UnaryCallable getCollectorCallable() {
throw new UnsupportedOperationException("Not implemented: getCollectorCallable()");
}
public OperationCallable
updateCollectorOperationCallable() {
throw new UnsupportedOperationException("Not implemented: updateCollectorOperationCallable()");
}
public UnaryCallable updateCollectorCallable() {
throw new UnsupportedOperationException("Not implemented: updateCollectorCallable()");
}
public OperationCallable
deleteCollectorOperationCallable() {
throw new UnsupportedOperationException("Not implemented: deleteCollectorOperationCallable()");
}
public UnaryCallable deleteCollectorCallable() {
throw new UnsupportedOperationException("Not implemented: deleteCollectorCallable()");
}
public OperationCallable
resumeCollectorOperationCallable() {
throw new UnsupportedOperationException("Not implemented: resumeCollectorOperationCallable()");
}
public UnaryCallable resumeCollectorCallable() {
throw new UnsupportedOperationException("Not implemented: resumeCollectorCallable()");
}
public OperationCallable
registerCollectorOperationCallable() {
throw new UnsupportedOperationException(
"Not implemented: registerCollectorOperationCallable()");
}
public UnaryCallable registerCollectorCallable() {
throw new UnsupportedOperationException("Not implemented: registerCollectorCallable()");
}
public OperationCallable
pauseCollectorOperationCallable() {
throw new UnsupportedOperationException("Not implemented: pauseCollectorOperationCallable()");
}
public UnaryCallable pauseCollectorCallable() {
throw new UnsupportedOperationException("Not implemented: pauseCollectorCallable()");
}
public UnaryCallable
listLocationsPagedCallable() {
throw new UnsupportedOperationException("Not implemented: listLocationsPagedCallable()");
}
public UnaryCallable listLocationsCallable() {
throw new UnsupportedOperationException("Not implemented: listLocationsCallable()");
}
public UnaryCallable getLocationCallable() {
throw new UnsupportedOperationException("Not implemented: getLocationCallable()");
}
@Override
public abstract void close();
}