Interface Controller.ApplicationIdOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getApplication()
      string application = 2;
      com.google.protobuf.ByteString getApplicationBytes()
      string application = 2;
      java.lang.String getTenant()
      string tenant = 1;
      com.google.protobuf.ByteString getTenantBytes()
      string tenant = 1;
      • 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 Detail

      • getTenant

        java.lang.String getTenant()
        string tenant = 1;
        Returns:
        The tenant.
      • getTenantBytes

        com.google.protobuf.ByteString getTenantBytes()
        string tenant = 1;
        Returns:
        The bytes for tenant.
      • getApplication

        java.lang.String getApplication()
        string application = 2;
        Returns:
        The application.
      • getApplicationBytes

        com.google.protobuf.ByteString getApplicationBytes()
        string application = 2;
        Returns:
        The bytes for application.