Uses of Class
com.google.cloud.pubsub.v1.SchemaServiceClient.ListSchemasPagedResponse
-
Packages that use SchemaServiceClient.ListSchemasPagedResponse Package Description com.google.cloud.pubsub.v1 A client to Cloud Pub/Sub APIcom.google.cloud.pubsub.v1.stub -
-
Uses of SchemaServiceClient.ListSchemasPagedResponse in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return SchemaServiceClient.ListSchemasPagedResponse Modifier and Type Method Description SchemaServiceClient.ListSchemasPagedResponse
SchemaServiceClient. listSchemas(ListSchemasRequest request)
Lists schemas in a project.SchemaServiceClient.ListSchemasPagedResponse
SchemaServiceClient. listSchemas(ProjectName parent)
Lists schemas in a project.SchemaServiceClient.ListSchemasPagedResponse
SchemaServiceClient. listSchemas(String parent)
Lists schemas in a project.Methods in com.google.cloud.pubsub.v1 that return types with arguments of type SchemaServiceClient.ListSchemasPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<SchemaServiceClient.ListSchemasPagedResponse>
SchemaServiceClient.ListSchemasPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListSchemasRequest,ListSchemasResponse,Schema> context, com.google.api.core.ApiFuture<ListSchemasResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListSchemasRequest,SchemaServiceClient.ListSchemasPagedResponse>
SchemaServiceClient. listSchemasPagedCallable()
Lists schemas in a project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListSchemasRequest,ListSchemasResponse,SchemaServiceClient.ListSchemasPagedResponse>
SchemaServiceSettings.Builder. listSchemasSettings()
Returns the builder for the settings used for calls to listSchemas.com.google.api.gax.rpc.PagedCallSettings<ListSchemasRequest,ListSchemasResponse,SchemaServiceClient.ListSchemasPagedResponse>
SchemaServiceSettings. listSchemasSettings()
Returns the object with the settings used for calls to listSchemas. -
Uses of SchemaServiceClient.ListSchemasPagedResponse in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type SchemaServiceClient.ListSchemasPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSchemasRequest,SchemaServiceClient.ListSchemasPagedResponse>
GrpcSchemaServiceStub. listSchemasPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSchemasRequest,SchemaServiceClient.ListSchemasPagedResponse>
HttpJsonSchemaServiceStub. listSchemasPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListSchemasRequest,SchemaServiceClient.ListSchemasPagedResponse>
SchemaServiceStub. listSchemasPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListSchemasRequest,ListSchemasResponse,SchemaServiceClient.ListSchemasPagedResponse>
SchemaServiceStubSettings.Builder. listSchemasSettings()
Returns the builder for the settings used for calls to listSchemas.com.google.api.gax.rpc.PagedCallSettings<ListSchemasRequest,ListSchemasResponse,SchemaServiceClient.ListSchemasPagedResponse>
SchemaServiceStubSettings. listSchemasSettings()
Returns the object with the settings used for calls to listSchemas.
-