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 |
---|---|
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.
|
Modifier and Type | Method and 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<CommitSchemaRequest,Schema> |
SchemaServiceSettings.commitSchemaSettings()
Returns the object with the settings used for calls to commitSchema.
|
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.UnaryCallable<CreateSchemaRequest,Schema> |
SchemaServiceClient.createSchemaCallable()
Creates a schema.
|
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.UnaryCallSettings.Builder<CreateSchemaRequest,Schema> |
SchemaServiceSettings.Builder.createSchemaSettings()
Returns the builder for 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<DeleteSchemaRevisionRequest,Schema> |
SchemaServiceSettings.deleteSchemaRevisionSettings()
Returns the object with the settings used for calls to deleteSchemaRevision.
|
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.UnaryCallable<GetSchemaRequest,Schema> |
SchemaServiceClient.getSchemaCallable()
Gets a schema.
|
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.UnaryCallSettings.Builder<GetSchemaRequest,Schema> |
SchemaServiceSettings.Builder.getSchemaSettings()
Returns the builder for 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<RollbackSchemaRequest,Schema> |
SchemaServiceSettings.rollbackSchemaSettings()
Returns the object with the settings used for calls to rollbackSchema.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<RollbackSchemaRequest,Schema> |
SchemaServiceSettings.Builder.rollbackSchemaSettings()
Returns the builder for the settings used for calls to rollbackSchema.
|
Modifier and Type | Method and 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.
|
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) |
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) |
Modifier and Type | Method and Description |
---|---|
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.UnaryCallable<CommitSchemaRequest,Schema> |
GrpcSchemaServiceStub.commitSchemaCallable() |
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.UnaryCallSettings.Builder<CommitSchemaRequest,Schema> |
SchemaServiceStubSettings.Builder.commitSchemaSettings()
Returns the builder for the settings used for calls to commitSchema.
|
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.UnaryCallable<CreateSchemaRequest,Schema> |
GrpcSchemaServiceStub.createSchemaCallable() |
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.UnaryCallSettings.Builder<CreateSchemaRequest,Schema> |
SchemaServiceStubSettings.Builder.createSchemaSettings()
Returns the builder for the settings used for calls to createSchema.
|
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.UnaryCallable<DeleteSchemaRevisionRequest,Schema> |
GrpcSchemaServiceStub.deleteSchemaRevisionCallable() |
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.UnaryCallSettings.Builder<DeleteSchemaRevisionRequest,Schema> |
SchemaServiceStubSettings.Builder.deleteSchemaRevisionSettings()
Returns the builder for the settings used for calls to deleteSchemaRevision.
|
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.UnaryCallable<GetSchemaRequest,Schema> |
GrpcSchemaServiceStub.getSchemaCallable() |
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.UnaryCallSettings.Builder<GetSchemaRequest,Schema> |
SchemaServiceStubSettings.Builder.getSchemaSettings()
Returns the builder for the settings used for calls to getSchema.
|
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.UnaryCallable<RollbackSchemaRequest,Schema> |
GrpcSchemaServiceStub.rollbackSchemaCallable() |
com.google.api.gax.rpc.UnaryCallSettings<RollbackSchemaRequest,Schema> |
SchemaServiceStubSettings.rollbackSchemaSettings()
Returns the object with the settings used for calls to rollbackSchema.
|
com.google.api.gax.rpc.UnaryCallSettings.Builder<RollbackSchemaRequest,Schema> |
SchemaServiceStubSettings.Builder.rollbackSchemaSettings()
Returns the builder for the settings used for calls to rollbackSchema.
|
Modifier and Type | Method and 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.getDefaultInstanceForType() |
Schema |
Schema.Builder.getDefaultInstanceForType() |
Schema |
ValidateSchemaRequestOrBuilder.getSchema()
Required.
|
Schema |
CommitSchemaRequest.getSchema()
Required.
|
Schema |
CommitSchemaRequest.Builder.getSchema()
Required.
|
Schema |
CreateSchemaRequest.getSchema()
Required.
|
Schema |
CreateSchemaRequest.Builder.getSchema()
Required.
|
Schema |
CreateSchemaRequestOrBuilder.getSchema()
Required.
|
Schema |
CommitSchemaRequestOrBuilder.getSchema()
Required.
|
Schema |
ValidateMessageRequestOrBuilder.getSchema()
Ad-hoc schema against which to validate
|
Schema |
ValidateMessageRequest.getSchema()
Ad-hoc schema against which to validate
|
Schema |
ValidateMessageRequest.Builder.getSchema()
Ad-hoc schema against which to validate
|
Schema |
ValidateSchemaRequest.getSchema()
Required.
|
Schema |
ValidateSchemaRequest.Builder.getSchema()
Required.
|
Schema |
SchemaServiceGrpc.SchemaServiceBlockingStub.getSchema(GetSchemaRequest request)
Gets a schema.
|
Schema |
ListSchemasResponse.getSchemas(int index)
The resulting schemas.
|
Schema |
ListSchemasResponse.Builder.getSchemas(int index)
The resulting schemas.
|
Schema |
ListSchemasResponseOrBuilder.getSchemas(int index)
The resulting schemas.
|
Schema |
ListSchemaRevisionsResponseOrBuilder.getSchemas(int index)
The revisions of the schema.
|
Schema |
ListSchemaRevisionsResponse.getSchemas(int index)
The revisions of the schema.
|
Schema |
ListSchemaRevisionsResponse.Builder.getSchemas(int index)
The revisions of the schema.
|
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(ByteBuffer data) |
static Schema |
Schema.parseFrom(ByteBuffer 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) |
Schema |
SchemaServiceGrpc.SchemaServiceBlockingStub.rollbackSchema(RollbackSchemaRequest request)
Creates a new schema revision that is a copy of the provided revision_id.
|
Modifier and Type | Method and 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 MethodDescriptor<CommitSchemaRequest,Schema> |
SchemaServiceGrpc.getCommitSchemaMethod() |
static MethodDescriptor<CreateSchemaRequest,Schema> |
SchemaServiceGrpc.getCreateSchemaMethod() |
static MethodDescriptor<DeleteSchemaRevisionRequest,Schema> |
SchemaServiceGrpc.getDeleteSchemaRevisionMethod() |
static MethodDescriptor<GetSchemaRequest,Schema> |
SchemaServiceGrpc.getGetSchemaMethod() |
com.google.protobuf.Parser<Schema> |
Schema.getParserForType() |
static MethodDescriptor<RollbackSchemaRequest,Schema> |
SchemaServiceGrpc.getRollbackSchemaMethod() |
com.google.common.util.concurrent.ListenableFuture<Schema> |
SchemaServiceGrpc.SchemaServiceFutureStub.getSchema(GetSchemaRequest request)
Gets a schema.
|
List<Schema> |
ListSchemasResponse.getSchemasList()
The resulting schemas.
|
List<Schema> |
ListSchemasResponse.Builder.getSchemasList()
The resulting schemas.
|
List<Schema> |
ListSchemasResponseOrBuilder.getSchemasList()
The resulting schemas.
|
List<Schema> |
ListSchemaRevisionsResponseOrBuilder.getSchemasList()
The revisions of the schema.
|
List<Schema> |
ListSchemaRevisionsResponse.getSchemasList()
The revisions of the schema.
|
List<Schema> |
ListSchemaRevisionsResponse.Builder.getSchemasList()
The revisions of the schema.
|
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.
|
Modifier and Type | Method and Description |
---|---|
ListSchemasResponse.Builder |
ListSchemasResponse.Builder.addSchemas(int index,
Schema value)
The resulting schemas.
|
ListSchemaRevisionsResponse.Builder |
ListSchemaRevisionsResponse.Builder.addSchemas(int index,
Schema value)
The revisions of the schema.
|
ListSchemasResponse.Builder |
ListSchemasResponse.Builder.addSchemas(Schema value)
The resulting schemas.
|
ListSchemaRevisionsResponse.Builder |
ListSchemaRevisionsResponse.Builder.addSchemas(Schema value)
The revisions of the schema.
|
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 validate
|
ValidateSchemaRequest.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 validate
|
ValidateSchemaRequest.Builder |
ValidateSchemaRequest.Builder.setSchema(Schema value)
Required.
|
ListSchemasResponse.Builder |
ListSchemasResponse.Builder.setSchemas(int index,
Schema value)
The resulting schemas.
|
ListSchemaRevisionsResponse.Builder |
ListSchemaRevisionsResponse.Builder.setSchemas(int index,
Schema value)
The revisions of the schema.
|
Modifier and Type | Method and Description |
---|---|
ListSchemasResponse.Builder |
ListSchemasResponse.Builder.addAllSchemas(Iterable<? extends Schema> values)
The resulting schemas.
|
ListSchemaRevisionsResponse.Builder |
ListSchemaRevisionsResponse.Builder.addAllSchemas(Iterable<? extends Schema> values)
The revisions of the schema.
|
default void |
SchemaServiceGrpc.AsyncService.commitSchema(CommitSchemaRequest request,
StreamObserver<Schema> responseObserver)
Commits a new schema revision to an existing schema.
|
void |
SchemaServiceGrpc.SchemaServiceStub.commitSchema(CommitSchemaRequest request,
StreamObserver<Schema> responseObserver)
Commits a new schema revision to an existing schema.
|
default void |
SchemaServiceGrpc.AsyncService.createSchema(CreateSchemaRequest request,
StreamObserver<Schema> responseObserver)
Creates a schema.
|
void |
SchemaServiceGrpc.SchemaServiceStub.createSchema(CreateSchemaRequest request,
StreamObserver<Schema> responseObserver)
Creates a schema.
|
default void |
SchemaServiceGrpc.AsyncService.deleteSchemaRevision(DeleteSchemaRevisionRequest request,
StreamObserver<Schema> responseObserver)
Deletes a specific schema revision.
|
void |
SchemaServiceGrpc.SchemaServiceStub.deleteSchemaRevision(DeleteSchemaRevisionRequest request,
StreamObserver<Schema> responseObserver)
Deletes a specific schema revision.
|
default void |
SchemaServiceGrpc.AsyncService.getSchema(GetSchemaRequest request,
StreamObserver<Schema> responseObserver)
Gets a schema.
|
void |
SchemaServiceGrpc.SchemaServiceStub.getSchema(GetSchemaRequest request,
StreamObserver<Schema> responseObserver)
Gets a schema.
|
default void |
SchemaServiceGrpc.AsyncService.rollbackSchema(RollbackSchemaRequest request,
StreamObserver<Schema> responseObserver)
Creates a new schema revision that is a copy of the provided revision_id.
|
void |
SchemaServiceGrpc.SchemaServiceStub.rollbackSchema(RollbackSchemaRequest request,
StreamObserver<Schema> responseObserver)
Creates a new schema revision that is a copy of the provided revision_id.
|
Copyright © 2023 Google LLC. All rights reserved.