Uses of Class
com.google.cloud.pubsub.v1.SchemaServiceClient.ListSchemaRevisionsPagedResponse
-
Packages that use SchemaServiceClient.ListSchemaRevisionsPagedResponse Package Description com.google.cloud.pubsub.v1 A client to Cloud Pub/Sub APIcom.google.cloud.pubsub.v1.stub -
-
Uses of SchemaServiceClient.ListSchemaRevisionsPagedResponse in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return SchemaServiceClient.ListSchemaRevisionsPagedResponse Modifier and Type Method Description SchemaServiceClient.ListSchemaRevisionsPagedResponseSchemaServiceClient. listSchemaRevisions(ListSchemaRevisionsRequest request)Lists all schema revisions for the named schema.SchemaServiceClient.ListSchemaRevisionsPagedResponseSchemaServiceClient. listSchemaRevisions(SchemaName name)Lists all schema revisions for the named schema.SchemaServiceClient.ListSchemaRevisionsPagedResponseSchemaServiceClient. 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.ListSchemaRevisionsPagedResponse Modifier and Type Method Description static 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)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
-