Class GetSchemaRequest.Builder (0.79.0)

public static final class GetSchemaRequest.Builder extends GeneratedMessage.Builder<GetSchemaRequest.Builder> implements GetSchemaRequestOrBuilder

Request message for SchemaService.GetSchema method.

Protobuf type google.cloud.discoveryengine.v1.GetSchemaRequest

Static Methods

getDescriptor()

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

Methods

build()

public GetSchemaRequest build()
Returns
Type Description
GetSchemaRequest

buildPartial()

public GetSchemaRequest buildPartial()
Returns
Type Description
GetSchemaRequest

clear()

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

clearName()

public GetSchemaRequest.Builder clearName()

Required. The full resource name of the schema, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}.

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

Returns
Type Description
GetSchemaRequest.Builder

This builder for chaining.

getDefaultInstanceForType()

public GetSchemaRequest getDefaultInstanceForType()
Returns
Type Description
GetSchemaRequest

getDescriptorForType()

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

getName()

public String getName()

Required. The full resource name of the schema, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}.

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

Returns
Type Description
String

The name.

getNameBytes()

public ByteString getNameBytes()

Required. The full resource name of the schema, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}.

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

Returns
Type Description
ByteString

The bytes for name.

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(GetSchemaRequest other)

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

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

mergeFrom(Message other)

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

setName(String value)

public GetSchemaRequest.Builder setName(String value)

Required. The full resource name of the schema, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}.

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

Parameter
Name Description
value String

The name to set.

Returns
Type Description
GetSchemaRequest.Builder

This builder for chaining.

setNameBytes(ByteString value)

public GetSchemaRequest.Builder setNameBytes(ByteString value)

Required. The full resource name of the schema, in the format of projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/schemas/{schema}.

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

Parameter
Name Description
value ByteString

The bytes for name to set.

Returns
Type Description
GetSchemaRequest.Builder

This builder for chaining.