Class ServingConfig.GenericConfig (0.38.0)

public static final class ServingConfig.GenericConfig extends GeneratedMessageV3 implements ServingConfig.GenericConfigOrBuilder

Specifies the configurations needed for Generic Discovery.Currently we support:

  • content_search_spec: configuration for generic content search.

Protobuf type google.cloud.discoveryengine.v1alpha.ServingConfig.GenericConfig

Static Fields

CONTENT_SEARCH_SPEC_FIELD_NUMBER

public static final int CONTENT_SEARCH_SPEC_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static ServingConfig.GenericConfig getDefaultInstance()
Returns
Type Description
ServingConfig.GenericConfig

getDescriptor()

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

newBuilder()

public static ServingConfig.GenericConfig.Builder newBuilder()
Returns
Type Description
ServingConfig.GenericConfig.Builder

newBuilder(ServingConfig.GenericConfig prototype)

public static ServingConfig.GenericConfig.Builder newBuilder(ServingConfig.GenericConfig prototype)
Parameter
Name Description
prototype ServingConfig.GenericConfig
Returns
Type Description
ServingConfig.GenericConfig.Builder

parseDelimitedFrom(InputStream input)

public static ServingConfig.GenericConfig parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ServingConfig.GenericConfig
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ServingConfig.GenericConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ServingConfig.GenericConfig
Exceptions
Type Description
IOException

parseFrom(byte[] data)

public static ServingConfig.GenericConfig parseFrom(byte[] data)
Parameter
Name Description
data byte[]
Returns
Type Description
ServingConfig.GenericConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

public static ServingConfig.GenericConfig parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data byte[]
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ServingConfig.GenericConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data)

public static ServingConfig.GenericConfig parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
ServingConfig.GenericConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

public static ServingConfig.GenericConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteString
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ServingConfig.GenericConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(CodedInputStream input)

public static ServingConfig.GenericConfig parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
ServingConfig.GenericConfig
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public static ServingConfig.GenericConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ServingConfig.GenericConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input)

public static ServingConfig.GenericConfig parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
ServingConfig.GenericConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

public static ServingConfig.GenericConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input InputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ServingConfig.GenericConfig
Exceptions
Type Description
IOException

parseFrom(ByteBuffer data)

public static ServingConfig.GenericConfig parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
ServingConfig.GenericConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

public static ServingConfig.GenericConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
data ByteBuffer
extensionRegistry ExtensionRegistryLite
Returns
Type Description
ServingConfig.GenericConfig
Exceptions
Type Description
InvalidProtocolBufferException

parser()

public static Parser<ServingConfig.GenericConfig> parser()
Returns
Type Description
Parser<GenericConfig>

Methods

equals(Object obj)

public boolean equals(Object obj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getContentSearchSpec()

public SearchRequest.ContentSearchSpec getContentSearchSpec()

Specifies the expected behavior of content search. Only valid for content-search enabled data store.

.google.cloud.discoveryengine.v1alpha.SearchRequest.ContentSearchSpec content_search_spec = 1;

Returns
Type Description
SearchRequest.ContentSearchSpec

The contentSearchSpec.

getContentSearchSpecOrBuilder()

public SearchRequest.ContentSearchSpecOrBuilder getContentSearchSpecOrBuilder()

Specifies the expected behavior of content search. Only valid for content-search enabled data store.

.google.cloud.discoveryengine.v1alpha.SearchRequest.ContentSearchSpec content_search_spec = 1;

Returns
Type Description
SearchRequest.ContentSearchSpecOrBuilder

getDefaultInstanceForType()

public ServingConfig.GenericConfig getDefaultInstanceForType()
Returns
Type Description
ServingConfig.GenericConfig

getParserForType()

public Parser<ServingConfig.GenericConfig> getParserForType()
Returns
Type Description
Parser<GenericConfig>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasContentSearchSpec()

public boolean hasContentSearchSpec()

Specifies the expected behavior of content search. Only valid for content-search enabled data store.

.google.cloud.discoveryengine.v1alpha.SearchRequest.ContentSearchSpec content_search_spec = 1;

Returns
Type Description
boolean

Whether the contentSearchSpec field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public ServingConfig.GenericConfig.Builder newBuilderForType()
Returns
Type Description
ServingConfig.GenericConfig.Builder

newBuilderForType(GeneratedMessageV3.BuilderParent parent)

protected ServingConfig.GenericConfig.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
ServingConfig.GenericConfig.Builder
Overrides

newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)

protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Name Description
unused UnusedPrivateParameter
Returns
Type Description
Object
Overrides

toBuilder()

public ServingConfig.GenericConfig.Builder toBuilder()
Returns
Type Description
ServingConfig.GenericConfig.Builder

writeTo(CodedOutputStream output)

public void writeTo(CodedOutputStream output)
Parameter
Name Description
output CodedOutputStream
Overrides
Exceptions
Type Description
IOException