public final class Session extends com.google.protobuf.GeneratedMessageV3 implements SessionOrBuilder
A representation of a session.Protobuf type
google.cloud.dataproc.v1.Session| Modifier and Type | Class and Description |
|---|---|
static class |
Session.Builder
A representation of a session.
|
static class |
Session.SessionConfigCase |
static class |
Session.SessionStateHistory
Historical state information.
|
static interface |
Session.SessionStateHistoryOrBuilder |
static class |
Session.State
The session state.
|
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 |
CREATE_TIME_FIELD_NUMBER |
static int |
CREATOR_FIELD_NUMBER |
static int |
ENVIRONMENT_CONFIG_FIELD_NUMBER |
static int |
JUPYTER_SESSION_FIELD_NUMBER |
static int |
LABELS_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
RUNTIME_CONFIG_FIELD_NUMBER |
static int |
RUNTIME_INFO_FIELD_NUMBER |
static int |
SESSION_TEMPLATE_FIELD_NUMBER |
static int |
STATE_FIELD_NUMBER |
static int |
STATE_HISTORY_FIELD_NUMBER |
static int |
STATE_MESSAGE_FIELD_NUMBER |
static int |
STATE_TIME_FIELD_NUMBER |
static int |
USER_FIELD_NUMBER |
static int |
UUID_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsLabels(String key)
Optional.
|
boolean |
equals(Object obj) |
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
String |
getCreator()
Output only.
|
com.google.protobuf.ByteString |
getCreatorBytes()
Output only.
|
static Session |
getDefaultInstance() |
Session |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
EnvironmentConfig |
getEnvironmentConfig()
Optional.
|
EnvironmentConfigOrBuilder |
getEnvironmentConfigOrBuilder()
Optional.
|
JupyterConfig |
getJupyterSession()
Optional.
|
JupyterConfigOrBuilder |
getJupyterSessionOrBuilder()
Optional.
|
Map<String,String> |
getLabels()
Deprecated.
|
int |
getLabelsCount()
Optional.
|
Map<String,String> |
getLabelsMap()
Optional.
|
String |
getLabelsOrDefault(String key,
String defaultValue)
Optional.
|
String |
getLabelsOrThrow(String key)
Optional.
|
String |
getName()
Required.
|
com.google.protobuf.ByteString |
getNameBytes()
Required.
|
com.google.protobuf.Parser<Session> |
getParserForType() |
RuntimeConfig |
getRuntimeConfig()
Optional.
|
RuntimeConfigOrBuilder |
getRuntimeConfigOrBuilder()
Optional.
|
RuntimeInfo |
getRuntimeInfo()
Output only.
|
RuntimeInfoOrBuilder |
getRuntimeInfoOrBuilder()
Output only.
|
int |
getSerializedSize() |
Session.SessionConfigCase |
getSessionConfigCase() |
String |
getSessionTemplate()
Optional.
|
com.google.protobuf.ByteString |
getSessionTemplateBytes()
Optional.
|
Session.State |
getState()
Output only.
|
Session.SessionStateHistory |
getStateHistory(int index)
Output only.
|
int |
getStateHistoryCount()
Output only.
|
List<Session.SessionStateHistory> |
getStateHistoryList()
Output only.
|
Session.SessionStateHistoryOrBuilder |
getStateHistoryOrBuilder(int index)
Output only.
|
List<? extends Session.SessionStateHistoryOrBuilder> |
getStateHistoryOrBuilderList()
Output only.
|
String |
getStateMessage()
Output only.
|
com.google.protobuf.ByteString |
getStateMessageBytes()
Output only.
|
com.google.protobuf.Timestamp |
getStateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getStateTimeOrBuilder()
Output only.
|
int |
getStateValue()
Output only.
|
String |
getUser()
Optional.
|
com.google.protobuf.ByteString |
getUserBytes()
Optional.
|
String |
getUuid()
Output only.
|
com.google.protobuf.ByteString |
getUuidBytes()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasEnvironmentConfig()
Optional.
|
int |
hashCode() |
boolean |
hasJupyterSession()
Optional.
|
boolean |
hasRuntimeConfig()
Optional.
|
boolean |
hasRuntimeInfo()
Output only.
|
boolean |
hasStateTime()
Output only.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
protected com.google.protobuf.MapFieldReflectionAccessor |
internalGetMapFieldReflection(int number) |
boolean |
isInitialized() |
static Session.Builder |
newBuilder() |
static Session.Builder |
newBuilder(Session prototype) |
Session.Builder |
newBuilderForType() |
protected Session.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static Session |
parseDelimitedFrom(InputStream input) |
static Session |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Session |
parseFrom(byte[] data) |
static Session |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Session |
parseFrom(ByteBuffer data) |
static Session |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Session |
parseFrom(com.google.protobuf.ByteString data) |
static Session |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Session |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Session |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Session |
parseFrom(InputStream input) |
static Session |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<Session> |
parser() |
Session.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 UUID_FIELD_NUMBER
public static final int CREATE_TIME_FIELD_NUMBER
public static final int JUPYTER_SESSION_FIELD_NUMBER
public static final int RUNTIME_INFO_FIELD_NUMBER
public static final int STATE_FIELD_NUMBER
public static final int STATE_MESSAGE_FIELD_NUMBER
public static final int STATE_TIME_FIELD_NUMBER
public static final int CREATOR_FIELD_NUMBER
public static final int LABELS_FIELD_NUMBER
public static final int RUNTIME_CONFIG_FIELD_NUMBER
public static final int ENVIRONMENT_CONFIG_FIELD_NUMBER
public static final int USER_FIELD_NUMBER
public static final int STATE_HISTORY_FIELD_NUMBER
public static final int SESSION_TEMPLATE_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 Session.SessionConfigCase getSessionConfigCase()
getSessionConfigCase in interface SessionOrBuilderpublic String getName()
Required. The resource name of the session.
string name = 1 [(.google.api.field_behavior) = REQUIRED];getName in interface SessionOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Required. The resource name of the session.
string name = 1 [(.google.api.field_behavior) = REQUIRED];getNameBytes in interface SessionOrBuilderpublic String getUuid()
Output only. A session UUID (Unique Universal Identifier). The service generates this value when it creates the session.
string uuid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];getUuid in interface SessionOrBuilderpublic com.google.protobuf.ByteString getUuidBytes()
Output only. A session UUID (Unique Universal Identifier). The service generates this value when it creates the session.
string uuid = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];getUuidBytes in interface SessionOrBuilderpublic boolean hasCreateTime()
Output only. The time when the session was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasCreateTime in interface SessionOrBuilderpublic com.google.protobuf.Timestamp getCreateTime()
Output only. The time when the session was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTime in interface SessionOrBuilderpublic com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. The time when the session was created.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
getCreateTimeOrBuilder in interface SessionOrBuilderpublic boolean hasJupyterSession()
Optional. Jupyter session config.
.google.cloud.dataproc.v1.JupyterConfig jupyter_session = 4 [(.google.api.field_behavior) = OPTIONAL];
hasJupyterSession in interface SessionOrBuilderpublic JupyterConfig getJupyterSession()
Optional. Jupyter session config.
.google.cloud.dataproc.v1.JupyterConfig jupyter_session = 4 [(.google.api.field_behavior) = OPTIONAL];
getJupyterSession in interface SessionOrBuilderpublic JupyterConfigOrBuilder getJupyterSessionOrBuilder()
Optional. Jupyter session config.
.google.cloud.dataproc.v1.JupyterConfig jupyter_session = 4 [(.google.api.field_behavior) = OPTIONAL];
getJupyterSessionOrBuilder in interface SessionOrBuilderpublic boolean hasRuntimeInfo()
Output only. Runtime information about session execution.
.google.cloud.dataproc.v1.RuntimeInfo runtime_info = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasRuntimeInfo in interface SessionOrBuilderpublic RuntimeInfo getRuntimeInfo()
Output only. Runtime information about session execution.
.google.cloud.dataproc.v1.RuntimeInfo runtime_info = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getRuntimeInfo in interface SessionOrBuilderpublic RuntimeInfoOrBuilder getRuntimeInfoOrBuilder()
Output only. Runtime information about session execution.
.google.cloud.dataproc.v1.RuntimeInfo runtime_info = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
getRuntimeInfoOrBuilder in interface SessionOrBuilderpublic int getStateValue()
Output only. A state of the session.
.google.cloud.dataproc.v1.Session.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateValue in interface SessionOrBuilderpublic Session.State getState()
Output only. A state of the session.
.google.cloud.dataproc.v1.Session.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
getState in interface SessionOrBuilderpublic String getStateMessage()
Output only. Session state details, such as the failure description if the state is `FAILED`.
string state_message = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];getStateMessage in interface SessionOrBuilderpublic com.google.protobuf.ByteString getStateMessageBytes()
Output only. Session state details, such as the failure description if the state is `FAILED`.
string state_message = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];getStateMessageBytes in interface SessionOrBuilderpublic boolean hasStateTime()
Output only. The time when the session entered the current state.
.google.protobuf.Timestamp state_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasStateTime in interface SessionOrBuilderpublic com.google.protobuf.Timestamp getStateTime()
Output only. The time when the session entered the current state.
.google.protobuf.Timestamp state_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateTime in interface SessionOrBuilderpublic com.google.protobuf.TimestampOrBuilder getStateTimeOrBuilder()
Output only. The time when the session entered the current state.
.google.protobuf.Timestamp state_time = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateTimeOrBuilder in interface SessionOrBuilderpublic String getCreator()
Output only. The email address of the user who created the session.
string creator = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];getCreator in interface SessionOrBuilderpublic com.google.protobuf.ByteString getCreatorBytes()
Output only. The email address of the user who created the session.
string creator = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];getCreatorBytes in interface SessionOrBuilderpublic int getLabelsCount()
SessionOrBuilderOptional. The labels to associate with the session. Label **keys** must contain 1 to 63 characters, and must conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). Label **values** may be empty, but, if present, must contain 1 to 63 characters, and must 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 = 11 [(.google.api.field_behavior) = OPTIONAL];getLabelsCount in interface SessionOrBuilderpublic boolean containsLabels(String key)
Optional. The labels to associate with the session. Label **keys** must contain 1 to 63 characters, and must conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). Label **values** may be empty, but, if present, must contain 1 to 63 characters, and must 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 = 11 [(.google.api.field_behavior) = OPTIONAL];containsLabels in interface SessionOrBuilder@Deprecated public Map<String,String> getLabels()
getLabelsMap() instead.getLabels in interface SessionOrBuilderpublic Map<String,String> getLabelsMap()
Optional. The labels to associate with the session. Label **keys** must contain 1 to 63 characters, and must conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). Label **values** may be empty, but, if present, must contain 1 to 63 characters, and must 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 = 11 [(.google.api.field_behavior) = OPTIONAL];getLabelsMap in interface SessionOrBuilderpublic String getLabelsOrDefault(String key, String defaultValue)
Optional. The labels to associate with the session. Label **keys** must contain 1 to 63 characters, and must conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). Label **values** may be empty, but, if present, must contain 1 to 63 characters, and must 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 = 11 [(.google.api.field_behavior) = OPTIONAL];getLabelsOrDefault in interface SessionOrBuilderpublic String getLabelsOrThrow(String key)
Optional. The labels to associate with the session. Label **keys** must contain 1 to 63 characters, and must conform to [RFC 1035](https://www.ietf.org/rfc/rfc1035.txt). Label **values** may be empty, but, if present, must contain 1 to 63 characters, and must 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 = 11 [(.google.api.field_behavior) = OPTIONAL];getLabelsOrThrow in interface SessionOrBuilderpublic boolean hasRuntimeConfig()
Optional. Runtime configuration for the session execution.
.google.cloud.dataproc.v1.RuntimeConfig runtime_config = 12 [(.google.api.field_behavior) = OPTIONAL];
hasRuntimeConfig in interface SessionOrBuilderpublic RuntimeConfig getRuntimeConfig()
Optional. Runtime configuration for the session execution.
.google.cloud.dataproc.v1.RuntimeConfig runtime_config = 12 [(.google.api.field_behavior) = OPTIONAL];
getRuntimeConfig in interface SessionOrBuilderpublic RuntimeConfigOrBuilder getRuntimeConfigOrBuilder()
Optional. Runtime configuration for the session execution.
.google.cloud.dataproc.v1.RuntimeConfig runtime_config = 12 [(.google.api.field_behavior) = OPTIONAL];
getRuntimeConfigOrBuilder in interface SessionOrBuilderpublic boolean hasEnvironmentConfig()
Optional. Environment configuration for the session execution.
.google.cloud.dataproc.v1.EnvironmentConfig environment_config = 13 [(.google.api.field_behavior) = OPTIONAL];
hasEnvironmentConfig in interface SessionOrBuilderpublic EnvironmentConfig getEnvironmentConfig()
Optional. Environment configuration for the session execution.
.google.cloud.dataproc.v1.EnvironmentConfig environment_config = 13 [(.google.api.field_behavior) = OPTIONAL];
getEnvironmentConfig in interface SessionOrBuilderpublic EnvironmentConfigOrBuilder getEnvironmentConfigOrBuilder()
Optional. Environment configuration for the session execution.
.google.cloud.dataproc.v1.EnvironmentConfig environment_config = 13 [(.google.api.field_behavior) = OPTIONAL];
getEnvironmentConfigOrBuilder in interface SessionOrBuilderpublic String getUser()
Optional. The email address of the user who owns the session.
string user = 14 [(.google.api.field_behavior) = OPTIONAL];getUser in interface SessionOrBuilderpublic com.google.protobuf.ByteString getUserBytes()
Optional. The email address of the user who owns the session.
string user = 14 [(.google.api.field_behavior) = OPTIONAL];getUserBytes in interface SessionOrBuilderpublic List<Session.SessionStateHistory> getStateHistoryList()
Output only. Historical state information for the session.
repeated .google.cloud.dataproc.v1.Session.SessionStateHistory state_history = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateHistoryList in interface SessionOrBuilderpublic List<? extends Session.SessionStateHistoryOrBuilder> getStateHistoryOrBuilderList()
Output only. Historical state information for the session.
repeated .google.cloud.dataproc.v1.Session.SessionStateHistory state_history = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateHistoryOrBuilderList in interface SessionOrBuilderpublic int getStateHistoryCount()
Output only. Historical state information for the session.
repeated .google.cloud.dataproc.v1.Session.SessionStateHistory state_history = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateHistoryCount in interface SessionOrBuilderpublic Session.SessionStateHistory getStateHistory(int index)
Output only. Historical state information for the session.
repeated .google.cloud.dataproc.v1.Session.SessionStateHistory state_history = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateHistory in interface SessionOrBuilderpublic Session.SessionStateHistoryOrBuilder getStateHistoryOrBuilder(int index)
Output only. Historical state information for the session.
repeated .google.cloud.dataproc.v1.Session.SessionStateHistory state_history = 15 [(.google.api.field_behavior) = OUTPUT_ONLY];
getStateHistoryOrBuilder in interface SessionOrBuilderpublic String getSessionTemplate()
Optional. The session template used by the session. Only resource names, including project ID and location, are valid. Example: * `https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/sessionTemplates/[template_id]` * `projects/[project_id]/locations/[dataproc_region]/sessionTemplates/[template_id]` The template must be in the same project and Dataproc region as the session.
string session_template = 16 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
getSessionTemplate in interface SessionOrBuilderpublic com.google.protobuf.ByteString getSessionTemplateBytes()
Optional. The session template used by the session. Only resource names, including project ID and location, are valid. Example: * `https://www.googleapis.com/compute/v1/projects/[project_id]/locations/[dataproc_region]/sessionTemplates/[template_id]` * `projects/[project_id]/locations/[dataproc_region]/sessionTemplates/[template_id]` The template must be in the same project and Dataproc region as the session.
string session_template = 16 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
getSessionTemplateBytes in interface SessionOrBuilderpublic 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 Session parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Session parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Session parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Session parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Session parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Session parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static Session parseFrom(InputStream input) throws IOException
IOExceptionpublic static Session parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Session parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static Session parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static Session parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static Session parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic Session.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static Session.Builder newBuilder()
public static Session.Builder newBuilder(Session prototype)
public Session.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected Session.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static Session getDefaultInstance()
public static com.google.protobuf.Parser<Session> parser()
public com.google.protobuf.Parser<Session> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public Session getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2024 Google LLC. All rights reserved.