Uses of Class
com.google.cloud.discoveryengine.v1.Schema
-
Packages that use Schema Package Description com.google.cloud.discoveryengine.v1 A client to Discovery Engine APIcom.google.cloud.discoveryengine.v1.stub -
-
Uses of Schema in com.google.cloud.discoveryengine.v1
Methods in com.google.cloud.discoveryengine.v1 that return Schema Modifier and Type Method Description Schema
Schema.Builder. build()
Schema
Schema.Builder. buildPartial()
static Schema
Schema. getDefaultInstance()
Schema
Schema.Builder. getDefaultInstanceForType()
Schema
Schema. getDefaultInstanceForType()
Schema
CreateSchemaRequest.Builder. getSchema()
Required.Schema
CreateSchemaRequest. getSchema()
Required.Schema
CreateSchemaRequestOrBuilder. getSchema()
Required.Schema
SchemaServiceClient. getSchema(GetSchemaRequest request)
Gets a [Schema][google.cloud.discoveryengine.v1.Schema].Schema
SchemaServiceClient. getSchema(SchemaName name)
Gets a [Schema][google.cloud.discoveryengine.v1.Schema].Schema
SchemaServiceClient. getSchema(String name)
Gets a [Schema][google.cloud.discoveryengine.v1.Schema].Schema
SchemaServiceGrpc.SchemaServiceBlockingStub. getSchema(GetSchemaRequest request)
Gets a [Schema][google.cloud.discoveryengine.v1.Schema].Schema
UpdateSchemaRequest.Builder. getSchema()
Required.Schema
UpdateSchemaRequest. getSchema()
Required.Schema
UpdateSchemaRequestOrBuilder. getSchema()
Required.Schema
ListSchemasResponse.Builder. getSchemas(int index)
The [Schema][google.cloud.discoveryengine.v1.Schema]s.Schema
ListSchemasResponse. getSchemas(int index)
The [Schema][google.cloud.discoveryengine.v1.Schema]s.Schema
ListSchemasResponseOrBuilder. getSchemas(int index)
The [Schema][google.cloud.discoveryengine.v1.Schema]s.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)
Methods in com.google.cloud.discoveryengine.v1 that return types with arguments of type Schema Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Schema,CreateSchemaMetadata>
SchemaServiceClient. createSchemaAsync(CreateSchemaRequest request)
Creates a [Schema][google.cloud.discoveryengine.v1.Schema].com.google.api.gax.longrunning.OperationFuture<Schema,CreateSchemaMetadata>
SchemaServiceClient. createSchemaAsync(DataStoreName parent, Schema schema, String schemaId)
Creates a [Schema][google.cloud.discoveryengine.v1.Schema].com.google.api.gax.longrunning.OperationFuture<Schema,CreateSchemaMetadata>
SchemaServiceClient. createSchemaAsync(String parent, Schema schema, String schemaId)
Creates a [Schema][google.cloud.discoveryengine.v1.Schema].com.google.api.gax.rpc.OperationCallable<CreateSchemaRequest,Schema,CreateSchemaMetadata>
SchemaServiceClient. createSchemaOperationCallable()
Creates a [Schema][google.cloud.discoveryengine.v1.Schema].com.google.api.gax.rpc.OperationCallSettings.Builder<CreateSchemaRequest,Schema,CreateSchemaMetadata>
SchemaServiceSettings.Builder. createSchemaOperationSettings()
Returns the builder for the settings used for calls to createSchema.com.google.api.gax.rpc.OperationCallSettings<CreateSchemaRequest,Schema,CreateSchemaMetadata>
SchemaServiceSettings. createSchemaOperationSettings()
Returns the object with the settings used for calls to createSchema.static io.grpc.MethodDescriptor<GetSchemaRequest,Schema>
SchemaServiceGrpc. getGetSchemaMethod()
com.google.protobuf.Parser<Schema>
Schema. getParserForType()
com.google.common.util.concurrent.ListenableFuture<Schema>
SchemaServiceGrpc.SchemaServiceFutureStub. getSchema(GetSchemaRequest request)
Gets a [Schema][google.cloud.discoveryengine.v1.Schema].com.google.api.gax.rpc.UnaryCallable<GetSchemaRequest,Schema>
SchemaServiceClient. getSchemaCallable()
Gets a [Schema][google.cloud.discoveryengine.v1.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.List<Schema>
ListSchemasResponse.Builder. getSchemasList()
The [Schema][google.cloud.discoveryengine.v1.Schema]s.List<Schema>
ListSchemasResponse. getSchemasList()
The [Schema][google.cloud.discoveryengine.v1.Schema]s.List<Schema>
ListSchemasResponseOrBuilder. getSchemasList()
The [Schema][google.cloud.discoveryengine.v1.Schema]s.static com.google.protobuf.Parser<Schema>
Schema. parser()
com.google.api.gax.longrunning.OperationFuture<Schema,UpdateSchemaMetadata>
SchemaServiceClient. updateSchemaAsync(UpdateSchemaRequest request)
Updates a [Schema][google.cloud.discoveryengine.v1.Schema].com.google.api.gax.rpc.OperationCallable<UpdateSchemaRequest,Schema,UpdateSchemaMetadata>
SchemaServiceClient. updateSchemaOperationCallable()
Updates a [Schema][google.cloud.discoveryengine.v1.Schema].com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateSchemaRequest,Schema,UpdateSchemaMetadata>
SchemaServiceSettings.Builder. updateSchemaOperationSettings()
Returns the builder for the settings used for calls to updateSchema.com.google.api.gax.rpc.OperationCallSettings<UpdateSchemaRequest,Schema,UpdateSchemaMetadata>
SchemaServiceSettings. updateSchemaOperationSettings()
Returns the object with the settings used for calls to updateSchema.Methods in com.google.cloud.discoveryengine.v1 with parameters of type Schema Modifier and Type Method Description ListSchemasResponse.Builder
ListSchemasResponse.Builder. addSchemas(int index, Schema value)
The [Schema][google.cloud.discoveryengine.v1.Schema]s.ListSchemasResponse.Builder
ListSchemasResponse.Builder. addSchemas(Schema value)
The [Schema][google.cloud.discoveryengine.v1.Schema]s.com.google.api.gax.longrunning.OperationFuture<Schema,CreateSchemaMetadata>
SchemaServiceClient. createSchemaAsync(DataStoreName parent, Schema schema, String schemaId)
Creates a [Schema][google.cloud.discoveryengine.v1.Schema].com.google.api.gax.longrunning.OperationFuture<Schema,CreateSchemaMetadata>
SchemaServiceClient. createSchemaAsync(String parent, Schema schema, String schemaId)
Creates a [Schema][google.cloud.discoveryengine.v1.Schema].Schema.Builder
Schema.Builder. mergeFrom(Schema other)
CreateSchemaRequest.Builder
CreateSchemaRequest.Builder. mergeSchema(Schema value)
Required.UpdateSchemaRequest.Builder
UpdateSchemaRequest.Builder. mergeSchema(Schema value)
Required.static Schema.Builder
Schema. newBuilder(Schema prototype)
CreateSchemaRequest.Builder
CreateSchemaRequest.Builder. setSchema(Schema value)
Required.UpdateSchemaRequest.Builder
UpdateSchemaRequest.Builder. setSchema(Schema value)
Required.ListSchemasResponse.Builder
ListSchemasResponse.Builder. setSchemas(int index, Schema value)
The [Schema][google.cloud.discoveryengine.v1.Schema]s.Method parameters in com.google.cloud.discoveryengine.v1 with type arguments of type Schema Modifier and Type Method Description ListSchemasResponse.Builder
ListSchemasResponse.Builder. addAllSchemas(Iterable<? extends Schema> values)
The [Schema][google.cloud.discoveryengine.v1.Schema]s.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)
default void
SchemaServiceGrpc.AsyncService. getSchema(GetSchemaRequest request, io.grpc.stub.StreamObserver<Schema> responseObserver)
Gets a [Schema][google.cloud.discoveryengine.v1.Schema].void
SchemaServiceGrpc.SchemaServiceStub. getSchema(GetSchemaRequest request, io.grpc.stub.StreamObserver<Schema> responseObserver)
Gets a [Schema][google.cloud.discoveryengine.v1.Schema]. -
Uses of Schema in com.google.cloud.discoveryengine.v1.stub
Methods in com.google.cloud.discoveryengine.v1.stub that return types with arguments of type Schema Modifier and Type Method Description com.google.api.gax.rpc.OperationCallable<CreateSchemaRequest,Schema,CreateSchemaMetadata>
GrpcSchemaServiceStub. createSchemaOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateSchemaRequest,Schema,CreateSchemaMetadata>
HttpJsonSchemaServiceStub. createSchemaOperationCallable()
com.google.api.gax.rpc.OperationCallable<CreateSchemaRequest,Schema,CreateSchemaMetadata>
SchemaServiceStub. createSchemaOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<CreateSchemaRequest,Schema,CreateSchemaMetadata>
SchemaServiceStubSettings.Builder. createSchemaOperationSettings()
Returns the builder for the settings used for calls to createSchema.com.google.api.gax.rpc.OperationCallSettings<CreateSchemaRequest,Schema,CreateSchemaMetadata>
SchemaServiceStubSettings. createSchemaOperationSettings()
Returns the object with the settings used for calls to createSchema.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.OperationCallable<UpdateSchemaRequest,Schema,UpdateSchemaMetadata>
GrpcSchemaServiceStub. updateSchemaOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateSchemaRequest,Schema,UpdateSchemaMetadata>
HttpJsonSchemaServiceStub. updateSchemaOperationCallable()
com.google.api.gax.rpc.OperationCallable<UpdateSchemaRequest,Schema,UpdateSchemaMetadata>
SchemaServiceStub. updateSchemaOperationCallable()
com.google.api.gax.rpc.OperationCallSettings.Builder<UpdateSchemaRequest,Schema,UpdateSchemaMetadata>
SchemaServiceStubSettings.Builder. updateSchemaOperationSettings()
Returns the builder for the settings used for calls to updateSchema.com.google.api.gax.rpc.OperationCallSettings<UpdateSchemaRequest,Schema,UpdateSchemaMetadata>
SchemaServiceStubSettings. updateSchemaOperationSettings()
Returns the object with the settings used for calls to updateSchema.
-