Uses of Class
com.google.cloud.discoveryengine.v1.CreateSchemaMetadata
-
Packages that use CreateSchemaMetadata Package Description com.google.cloud.discoveryengine.v1 A client to Discovery Engine APIcom.google.cloud.discoveryengine.v1.stub -
-
Uses of CreateSchemaMetadata in com.google.cloud.discoveryengine.v1
Methods in com.google.cloud.discoveryengine.v1 that return CreateSchemaMetadata Modifier and Type Method Description CreateSchemaMetadata
CreateSchemaMetadata.Builder. build()
CreateSchemaMetadata
CreateSchemaMetadata.Builder. buildPartial()
static CreateSchemaMetadata
CreateSchemaMetadata. getDefaultInstance()
CreateSchemaMetadata
CreateSchemaMetadata.Builder. getDefaultInstanceForType()
CreateSchemaMetadata
CreateSchemaMetadata. getDefaultInstanceForType()
static CreateSchemaMetadata
CreateSchemaMetadata. parseDelimitedFrom(InputStream input)
static CreateSchemaMetadata
CreateSchemaMetadata. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSchemaMetadata
CreateSchemaMetadata. parseFrom(byte[] data)
static CreateSchemaMetadata
CreateSchemaMetadata. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSchemaMetadata
CreateSchemaMetadata. parseFrom(com.google.protobuf.ByteString data)
static CreateSchemaMetadata
CreateSchemaMetadata. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSchemaMetadata
CreateSchemaMetadata. parseFrom(com.google.protobuf.CodedInputStream input)
static CreateSchemaMetadata
CreateSchemaMetadata. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSchemaMetadata
CreateSchemaMetadata. parseFrom(InputStream input)
static CreateSchemaMetadata
CreateSchemaMetadata. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CreateSchemaMetadata
CreateSchemaMetadata. parseFrom(ByteBuffer data)
static CreateSchemaMetadata
CreateSchemaMetadata. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.discoveryengine.v1 that return types with arguments of type CreateSchemaMetadata 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.com.google.protobuf.Parser<CreateSchemaMetadata>
CreateSchemaMetadata. getParserForType()
static com.google.protobuf.Parser<CreateSchemaMetadata>
CreateSchemaMetadata. parser()
Methods in com.google.cloud.discoveryengine.v1 with parameters of type CreateSchemaMetadata Modifier and Type Method Description CreateSchemaMetadata.Builder
CreateSchemaMetadata.Builder. mergeFrom(CreateSchemaMetadata other)
static CreateSchemaMetadata.Builder
CreateSchemaMetadata. newBuilder(CreateSchemaMetadata prototype)
-
Uses of CreateSchemaMetadata in com.google.cloud.discoveryengine.v1.stub
Methods in com.google.cloud.discoveryengine.v1.stub that return types with arguments of type CreateSchemaMetadata 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.
-