Package cronapp.framework.customization
Interface GetSessionResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetSessionResponse,GetSessionResponse.Builder
public interface GetSessionResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetInstanceId()string instanceId = 1;com.google.protobuf.ByteStringgetInstanceIdBytes()string instanceId = 1;StringgetInstanceVersion()string instanceVersion = 2;com.google.protobuf.ByteStringgetInstanceVersionBytes()string instanceVersion = 2;StringgetResourceName()string resourceName = 3;com.google.protobuf.ByteStringgetResourceNameBytes()string resourceName = 3;StringgetResourceType()string resourceType = 4;com.google.protobuf.ByteStringgetResourceTypeBytes()string resourceType = 4;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getInstanceId
String getInstanceId()
string instanceId = 1;
-
getInstanceIdBytes
com.google.protobuf.ByteString getInstanceIdBytes()
string instanceId = 1;
-
getInstanceVersion
String getInstanceVersion()
string instanceVersion = 2;
-
getInstanceVersionBytes
com.google.protobuf.ByteString getInstanceVersionBytes()
string instanceVersion = 2;
-
getResourceName
String getResourceName()
string resourceName = 3;
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()
string resourceName = 3;
-
getResourceType
String getResourceType()
string resourceType = 4;
-
getResourceTypeBytes
com.google.protobuf.ByteString getResourceTypeBytes()
string resourceType = 4;
-
-