Class DataStore.FederatedSearchConfig (0.90.0)

public static final class DataStore.FederatedSearchConfig extends GeneratedMessage implements DataStore.FederatedSearchConfigOrBuilder

Stores information for federated search.

Protobuf type google.cloud.discoveryengine.v1beta.DataStore.FederatedSearchConfig

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > DataStore.FederatedSearchConfig

Static Fields

ALLOY_DB_CONFIG_FIELD_NUMBER

public static final int ALLOY_DB_CONFIG_FIELD_NUMBER
Field Value
Type Description
int

NOTEBOOKLM_CONFIG_FIELD_NUMBER

public static final int NOTEBOOKLM_CONFIG_FIELD_NUMBER
Field Value
Type Description
int

THIRD_PARTY_OAUTH_CONFIG_FIELD_NUMBER

public static final int THIRD_PARTY_OAUTH_CONFIG_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static DataStore.FederatedSearchConfig getDefaultInstance()
Returns
Type Description
DataStore.FederatedSearchConfig

getDescriptor()

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

newBuilder()

public static DataStore.FederatedSearchConfig.Builder newBuilder()
Returns
Type Description
DataStore.FederatedSearchConfig.Builder

newBuilder(DataStore.FederatedSearchConfig prototype)

public static DataStore.FederatedSearchConfig.Builder newBuilder(DataStore.FederatedSearchConfig prototype)
Parameter
Name Description
prototype DataStore.FederatedSearchConfig
Returns
Type Description
DataStore.FederatedSearchConfig.Builder

parseDelimitedFrom(InputStream input)

public static DataStore.FederatedSearchConfig parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DataStore.FederatedSearchConfig
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static DataStore.FederatedSearchConfig parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
DataStore.FederatedSearchConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static DataStore.FederatedSearchConfig parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
DataStore.FederatedSearchConfig
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static DataStore.FederatedSearchConfig parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
DataStore.FederatedSearchConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static DataStore.FederatedSearchConfig parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
DataStore.FederatedSearchConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<DataStore.FederatedSearchConfig> parser()
Returns
Type Description
Parser<FederatedSearchConfig>

Methods

equals(Object obj)

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

getAlloyDbConfig()

public DataStore.FederatedSearchConfig.AlloyDbConfig getAlloyDbConfig()

AlloyDB config. If set, this DataStore is connected to AlloyDB.

.google.cloud.discoveryengine.v1beta.DataStore.FederatedSearchConfig.AlloyDbConfig alloy_db_config = 1;

Returns
Type Description
DataStore.FederatedSearchConfig.AlloyDbConfig

The alloyDbConfig.

getAlloyDbConfigOrBuilder()

public DataStore.FederatedSearchConfig.AlloyDbConfigOrBuilder getAlloyDbConfigOrBuilder()

AlloyDB config. If set, this DataStore is connected to AlloyDB.

.google.cloud.discoveryengine.v1beta.DataStore.FederatedSearchConfig.AlloyDbConfig alloy_db_config = 1;

Returns
Type Description
DataStore.FederatedSearchConfig.AlloyDbConfigOrBuilder

getDataSourceConfigCase()

public DataStore.FederatedSearchConfig.DataSourceConfigCase getDataSourceConfigCase()
Returns
Type Description
DataStore.FederatedSearchConfig.DataSourceConfigCase

getDefaultInstanceForType()

public DataStore.FederatedSearchConfig getDefaultInstanceForType()
Returns
Type Description
DataStore.FederatedSearchConfig

getNotebooklmConfig()

public DataStore.FederatedSearchConfig.NotebooklmConfig getNotebooklmConfig()

NotebookLM config. If set, this DataStore is connected to NotebookLM Enterprise.

.google.cloud.discoveryengine.v1beta.DataStore.FederatedSearchConfig.NotebooklmConfig notebooklm_config = 3;

Returns
Type Description
DataStore.FederatedSearchConfig.NotebooklmConfig

The notebooklmConfig.

getNotebooklmConfigOrBuilder()

public DataStore.FederatedSearchConfig.NotebooklmConfigOrBuilder getNotebooklmConfigOrBuilder()

NotebookLM config. If set, this DataStore is connected to NotebookLM Enterprise.

.google.cloud.discoveryengine.v1beta.DataStore.FederatedSearchConfig.NotebooklmConfig notebooklm_config = 3;

Returns
Type Description
DataStore.FederatedSearchConfig.NotebooklmConfigOrBuilder

getParserForType()

public Parser<DataStore.FederatedSearchConfig> getParserForType()
Returns
Type Description
Parser<FederatedSearchConfig>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

getThirdPartyOauthConfig()

public DataStore.FederatedSearchConfig.ThirdPartyOauthConfig getThirdPartyOauthConfig()

Third Party OAuth config. If set, this DataStore is connected to a third party application.

.google.cloud.discoveryengine.v1beta.DataStore.FederatedSearchConfig.ThirdPartyOauthConfig third_party_oauth_config = 2;

Returns
Type Description
DataStore.FederatedSearchConfig.ThirdPartyOauthConfig

The thirdPartyOauthConfig.

getThirdPartyOauthConfigOrBuilder()

public DataStore.FederatedSearchConfig.ThirdPartyOauthConfigOrBuilder getThirdPartyOauthConfigOrBuilder()

Third Party OAuth config. If set, this DataStore is connected to a third party application.

.google.cloud.discoveryengine.v1beta.DataStore.FederatedSearchConfig.ThirdPartyOauthConfig third_party_oauth_config = 2;

Returns
Type Description
DataStore.FederatedSearchConfig.ThirdPartyOauthConfigOrBuilder

hasAlloyDbConfig()

public boolean hasAlloyDbConfig()

AlloyDB config. If set, this DataStore is connected to AlloyDB.

.google.cloud.discoveryengine.v1beta.DataStore.FederatedSearchConfig.AlloyDbConfig alloy_db_config = 1;

Returns
Type Description
boolean

Whether the alloyDbConfig field is set.

hasNotebooklmConfig()

public boolean hasNotebooklmConfig()

NotebookLM config. If set, this DataStore is connected to NotebookLM Enterprise.

.google.cloud.discoveryengine.v1beta.DataStore.FederatedSearchConfig.NotebooklmConfig notebooklm_config = 3;

Returns
Type Description
boolean

Whether the notebooklmConfig field is set.

hasThirdPartyOauthConfig()

public boolean hasThirdPartyOauthConfig()

Third Party OAuth config. If set, this DataStore is connected to a third party application.

.google.cloud.discoveryengine.v1beta.DataStore.FederatedSearchConfig.ThirdPartyOauthConfig third_party_oauth_config = 2;

Returns
Type Description
boolean

Whether the thirdPartyOauthConfig field is set.

hashCode()

public int hashCode()
Returns
Type Description
int
Overrides

internalGetFieldAccessorTable()

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

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

newBuilderForType()

public DataStore.FederatedSearchConfig.Builder newBuilderForType()
Returns
Type Description
DataStore.FederatedSearchConfig.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected DataStore.FederatedSearchConfig.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
DataStore.FederatedSearchConfig.Builder
Overrides

toBuilder()

public DataStore.FederatedSearchConfig.Builder toBuilder()
Returns
Type Description
DataStore.FederatedSearchConfig.Builder

writeTo(CodedOutputStream output)

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