Uses of Class
com.google.cloud.pubsub.v1.SchemaServiceClient.ListSchemaRevisionsPagedResponse
Packages that use SchemaServiceClient.ListSchemaRevisionsPagedResponse
Package
Description
A client to Cloud Pub/Sub API
-
Uses of SchemaServiceClient.ListSchemaRevisionsPagedResponse in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return SchemaServiceClient.ListSchemaRevisionsPagedResponseModifier and TypeMethodDescriptionSchemaServiceClient.listSchemaRevisions(ListSchemaRevisionsRequest request) Lists all schema revisions for the named schema.SchemaServiceClient.listSchemaRevisions(SchemaName name) Lists all schema revisions for the named schema.SchemaServiceClient.listSchemaRevisions(String name) Lists all schema revisions for the named schema.Methods in com.google.cloud.pubsub.v1 that return types with arguments of type SchemaServiceClient.ListSchemaRevisionsPagedResponseModifier and TypeMethodDescriptionstatic com.google.api.core.ApiFuture<SchemaServiceClient.ListSchemaRevisionsPagedResponse>SchemaServiceClient.ListSchemaRevisionsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListSchemaRevisionsRequest, ListSchemaRevisionsResponse, Schema> context, com.google.api.core.ApiFuture<ListSchemaRevisionsResponse> futureResponse) final com.google.api.gax.rpc.UnaryCallable<ListSchemaRevisionsRequest,SchemaServiceClient.ListSchemaRevisionsPagedResponse> SchemaServiceClient.listSchemaRevisionsPagedCallable()Lists all schema revisions for the named schema.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse, SchemaServiceClient.ListSchemaRevisionsPagedResponse> SchemaServiceSettings.Builder.listSchemaRevisionsSettings()Returns the builder for the settings used for calls to listSchemaRevisions.com.google.api.gax.rpc.PagedCallSettings<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse, SchemaServiceClient.ListSchemaRevisionsPagedResponse> SchemaServiceSettings.listSchemaRevisionsSettings()Returns the object with the settings used for calls to listSchemaRevisions. -
Uses of SchemaServiceClient.ListSchemaRevisionsPagedResponse in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type SchemaServiceClient.ListSchemaRevisionsPagedResponseModifier and TypeMethodDescriptioncom.google.api.gax.rpc.UnaryCallable<ListSchemaRevisionsRequest,SchemaServiceClient.ListSchemaRevisionsPagedResponse> GrpcSchemaServiceStub.listSchemaRevisionsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListSchemaRevisionsRequest,SchemaServiceClient.ListSchemaRevisionsPagedResponse> HttpJsonSchemaServiceStub.listSchemaRevisionsPagedCallable()com.google.api.gax.rpc.UnaryCallable<ListSchemaRevisionsRequest,SchemaServiceClient.ListSchemaRevisionsPagedResponse> SchemaServiceStub.listSchemaRevisionsPagedCallable()com.google.api.gax.rpc.PagedCallSettings.Builder<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse, SchemaServiceClient.ListSchemaRevisionsPagedResponse> SchemaServiceStubSettings.Builder.listSchemaRevisionsSettings()Returns the builder for the settings used for calls to listSchemaRevisions.com.google.api.gax.rpc.PagedCallSettings<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse, SchemaServiceClient.ListSchemaRevisionsPagedResponse> SchemaServiceStubSettings.listSchemaRevisionsSettings()Returns the object with the settings used for calls to listSchemaRevisions.