Interface TenantResourceOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    TenantResource, TenantResource.Builder

    public interface TenantResourceOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getApplicationId()
      string applicationId = 2;
      com.google.protobuf.ByteString getApplicationIdBytes()
      string applicationId = 2;
      TenantResource.ResourceCase getResourceCase()  
      java.lang.String getTenant()
      the tenant in our system (organization ID) - we can always create a dedicated internal tenant for metrics that do not belong to any particular tenant
      com.google.protobuf.ByteString getTenantBytes()
      the tenant in our system (organization ID) - we can always create a dedicated internal tenant for metrics that do not belong to any particular tenant
      boolean hasApplicationId()
      string applicationId = 2;
      • 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()
         the tenant in our system (organization ID) - we can always
         create a dedicated internal tenant for metrics that do not
         belong to any particular tenant
         
        string tenant = 1;
        Returns:
        The tenant.
      • getTenantBytes

        com.google.protobuf.ByteString getTenantBytes()
         the tenant in our system (organization ID) - we can always
         create a dedicated internal tenant for metrics that do not
         belong to any particular tenant
         
        string tenant = 1;
        Returns:
        The bytes for tenant.
      • hasApplicationId

        boolean hasApplicationId()
        string applicationId = 2;
        Returns:
        Whether the applicationId field is set.
      • getApplicationId

        java.lang.String getApplicationId()
        string applicationId = 2;
        Returns:
        The applicationId.
      • getApplicationIdBytes

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