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 FetchInventoryRequest
FetchInventoryRequest.Builder. build()
FetchInventoryRequest
FetchInventoryRequest.Builder. buildPartial()
static FetchInventoryRequest
FetchInventoryRequest. getDefaultInstance()
FetchInventoryRequest
FetchInventoryRequest.Builder. getDefaultInstanceForType()
FetchInventoryRequest
FetchInventoryRequest. getDefaultInstanceForType()
static FetchInventoryRequest
FetchInventoryRequest. parseDelimitedFrom(InputStream input)
static FetchInventoryRequest
FetchInventoryRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchInventoryRequest
FetchInventoryRequest. parseFrom(byte[] data)
static FetchInventoryRequest
FetchInventoryRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchInventoryRequest
FetchInventoryRequest. parseFrom(com.google.protobuf.ByteString data)
static FetchInventoryRequest
FetchInventoryRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchInventoryRequest
FetchInventoryRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static FetchInventoryRequest
FetchInventoryRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchInventoryRequest
FetchInventoryRequest. parseFrom(InputStream input)
static FetchInventoryRequest
FetchInventoryRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static FetchInventoryRequest
FetchInventoryRequest. parseFrom(ByteBuffer data)
static FetchInventoryRequest
FetchInventoryRequest. 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 FetchInventoryResponse
VmMigrationClient. fetchInventory(FetchInventoryRequest request)
List remote source's inventory of VMs.default void
VmMigrationGrpc.AsyncService. fetchInventory(FetchInventoryRequest request, io.grpc.stub.StreamObserver<FetchInventoryResponse> responseObserver)
List remote source's inventory of VMs.FetchInventoryResponse
VmMigrationGrpc.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.void
VmMigrationGrpc.VmMigrationStub. fetchInventory(FetchInventoryRequest request, io.grpc.stub.StreamObserver<FetchInventoryResponse> responseObserver)
List remote source's inventory of VMs.FetchInventoryRequest.Builder
FetchInventoryRequest.Builder. mergeFrom(FetchInventoryRequest other)
static FetchInventoryRequest.Builder
FetchInventoryRequest. 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.
-