All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.cloud.migrationcenter.v1.stub.MigrationCenterStub Maven / Gradle / Ivy

Go to download

Migration Center API Google Cloud Migration Center is a unified platform that helps you accelerate your end-to-end cloud journey from your current on-premises or cloud environments to Google Cloud

There is a newer version: 0.36.0
Show newest version
/*
 * 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.migrationcenter.v1.stub;

import static com.google.cloud.migrationcenter.v1.MigrationCenterClient.ListAssetsPagedResponse;
import static com.google.cloud.migrationcenter.v1.MigrationCenterClient.ListErrorFramesPagedResponse;
import static com.google.cloud.migrationcenter.v1.MigrationCenterClient.ListGroupsPagedResponse;
import static com.google.cloud.migrationcenter.v1.MigrationCenterClient.ListImportDataFilesPagedResponse;
import static com.google.cloud.migrationcenter.v1.MigrationCenterClient.ListImportJobsPagedResponse;
import static com.google.cloud.migrationcenter.v1.MigrationCenterClient.ListLocationsPagedResponse;
import static com.google.cloud.migrationcenter.v1.MigrationCenterClient.ListPreferenceSetsPagedResponse;
import static com.google.cloud.migrationcenter.v1.MigrationCenterClient.ListReportConfigsPagedResponse;
import static com.google.cloud.migrationcenter.v1.MigrationCenterClient.ListReportsPagedResponse;
import static com.google.cloud.migrationcenter.v1.MigrationCenterClient.ListSourcesPagedResponse;

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.migrationcenter.v1.AddAssetsToGroupRequest;
import com.google.cloud.migrationcenter.v1.AggregateAssetsValuesRequest;
import com.google.cloud.migrationcenter.v1.AggregateAssetsValuesResponse;
import com.google.cloud.migrationcenter.v1.Asset;
import com.google.cloud.migrationcenter.v1.BatchDeleteAssetsRequest;
import com.google.cloud.migrationcenter.v1.BatchUpdateAssetsRequest;
import com.google.cloud.migrationcenter.v1.BatchUpdateAssetsResponse;
import com.google.cloud.migrationcenter.v1.CreateGroupRequest;
import com.google.cloud.migrationcenter.v1.CreateImportDataFileRequest;
import com.google.cloud.migrationcenter.v1.CreateImportJobRequest;
import com.google.cloud.migrationcenter.v1.CreatePreferenceSetRequest;
import com.google.cloud.migrationcenter.v1.CreateReportConfigRequest;
import com.google.cloud.migrationcenter.v1.CreateReportRequest;
import com.google.cloud.migrationcenter.v1.CreateSourceRequest;
import com.google.cloud.migrationcenter.v1.DeleteAssetRequest;
import com.google.cloud.migrationcenter.v1.DeleteGroupRequest;
import com.google.cloud.migrationcenter.v1.DeleteImportDataFileRequest;
import com.google.cloud.migrationcenter.v1.DeleteImportJobRequest;
import com.google.cloud.migrationcenter.v1.DeletePreferenceSetRequest;
import com.google.cloud.migrationcenter.v1.DeleteReportConfigRequest;
import com.google.cloud.migrationcenter.v1.DeleteReportRequest;
import com.google.cloud.migrationcenter.v1.DeleteSourceRequest;
import com.google.cloud.migrationcenter.v1.ErrorFrame;
import com.google.cloud.migrationcenter.v1.GetAssetRequest;
import com.google.cloud.migrationcenter.v1.GetErrorFrameRequest;
import com.google.cloud.migrationcenter.v1.GetGroupRequest;
import com.google.cloud.migrationcenter.v1.GetImportDataFileRequest;
import com.google.cloud.migrationcenter.v1.GetImportJobRequest;
import com.google.cloud.migrationcenter.v1.GetPreferenceSetRequest;
import com.google.cloud.migrationcenter.v1.GetReportConfigRequest;
import com.google.cloud.migrationcenter.v1.GetReportRequest;
import com.google.cloud.migrationcenter.v1.GetSettingsRequest;
import com.google.cloud.migrationcenter.v1.GetSourceRequest;
import com.google.cloud.migrationcenter.v1.Group;
import com.google.cloud.migrationcenter.v1.ImportDataFile;
import com.google.cloud.migrationcenter.v1.ImportJob;
import com.google.cloud.migrationcenter.v1.ListAssetsRequest;
import com.google.cloud.migrationcenter.v1.ListAssetsResponse;
import com.google.cloud.migrationcenter.v1.ListErrorFramesRequest;
import com.google.cloud.migrationcenter.v1.ListErrorFramesResponse;
import com.google.cloud.migrationcenter.v1.ListGroupsRequest;
import com.google.cloud.migrationcenter.v1.ListGroupsResponse;
import com.google.cloud.migrationcenter.v1.ListImportDataFilesRequest;
import com.google.cloud.migrationcenter.v1.ListImportDataFilesResponse;
import com.google.cloud.migrationcenter.v1.ListImportJobsRequest;
import com.google.cloud.migrationcenter.v1.ListImportJobsResponse;
import com.google.cloud.migrationcenter.v1.ListPreferenceSetsRequest;
import com.google.cloud.migrationcenter.v1.ListPreferenceSetsResponse;
import com.google.cloud.migrationcenter.v1.ListReportConfigsRequest;
import com.google.cloud.migrationcenter.v1.ListReportConfigsResponse;
import com.google.cloud.migrationcenter.v1.ListReportsRequest;
import com.google.cloud.migrationcenter.v1.ListReportsResponse;
import com.google.cloud.migrationcenter.v1.ListSourcesRequest;
import com.google.cloud.migrationcenter.v1.ListSourcesResponse;
import com.google.cloud.migrationcenter.v1.OperationMetadata;
import com.google.cloud.migrationcenter.v1.PreferenceSet;
import com.google.cloud.migrationcenter.v1.RemoveAssetsFromGroupRequest;
import com.google.cloud.migrationcenter.v1.Report;
import com.google.cloud.migrationcenter.v1.ReportAssetFramesRequest;
import com.google.cloud.migrationcenter.v1.ReportAssetFramesResponse;
import com.google.cloud.migrationcenter.v1.ReportConfig;
import com.google.cloud.migrationcenter.v1.RunImportJobRequest;
import com.google.cloud.migrationcenter.v1.Settings;
import com.google.cloud.migrationcenter.v1.Source;
import com.google.cloud.migrationcenter.v1.UpdateAssetRequest;
import com.google.cloud.migrationcenter.v1.UpdateGroupRequest;
import com.google.cloud.migrationcenter.v1.UpdateImportJobRequest;
import com.google.cloud.migrationcenter.v1.UpdatePreferenceSetRequest;
import com.google.cloud.migrationcenter.v1.UpdateSettingsRequest;
import com.google.cloud.migrationcenter.v1.UpdateSourceRequest;
import com.google.cloud.migrationcenter.v1.ValidateImportJobRequest;
import com.google.longrunning.Operation;
import com.google.longrunning.stub.OperationsStub;
import com.google.protobuf.Empty;
import javax.annotation.Generated;

// AUTO-GENERATED DOCUMENTATION AND CLASS.
/**
 * Base stub class for the MigrationCenter service API.
 *
 * 

This class is for advanced usage and reflects the underlying API directly. */ @Generated("by gapic-generator-java") public abstract class MigrationCenterStub implements BackgroundResource { public OperationsStub getOperationsStub() { return null; } public com.google.api.gax.httpjson.longrunning.stub.OperationsStub getHttpJsonOperationsStub() { return null; } public UnaryCallable listAssetsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listAssetsPagedCallable()"); } public UnaryCallable listAssetsCallable() { throw new UnsupportedOperationException("Not implemented: listAssetsCallable()"); } public UnaryCallable getAssetCallable() { throw new UnsupportedOperationException("Not implemented: getAssetCallable()"); } public UnaryCallable updateAssetCallable() { throw new UnsupportedOperationException("Not implemented: updateAssetCallable()"); } public UnaryCallable batchUpdateAssetsCallable() { throw new UnsupportedOperationException("Not implemented: batchUpdateAssetsCallable()"); } public UnaryCallable deleteAssetCallable() { throw new UnsupportedOperationException("Not implemented: deleteAssetCallable()"); } public UnaryCallable batchDeleteAssetsCallable() { throw new UnsupportedOperationException("Not implemented: batchDeleteAssetsCallable()"); } public UnaryCallable reportAssetFramesCallable() { throw new UnsupportedOperationException("Not implemented: reportAssetFramesCallable()"); } public UnaryCallable aggregateAssetsValuesCallable() { throw new UnsupportedOperationException("Not implemented: aggregateAssetsValuesCallable()"); } public OperationCallable createImportJobOperationCallable() { throw new UnsupportedOperationException("Not implemented: createImportJobOperationCallable()"); } public UnaryCallable createImportJobCallable() { throw new UnsupportedOperationException("Not implemented: createImportJobCallable()"); } public UnaryCallable listImportJobsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listImportJobsPagedCallable()"); } public UnaryCallable listImportJobsCallable() { throw new UnsupportedOperationException("Not implemented: listImportJobsCallable()"); } public UnaryCallable getImportJobCallable() { throw new UnsupportedOperationException("Not implemented: getImportJobCallable()"); } public OperationCallable deleteImportJobOperationCallable() { throw new UnsupportedOperationException("Not implemented: deleteImportJobOperationCallable()"); } public UnaryCallable deleteImportJobCallable() { throw new UnsupportedOperationException("Not implemented: deleteImportJobCallable()"); } public OperationCallable updateImportJobOperationCallable() { throw new UnsupportedOperationException("Not implemented: updateImportJobOperationCallable()"); } public UnaryCallable updateImportJobCallable() { throw new UnsupportedOperationException("Not implemented: updateImportJobCallable()"); } public OperationCallable validateImportJobOperationCallable() { throw new UnsupportedOperationException( "Not implemented: validateImportJobOperationCallable()"); } public UnaryCallable validateImportJobCallable() { throw new UnsupportedOperationException("Not implemented: validateImportJobCallable()"); } public OperationCallable runImportJobOperationCallable() { throw new UnsupportedOperationException("Not implemented: runImportJobOperationCallable()"); } public UnaryCallable runImportJobCallable() { throw new UnsupportedOperationException("Not implemented: runImportJobCallable()"); } public UnaryCallable getImportDataFileCallable() { throw new UnsupportedOperationException("Not implemented: getImportDataFileCallable()"); } public UnaryCallable listImportDataFilesPagedCallable() { throw new UnsupportedOperationException("Not implemented: listImportDataFilesPagedCallable()"); } public UnaryCallable listImportDataFilesCallable() { throw new UnsupportedOperationException("Not implemented: listImportDataFilesCallable()"); } public OperationCallable createImportDataFileOperationCallable() { throw new UnsupportedOperationException( "Not implemented: createImportDataFileOperationCallable()"); } public UnaryCallable createImportDataFileCallable() { throw new UnsupportedOperationException("Not implemented: createImportDataFileCallable()"); } public OperationCallable deleteImportDataFileOperationCallable() { throw new UnsupportedOperationException( "Not implemented: deleteImportDataFileOperationCallable()"); } public UnaryCallable deleteImportDataFileCallable() { throw new UnsupportedOperationException("Not implemented: deleteImportDataFileCallable()"); } public UnaryCallable listGroupsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listGroupsPagedCallable()"); } public UnaryCallable listGroupsCallable() { throw new UnsupportedOperationException("Not implemented: listGroupsCallable()"); } public UnaryCallable getGroupCallable() { throw new UnsupportedOperationException("Not implemented: getGroupCallable()"); } public OperationCallable createGroupOperationCallable() { throw new UnsupportedOperationException("Not implemented: createGroupOperationCallable()"); } public UnaryCallable createGroupCallable() { throw new UnsupportedOperationException("Not implemented: createGroupCallable()"); } public OperationCallable updateGroupOperationCallable() { throw new UnsupportedOperationException("Not implemented: updateGroupOperationCallable()"); } public UnaryCallable updateGroupCallable() { throw new UnsupportedOperationException("Not implemented: updateGroupCallable()"); } public OperationCallable deleteGroupOperationCallable() { throw new UnsupportedOperationException("Not implemented: deleteGroupOperationCallable()"); } public UnaryCallable deleteGroupCallable() { throw new UnsupportedOperationException("Not implemented: deleteGroupCallable()"); } public OperationCallable addAssetsToGroupOperationCallable() { throw new UnsupportedOperationException("Not implemented: addAssetsToGroupOperationCallable()"); } public UnaryCallable addAssetsToGroupCallable() { throw new UnsupportedOperationException("Not implemented: addAssetsToGroupCallable()"); } public OperationCallable removeAssetsFromGroupOperationCallable() { throw new UnsupportedOperationException( "Not implemented: removeAssetsFromGroupOperationCallable()"); } public UnaryCallable removeAssetsFromGroupCallable() { throw new UnsupportedOperationException("Not implemented: removeAssetsFromGroupCallable()"); } public UnaryCallable listErrorFramesPagedCallable() { throw new UnsupportedOperationException("Not implemented: listErrorFramesPagedCallable()"); } public UnaryCallable listErrorFramesCallable() { throw new UnsupportedOperationException("Not implemented: listErrorFramesCallable()"); } public UnaryCallable getErrorFrameCallable() { throw new UnsupportedOperationException("Not implemented: getErrorFrameCallable()"); } public UnaryCallable listSourcesPagedCallable() { throw new UnsupportedOperationException("Not implemented: listSourcesPagedCallable()"); } public UnaryCallable listSourcesCallable() { throw new UnsupportedOperationException("Not implemented: listSourcesCallable()"); } public UnaryCallable getSourceCallable() { throw new UnsupportedOperationException("Not implemented: getSourceCallable()"); } public OperationCallable createSourceOperationCallable() { throw new UnsupportedOperationException("Not implemented: createSourceOperationCallable()"); } public UnaryCallable createSourceCallable() { throw new UnsupportedOperationException("Not implemented: createSourceCallable()"); } public OperationCallable updateSourceOperationCallable() { throw new UnsupportedOperationException("Not implemented: updateSourceOperationCallable()"); } public UnaryCallable updateSourceCallable() { throw new UnsupportedOperationException("Not implemented: updateSourceCallable()"); } public OperationCallable deleteSourceOperationCallable() { throw new UnsupportedOperationException("Not implemented: deleteSourceOperationCallable()"); } public UnaryCallable deleteSourceCallable() { throw new UnsupportedOperationException("Not implemented: deleteSourceCallable()"); } public UnaryCallable listPreferenceSetsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listPreferenceSetsPagedCallable()"); } public UnaryCallable listPreferenceSetsCallable() { throw new UnsupportedOperationException("Not implemented: listPreferenceSetsCallable()"); } public UnaryCallable getPreferenceSetCallable() { throw new UnsupportedOperationException("Not implemented: getPreferenceSetCallable()"); } public OperationCallable createPreferenceSetOperationCallable() { throw new UnsupportedOperationException( "Not implemented: createPreferenceSetOperationCallable()"); } public UnaryCallable createPreferenceSetCallable() { throw new UnsupportedOperationException("Not implemented: createPreferenceSetCallable()"); } public OperationCallable updatePreferenceSetOperationCallable() { throw new UnsupportedOperationException( "Not implemented: updatePreferenceSetOperationCallable()"); } public UnaryCallable updatePreferenceSetCallable() { throw new UnsupportedOperationException("Not implemented: updatePreferenceSetCallable()"); } public OperationCallable deletePreferenceSetOperationCallable() { throw new UnsupportedOperationException( "Not implemented: deletePreferenceSetOperationCallable()"); } public UnaryCallable deletePreferenceSetCallable() { throw new UnsupportedOperationException("Not implemented: deletePreferenceSetCallable()"); } public UnaryCallable getSettingsCallable() { throw new UnsupportedOperationException("Not implemented: getSettingsCallable()"); } public OperationCallable updateSettingsOperationCallable() { throw new UnsupportedOperationException("Not implemented: updateSettingsOperationCallable()"); } public UnaryCallable updateSettingsCallable() { throw new UnsupportedOperationException("Not implemented: updateSettingsCallable()"); } public OperationCallable createReportConfigOperationCallable() { throw new UnsupportedOperationException( "Not implemented: createReportConfigOperationCallable()"); } public UnaryCallable createReportConfigCallable() { throw new UnsupportedOperationException("Not implemented: createReportConfigCallable()"); } public UnaryCallable getReportConfigCallable() { throw new UnsupportedOperationException("Not implemented: getReportConfigCallable()"); } public UnaryCallable listReportConfigsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listReportConfigsPagedCallable()"); } public UnaryCallable listReportConfigsCallable() { throw new UnsupportedOperationException("Not implemented: listReportConfigsCallable()"); } public OperationCallable deleteReportConfigOperationCallable() { throw new UnsupportedOperationException( "Not implemented: deleteReportConfigOperationCallable()"); } public UnaryCallable deleteReportConfigCallable() { throw new UnsupportedOperationException("Not implemented: deleteReportConfigCallable()"); } public OperationCallable createReportOperationCallable() { throw new UnsupportedOperationException("Not implemented: createReportOperationCallable()"); } public UnaryCallable createReportCallable() { throw new UnsupportedOperationException("Not implemented: createReportCallable()"); } public UnaryCallable getReportCallable() { throw new UnsupportedOperationException("Not implemented: getReportCallable()"); } public UnaryCallable listReportsPagedCallable() { throw new UnsupportedOperationException("Not implemented: listReportsPagedCallable()"); } public UnaryCallable listReportsCallable() { throw new UnsupportedOperationException("Not implemented: listReportsCallable()"); } public OperationCallable deleteReportOperationCallable() { throw new UnsupportedOperationException("Not implemented: deleteReportOperationCallable()"); } public UnaryCallable deleteReportCallable() { throw new UnsupportedOperationException("Not implemented: deleteReportCallable()"); } 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(); }





© 2015 - 2024 Weber Informatics LLC | Privacy Policy