Uses of Class
com.google.cloud.migrationcenter.v1.ListReportConfigsRequest
-
Packages that use ListReportConfigsRequest Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center APIcom.google.cloud.migrationcenter.v1.stub -
-
Uses of ListReportConfigsRequest in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return ListReportConfigsRequest Modifier and Type Method Description ListReportConfigsRequestListReportConfigsRequest.Builder. build()ListReportConfigsRequestListReportConfigsRequest.Builder. buildPartial()static ListReportConfigsRequestListReportConfigsRequest. getDefaultInstance()ListReportConfigsRequestListReportConfigsRequest.Builder. getDefaultInstanceForType()ListReportConfigsRequestListReportConfigsRequest. getDefaultInstanceForType()static ListReportConfigsRequestListReportConfigsRequest. parseDelimitedFrom(InputStream input)static ListReportConfigsRequestListReportConfigsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListReportConfigsRequestListReportConfigsRequest. parseFrom(byte[] data)static ListReportConfigsRequestListReportConfigsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListReportConfigsRequestListReportConfigsRequest. parseFrom(com.google.protobuf.ByteString data)static ListReportConfigsRequestListReportConfigsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListReportConfigsRequestListReportConfigsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static ListReportConfigsRequestListReportConfigsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListReportConfigsRequestListReportConfigsRequest. parseFrom(InputStream input)static ListReportConfigsRequestListReportConfigsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListReportConfigsRequestListReportConfigsRequest. parseFrom(ByteBuffer data)static ListReportConfigsRequestListReportConfigsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type ListReportConfigsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListReportConfigsRequest,ListReportConfigsResponse>MigrationCenterGrpc. getListReportConfigsMethod()com.google.protobuf.Parser<ListReportConfigsRequest>ListReportConfigsRequest. getParserForType()com.google.api.gax.rpc.UnaryCallable<ListReportConfigsRequest,ListReportConfigsResponse>MigrationCenterClient. listReportConfigsCallable()Lists ReportConfigs in a given project and location.com.google.api.gax.rpc.UnaryCallable<ListReportConfigsRequest,MigrationCenterClient.ListReportConfigsPagedResponse>MigrationCenterClient. listReportConfigsPagedCallable()Lists ReportConfigs in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListReportConfigsRequest,ListReportConfigsResponse,MigrationCenterClient.ListReportConfigsPagedResponse>MigrationCenterSettings.Builder. listReportConfigsSettings()Returns the builder for the settings used for calls to listReportConfigs.com.google.api.gax.rpc.PagedCallSettings<ListReportConfigsRequest,ListReportConfigsResponse,MigrationCenterClient.ListReportConfigsPagedResponse>MigrationCenterSettings. listReportConfigsSettings()Returns the object with the settings used for calls to listReportConfigs.static com.google.protobuf.Parser<ListReportConfigsRequest>ListReportConfigsRequest. parser()Methods in com.google.cloud.migrationcenter.v1 with parameters of type ListReportConfigsRequest Modifier and Type Method Description MigrationCenterClient.ListReportConfigsPagedResponseMigrationCenterClient. listReportConfigs(ListReportConfigsRequest request)Lists ReportConfigs in a given project and location.default voidMigrationCenterGrpc.AsyncService. listReportConfigs(ListReportConfigsRequest request, io.grpc.stub.StreamObserver<ListReportConfigsResponse> responseObserver)Lists ReportConfigs in a given project and location.ListReportConfigsResponseMigrationCenterGrpc.MigrationCenterBlockingStub. listReportConfigs(ListReportConfigsRequest request)Lists ReportConfigs in a given project and location.com.google.common.util.concurrent.ListenableFuture<ListReportConfigsResponse>MigrationCenterGrpc.MigrationCenterFutureStub. listReportConfigs(ListReportConfigsRequest request)Lists ReportConfigs in a given project and location.voidMigrationCenterGrpc.MigrationCenterStub. listReportConfigs(ListReportConfigsRequest request, io.grpc.stub.StreamObserver<ListReportConfigsResponse> responseObserver)Lists ReportConfigs in a given project and location.ListReportConfigsRequest.BuilderListReportConfigsRequest.Builder. mergeFrom(ListReportConfigsRequest other)static ListReportConfigsRequest.BuilderListReportConfigsRequest. newBuilder(ListReportConfigsRequest prototype)Method parameters in com.google.cloud.migrationcenter.v1 with type arguments of type ListReportConfigsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<MigrationCenterClient.ListReportConfigsPagedResponse>MigrationCenterClient.ListReportConfigsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListReportConfigsRequest,ListReportConfigsResponse,ReportConfig> context, com.google.api.core.ApiFuture<ListReportConfigsResponse> futureResponse)protected MigrationCenterClient.ListReportConfigsPageMigrationCenterClient.ListReportConfigsPage. createPage(com.google.api.gax.rpc.PageContext<ListReportConfigsRequest,ListReportConfigsResponse,ReportConfig> context, ListReportConfigsResponse response)com.google.api.core.ApiFuture<MigrationCenterClient.ListReportConfigsPage>MigrationCenterClient.ListReportConfigsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListReportConfigsRequest,ListReportConfigsResponse,ReportConfig> context, com.google.api.core.ApiFuture<ListReportConfigsResponse> futureResponse) -
Uses of ListReportConfigsRequest in com.google.cloud.migrationcenter.v1.stub
-