Uses of Class
com.google.cloud.migrationcenter.v1.ListSourcesRequest
-
Packages that use ListSourcesRequest Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center APIcom.google.cloud.migrationcenter.v1.stub -
-
Uses of ListSourcesRequest in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return ListSourcesRequest Modifier and Type Method Description ListSourcesRequest
ListSourcesRequest.Builder. build()
ListSourcesRequest
ListSourcesRequest.Builder. buildPartial()
static ListSourcesRequest
ListSourcesRequest. getDefaultInstance()
ListSourcesRequest
ListSourcesRequest.Builder. getDefaultInstanceForType()
ListSourcesRequest
ListSourcesRequest. getDefaultInstanceForType()
static ListSourcesRequest
ListSourcesRequest. parseDelimitedFrom(InputStream input)
static ListSourcesRequest
ListSourcesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSourcesRequest
ListSourcesRequest. parseFrom(byte[] data)
static ListSourcesRequest
ListSourcesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSourcesRequest
ListSourcesRequest. parseFrom(com.google.protobuf.ByteString data)
static ListSourcesRequest
ListSourcesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSourcesRequest
ListSourcesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListSourcesRequest
ListSourcesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSourcesRequest
ListSourcesRequest. parseFrom(InputStream input)
static ListSourcesRequest
ListSourcesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSourcesRequest
ListSourcesRequest. parseFrom(ByteBuffer data)
static ListSourcesRequest
ListSourcesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type ListSourcesRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListSourcesRequest,ListSourcesResponse>
MigrationCenterGrpc. getListSourcesMethod()
com.google.protobuf.Parser<ListSourcesRequest>
ListSourcesRequest. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListSourcesRequest,ListSourcesResponse>
MigrationCenterClient. listSourcesCallable()
Lists all the sources in a given project and location.com.google.api.gax.rpc.UnaryCallable<ListSourcesRequest,MigrationCenterClient.ListSourcesPagedResponse>
MigrationCenterClient. listSourcesPagedCallable()
Lists all the sources in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSourcesRequest,ListSourcesResponse,MigrationCenterClient.ListSourcesPagedResponse>
MigrationCenterSettings.Builder. listSourcesSettings()
Returns the builder for the settings used for calls to listSources.com.google.api.gax.rpc.PagedCallSettings<ListSourcesRequest,ListSourcesResponse,MigrationCenterClient.ListSourcesPagedResponse>
MigrationCenterSettings. listSourcesSettings()
Returns the object with the settings used for calls to listSources.static com.google.protobuf.Parser<ListSourcesRequest>
ListSourcesRequest. parser()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type ListSourcesRequest Modifier and Type Method Description MigrationCenterClient.ListSourcesPagedResponse
MigrationCenterClient. listSources(ListSourcesRequest request)
Lists all the sources in a given project and location.default void
MigrationCenterGrpc.AsyncService. listSources(ListSourcesRequest request, io.grpc.stub.StreamObserver<ListSourcesResponse> responseObserver)
Lists all the sources in a given project and location.ListSourcesResponse
MigrationCenterGrpc.MigrationCenterBlockingStub. listSources(ListSourcesRequest request)
Lists all the sources in a given project and location.com.google.common.util.concurrent.ListenableFuture<ListSourcesResponse>
MigrationCenterGrpc.MigrationCenterFutureStub. listSources(ListSourcesRequest request)
Lists all the sources in a given project and location.void
MigrationCenterGrpc.MigrationCenterStub. listSources(ListSourcesRequest request, io.grpc.stub.StreamObserver<ListSourcesResponse> responseObserver)
Lists all the sources in a given project and location.ListSourcesRequest.Builder
ListSourcesRequest.Builder. mergeFrom(ListSourcesRequest other)
static ListSourcesRequest.Builder
ListSourcesRequest. newBuilder(ListSourcesRequest prototype)
Method parameters in com.google.cloud.migrationcenter.v1 with type arguments of type ListSourcesRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<MigrationCenterClient.ListSourcesPagedResponse>
MigrationCenterClient.ListSourcesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, com.google.api.core.ApiFuture<ListSourcesResponse> futureResponse)
protected MigrationCenterClient.ListSourcesPage
MigrationCenterClient.ListSourcesPage. createPage(com.google.api.gax.rpc.PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, ListSourcesResponse response)
com.google.api.core.ApiFuture<MigrationCenterClient.ListSourcesPage>
MigrationCenterClient.ListSourcesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSourcesRequest,ListSourcesResponse,Source> context, com.google.api.core.ApiFuture<ListSourcesResponse> futureResponse)
-
Uses of ListSourcesRequest in com.google.cloud.migrationcenter.v1.stub
Methods in com.google.cloud.migrationcenter.v1.stub that return types with arguments of type ListSourcesRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSourcesRequest,ListSourcesResponse>
GrpcMigrationCenterStub. listSourcesCallable()
com.google.api.gax.rpc.UnaryCallable<ListSourcesRequest,ListSourcesResponse>
HttpJsonMigrationCenterStub. listSourcesCallable()
com.google.api.gax.rpc.UnaryCallable<ListSourcesRequest,ListSourcesResponse>
MigrationCenterStub. listSourcesCallable()
com.google.api.gax.rpc.UnaryCallable<ListSourcesRequest,MigrationCenterClient.ListSourcesPagedResponse>
GrpcMigrationCenterStub. listSourcesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSourcesRequest,MigrationCenterClient.ListSourcesPagedResponse>
HttpJsonMigrationCenterStub. listSourcesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSourcesRequest,MigrationCenterClient.ListSourcesPagedResponse>
MigrationCenterStub. listSourcesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSourcesRequest,ListSourcesResponse,MigrationCenterClient.ListSourcesPagedResponse>
MigrationCenterStubSettings.Builder. listSourcesSettings()
Returns the builder for the settings used for calls to listSources.com.google.api.gax.rpc.PagedCallSettings<ListSourcesRequest,ListSourcesResponse,MigrationCenterClient.ListSourcesPagedResponse>
MigrationCenterStubSettings. listSourcesSettings()
Returns the object with the settings used for calls to listSources.
-