public final class Settings extends com.google.protobuf.GeneratedMessageV3 implements SettingsOrBuilder
The CCAI Insights project wide settings. Use these settings to configure the behavior of Insights. View these settings with [`getsettings`](https://cloud.google.com/contact-center/insights/docs/reference/rest/v1/projects.locations/getSettings) and change the settings with [`updateSettings`](https://cloud.google.com/contact-center/insights/docs/reference/rest/v1/projects.locations/updateSettings).Protobuf type
google.cloud.contactcenterinsights.v1.Settings| Modifier and Type | Class and Description |
|---|---|
static class |
Settings.AnalysisConfig
Default configuration when creating Analyses in Insights.
|
static interface |
Settings.AnalysisConfigOrBuilder |
static class |
Settings.Builder
The CCAI Insights project wide settings.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ANALYSIS_CONFIG_FIELD_NUMBER |
static int |
CONVERSATION_TTL_FIELD_NUMBER |
static int |
CREATE_TIME_FIELD_NUMBER |
static int |
LANGUAGE_CODE_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
PUBSUB_NOTIFICATION_SETTINGS_FIELD_NUMBER |
static int |
REDACTION_CONFIG_FIELD_NUMBER |
static int |
SPEECH_CONFIG_FIELD_NUMBER |
static int |
UPDATE_TIME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsPubsubNotificationSettings(String key)
A map that maps a notification trigger to a Pub/Sub topic.
|
boolean |
equals(Object obj) |
Settings.AnalysisConfig |
getAnalysisConfig()
Default analysis settings.
|
Settings.AnalysisConfigOrBuilder |
getAnalysisConfigOrBuilder()
Default analysis settings.
|
com.google.protobuf.Duration |
getConversationTtl()
The default TTL for newly-created conversations.
|
com.google.protobuf.DurationOrBuilder |
getConversationTtlOrBuilder()
The default TTL for newly-created conversations.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
static Settings |
getDefaultInstance() |
Settings |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getLanguageCode()
A language code to be applied to each transcript segment unless the segment
already specifies a language code.
|
com.google.protobuf.ByteString |
getLanguageCodeBytes()
A language code to be applied to each transcript segment unless the segment
already specifies a language code.
|
String |
getName()
Immutable.
|
com.google.protobuf.ByteString |
getNameBytes()
Immutable.
|
com.google.protobuf.Parser<Settings> |
getParserForType() |
Map<String,String> |
getPubsubNotificationSettings()
Deprecated.
|
int |
getPubsubNotificationSettingsCount()
A map that maps a notification trigger to a Pub/Sub topic.
|
Map<String,String> |
getPubsubNotificationSettingsMap()
A map that maps a notification trigger to a Pub/Sub topic.
|
String |
getPubsubNotificationSettingsOrDefault(String key,
String defaultValue)
A map that maps a notification trigger to a Pub/Sub topic.
|
String |
getPubsubNotificationSettingsOrThrow(String key)
A map that maps a notification trigger to a Pub/Sub topic.
|
RedactionConfig |
getRedactionConfig()
Default DLP redaction resources to be applied while ingesting
conversations.
|
RedactionConfigOrBuilder |
getRedactionConfigOrBuilder()
Default DLP redaction resources to be applied while ingesting
conversations.
|
int |
getSerializedSize() |
SpeechConfig |
getSpeechConfig()
Optional.
|
SpeechConfigOrBuilder |
getSpeechConfigOrBuilder()
Optional.
|
com.google.protobuf.Timestamp |
getUpdateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getUpdateTimeOrBuilder()
Output only.
|
boolean |
hasAnalysisConfig()
Default analysis settings.
|
boolean |
hasConversationTtl()
The default TTL for newly-created conversations.
|
boolean |
hasCreateTime()
Output only.
|
int |
hashCode() |
boolean |
hasRedactionConfig()
Default DLP redaction resources to be applied while ingesting
conversations.
|
boolean |
hasSpeechConfig()
Optional.
|
boolean |
hasUpdateTime()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMapFieldReflection(int number) |
boolean |
isInitialized() |
static Settings.Builder |
newBuilder() |
static Settings.Builder |
newBuilder(Settings prototype) |
Settings.Builder |
newBuilderForType() |
protected Settings.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Settings |
parseDelimitedFrom(InputStream input) |
static Settings |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Settings |
parseFrom(byte[] data) |
static Settings |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Settings |
parseFrom(ByteBuffer data) |
static Settings |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Settings |
parseFrom(com.google.protobuf.ByteString data) |
static Settings |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Settings |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Settings |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Settings |
parseFrom(InputStream input) |
static Settings |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Settings> |
parser() |
Settings.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
public static final int UPDATE_TIME_FIELD_NUMBER
public static final int LANGUAGE_CODE_FIELD_NUMBER
public static final int CONVERSATION_TTL_FIELD_NUMBER
public static final int PUBSUB_NOTIFICATION_SETTINGS_FIELD_NUMBER
public static final int ANALYSIS_CONFIG_FIELD_NUMBER
public static final int REDACTION_CONFIG_FIELD_NUMBER
public static final int SPEECH_CONFIG_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getName()
Immutable. The resource name of the settings resource.
Format:
projects/{project}/locations/{location}/settings
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];getName in interface SettingsOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Immutable. The resource name of the settings resource.
Format:
projects/{project}/locations/{location}/settings
string name = 1 [(.google.api.field_behavior) = IMMUTABLE];getNameBytes in interface SettingsOrBuilderpublic boolean hasCreateTime()
Output only. The time at which the settings was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCreateTime in interface SettingsOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
Output only. The time at which the settings was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTime in interface SettingsOrBuilderpublic com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time at which the settings was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTimeOrBuilder in interface SettingsOrBuilderpublic boolean hasUpdateTime()
Output only. The time at which the settings were last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasUpdateTime in interface SettingsOrBuilderpublic com.google.protobuf.Timestamp getUpdateTime()
Output only. The time at which the settings were last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTime in interface SettingsOrBuilderpublic com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The time at which the settings were last updated.
.google.protobuf.Timestamp update_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTimeOrBuilder in interface SettingsOrBuilderpublic String getLanguageCode()
A language code to be applied to each transcript segment unless the segment already specifies a language code. Language code defaults to "en-US" if it is neither specified on the segment nor here.
string language_code = 4;getLanguageCode in interface SettingsOrBuilderpublic com.google.protobuf.ByteString getLanguageCodeBytes()
A language code to be applied to each transcript segment unless the segment already specifies a language code. Language code defaults to "en-US" if it is neither specified on the segment nor here.
string language_code = 4;getLanguageCodeBytes in interface SettingsOrBuilderpublic boolean hasConversationTtl()
The default TTL for newly-created conversations. If a conversation has a specified expiration, that value will be used instead. Changing this value will not change the expiration of existing conversations. Conversations with no expire time persist until they are deleted.
.google.protobuf.Duration conversation_ttl = 5;hasConversationTtl in interface SettingsOrBuilderpublic com.google.protobuf.Duration getConversationTtl()
The default TTL for newly-created conversations. If a conversation has a specified expiration, that value will be used instead. Changing this value will not change the expiration of existing conversations. Conversations with no expire time persist until they are deleted.
.google.protobuf.Duration conversation_ttl = 5;getConversationTtl in interface SettingsOrBuilderpublic com.google.protobuf.DurationOrBuilder getConversationTtlOrBuilder()
The default TTL for newly-created conversations. If a conversation has a specified expiration, that value will be used instead. Changing this value will not change the expiration of existing conversations. Conversations with no expire time persist until they are deleted.
.google.protobuf.Duration conversation_ttl = 5;getConversationTtlOrBuilder in interface SettingsOrBuilderpublic int getPubsubNotificationSettingsCount()
SettingsOrBuilder
A map that maps a notification trigger to a Pub/Sub topic. Each time a
specified trigger occurs, Insights will notify the corresponding Pub/Sub
topic.
Keys are notification triggers. Supported keys are:
* "all-triggers": Notify each time any of the supported triggers occurs.
* "create-analysis": Notify each time an analysis is created.
* "create-conversation": Notify each time a conversation is created.
* "export-insights-data": Notify each time an export is complete.
* "ingest-conversations": Notify each time an IngestConversations LRO is
complete.
* "update-conversation": Notify each time a conversation is updated via
UpdateConversation.
* "upload-conversation": Notify when an UploadConversation LRO is complete.
Values are Pub/Sub topics. The format of each Pub/Sub topic is:
projects/{project}/topics/{topic}
map<string, string> pubsub_notification_settings = 6;getPubsubNotificationSettingsCount in interface SettingsOrBuilderpublic boolean containsPubsubNotificationSettings(String key)
A map that maps a notification trigger to a Pub/Sub topic. Each time a
specified trigger occurs, Insights will notify the corresponding Pub/Sub
topic.
Keys are notification triggers. Supported keys are:
* "all-triggers": Notify each time any of the supported triggers occurs.
* "create-analysis": Notify each time an analysis is created.
* "create-conversation": Notify each time a conversation is created.
* "export-insights-data": Notify each time an export is complete.
* "ingest-conversations": Notify each time an IngestConversations LRO is
complete.
* "update-conversation": Notify each time a conversation is updated via
UpdateConversation.
* "upload-conversation": Notify when an UploadConversation LRO is complete.
Values are Pub/Sub topics. The format of each Pub/Sub topic is:
projects/{project}/topics/{topic}
map<string, string> pubsub_notification_settings = 6;containsPubsubNotificationSettings in interface SettingsOrBuilder@Deprecated public Map<String,String> getPubsubNotificationSettings()
getPubsubNotificationSettingsMap() instead.getPubsubNotificationSettings in interface SettingsOrBuilderpublic Map<String,String> getPubsubNotificationSettingsMap()
A map that maps a notification trigger to a Pub/Sub topic. Each time a
specified trigger occurs, Insights will notify the corresponding Pub/Sub
topic.
Keys are notification triggers. Supported keys are:
* "all-triggers": Notify each time any of the supported triggers occurs.
* "create-analysis": Notify each time an analysis is created.
* "create-conversation": Notify each time a conversation is created.
* "export-insights-data": Notify each time an export is complete.
* "ingest-conversations": Notify each time an IngestConversations LRO is
complete.
* "update-conversation": Notify each time a conversation is updated via
UpdateConversation.
* "upload-conversation": Notify when an UploadConversation LRO is complete.
Values are Pub/Sub topics. The format of each Pub/Sub topic is:
projects/{project}/topics/{topic}
map<string, string> pubsub_notification_settings = 6;getPubsubNotificationSettingsMap in interface SettingsOrBuilderpublic String getPubsubNotificationSettingsOrDefault(String key, String defaultValue)
A map that maps a notification trigger to a Pub/Sub topic. Each time a
specified trigger occurs, Insights will notify the corresponding Pub/Sub
topic.
Keys are notification triggers. Supported keys are:
* "all-triggers": Notify each time any of the supported triggers occurs.
* "create-analysis": Notify each time an analysis is created.
* "create-conversation": Notify each time a conversation is created.
* "export-insights-data": Notify each time an export is complete.
* "ingest-conversations": Notify each time an IngestConversations LRO is
complete.
* "update-conversation": Notify each time a conversation is updated via
UpdateConversation.
* "upload-conversation": Notify when an UploadConversation LRO is complete.
Values are Pub/Sub topics. The format of each Pub/Sub topic is:
projects/{project}/topics/{topic}
map<string, string> pubsub_notification_settings = 6;getPubsubNotificationSettingsOrDefault in interface SettingsOrBuilderpublic String getPubsubNotificationSettingsOrThrow(String key)
A map that maps a notification trigger to a Pub/Sub topic. Each time a
specified trigger occurs, Insights will notify the corresponding Pub/Sub
topic.
Keys are notification triggers. Supported keys are:
* "all-triggers": Notify each time any of the supported triggers occurs.
* "create-analysis": Notify each time an analysis is created.
* "create-conversation": Notify each time a conversation is created.
* "export-insights-data": Notify each time an export is complete.
* "ingest-conversations": Notify each time an IngestConversations LRO is
complete.
* "update-conversation": Notify each time a conversation is updated via
UpdateConversation.
* "upload-conversation": Notify when an UploadConversation LRO is complete.
Values are Pub/Sub topics. The format of each Pub/Sub topic is:
projects/{project}/topics/{topic}
map<string, string> pubsub_notification_settings = 6;getPubsubNotificationSettingsOrThrow in interface SettingsOrBuilderpublic boolean hasAnalysisConfig()
Default analysis settings.
.google.cloud.contactcenterinsights.v1.Settings.AnalysisConfig analysis_config = 7;
hasAnalysisConfig in interface SettingsOrBuilderpublic Settings.AnalysisConfig getAnalysisConfig()
Default analysis settings.
.google.cloud.contactcenterinsights.v1.Settings.AnalysisConfig analysis_config = 7;
getAnalysisConfig in interface SettingsOrBuilderpublic Settings.AnalysisConfigOrBuilder getAnalysisConfigOrBuilder()
Default analysis settings.
.google.cloud.contactcenterinsights.v1.Settings.AnalysisConfig analysis_config = 7;
getAnalysisConfigOrBuilder in interface SettingsOrBuilderpublic boolean hasRedactionConfig()
Default DLP redaction resources to be applied while ingesting conversations. This applies to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversations coming from CCAI Platform.
.google.cloud.contactcenterinsights.v1.RedactionConfig redaction_config = 10;hasRedactionConfig in interface SettingsOrBuilderpublic RedactionConfig getRedactionConfig()
Default DLP redaction resources to be applied while ingesting conversations. This applies to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversations coming from CCAI Platform.
.google.cloud.contactcenterinsights.v1.RedactionConfig redaction_config = 10;getRedactionConfig in interface SettingsOrBuilderpublic RedactionConfigOrBuilder getRedactionConfigOrBuilder()
Default DLP redaction resources to be applied while ingesting conversations. This applies to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversations coming from CCAI Platform.
.google.cloud.contactcenterinsights.v1.RedactionConfig redaction_config = 10;getRedactionConfigOrBuilder in interface SettingsOrBuilderpublic boolean hasSpeechConfig()
Optional. Default Speech-to-Text resources to use while ingesting audio files. Optional, CCAI Insights will create a default if not provided. This applies to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversations coming from CCAI Platform.
.google.cloud.contactcenterinsights.v1.SpeechConfig speech_config = 11 [(.google.api.field_behavior) = OPTIONAL];
hasSpeechConfig in interface SettingsOrBuilderpublic SpeechConfig getSpeechConfig()
Optional. Default Speech-to-Text resources to use while ingesting audio files. Optional, CCAI Insights will create a default if not provided. This applies to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversations coming from CCAI Platform.
.google.cloud.contactcenterinsights.v1.SpeechConfig speech_config = 11 [(.google.api.field_behavior) = OPTIONAL];
getSpeechConfig in interface SettingsOrBuilderpublic SpeechConfigOrBuilder getSpeechConfigOrBuilder()
Optional. Default Speech-to-Text resources to use while ingesting audio files. Optional, CCAI Insights will create a default if not provided. This applies to conversations ingested from the `UploadConversation` and `IngestConversations` endpoints, including conversations coming from CCAI Platform.
.google.cloud.contactcenterinsights.v1.SpeechConfig speech_config = 11 [(.google.api.field_behavior) = OPTIONAL];
getSpeechConfigOrBuilder in interface SettingsOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static Settings parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Settings parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Settings parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Settings parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Settings parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Settings parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Settings parseFrom(InputStream input) throws IOException
IOExceptionpublic static Settings parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Settings parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Settings parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Settings parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Settings parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Settings.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Settings.Builder newBuilder()
public static Settings.Builder newBuilder(Settings prototype)
public Settings.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Settings.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Settings getDefaultInstance()
public static com.google.protobuf.Parser<Settings> parser()
public com.google.protobuf.Parser<Settings> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Settings getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.