Class Project.CustomerProvidedConfig (0.90.0)

public static final class Project.CustomerProvidedConfig extends GeneratedMessage implements Project.CustomerProvidedConfigOrBuilder

Customer provided configurations.

Protobuf type google.cloud.discoveryengine.v1beta.Project.CustomerProvidedConfig

Inheritance

Object > AbstractMessageLite<MessageType,BuilderType> > AbstractMessage > GeneratedMessage > Project.CustomerProvidedConfig

Static Fields

NOTEBOOKLM_CONFIG_FIELD_NUMBER

public static final int NOTEBOOKLM_CONFIG_FIELD_NUMBER
Field Value
Type Description
int

Static Methods

getDefaultInstance()

public static Project.CustomerProvidedConfig getDefaultInstance()
Returns
Type Description
Project.CustomerProvidedConfig

getDescriptor()

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

newBuilder()

public static Project.CustomerProvidedConfig.Builder newBuilder()
Returns
Type Description
Project.CustomerProvidedConfig.Builder

newBuilder(Project.CustomerProvidedConfig prototype)

public static Project.CustomerProvidedConfig.Builder newBuilder(Project.CustomerProvidedConfig prototype)
Parameter
Name Description
prototype Project.CustomerProvidedConfig
Returns
Type Description
Project.CustomerProvidedConfig.Builder

parseDelimitedFrom(InputStream input)

public static Project.CustomerProvidedConfig parseDelimitedFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Project.CustomerProvidedConfig
Exceptions
Type Description
IOException

parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(byte[] data)

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

parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteString data)

public static Project.CustomerProvidedConfig parseFrom(ByteString data)
Parameter
Name Description
data ByteString
Returns
Type Description
Project.CustomerProvidedConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)

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

parseFrom(CodedInputStream input)

public static Project.CustomerProvidedConfig parseFrom(CodedInputStream input)
Parameter
Name Description
input CodedInputStream
Returns
Type Description
Project.CustomerProvidedConfig
Exceptions
Type Description
IOException

parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(InputStream input)

public static Project.CustomerProvidedConfig parseFrom(InputStream input)
Parameter
Name Description
input InputStream
Returns
Type Description
Project.CustomerProvidedConfig
Exceptions
Type Description
IOException

parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)

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

parseFrom(ByteBuffer data)

public static Project.CustomerProvidedConfig parseFrom(ByteBuffer data)
Parameter
Name Description
data ByteBuffer
Returns
Type Description
Project.CustomerProvidedConfig
Exceptions
Type Description
InvalidProtocolBufferException

parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)

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

parser()

public static Parser<Project.CustomerProvidedConfig> parser()
Returns
Type Description
Parser<CustomerProvidedConfig>

Methods

equals(Object obj)

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

getDefaultInstanceForType()

public Project.CustomerProvidedConfig getDefaultInstanceForType()
Returns
Type Description
Project.CustomerProvidedConfig

getNotebooklmConfig()

public Project.CustomerProvidedConfig.NotebooklmConfig getNotebooklmConfig()

Optional. Configuration for NotebookLM settings.

.google.cloud.discoveryengine.v1beta.Project.CustomerProvidedConfig.NotebooklmConfig notebooklm_config = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Project.CustomerProvidedConfig.NotebooklmConfig

The notebooklmConfig.

getNotebooklmConfigOrBuilder()

public Project.CustomerProvidedConfig.NotebooklmConfigOrBuilder getNotebooklmConfigOrBuilder()

Optional. Configuration for NotebookLM settings.

.google.cloud.discoveryengine.v1beta.Project.CustomerProvidedConfig.NotebooklmConfig notebooklm_config = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
Project.CustomerProvidedConfig.NotebooklmConfigOrBuilder

getParserForType()

public Parser<Project.CustomerProvidedConfig> getParserForType()
Returns
Type Description
Parser<CustomerProvidedConfig>
Overrides

getSerializedSize()

public int getSerializedSize()
Returns
Type Description
int
Overrides

hasNotebooklmConfig()

public boolean hasNotebooklmConfig()

Optional. Configuration for NotebookLM settings.

.google.cloud.discoveryengine.v1beta.Project.CustomerProvidedConfig.NotebooklmConfig notebooklm_config = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the notebooklmConfig 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 Project.CustomerProvidedConfig.Builder newBuilderForType()
Returns
Type Description
Project.CustomerProvidedConfig.Builder

newBuilderForType(AbstractMessage.BuilderParent parent)

protected Project.CustomerProvidedConfig.Builder newBuilderForType(AbstractMessage.BuilderParent parent)
Parameter
Name Description
parent BuilderParent
Returns
Type Description
Project.CustomerProvidedConfig.Builder
Overrides

toBuilder()

public Project.CustomerProvidedConfig.Builder toBuilder()
Returns
Type Description
Project.CustomerProvidedConfig.Builder

writeTo(CodedOutputStream output)

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