Uses of Class
com.google.cloud.vmmigration.v1.FetchInventoryRequest
-
Packages that use FetchInventoryRequest Package Description com.google.cloud.vmmigration.v1 A client to VM Migration APIcom.google.cloud.vmmigration.v1.stub -
-
Uses of FetchInventoryRequest in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return FetchInventoryRequest Modifier and Type Method Description FetchInventoryRequestFetchInventoryRequest.Builder. build()FetchInventoryRequestFetchInventoryRequest.Builder. buildPartial()static FetchInventoryRequestFetchInventoryRequest. getDefaultInstance()FetchInventoryRequestFetchInventoryRequest.Builder. getDefaultInstanceForType()FetchInventoryRequestFetchInventoryRequest. getDefaultInstanceForType()static FetchInventoryRequestFetchInventoryRequest. parseDelimitedFrom(InputStream input)static FetchInventoryRequestFetchInventoryRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchInventoryRequestFetchInventoryRequest. parseFrom(byte[] data)static FetchInventoryRequestFetchInventoryRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchInventoryRequestFetchInventoryRequest. parseFrom(com.google.protobuf.ByteString data)static FetchInventoryRequestFetchInventoryRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchInventoryRequestFetchInventoryRequest. parseFrom(com.google.protobuf.CodedInputStream input)static FetchInventoryRequestFetchInventoryRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchInventoryRequestFetchInventoryRequest. parseFrom(InputStream input)static FetchInventoryRequestFetchInventoryRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static FetchInventoryRequestFetchInventoryRequest. parseFrom(ByteBuffer data)static FetchInventoryRequestFetchInventoryRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type FetchInventoryRequest Modifier and Type Method Description 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<FetchInventoryRequest>FetchInventoryRequest. getParserForType()static com.google.protobuf.Parser<FetchInventoryRequest>FetchInventoryRequest. parser()Methods in com.google.cloud.vmmigration.v1 with parameters of type FetchInventoryRequest Modifier and Type Method Description FetchInventoryResponseVmMigrationClient. fetchInventory(FetchInventoryRequest request)List remote source's inventory of VMs.default voidVmMigrationGrpc.AsyncService. fetchInventory(FetchInventoryRequest request, io.grpc.stub.StreamObserver<FetchInventoryResponse> responseObserver)List remote source's inventory of VMs.FetchInventoryResponseVmMigrationGrpc.VmMigrationBlockingStub. fetchInventory(FetchInventoryRequest request)List remote source's inventory of VMs.com.google.common.util.concurrent.ListenableFuture<FetchInventoryResponse>VmMigrationGrpc.VmMigrationFutureStub. fetchInventory(FetchInventoryRequest request)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.FetchInventoryRequest.BuilderFetchInventoryRequest.Builder. mergeFrom(FetchInventoryRequest other)static FetchInventoryRequest.BuilderFetchInventoryRequest. newBuilder(FetchInventoryRequest prototype) -
Uses of FetchInventoryRequest in com.google.cloud.vmmigration.v1.stub
Methods in com.google.cloud.vmmigration.v1.stub that return types with arguments of type FetchInventoryRequest 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.
-