Uses of Class
com.google.cloud.vmmigration.v1.ListSourcesResponse
-
Packages that use ListSourcesResponse Package Description com.google.cloud.vmmigration.v1 A client to VM Migration APIcom.google.cloud.vmmigration.v1.stub -
-
Uses of ListSourcesResponse in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return ListSourcesResponse Modifier and Type Method Description ListSourcesResponseListSourcesResponse.Builder. build()ListSourcesResponseListSourcesResponse.Builder. buildPartial()static ListSourcesResponseListSourcesResponse. getDefaultInstance()ListSourcesResponseListSourcesResponse.Builder. getDefaultInstanceForType()ListSourcesResponseListSourcesResponse. getDefaultInstanceForType()ListSourcesResponseVmMigrationGrpc.VmMigrationBlockingStub. listSources(ListSourcesRequest request)Lists Sources in a given project and location.static ListSourcesResponseListSourcesResponse. parseDelimitedFrom(InputStream input)static ListSourcesResponseListSourcesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSourcesResponseListSourcesResponse. parseFrom(byte[] data)static ListSourcesResponseListSourcesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSourcesResponseListSourcesResponse. parseFrom(com.google.protobuf.ByteString data)static ListSourcesResponseListSourcesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSourcesResponseListSourcesResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListSourcesResponseListSourcesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSourcesResponseListSourcesResponse. parseFrom(InputStream input)static ListSourcesResponseListSourcesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListSourcesResponseListSourcesResponse. parseFrom(ByteBuffer data)static ListSourcesResponseListSourcesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.vmmigration.v1 that return types with arguments of type ListSourcesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListSourcesRequest,ListSourcesResponse>VmMigrationGrpc. getListSourcesMethod()com.google.protobuf.Parser<ListSourcesResponse>ListSourcesResponse. getParserForType()com.google.common.util.concurrent.ListenableFuture<ListSourcesResponse>VmMigrationGrpc.VmMigrationFutureStub. listSources(ListSourcesRequest request)Lists Sources in a given project and location.com.google.api.gax.rpc.UnaryCallable<ListSourcesRequest,ListSourcesResponse>VmMigrationClient. listSourcesCallable()Lists Sources in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSourcesRequest,ListSourcesResponse,VmMigrationClient.ListSourcesPagedResponse>VmMigrationSettings.Builder. listSourcesSettings()Returns the builder for the settings used for calls to listSources.com.google.api.gax.rpc.PagedCallSettings<ListSourcesRequest,ListSourcesResponse,VmMigrationClient.ListSourcesPagedResponse>VmMigrationSettings. listSourcesSettings()Returns the object with the settings used for calls to listSources.static com.google.protobuf.Parser<ListSourcesResponse>ListSourcesResponse. parser()Methods in com.google.cloud.vmmigration.v1 with parameters of type ListSourcesResponse Modifier and Type Method Description protected VmMigrationClient.ListSourcesPageVmMigrationClient.ListSourcesPage. createPage(com.google.api.gax.rpc.PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, ListSourcesResponse response)ListSourcesResponse.BuilderListSourcesResponse.Builder. mergeFrom(ListSourcesResponse other)static ListSourcesResponse.BuilderListSourcesResponse. newBuilder(ListSourcesResponse prototype)Method parameters in com.google.cloud.vmmigration.v1 with type arguments of type ListSourcesResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<VmMigrationClient.ListSourcesPagedResponse>VmMigrationClient.ListSourcesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, com.google.api.core.ApiFuture<ListSourcesResponse> futureResponse)static com.google.api.core.ApiFuture<VmMigrationClient.ListSourcesPagedResponse>VmMigrationClient.ListSourcesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, com.google.api.core.ApiFuture<ListSourcesResponse> futureResponse)protected VmMigrationClient.ListSourcesPageVmMigrationClient.ListSourcesPage. createPage(com.google.api.gax.rpc.PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, ListSourcesResponse response)com.google.api.core.ApiFuture<VmMigrationClient.ListSourcesPage>VmMigrationClient.ListSourcesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, com.google.api.core.ApiFuture<ListSourcesResponse> futureResponse)com.google.api.core.ApiFuture<VmMigrationClient.ListSourcesPage>VmMigrationClient.ListSourcesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, com.google.api.core.ApiFuture<ListSourcesResponse> futureResponse)default voidVmMigrationGrpc.AsyncService. listSources(ListSourcesRequest request, io.grpc.stub.StreamObserver<ListSourcesResponse> responseObserver)Lists Sources in a given project and location.voidVmMigrationGrpc.VmMigrationStub. listSources(ListSourcesRequest request, io.grpc.stub.StreamObserver<ListSourcesResponse> responseObserver)Lists Sources in a given project and location. -
Uses of ListSourcesResponse in com.google.cloud.vmmigration.v1.stub
Methods in com.google.cloud.vmmigration.v1.stub that return types with arguments of type ListSourcesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSourcesRequest,ListSourcesResponse>GrpcVmMigrationStub. listSourcesCallable()com.google.api.gax.rpc.UnaryCallable<ListSourcesRequest,ListSourcesResponse>HttpJsonVmMigrationStub. listSourcesCallable()com.google.api.gax.rpc.UnaryCallable<ListSourcesRequest,ListSourcesResponse>VmMigrationStub. listSourcesCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListSourcesRequest,ListSourcesResponse,VmMigrationClient.ListSourcesPagedResponse>VmMigrationStubSettings.Builder. listSourcesSettings()Returns the builder for the settings used for calls to listSources.com.google.api.gax.rpc.PagedCallSettings<ListSourcesRequest,ListSourcesResponse,VmMigrationClient.ListSourcesPagedResponse>VmMigrationStubSettings. listSourcesSettings()Returns the object with the settings used for calls to listSources.
-