Interface GatewayOuterClass.FormMetadataOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GatewayOuterClass.FormMetadata,GatewayOuterClass.FormMetadata.Builder
- Enclosing class:
- GatewayOuterClass
public static interface GatewayOuterClass.FormMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionthe form ID, as parsed during deployment; together with the versions forms a unique identifier for a specific formcom.google.protobuf.ByteStringthe form ID, as parsed during deployment; together with the versions forms a unique identifier for a specific formlongthe assigned key, which acts as a unique identifier for this formthe resource namecom.google.protobuf.ByteStringthe resource namethe tenant id of the deployed formcom.google.protobuf.ByteStringthe tenant id of the deployed formintthe assigned form versionMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFormId
String getFormId()the form ID, as parsed during deployment; together with the versions forms a unique identifier for a specific form
string formId = 1;- Returns:
- The formId.
-
getFormIdBytes
com.google.protobuf.ByteString getFormIdBytes()the form ID, as parsed during deployment; together with the versions forms a unique identifier for a specific form
string formId = 1;- Returns:
- The bytes for formId.
-
getVersion
int getVersion()the assigned form version
int32 version = 2;- Returns:
- The version.
-
getFormKey
long getFormKey()the assigned key, which acts as a unique identifier for this form
int64 formKey = 3;- Returns:
- The formKey.
-
getResourceName
String getResourceName()the resource name
string resourceName = 4;- Returns:
- The resourceName.
-
getResourceNameBytes
com.google.protobuf.ByteString getResourceNameBytes()the resource name
string resourceName = 4;- Returns:
- The bytes for resourceName.
-
getTenantId
String getTenantId()the tenant id of the deployed form
string tenantId = 5;- Returns:
- The tenantId.
-
getTenantIdBytes
com.google.protobuf.ByteString getTenantIdBytes()the tenant id of the deployed form
string tenantId = 5;- Returns:
- The bytes for tenantId.
-