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 Type
    Method
    Description
    the form ID, as parsed during deployment; together with the versions forms a unique identifier for a specific form
    com.google.protobuf.ByteString
    the form ID, as parsed during deployment; together with the versions forms a unique identifier for a specific form
    long
    the assigned key, which acts as a unique identifier for this form
    the resource name
    com.google.protobuf.ByteString
    the resource name
    the tenant id of the deployed form
    com.google.protobuf.ByteString
    the tenant id of the deployed form
    int
    the assigned form version

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.