Class CreateSchemaRequest.Builder (0.79.0)

public static final class CreateSchemaRequest.Builder extends GeneratedMessage.Builder<CreateSchemaRequest.Builder> implements CreateSchemaRequestOrBuilder

Request message for SchemaService.CreateSchema method.

Protobuf type google.cloud.discoveryengine.v1.CreateSchemaRequest

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public CreateSchemaRequest build()
Returns
Type Description
CreateSchemaRequest

buildPartial()

public CreateSchemaRequest buildPartial()
Returns
Type Description
CreateSchemaRequest

clear()

public CreateSchemaRequest.Builder clear()
Returns
Type Description
CreateSchemaRequest.Builder
Overrides

clearParent()

public CreateSchemaRequest.Builder clearParent()

Required. The parent data store resource name, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
CreateSchemaRequest.Builder

This builder for chaining.

clearSchema()

public CreateSchemaRequest.Builder clearSchema()

Required. The Schema to create.

.google.cloud.discoveryengine.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CreateSchemaRequest.Builder

clearSchemaId()

public CreateSchemaRequest.Builder clearSchemaId()

Required. The ID to use for the Schema, which becomes the final component of the Schema.name.

This field should conform to RFC-1034 standard with a length limit of 63 characters.

string schema_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
CreateSchemaRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public CreateSchemaRequest getDefaultInstanceForType()
Returns
Type Description
CreateSchemaRequest

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

getParent()

public String getParent()

Required. The parent data store resource name, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
String

The parent.

getParentBytes()

public ByteString getParentBytes()

Required. The parent data store resource name, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Returns
Type Description
ByteString

The bytes for parent.

getSchema()

public Schema getSchema()

Required. The Schema to create.

.google.cloud.discoveryengine.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Schema

The schema.

getSchemaBuilder()

public Schema.Builder getSchemaBuilder()

Required. The Schema to create.

.google.cloud.discoveryengine.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
Schema.Builder

getSchemaId()

public String getSchemaId()

Required. The ID to use for the Schema, which becomes the final component of the Schema.name.

This field should conform to RFC-1034 standard with a length limit of 63 characters.

string schema_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The schemaId.

getSchemaIdBytes()

public ByteString getSchemaIdBytes()

Required. The ID to use for the Schema, which becomes the final component of the Schema.name.

This field should conform to RFC-1034 standard with a length limit of 63 characters.

string schema_id = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for schemaId.

getSchemaOrBuilder()

public SchemaOrBuilder getSchemaOrBuilder()

Required. The Schema to create.

.google.cloud.discoveryengine.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
SchemaOrBuilder

hasSchema()

public boolean hasSchema()

Required. The Schema to create.

.google.cloud.discoveryengine.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the schema field is set.

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(CreateSchemaRequest other)

public CreateSchemaRequest.Builder mergeFrom(CreateSchemaRequest other)
Parameter
Name Description
other CreateSchemaRequest
Returns
Type Description
CreateSchemaRequest.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public CreateSchemaRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
CreateSchemaRequest.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public CreateSchemaRequest.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
CreateSchemaRequest.Builder
Overrides

mergeSchema(Schema value)

public CreateSchemaRequest.Builder mergeSchema(Schema value)

Required. The Schema to create.

.google.cloud.discoveryengine.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Schema
Returns
Type Description
CreateSchemaRequest.Builder

setParent(String value)

public CreateSchemaRequest.Builder setParent(String value)

Required. The parent data store resource name, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value String

The parent to set.

Returns
Type Description
CreateSchemaRequest.Builder

This builder for chaining.

setParentBytes(ByteString value)

public CreateSchemaRequest.Builder setParentBytes(ByteString value)

Required. The parent data store resource name, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}.

string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }

Parameter
Name Description
value ByteString

The bytes for parent to set.

Returns
Type Description
CreateSchemaRequest.Builder

This builder for chaining.

setSchema(Schema value)

public CreateSchemaRequest.Builder setSchema(Schema value)

Required. The Schema to create.

.google.cloud.discoveryengine.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value Schema
Returns
Type Description
CreateSchemaRequest.Builder

setSchema(Schema.Builder builderForValue)

public CreateSchemaRequest.Builder setSchema(Schema.Builder builderForValue)

Required. The Schema to create.

.google.cloud.discoveryengine.v1.Schema schema = 2 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
builderForValue Schema.Builder
Returns
Type Description
CreateSchemaRequest.Builder

setSchemaId(String value)

public CreateSchemaRequest.Builder setSchemaId(String value)

Required. The ID to use for the Schema, which becomes the final component of the Schema.name.

This field should conform to RFC-1034 standard with a length limit of 63 characters.

string schema_id = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value String

The schemaId to set.

Returns
Type Description
CreateSchemaRequest.Builder

This builder for chaining.

setSchemaIdBytes(ByteString value)

public CreateSchemaRequest.Builder setSchemaIdBytes(ByteString value)

Required. The ID to use for the Schema, which becomes the final component of the Schema.name.

This field should conform to RFC-1034 standard with a length limit of 63 characters.

string schema_id = 3 [(.google.api.field_behavior) = REQUIRED];

Parameter
Name Description
value ByteString

The bytes for schemaId to set.

Returns
Type Description
CreateSchemaRequest.Builder

This builder for chaining.