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