Package | Description |
---|---|
com.google.cloud.pubsub.v1 |
A client to Cloud Pub/Sub API
|
com.google.cloud.pubsub.v1.stub |
Modifier and Type | Method and Description |
---|---|
SchemaServiceClient.ListSchemaRevisionsPagedResponse |
SchemaServiceClient.listSchemaRevisions(ListSchemaRevisionsRequest request)
Lists all schema revisions for the named schema.
|
SchemaServiceClient.ListSchemaRevisionsPagedResponse |
SchemaServiceClient.listSchemaRevisions(SchemaName name)
Lists all schema revisions for the named schema.
|
SchemaServiceClient.ListSchemaRevisionsPagedResponse |
SchemaServiceClient.listSchemaRevisions(String name)
Lists all schema revisions for the named schema.
|
Modifier and Type | Method and 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<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse,SchemaServiceClient.ListSchemaRevisionsPagedResponse> |
SchemaServiceSettings.listSchemaRevisionsSettings()
Returns the object with the settings used for calls to listSchemaRevisions.
|
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.
|
Copyright © 2023 Google LLC. All rights reserved.