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