Package cronapp.framework.customization
Class GetSessionResponse
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite
-
- com.google.protobuf.AbstractMessage
-
- com.google.protobuf.GeneratedMessageV3
-
- cronapp.framework.customization.GetSessionResponse
-
- All Implemented Interfaces:
com.google.protobuf.Message,com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder,GetSessionResponseOrBuilder,Serializable
public final class GetSessionResponse extends com.google.protobuf.GeneratedMessageV3 implements GetSessionResponseOrBuilder
Protobuf typeGetSessionResponse- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetSessionResponse.BuilderProtobuf typeGetSessionResponse-
Nested classes/interfaces inherited from class com.google.protobuf.GeneratedMessageV3
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
-
-
Field Summary
Fields Modifier and Type Field Description static intINSTANCEID_FIELD_NUMBERstatic intINSTANCEVERSION_FIELD_NUMBERstatic intRESOURCENAME_FIELD_NUMBERstatic intRESOURCETYPE_FIELD_NUMBER
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)static GetSessionResponsegetDefaultInstance()GetSessionResponsegetDefaultInstanceForType()static com.google.protobuf.Descriptors.DescriptorgetDescriptor()StringgetInstanceId()string instanceId = 1;com.google.protobuf.ByteStringgetInstanceIdBytes()string instanceId = 1;StringgetInstanceVersion()string instanceVersion = 2;com.google.protobuf.ByteStringgetInstanceVersionBytes()string instanceVersion = 2;com.google.protobuf.Parser<GetSessionResponse>getParserForType()StringgetResourceName()string resourceName = 3;com.google.protobuf.ByteStringgetResourceNameBytes()string resourceName = 3;StringgetResourceType()string resourceType = 4;com.google.protobuf.ByteStringgetResourceTypeBytes()string resourceType = 4;intgetSerializedSize()com.google.protobuf.UnknownFieldSetgetUnknownFields()inthashCode()protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTableinternalGetFieldAccessorTable()booleanisInitialized()static GetSessionResponse.BuildernewBuilder()static GetSessionResponse.BuildernewBuilder(GetSessionResponse prototype)GetSessionResponse.BuildernewBuilderForType()protected GetSessionResponse.BuildernewBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)static GetSessionResponseparseDelimitedFrom(InputStream input)static GetSessionResponseparseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSessionResponseparseFrom(byte[] data)static GetSessionResponseparseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSessionResponseparseFrom(com.google.protobuf.ByteString data)static GetSessionResponseparseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSessionResponseparseFrom(com.google.protobuf.CodedInputStream input)static GetSessionResponseparseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSessionResponseparseFrom(InputStream input)static GetSessionResponseparseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetSessionResponseparseFrom(ByteBuffer data)static GetSessionResponseparseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static com.google.protobuf.Parser<GetSessionResponse>parser()GetSessionResponse.BuildertoBuilder()voidwriteTo(com.google.protobuf.CodedOutputStream output)-
Methods inherited from class com.google.protobuf.GeneratedMessageV3
canUseUnsafe, computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTag
-
Methods inherited from class com.google.protobuf.AbstractMessage
findInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite
addAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeTo
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
-
-
-
Field Detail
-
INSTANCEID_FIELD_NUMBER
public static final int INSTANCEID_FIELD_NUMBER
- See Also:
- Constant Field Values
-
INSTANCEVERSION_FIELD_NUMBER
public static final int INSTANCEVERSION_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RESOURCENAME_FIELD_NUMBER
public static final int RESOURCENAME_FIELD_NUMBER
- See Also:
- Constant Field Values
-
RESOURCETYPE_FIELD_NUMBER
public static final int RESOURCETYPE_FIELD_NUMBER
- See Also:
- Constant Field Values
-
-
Method Detail
-
getUnknownFields
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
- Specified by:
getUnknownFieldsin interfacecom.google.protobuf.MessageOrBuilder- Overrides:
getUnknownFieldsin classcom.google.protobuf.GeneratedMessageV3
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTablein classcom.google.protobuf.GeneratedMessageV3
-
getInstanceId
public String getInstanceId()
string instanceId = 1;- Specified by:
getInstanceIdin interfaceGetSessionResponseOrBuilder
-
getInstanceIdBytes
public com.google.protobuf.ByteString getInstanceIdBytes()
string instanceId = 1;- Specified by:
getInstanceIdBytesin interfaceGetSessionResponseOrBuilder
-
getInstanceVersion
public String getInstanceVersion()
string instanceVersion = 2;- Specified by:
getInstanceVersionin interfaceGetSessionResponseOrBuilder
-
getInstanceVersionBytes
public com.google.protobuf.ByteString getInstanceVersionBytes()
string instanceVersion = 2;- Specified by:
getInstanceVersionBytesin interfaceGetSessionResponseOrBuilder
-
getResourceName
public String getResourceName()
string resourceName = 3;- Specified by:
getResourceNamein interfaceGetSessionResponseOrBuilder
-
getResourceNameBytes
public com.google.protobuf.ByteString getResourceNameBytes()
string resourceName = 3;- Specified by:
getResourceNameBytesin interfaceGetSessionResponseOrBuilder
-
getResourceType
public String getResourceType()
string resourceType = 4;- Specified by:
getResourceTypein interfaceGetSessionResponseOrBuilder
-
getResourceTypeBytes
public com.google.protobuf.ByteString getResourceTypeBytes()
string resourceType = 4;- Specified by:
getResourceTypeBytesin interfaceGetSessionResponseOrBuilder
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitializedin interfacecom.google.protobuf.MessageLiteOrBuilder- Overrides:
isInitializedin classcom.google.protobuf.GeneratedMessageV3
-
writeTo
public void writeTo(com.google.protobuf.CodedOutputStream output) throws IOException- Specified by:
writeToin interfacecom.google.protobuf.MessageLite- Overrides:
writeToin classcom.google.protobuf.GeneratedMessageV3- Throws:
IOException
-
getSerializedSize
public int getSerializedSize()
- Specified by:
getSerializedSizein interfacecom.google.protobuf.MessageLite- Overrides:
getSerializedSizein classcom.google.protobuf.GeneratedMessageV3
-
equals
public boolean equals(Object obj)
- Specified by:
equalsin interfacecom.google.protobuf.Message- Overrides:
equalsin classcom.google.protobuf.AbstractMessage
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfacecom.google.protobuf.Message- Overrides:
hashCodein classcom.google.protobuf.AbstractMessage
-
parseFrom
public static GetSessionResponse parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GetSessionResponse parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GetSessionResponse parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GetSessionResponse parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GetSessionResponse parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GetSessionResponse parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
- Throws:
com.google.protobuf.InvalidProtocolBufferException
-
parseFrom
public static GetSessionResponse parseFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static GetSessionResponse parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static GetSessionResponse parseDelimitedFrom(InputStream input) throws IOException
- Throws:
IOException
-
parseDelimitedFrom
public static GetSessionResponse parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
parseFrom
public static GetSessionResponse parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
- Throws:
IOException
-
parseFrom
public static GetSessionResponse parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Throws:
IOException
-
newBuilderForType
public GetSessionResponse.Builder newBuilderForType()
- Specified by:
newBuilderForTypein interfacecom.google.protobuf.Message- Specified by:
newBuilderForTypein interfacecom.google.protobuf.MessageLite
-
newBuilder
public static GetSessionResponse.Builder newBuilder()
-
newBuilder
public static GetSessionResponse.Builder newBuilder(GetSessionResponse prototype)
-
toBuilder
public GetSessionResponse.Builder toBuilder()
- Specified by:
toBuilderin interfacecom.google.protobuf.Message- Specified by:
toBuilderin interfacecom.google.protobuf.MessageLite
-
newBuilderForType
protected GetSessionResponse.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
- Specified by:
newBuilderForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstance
public static GetSessionResponse getDefaultInstance()
-
parser
public static com.google.protobuf.Parser<GetSessionResponse> parser()
-
getParserForType
public com.google.protobuf.Parser<GetSessionResponse> getParserForType()
- Specified by:
getParserForTypein interfacecom.google.protobuf.Message- Specified by:
getParserForTypein interfacecom.google.protobuf.MessageLite- Overrides:
getParserForTypein classcom.google.protobuf.GeneratedMessageV3
-
getDefaultInstanceForType
public GetSessionResponse getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageLiteOrBuilder- Specified by:
getDefaultInstanceForTypein interfacecom.google.protobuf.MessageOrBuilder
-
-