public static final class SchemaServiceGrpc.SchemaServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<SchemaServiceGrpc.SchemaServiceBlockingStub>
Service for managing [Schema][google.cloud.discoveryengine.v1beta.Schema]s.
| Modifier and Type | Method and Description |
|---|---|
protected SchemaServiceGrpc.SchemaServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.longrunning.Operation |
createSchema(CreateSchemaRequest request)
Creates a [Schema][google.cloud.discoveryengine.v1beta.Schema].
|
com.google.longrunning.Operation |
deleteSchema(DeleteSchemaRequest request)
Deletes a [Schema][google.cloud.discoveryengine.v1beta.Schema].
|
Schema |
getSchema(GetSchemaRequest request)
Gets a [Schema][google.cloud.discoveryengine.v1beta.Schema].
|
ListSchemasResponse |
listSchemas(ListSchemasRequest request)
Gets a list of [Schema][google.cloud.discoveryengine.v1beta.Schema]s.
|
com.google.longrunning.Operation |
updateSchema(UpdateSchemaRequest request)
Updates a [Schema][google.cloud.discoveryengine.v1beta.Schema].
|
protected SchemaServiceGrpc.SchemaServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<SchemaServiceGrpc.SchemaServiceBlockingStub>public Schema getSchema(GetSchemaRequest request)
Gets a [Schema][google.cloud.discoveryengine.v1beta.Schema].
public ListSchemasResponse listSchemas(ListSchemasRequest request)
Gets a list of [Schema][google.cloud.discoveryengine.v1beta.Schema]s.
public com.google.longrunning.Operation createSchema(CreateSchemaRequest request)
Creates a [Schema][google.cloud.discoveryengine.v1beta.Schema].
public com.google.longrunning.Operation updateSchema(UpdateSchemaRequest request)
Updates a [Schema][google.cloud.discoveryengine.v1beta.Schema].
public com.google.longrunning.Operation deleteSchema(DeleteSchemaRequest request)
Deletes a [Schema][google.cloud.discoveryengine.v1beta.Schema].
Copyright © 2023 Google LLC. All rights reserved.