public static final class SessionTemplate.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<SessionTemplate.Builder> implements SessionTemplateOrBuilder
A representation of a session template.Protobuf type
google.cloud.dataproc.v1.SessionTemplategetAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(int number)
internalGetMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<SessionTemplate.Builder>protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(int number)
internalGetMutableMapFieldReflection in class com.google.protobuf.GeneratedMessageV3.Builder<SessionTemplate.Builder>protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<SessionTemplate.Builder>public SessionTemplate.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<SessionTemplate.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<SessionTemplate.Builder>public SessionTemplate getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic SessionTemplate build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic SessionTemplate buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic SessionTemplate.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<SessionTemplate.Builder>public SessionTemplate.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<SessionTemplate.Builder>public SessionTemplate.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<SessionTemplate.Builder>public SessionTemplate.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<SessionTemplate.Builder>public SessionTemplate.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SessionTemplate.Builder>public SessionTemplate.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<SessionTemplate.Builder>public SessionTemplate.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SessionTemplate.Builder>public SessionTemplate.Builder mergeFrom(SessionTemplate other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<SessionTemplate.Builder>public SessionTemplate.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<SessionTemplate.Builder>IOExceptionpublic SessionTemplate.SessionConfigCase getSessionConfigCase()
getSessionConfigCase in interface SessionTemplateOrBuilderpublic SessionTemplate.Builder clearSessionConfig()
public String getName()
Required. The resource name of the session template.
string name = 1 [(.google.api.field_behavior) = REQUIRED];getName in interface SessionTemplateOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Required. The resource name of the session template.
string name = 1 [(.google.api.field_behavior) = REQUIRED];getNameBytes in interface SessionTemplateOrBuilderpublic SessionTemplate.Builder setName(String value)
Required. The resource name of the session template.
string name = 1 [(.google.api.field_behavior) = REQUIRED];value - The name to set.public SessionTemplate.Builder clearName()
Required. The resource name of the session template.
string name = 1 [(.google.api.field_behavior) = REQUIRED];public SessionTemplate.Builder setNameBytes(com.google.protobuf.ByteString value)
Required. The resource name of the session template.
string name = 1 [(.google.api.field_behavior) = REQUIRED];value - The bytes for name to set.public String getDescription()
Optional. Brief description of the template.
string description = 9 [(.google.api.field_behavior) = OPTIONAL];getDescription in interface SessionTemplateOrBuilderpublic com.google.protobuf.ByteString getDescriptionBytes()
Optional. Brief description of the template.
string description = 9 [(.google.api.field_behavior) = OPTIONAL];getDescriptionBytes in interface SessionTemplateOrBuilderpublic SessionTemplate.Builder setDescription(String value)
Optional. Brief description of the template.
string description = 9 [(.google.api.field_behavior) = OPTIONAL];value - The description to set.public SessionTemplate.Builder clearDescription()
Optional. Brief description of the template.
string description = 9 [(.google.api.field_behavior) = OPTIONAL];public SessionTemplate.Builder setDescriptionBytes(com.google.protobuf.ByteString value)
Optional. Brief description of the template.
string description = 9 [(.google.api.field_behavior) = OPTIONAL];value - The bytes for description to set.public boolean hasCreateTime()
Output only. The time when the template was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCreateTime in interface SessionTemplateOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
Output only. The time when the template was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTime in interface SessionTemplateOrBuilderpublic SessionTemplate.Builder setCreateTime(com.google.protobuf.Timestamp value)
Output only. The time when the template was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public SessionTemplate.Builder setCreateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. The time when the template was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public SessionTemplate.Builder mergeCreateTime(com.google.protobuf.Timestamp value)
Output only. The time when the template was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public SessionTemplate.Builder clearCreateTime()
Output only. The time when the template was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.Timestamp.Builder getCreateTimeBuilder()
Output only. The time when the template was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time when the template was created.
.google.protobuf.Timestamp create_time = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTimeOrBuilder in interface SessionTemplateOrBuilderpublic boolean hasJupyterSession()
Optional. Jupyter session config.
.google.cloud.dataproc.v1.JupyterConfig jupyter_session = 3 [(.google.api.field_behavior) = OPTIONAL];
hasJupyterSession in interface SessionTemplateOrBuilderpublic JupyterConfig getJupyterSession()
Optional. Jupyter session config.
.google.cloud.dataproc.v1.JupyterConfig jupyter_session = 3 [(.google.api.field_behavior) = OPTIONAL];
getJupyterSession in interface SessionTemplateOrBuilderpublic SessionTemplate.Builder setJupyterSession(JupyterConfig value)
Optional. Jupyter session config.
.google.cloud.dataproc.v1.JupyterConfig jupyter_session = 3 [(.google.api.field_behavior) = OPTIONAL];
public SessionTemplate.Builder setJupyterSession(JupyterConfig.Builder builderForValue)
Optional. Jupyter session config.
.google.cloud.dataproc.v1.JupyterConfig jupyter_session = 3 [(.google.api.field_behavior) = OPTIONAL];
public SessionTemplate.Builder mergeJupyterSession(JupyterConfig value)
Optional. Jupyter session config.
.google.cloud.dataproc.v1.JupyterConfig jupyter_session = 3 [(.google.api.field_behavior) = OPTIONAL];
public SessionTemplate.Builder clearJupyterSession()
Optional. Jupyter session config.
.google.cloud.dataproc.v1.JupyterConfig jupyter_session = 3 [(.google.api.field_behavior) = OPTIONAL];
public JupyterConfig.Builder getJupyterSessionBuilder()
Optional. Jupyter session config.
.google.cloud.dataproc.v1.JupyterConfig jupyter_session = 3 [(.google.api.field_behavior) = OPTIONAL];
public JupyterConfigOrBuilder getJupyterSessionOrBuilder()
Optional. Jupyter session config.
.google.cloud.dataproc.v1.JupyterConfig jupyter_session = 3 [(.google.api.field_behavior) = OPTIONAL];
getJupyterSessionOrBuilder in interface SessionTemplateOrBuilderpublic String getCreator()
Output only. The email address of the user who created the template.
string creator = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];getCreator in interface SessionTemplateOrBuilderpublic com.google.protobuf.ByteString getCreatorBytes()
Output only. The email address of the user who created the template.
string creator = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];getCreatorBytes in interface SessionTemplateOrBuilderpublic SessionTemplate.Builder setCreator(String value)
Output only. The email address of the user who created the template.
string creator = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The creator to set.public SessionTemplate.Builder clearCreator()
Output only. The email address of the user who created the template.
string creator = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];public SessionTemplate.Builder setCreatorBytes(com.google.protobuf.ByteString value)
Output only. The email address of the user who created the template.
string creator = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The bytes for creator to set.public int getLabelsCount()
SessionTemplateOrBuilderOptional. Labels to associate with sessions created using this template. Label **keys** must contain 1 to 63 characters, and must conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). Label **values** can be empty, but, if present, must contain 1 to 63 characters and conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a session.
map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];getLabelsCount in interface SessionTemplateOrBuilderpublic boolean containsLabels(String key)
Optional. Labels to associate with sessions created using this template. Label **keys** must contain 1 to 63 characters, and must conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). Label **values** can be empty, but, if present, must contain 1 to 63 characters and conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a session.
map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];containsLabels in interface SessionTemplateOrBuilder@Deprecated public Map<String,String> getLabels()
getLabelsMap() instead.getLabels in interface SessionTemplateOrBuilderpublic Map<String,String> getLabelsMap()
Optional. Labels to associate with sessions created using this template. Label **keys** must contain 1 to 63 characters, and must conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). Label **values** can be empty, but, if present, must contain 1 to 63 characters and conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a session.
map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];getLabelsMap in interface SessionTemplateOrBuilderpublic String getLabelsOrDefault(String key, String defaultValue)
Optional. Labels to associate with sessions created using this template. Label **keys** must contain 1 to 63 characters, and must conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). Label **values** can be empty, but, if present, must contain 1 to 63 characters and conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a session.
map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];getLabelsOrDefault in interface SessionTemplateOrBuilderpublic String getLabelsOrThrow(String key)
Optional. Labels to associate with sessions created using this template. Label **keys** must contain 1 to 63 characters, and must conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). Label **values** can be empty, but, if present, must contain 1 to 63 characters and conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a session.
map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];getLabelsOrThrow in interface SessionTemplateOrBuilderpublic SessionTemplate.Builder clearLabels()
public SessionTemplate.Builder removeLabels(String key)
Optional. Labels to associate with sessions created using this template. Label **keys** must contain 1 to 63 characters, and must conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). Label **values** can be empty, but, if present, must contain 1 to 63 characters and conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a session.
map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];@Deprecated public Map<String,String> getMutableLabels()
public SessionTemplate.Builder putLabels(String key, String value)
Optional. Labels to associate with sessions created using this template. Label **keys** must contain 1 to 63 characters, and must conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). Label **values** can be empty, but, if present, must contain 1 to 63 characters and conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a session.
map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];public SessionTemplate.Builder putAllLabels(Map<String,String> values)
Optional. Labels to associate with sessions created using this template. Label **keys** must contain 1 to 63 characters, and must conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). Label **values** can be empty, but, if present, must contain 1 to 63 characters and conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). No more than 32 labels can be associated with a session.
map<string, string> labels = 6 [(.google.api.field_behavior) = OPTIONAL];public boolean hasRuntimeConfig()
Optional. Runtime configuration for session execution.
.google.cloud.dataproc.v1.RuntimeConfig runtime_config = 7 [(.google.api.field_behavior) = OPTIONAL];
hasRuntimeConfig in interface SessionTemplateOrBuilderpublic RuntimeConfig getRuntimeConfig()
Optional. Runtime configuration for session execution.
.google.cloud.dataproc.v1.RuntimeConfig runtime_config = 7 [(.google.api.field_behavior) = OPTIONAL];
getRuntimeConfig in interface SessionTemplateOrBuilderpublic SessionTemplate.Builder setRuntimeConfig(RuntimeConfig value)
Optional. Runtime configuration for session execution.
.google.cloud.dataproc.v1.RuntimeConfig runtime_config = 7 [(.google.api.field_behavior) = OPTIONAL];
public SessionTemplate.Builder setRuntimeConfig(RuntimeConfig.Builder builderForValue)
Optional. Runtime configuration for session execution.
.google.cloud.dataproc.v1.RuntimeConfig runtime_config = 7 [(.google.api.field_behavior) = OPTIONAL];
public SessionTemplate.Builder mergeRuntimeConfig(RuntimeConfig value)
Optional. Runtime configuration for session execution.
.google.cloud.dataproc.v1.RuntimeConfig runtime_config = 7 [(.google.api.field_behavior) = OPTIONAL];
public SessionTemplate.Builder clearRuntimeConfig()
Optional. Runtime configuration for session execution.
.google.cloud.dataproc.v1.RuntimeConfig runtime_config = 7 [(.google.api.field_behavior) = OPTIONAL];
public RuntimeConfig.Builder getRuntimeConfigBuilder()
Optional. Runtime configuration for session execution.
.google.cloud.dataproc.v1.RuntimeConfig runtime_config = 7 [(.google.api.field_behavior) = OPTIONAL];
public RuntimeConfigOrBuilder getRuntimeConfigOrBuilder()
Optional. Runtime configuration for session execution.
.google.cloud.dataproc.v1.RuntimeConfig runtime_config = 7 [(.google.api.field_behavior) = OPTIONAL];
getRuntimeConfigOrBuilder in interface SessionTemplateOrBuilderpublic boolean hasEnvironmentConfig()
Optional. Environment configuration for session execution.
.google.cloud.dataproc.v1.EnvironmentConfig environment_config = 8 [(.google.api.field_behavior) = OPTIONAL];
hasEnvironmentConfig in interface SessionTemplateOrBuilderpublic EnvironmentConfig getEnvironmentConfig()
Optional. Environment configuration for session execution.
.google.cloud.dataproc.v1.EnvironmentConfig environment_config = 8 [(.google.api.field_behavior) = OPTIONAL];
getEnvironmentConfig in interface SessionTemplateOrBuilderpublic SessionTemplate.Builder setEnvironmentConfig(EnvironmentConfig value)
Optional. Environment configuration for session execution.
.google.cloud.dataproc.v1.EnvironmentConfig environment_config = 8 [(.google.api.field_behavior) = OPTIONAL];
public SessionTemplate.Builder setEnvironmentConfig(EnvironmentConfig.Builder builderForValue)
Optional. Environment configuration for session execution.
.google.cloud.dataproc.v1.EnvironmentConfig environment_config = 8 [(.google.api.field_behavior) = OPTIONAL];
public SessionTemplate.Builder mergeEnvironmentConfig(EnvironmentConfig value)
Optional. Environment configuration for session execution.
.google.cloud.dataproc.v1.EnvironmentConfig environment_config = 8 [(.google.api.field_behavior) = OPTIONAL];
public SessionTemplate.Builder clearEnvironmentConfig()
Optional. Environment configuration for session execution.
.google.cloud.dataproc.v1.EnvironmentConfig environment_config = 8 [(.google.api.field_behavior) = OPTIONAL];
public EnvironmentConfig.Builder getEnvironmentConfigBuilder()
Optional. Environment configuration for session execution.
.google.cloud.dataproc.v1.EnvironmentConfig environment_config = 8 [(.google.api.field_behavior) = OPTIONAL];
public EnvironmentConfigOrBuilder getEnvironmentConfigOrBuilder()
Optional. Environment configuration for session execution.
.google.cloud.dataproc.v1.EnvironmentConfig environment_config = 8 [(.google.api.field_behavior) = OPTIONAL];
getEnvironmentConfigOrBuilder in interface SessionTemplateOrBuilderpublic boolean hasUpdateTime()
Output only. The time the template was last updated.
.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasUpdateTime in interface SessionTemplateOrBuilderpublic com.google.protobuf.Timestamp getUpdateTime()
Output only. The time the template was last updated.
.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTime in interface SessionTemplateOrBuilderpublic SessionTemplate.Builder setUpdateTime(com.google.protobuf.Timestamp value)
Output only. The time the template was last updated.
.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
public SessionTemplate.Builder setUpdateTime(com.google.protobuf.Timestamp.Builder builderForValue)
Output only. The time the template was last updated.
.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
public SessionTemplate.Builder mergeUpdateTime(com.google.protobuf.Timestamp value)
Output only. The time the template was last updated.
.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
public SessionTemplate.Builder clearUpdateTime()
Output only. The time the template was last updated.
.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.Timestamp.Builder getUpdateTimeBuilder()
Output only. The time the template was last updated.
.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
public com.google.protobuf.TimestampOrBuilder getUpdateTimeOrBuilder()
Output only. The time the template was last updated.
.google.protobuf.Timestamp update_time = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
getUpdateTimeOrBuilder in interface SessionTemplateOrBuilderpublic String getUuid()
Output only. A session template UUID (Unique Universal Identifier). The service generates this value when it creates the session template.
string uuid = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];getUuid in interface SessionTemplateOrBuilderpublic com.google.protobuf.ByteString getUuidBytes()
Output only. A session template UUID (Unique Universal Identifier). The service generates this value when it creates the session template.
string uuid = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];getUuidBytes in interface SessionTemplateOrBuilderpublic SessionTemplate.Builder setUuid(String value)
Output only. A session template UUID (Unique Universal Identifier). The service generates this value when it creates the session template.
string uuid = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The uuid to set.public SessionTemplate.Builder clearUuid()
Output only. A session template UUID (Unique Universal Identifier). The service generates this value when it creates the session template.
string uuid = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];public SessionTemplate.Builder setUuidBytes(com.google.protobuf.ByteString value)
Output only. A session template UUID (Unique Universal Identifier). The service generates this value when it creates the session template.
string uuid = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];value - The bytes for uuid to set.public final SessionTemplate.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SessionTemplate.Builder>public final SessionTemplate.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<SessionTemplate.Builder>Copyright © 2024 Google LLC. All rights reserved.