Uses of Class
com.google.pubsub.v1.Schema
-
Packages that use Schema 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 Schema in com.google.cloud.pubsub.v1
Methods in com.google.cloud.pubsub.v1 that return Schema Modifier and Type Method Description Schema
SchemaServiceClient. commitSchema(CommitSchemaRequest request)
Commits a new schema revision to an existing schema.Schema
SchemaServiceClient. commitSchema(SchemaName name, Schema schema)
Commits a new schema revision to an existing schema.Schema
SchemaServiceClient. commitSchema(String name, Schema schema)
Commits a new schema revision to an existing schema.Schema
SchemaServiceClient. createSchema(CreateSchemaRequest request)
Creates a schema.Schema
SchemaServiceClient. createSchema(ProjectName parent, Schema schema, String schemaId)
Creates a schema.Schema
SchemaServiceClient. createSchema(String parent, Schema schema, String schemaId)
Creates a schema.Schema
SchemaServiceClient. deleteSchemaRevision(DeleteSchemaRevisionRequest request)
Deletes a specific schema revision.Schema
SchemaServiceClient. deleteSchemaRevision(SchemaName name, String revisionId)
Deletes a specific schema revision.Schema
SchemaServiceClient. deleteSchemaRevision(String name, String revisionId)
Deletes a specific schema revision.Schema
SchemaServiceClient. getSchema(GetSchemaRequest request)
Gets a schema.Schema
SchemaServiceClient. getSchema(SchemaName name)
Gets a schema.Schema
SchemaServiceClient. getSchema(String name)
Gets a schema.Schema
SchemaServiceClient. rollbackSchema(RollbackSchemaRequest request)
Creates a new schema revision that is a copy of the provided revision_id.Schema
SchemaServiceClient. rollbackSchema(SchemaName name, String revisionId)
Creates a new schema revision that is a copy of the provided revision_id.Schema
SchemaServiceClient. rollbackSchema(String name, String revisionId)
Creates a new schema revision that is a copy of the provided revision_id.Methods in com.google.cloud.pubsub.v1 that return types with arguments of type Schema Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CommitSchemaRequest,Schema>
SchemaServiceClient. commitSchemaCallable()
Commits a new schema revision to an existing schema.com.google.api.gax.rpc.UnaryCallSettings.Builder<CommitSchemaRequest,Schema>
SchemaServiceSettings.Builder. commitSchemaSettings()
Returns the builder for the settings used for calls to commitSchema.com.google.api.gax.rpc.UnaryCallSettings<CommitSchemaRequest,Schema>
SchemaServiceSettings. commitSchemaSettings()
Returns the object with the settings used for calls to commitSchema.com.google.api.gax.rpc.UnaryCallable<CreateSchemaRequest,Schema>
SchemaServiceClient. createSchemaCallable()
Creates a schema.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSchemaRequest,Schema>
SchemaServiceSettings.Builder. createSchemaSettings()
Returns the builder for the settings used for calls to createSchema.com.google.api.gax.rpc.UnaryCallSettings<CreateSchemaRequest,Schema>
SchemaServiceSettings. createSchemaSettings()
Returns the object with the settings used for calls to createSchema.com.google.api.gax.rpc.UnaryCallable<DeleteSchemaRevisionRequest,Schema>
SchemaServiceClient. deleteSchemaRevisionCallable()
Deletes a specific schema revision.com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSchemaRevisionRequest,Schema>
SchemaServiceSettings.Builder. deleteSchemaRevisionSettings()
Returns the builder for the settings used for calls to deleteSchemaRevision.com.google.api.gax.rpc.UnaryCallSettings<DeleteSchemaRevisionRequest,Schema>
SchemaServiceSettings. deleteSchemaRevisionSettings()
Returns the object with the settings used for calls to deleteSchemaRevision.com.google.api.gax.rpc.UnaryCallable<GetSchemaRequest,Schema>
SchemaServiceClient. getSchemaCallable()
Gets a schema.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSchemaRequest,Schema>
SchemaServiceSettings.Builder. getSchemaSettings()
Returns the builder for the settings used for calls to getSchema.com.google.api.gax.rpc.UnaryCallSettings<GetSchemaRequest,Schema>
SchemaServiceSettings. getSchemaSettings()
Returns the object with the settings used for calls to getSchema.com.google.api.gax.rpc.UnaryCallable<RollbackSchemaRequest,Schema>
SchemaServiceClient. rollbackSchemaCallable()
Creates a new schema revision that is a copy of the provided revision_id.com.google.api.gax.rpc.UnaryCallSettings.Builder<RollbackSchemaRequest,Schema>
SchemaServiceSettings.Builder. rollbackSchemaSettings()
Returns the builder for the settings used for calls to rollbackSchema.com.google.api.gax.rpc.UnaryCallSettings<RollbackSchemaRequest,Schema>
SchemaServiceSettings. rollbackSchemaSettings()
Returns the object with the settings used for calls to rollbackSchema.Methods in com.google.cloud.pubsub.v1 with parameters of type Schema Modifier and Type Method Description Schema
SchemaServiceClient. commitSchema(SchemaName name, Schema schema)
Commits a new schema revision to an existing schema.Schema
SchemaServiceClient. commitSchema(String name, Schema schema)
Commits a new schema revision to an existing schema.Schema
SchemaServiceClient. createSchema(ProjectName parent, Schema schema, String schemaId)
Creates a schema.Schema
SchemaServiceClient. createSchema(String parent, Schema schema, String schemaId)
Creates a schema.ValidateSchemaResponse
SchemaServiceClient. validateSchema(ProjectName parent, Schema schema)
Validates a schema.ValidateSchemaResponse
SchemaServiceClient. validateSchema(String parent, Schema schema)
Validates a schema.Method parameters in com.google.cloud.pubsub.v1 with type arguments of type Schema 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)
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.ListSchemaRevisionsPage
SchemaServiceClient.ListSchemaRevisionsPage. createPage(com.google.api.gax.rpc.PageContext<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse,Schema> context, ListSchemaRevisionsResponse response)
protected SchemaServiceClient.ListSchemasPage
SchemaServiceClient.ListSchemasPage. createPage(com.google.api.gax.rpc.PageContext<ListSchemasRequest,ListSchemasResponse,Schema> context, ListSchemasResponse response)
com.google.api.core.ApiFuture<SchemaServiceClient.ListSchemaRevisionsPage>
SchemaServiceClient.ListSchemaRevisionsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListSchemaRevisionsRequest,ListSchemaRevisionsResponse,Schema> context, com.google.api.core.ApiFuture<ListSchemaRevisionsResponse> 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 Schema in com.google.cloud.pubsub.v1.stub
Methods in com.google.cloud.pubsub.v1.stub that return types with arguments of type Schema Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CommitSchemaRequest,Schema>
GrpcSchemaServiceStub. commitSchemaCallable()
com.google.api.gax.rpc.UnaryCallable<CommitSchemaRequest,Schema>
HttpJsonSchemaServiceStub. commitSchemaCallable()
com.google.api.gax.rpc.UnaryCallable<CommitSchemaRequest,Schema>
SchemaServiceStub. commitSchemaCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CommitSchemaRequest,Schema>
SchemaServiceStubSettings.Builder. commitSchemaSettings()
Returns the builder for the settings used for calls to commitSchema.com.google.api.gax.rpc.UnaryCallSettings<CommitSchemaRequest,Schema>
SchemaServiceStubSettings. commitSchemaSettings()
Returns the object with the settings used for calls to commitSchema.com.google.api.gax.rpc.UnaryCallable<CreateSchemaRequest,Schema>
GrpcSchemaServiceStub. createSchemaCallable()
com.google.api.gax.rpc.UnaryCallable<CreateSchemaRequest,Schema>
HttpJsonSchemaServiceStub. createSchemaCallable()
com.google.api.gax.rpc.UnaryCallable<CreateSchemaRequest,Schema>
SchemaServiceStub. createSchemaCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateSchemaRequest,Schema>
SchemaServiceStubSettings.Builder. createSchemaSettings()
Returns the builder for the settings used for calls to createSchema.com.google.api.gax.rpc.UnaryCallSettings<CreateSchemaRequest,Schema>
SchemaServiceStubSettings. createSchemaSettings()
Returns the object with the settings used for calls to createSchema.com.google.api.gax.rpc.UnaryCallable<DeleteSchemaRevisionRequest,Schema>
GrpcSchemaServiceStub. deleteSchemaRevisionCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteSchemaRevisionRequest,Schema>
HttpJsonSchemaServiceStub. deleteSchemaRevisionCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteSchemaRevisionRequest,Schema>
SchemaServiceStub. deleteSchemaRevisionCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<DeleteSchemaRevisionRequest,Schema>
SchemaServiceStubSettings.Builder. deleteSchemaRevisionSettings()
Returns the builder for the settings used for calls to deleteSchemaRevision.com.google.api.gax.rpc.UnaryCallSettings<DeleteSchemaRevisionRequest,Schema>
SchemaServiceStubSettings. deleteSchemaRevisionSettings()
Returns the object with the settings used for calls to deleteSchemaRevision.com.google.api.gax.rpc.UnaryCallable<GetSchemaRequest,Schema>
GrpcSchemaServiceStub. getSchemaCallable()
com.google.api.gax.rpc.UnaryCallable<GetSchemaRequest,Schema>
HttpJsonSchemaServiceStub. getSchemaCallable()
com.google.api.gax.rpc.UnaryCallable<GetSchemaRequest,Schema>
SchemaServiceStub. getSchemaCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<GetSchemaRequest,Schema>
SchemaServiceStubSettings.Builder. getSchemaSettings()
Returns the builder for the settings used for calls to getSchema.com.google.api.gax.rpc.UnaryCallSettings<GetSchemaRequest,Schema>
SchemaServiceStubSettings. getSchemaSettings()
Returns the object with the settings used for calls to getSchema.com.google.api.gax.rpc.UnaryCallable<RollbackSchemaRequest,Schema>
GrpcSchemaServiceStub. rollbackSchemaCallable()
com.google.api.gax.rpc.UnaryCallable<RollbackSchemaRequest,Schema>
HttpJsonSchemaServiceStub. rollbackSchemaCallable()
com.google.api.gax.rpc.UnaryCallable<RollbackSchemaRequest,Schema>
SchemaServiceStub. rollbackSchemaCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<RollbackSchemaRequest,Schema>
SchemaServiceStubSettings.Builder. rollbackSchemaSettings()
Returns the builder for the settings used for calls to rollbackSchema.com.google.api.gax.rpc.UnaryCallSettings<RollbackSchemaRequest,Schema>
SchemaServiceStubSettings. rollbackSchemaSettings()
Returns the object with the settings used for calls to rollbackSchema. -
Uses of Schema in com.google.pubsub.v1
Methods in com.google.pubsub.v1 that return Schema Modifier and Type Method Description Schema
Schema.Builder. build()
Schema
Schema.Builder. buildPartial()
Schema
SchemaServiceGrpc.SchemaServiceBlockingStub. commitSchema(CommitSchemaRequest request)
Commits a new schema revision to an existing schema.Schema
SchemaServiceGrpc.SchemaServiceBlockingStub. createSchema(CreateSchemaRequest request)
Creates a schema.Schema
SchemaServiceGrpc.SchemaServiceBlockingStub. deleteSchemaRevision(DeleteSchemaRevisionRequest request)
Deletes a specific schema revision.static Schema
Schema. getDefaultInstance()
Schema
Schema.Builder. getDefaultInstanceForType()
Schema
Schema. getDefaultInstanceForType()
Schema
CommitSchemaRequest.Builder. getSchema()
Required.Schema
CommitSchemaRequest. getSchema()
Required.Schema
CommitSchemaRequestOrBuilder. getSchema()
Required.Schema
CreateSchemaRequest.Builder. getSchema()
Required.Schema
CreateSchemaRequest. getSchema()
Required.Schema
CreateSchemaRequestOrBuilder. getSchema()
Required.Schema
SchemaServiceGrpc.SchemaServiceBlockingStub. getSchema(GetSchemaRequest request)
Gets a schema.Schema
ValidateMessageRequest.Builder. getSchema()
Ad-hoc schema against which to validateSchema
ValidateMessageRequest. getSchema()
Ad-hoc schema against which to validateSchema
ValidateMessageRequestOrBuilder. getSchema()
Ad-hoc schema against which to validateSchema
ValidateSchemaRequest.Builder. getSchema()
Required.Schema
ValidateSchemaRequest. getSchema()
Required.Schema
ValidateSchemaRequestOrBuilder. getSchema()
Required.Schema
ListSchemaRevisionsResponse.Builder. getSchemas(int index)
The revisions of the schema.Schema
ListSchemaRevisionsResponse. getSchemas(int index)
The revisions of the schema.Schema
ListSchemaRevisionsResponseOrBuilder. getSchemas(int index)
The revisions of the schema.Schema
ListSchemasResponse.Builder. getSchemas(int index)
The resulting schemas.Schema
ListSchemasResponse. getSchemas(int index)
The resulting schemas.Schema
ListSchemasResponseOrBuilder. getSchemas(int index)
The resulting schemas.static Schema
Schema. parseDelimitedFrom(InputStream input)
static Schema
Schema. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema
Schema. parseFrom(byte[] data)
static Schema
Schema. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema
Schema. parseFrom(com.google.protobuf.ByteString data)
static Schema
Schema. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema
Schema. parseFrom(com.google.protobuf.CodedInputStream input)
static Schema
Schema. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema
Schema. parseFrom(InputStream input)
static Schema
Schema. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Schema
Schema. parseFrom(ByteBuffer data)
static Schema
Schema. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Schema
SchemaServiceGrpc.SchemaServiceBlockingStub. rollbackSchema(RollbackSchemaRequest request)
Creates a new schema revision that is a copy of the provided revision_id.Methods in com.google.pubsub.v1 that return types with arguments of type Schema Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Schema>
SchemaServiceGrpc.SchemaServiceFutureStub. commitSchema(CommitSchemaRequest request)
Commits a new schema revision to an existing schema.com.google.common.util.concurrent.ListenableFuture<Schema>
SchemaServiceGrpc.SchemaServiceFutureStub. createSchema(CreateSchemaRequest request)
Creates a schema.com.google.common.util.concurrent.ListenableFuture<Schema>
SchemaServiceGrpc.SchemaServiceFutureStub. deleteSchemaRevision(DeleteSchemaRevisionRequest request)
Deletes a specific schema revision.static io.grpc.MethodDescriptor<CommitSchemaRequest,Schema>
SchemaServiceGrpc. getCommitSchemaMethod()
static io.grpc.MethodDescriptor<CreateSchemaRequest,Schema>
SchemaServiceGrpc. getCreateSchemaMethod()
static io.grpc.MethodDescriptor<DeleteSchemaRevisionRequest,Schema>
SchemaServiceGrpc. getDeleteSchemaRevisionMethod()
static io.grpc.MethodDescriptor<GetSchemaRequest,Schema>
SchemaServiceGrpc. getGetSchemaMethod()
com.google.protobuf.Parser<Schema>
Schema. getParserForType()
static io.grpc.MethodDescriptor<RollbackSchemaRequest,Schema>
SchemaServiceGrpc. getRollbackSchemaMethod()
com.google.common.util.concurrent.ListenableFuture<Schema>
SchemaServiceGrpc.SchemaServiceFutureStub. getSchema(GetSchemaRequest request)
Gets a schema.List<Schema>
ListSchemaRevisionsResponse.Builder. getSchemasList()
The revisions of the schema.List<Schema>
ListSchemaRevisionsResponse. getSchemasList()
The revisions of the schema.List<Schema>
ListSchemaRevisionsResponseOrBuilder. getSchemasList()
The revisions of the schema.List<Schema>
ListSchemasResponse.Builder. getSchemasList()
The resulting schemas.List<Schema>
ListSchemasResponse. getSchemasList()
The resulting schemas.List<Schema>
ListSchemasResponseOrBuilder. getSchemasList()
The resulting schemas.static com.google.protobuf.Parser<Schema>
Schema. parser()
com.google.common.util.concurrent.ListenableFuture<Schema>
SchemaServiceGrpc.SchemaServiceFutureStub. rollbackSchema(RollbackSchemaRequest request)
Creates a new schema revision that is a copy of the provided revision_id.Methods in com.google.pubsub.v1 with parameters of type Schema Modifier and Type Method Description ListSchemaRevisionsResponse.Builder
ListSchemaRevisionsResponse.Builder. addSchemas(int index, Schema value)
The revisions of the schema.ListSchemaRevisionsResponse.Builder
ListSchemaRevisionsResponse.Builder. addSchemas(Schema value)
The revisions of the schema.ListSchemasResponse.Builder
ListSchemasResponse.Builder. addSchemas(int index, Schema value)
The resulting schemas.ListSchemasResponse.Builder
ListSchemasResponse.Builder. addSchemas(Schema value)
The resulting schemas.Schema.Builder
Schema.Builder. mergeFrom(Schema other)
CommitSchemaRequest.Builder
CommitSchemaRequest.Builder. mergeSchema(Schema value)
Required.CreateSchemaRequest.Builder
CreateSchemaRequest.Builder. mergeSchema(Schema value)
Required.ValidateMessageRequest.Builder
ValidateMessageRequest.Builder. mergeSchema(Schema value)
Ad-hoc schema against which to validateValidateSchemaRequest.Builder
ValidateSchemaRequest.Builder. mergeSchema(Schema value)
Required.static Schema.Builder
Schema. newBuilder(Schema prototype)
CommitSchemaRequest.Builder
CommitSchemaRequest.Builder. setSchema(Schema value)
Required.CreateSchemaRequest.Builder
CreateSchemaRequest.Builder. setSchema(Schema value)
Required.ValidateMessageRequest.Builder
ValidateMessageRequest.Builder. setSchema(Schema value)
Ad-hoc schema against which to validateValidateSchemaRequest.Builder
ValidateSchemaRequest.Builder. setSchema(Schema value)
Required.ListSchemaRevisionsResponse.Builder
ListSchemaRevisionsResponse.Builder. setSchemas(int index, Schema value)
The revisions of the schema.ListSchemasResponse.Builder
ListSchemasResponse.Builder. setSchemas(int index, Schema value)
The resulting schemas.Method parameters in com.google.pubsub.v1 with type arguments of type Schema Modifier and Type Method Description ListSchemaRevisionsResponse.Builder
ListSchemaRevisionsResponse.Builder. addAllSchemas(Iterable<? extends Schema> values)
The revisions of the schema.ListSchemasResponse.Builder
ListSchemasResponse.Builder. addAllSchemas(Iterable<? extends Schema> values)
The resulting schemas.default void
SchemaServiceGrpc.AsyncService. commitSchema(CommitSchemaRequest request, io.grpc.stub.StreamObserver<Schema> responseObserver)
Commits a new schema revision to an existing schema.void
SchemaServiceGrpc.SchemaServiceStub. commitSchema(CommitSchemaRequest request, io.grpc.stub.StreamObserver<Schema> responseObserver)
Commits a new schema revision to an existing schema.default void
SchemaServiceGrpc.AsyncService. createSchema(CreateSchemaRequest request, io.grpc.stub.StreamObserver<Schema> responseObserver)
Creates a schema.void
SchemaServiceGrpc.SchemaServiceStub. createSchema(CreateSchemaRequest request, io.grpc.stub.StreamObserver<Schema> responseObserver)
Creates a schema.default void
SchemaServiceGrpc.AsyncService. deleteSchemaRevision(DeleteSchemaRevisionRequest request, io.grpc.stub.StreamObserver<Schema> responseObserver)
Deletes a specific schema revision.void
SchemaServiceGrpc.SchemaServiceStub. deleteSchemaRevision(DeleteSchemaRevisionRequest request, io.grpc.stub.StreamObserver<Schema> responseObserver)
Deletes a specific schema revision.default void
SchemaServiceGrpc.AsyncService. getSchema(GetSchemaRequest request, io.grpc.stub.StreamObserver<Schema> responseObserver)
Gets a schema.void
SchemaServiceGrpc.SchemaServiceStub. getSchema(GetSchemaRequest request, io.grpc.stub.StreamObserver<Schema> responseObserver)
Gets a schema.default void
SchemaServiceGrpc.AsyncService. rollbackSchema(RollbackSchemaRequest request, io.grpc.stub.StreamObserver<Schema> responseObserver)
Creates a new schema revision that is a copy of the provided revision_id.void
SchemaServiceGrpc.SchemaServiceStub. rollbackSchema(RollbackSchemaRequest request, io.grpc.stub.StreamObserver<Schema> responseObserver)
Creates a new schema revision that is a copy of the provided revision_id.
-