Uses of Class
com.google.cloud.vmmigration.v1.FetchInventoryResponse
-
Packages that use FetchInventoryResponse Package Description com.google.cloud.vmmigration.v1 A client to VM Migration APIcom.google.cloud.vmmigration.v1.stub -
-
Uses of FetchInventoryResponse in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return FetchInventoryResponse Modifier and Type Method Description FetchInventoryResponseFetchInventoryResponse.Builder. build()FetchInventoryResponseFetchInventoryResponse.Builder. buildPartial()FetchInventoryResponseVmMigrationClient. fetchInventory(FetchInventoryRequest request)List remote source's inventory of VMs.FetchInventoryResponseVmMigrationClient. fetchInventory(SourceName source)List remote source's inventory of VMs.FetchInventoryResponseVmMigrationClient. fetchInventory(String source)List remote source's inventory of VMs.FetchInventoryResponseVmMigrationGrpc.VmMigrationBlockingStub. fetchInventory(FetchInventoryRequest request)List remote source's inventory of VMs.static FetchInventoryResponseFetchInventoryResponse. getDefaultInstance()FetchInventoryResponseFetchInventoryResponse.Builder. getDefaultInstanceForType()FetchInventoryResponseFetchInventoryResponse. getDefaultInstanceForType()static FetchInventoryResponseFetchInventoryResponse. parseDelimitedFrom(InputStream input)static FetchInventoryResponseFetchInventoryResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchInventoryResponseFetchInventoryResponse. parseFrom(byte[] data)static FetchInventoryResponseFetchInventoryResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchInventoryResponseFetchInventoryResponse. parseFrom(com.google.protobuf.ByteString data)static FetchInventoryResponseFetchInventoryResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchInventoryResponseFetchInventoryResponse. parseFrom(com.google.protobuf.CodedInputStream input)static FetchInventoryResponseFetchInventoryResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchInventoryResponseFetchInventoryResponse. parseFrom(InputStream input)static FetchInventoryResponseFetchInventoryResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchInventoryResponseFetchInventoryResponse. parseFrom(ByteBuffer data)static FetchInventoryResponseFetchInventoryResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type FetchInventoryResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<FetchInventoryResponse>VmMigrationGrpc.VmMigrationFutureStub. fetchInventory(FetchInventoryRequest request)List remote source's inventory of VMs.com.google.api.gax.rpc.UnaryCallable<FetchInventoryRequest,FetchInventoryResponse>VmMigrationClient. fetchInventoryCallable()List remote source's inventory of VMs.com.google.api.gax.rpc.UnaryCallSettings.Builder<FetchInventoryRequest,FetchInventoryResponse>VmMigrationSettings.Builder. fetchInventorySettings()Returns the builder for the settings used for calls to fetchInventory.com.google.api.gax.rpc.UnaryCallSettings<FetchInventoryRequest,FetchInventoryResponse>VmMigrationSettings. fetchInventorySettings()Returns the object with the settings used for calls to fetchInventory.static io.grpc.MethodDescriptor<FetchInventoryRequest,FetchInventoryResponse>VmMigrationGrpc. getFetchInventoryMethod()com.google.protobuf.Parser<FetchInventoryResponse>FetchInventoryResponse. getParserForType()static com.google.protobuf.Parser<FetchInventoryResponse>FetchInventoryResponse. parser()Methods in com.google.cloud.vmmigration.v1 with parameters of type FetchInventoryResponse Modifier and Type Method Description FetchInventoryResponse.BuilderFetchInventoryResponse.Builder. mergeFrom(FetchInventoryResponse other)static FetchInventoryResponse.BuilderFetchInventoryResponse. newBuilder(FetchInventoryResponse prototype)Method parameters in com.google.cloud.vmmigration.v1 with type arguments of type FetchInventoryResponse Modifier and Type Method Description default voidVmMigrationGrpc.AsyncService. fetchInventory(FetchInventoryRequest request, io.grpc.stub.StreamObserver<FetchInventoryResponse> responseObserver)List remote source's inventory of VMs.voidVmMigrationGrpc.VmMigrationStub. fetchInventory(FetchInventoryRequest request, io.grpc.stub.StreamObserver<FetchInventoryResponse> responseObserver)List remote source's inventory of VMs. -
Uses of FetchInventoryResponse in com.google.cloud.vmmigration.v1.stub
Methods in com.google.cloud.vmmigration.v1.stub that return types with arguments of type FetchInventoryResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<FetchInventoryRequest,FetchInventoryResponse>GrpcVmMigrationStub. fetchInventoryCallable()com.google.api.gax.rpc.UnaryCallable<FetchInventoryRequest,FetchInventoryResponse>HttpJsonVmMigrationStub. fetchInventoryCallable()com.google.api.gax.rpc.UnaryCallable<FetchInventoryRequest,FetchInventoryResponse>VmMigrationStub. fetchInventoryCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<FetchInventoryRequest,FetchInventoryResponse>VmMigrationStubSettings.Builder. fetchInventorySettings()Returns the builder for the settings used for calls to fetchInventory.com.google.api.gax.rpc.UnaryCallSettings<FetchInventoryRequest,FetchInventoryResponse>VmMigrationStubSettings. fetchInventorySettings()Returns the object with the settings used for calls to fetchInventory.
-