Uses of Class
com.google.pubsub.v1.ListSchemasResponse
-
Packages that use ListSchemasResponse Package Description com.google.cloud.pubsub.v1 A client to Cloud Pub/Sub APIcom.google.cloud.pubsub.v1.stub com.google.pubsub.v1 -
-
Uses of ListSchemasResponse in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return types with arguments of type ListSchemasResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSchemasRequest,ListSchemasResponse>
SchemaServiceClient. listSchemasCallable()
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.Methods in com.google.cloud.pubsub.v1 with parameters of type ListSchemasResponse Modifier and Type Method Description protected SchemaServiceClient.ListSchemasPage
SchemaServiceClient.ListSchemasPage. createPage(com.google.api.gax.rpc.PageContext<ListSchemasRequest,ListSchemasResponse,Schema> context, ListSchemasResponse response)
Method parameters in com.google.cloud.pubsub.v1 with type arguments of type ListSchemasResponse 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)
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)
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)
-
Uses of ListSchemasResponse in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type ListSchemasResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListSchemasRequest,ListSchemasResponse>
GrpcSchemaServiceStub. listSchemasCallable()
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.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. -
Uses of ListSchemasResponse in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return ListSchemasResponse Modifier and Type Method Description ListSchemasResponse
ListSchemasResponse.Builder. build()
ListSchemasResponse
ListSchemasResponse.Builder. buildPartial()
static ListSchemasResponse
ListSchemasResponse. getDefaultInstance()
ListSchemasResponse
ListSchemasResponse.Builder. getDefaultInstanceForType()
ListSchemasResponse
ListSchemasResponse. getDefaultInstanceForType()
ListSchemasResponse
SchemaServiceGrpc.SchemaServiceBlockingStub. listSchemas(ListSchemasRequest request)
Lists schemas in a project.static ListSchemasResponse
ListSchemasResponse. parseDelimitedFrom(InputStream input)
static ListSchemasResponse
ListSchemasResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSchemasResponse
ListSchemasResponse. parseFrom(byte[] data)
static ListSchemasResponse
ListSchemasResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSchemasResponse
ListSchemasResponse. parseFrom(com.google.protobuf.ByteString data)
static ListSchemasResponse
ListSchemasResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSchemasResponse
ListSchemasResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListSchemasResponse
ListSchemasResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSchemasResponse
ListSchemasResponse. parseFrom(InputStream input)
static ListSchemasResponse
ListSchemasResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListSchemasResponse
ListSchemasResponse. parseFrom(ByteBuffer data)
static ListSchemasResponse
ListSchemasResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.pubsub.v1 that return types with arguments of type ListSchemasResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListSchemasRequest,ListSchemasResponse>
SchemaServiceGrpc. getListSchemasMethod()
com.google.protobuf.Parser<ListSchemasResponse>
ListSchemasResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListSchemasResponse>
SchemaServiceGrpc.SchemaServiceFutureStub. listSchemas(ListSchemasRequest request)
Lists schemas in a project.static com.google.protobuf.Parser<ListSchemasResponse>
ListSchemasResponse. parser()
Methods in com.google.pubsub.v1 with parameters of type ListSchemasResponse Modifier and Type Method Description ListSchemasResponse.Builder
ListSchemasResponse.Builder. mergeFrom(ListSchemasResponse other)
static ListSchemasResponse.Builder
ListSchemasResponse. newBuilder(ListSchemasResponse prototype)
Method parameters in com.google.pubsub.v1 with type arguments of type ListSchemasResponse Modifier and Type Method Description default void
SchemaServiceGrpc.AsyncService. listSchemas(ListSchemasRequest request, io.grpc.stub.StreamObserver<ListSchemasResponse> responseObserver)
Lists schemas in a project.void
SchemaServiceGrpc.SchemaServiceStub. listSchemas(ListSchemasRequest request, io.grpc.stub.StreamObserver<ListSchemasResponse> responseObserver)
Lists schemas in a project.
-