Package | Description |
---|---|
com.google.cloud.pubsub.v1 |
A client to Cloud Pub/Sub API
|
com.google.cloud.pubsub.v1.stub | |
com.google.pubsub.v1 |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<ListSchemasRequest,ListSchemasResponse> |
SchemaServiceClient.listSchemasCallable()
Lists schemas in a project.
|
com.google.api.gax.rpc.UnaryCallable<ListSchemasRequest,SchemaServiceClient.ListSchemasPagedResponse> |
SchemaServiceClient.listSchemasPagedCallable()
Lists schemas in a project.
|
com.google.api.gax.rpc.PagedCallSettings<ListSchemasRequest,ListSchemasResponse,SchemaServiceClient.ListSchemasPagedResponse> |
SchemaServiceSettings.listSchemasSettings()
Returns the object with the settings used for calls to listSchemas.
|
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.
|
Modifier and Type | Method and Description |
---|---|
SchemaServiceClient.ListSchemasPagedResponse |
SchemaServiceClient.listSchemas(ListSchemasRequest request)
Lists schemas in a project.
|
Modifier and Type | Method and 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) |
protected SchemaServiceClient.ListSchemasPage |
SchemaServiceClient.ListSchemasPage.createPage(com.google.api.gax.rpc.PageContext<ListSchemasRequest,ListSchemasResponse,Schema> context,
ListSchemasResponse response) |
com.google.api.core.ApiFuture<SchemaServiceClient.ListSchemasPage> |
SchemaServiceClient.ListSchemasPage.createPageAsync(com.google.api.gax.rpc.PageContext<ListSchemasRequest,ListSchemasResponse,Schema> context,
com.google.api.core.ApiFuture<ListSchemasResponse> futureResponse) |
Modifier and Type | Method and Description |
---|---|
com.google.api.gax.rpc.UnaryCallable<ListSchemasRequest,ListSchemasResponse> |
HttpJsonSchemaServiceStub.listSchemasCallable() |
com.google.api.gax.rpc.UnaryCallable<ListSchemasRequest,ListSchemasResponse> |
SchemaServiceStub.listSchemasCallable() |
com.google.api.gax.rpc.UnaryCallable<ListSchemasRequest,ListSchemasResponse> |
GrpcSchemaServiceStub.listSchemasCallable() |
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.UnaryCallable<ListSchemasRequest,SchemaServiceClient.ListSchemasPagedResponse> |
GrpcSchemaServiceStub.listSchemasPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListSchemasRequest,ListSchemasResponse,SchemaServiceClient.ListSchemasPagedResponse> |
SchemaServiceStubSettings.listSchemasSettings()
Returns the object with the settings used for calls to listSchemas.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ListSchemasRequest |
ListSchemasRequest.Builder.build() |
ListSchemasRequest |
ListSchemasRequest.Builder.buildPartial() |
static ListSchemasRequest |
ListSchemasRequest.getDefaultInstance() |
ListSchemasRequest |
ListSchemasRequest.getDefaultInstanceForType() |
ListSchemasRequest |
ListSchemasRequest.Builder.getDefaultInstanceForType() |
static ListSchemasRequest |
ListSchemasRequest.parseDelimitedFrom(InputStream input) |
static ListSchemasRequest |
ListSchemasRequest.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListSchemasRequest |
ListSchemasRequest.parseFrom(byte[] data) |
static ListSchemasRequest |
ListSchemasRequest.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListSchemasRequest |
ListSchemasRequest.parseFrom(ByteBuffer data) |
static ListSchemasRequest |
ListSchemasRequest.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListSchemasRequest |
ListSchemasRequest.parseFrom(com.google.protobuf.ByteString data) |
static ListSchemasRequest |
ListSchemasRequest.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListSchemasRequest |
ListSchemasRequest.parseFrom(com.google.protobuf.CodedInputStream input) |
static ListSchemasRequest |
ListSchemasRequest.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ListSchemasRequest |
ListSchemasRequest.parseFrom(InputStream input) |
static ListSchemasRequest |
ListSchemasRequest.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<ListSchemasRequest,ListSchemasResponse> |
SchemaServiceGrpc.getListSchemasMethod() |
com.google.protobuf.Parser<ListSchemasRequest> |
ListSchemasRequest.getParserForType() |
static com.google.protobuf.Parser<ListSchemasRequest> |
ListSchemasRequest.parser() |
Modifier and Type | Method and Description |
---|---|
ListSchemasResponse |
SchemaServiceGrpc.SchemaServiceBlockingStub.listSchemas(ListSchemasRequest request)
Lists schemas in a project.
|
com.google.common.util.concurrent.ListenableFuture<ListSchemasResponse> |
SchemaServiceGrpc.SchemaServiceFutureStub.listSchemas(ListSchemasRequest request)
Lists schemas in a project.
|
default void |
SchemaServiceGrpc.AsyncService.listSchemas(ListSchemasRequest request,
StreamObserver<ListSchemasResponse> responseObserver)
Lists schemas in a project.
|
void |
SchemaServiceGrpc.SchemaServiceStub.listSchemas(ListSchemasRequest request,
StreamObserver<ListSchemasResponse> responseObserver)
Lists schemas in a project.
|
ListSchemasRequest.Builder |
ListSchemasRequest.Builder.mergeFrom(ListSchemasRequest other) |
static ListSchemasRequest.Builder |
ListSchemasRequest.newBuilder(ListSchemasRequest prototype) |
Copyright © 2023 Google LLC. All rights reserved.