Interface PlatformInfoResponseOrBuilder

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

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

      All Methods Instance Methods Abstract Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean containsDeploymentInfo​(java.lang.String key)
      Additional information about the current TRAC environment.
      java.util.Map<java.lang.String,​java.lang.String> getDeploymentInfo()
      Deprecated.
      int getDeploymentInfoCount()
      Additional information about the current TRAC environment.
      java.util.Map<java.lang.String,​java.lang.String> getDeploymentInfoMap()
      Additional information about the current TRAC environment.
      java.lang.String getDeploymentInfoOrDefault​(java.lang.String key, java.lang.String defaultValue)
      Additional information about the current TRAC environment.
      java.lang.String getDeploymentInfoOrThrow​(java.lang.String key)
      Additional information about the current TRAC environment.
      java.lang.String getEnvironment()
      Name of the current TRAC environment.
      com.google.protobuf.ByteString getEnvironmentBytes()
      Name of the current TRAC environment.
      boolean getProduction()
      Flag indicating whether the current environment is a production environment or not.
      java.lang.String getTracVersion()
      Version string for the version of TRAC currently deployed in the platform.
      com.google.protobuf.ByteString getTracVersionBytes()
      Version string for the version of TRAC currently deployed in the platform.
      • 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

      • getTracVersion

        java.lang.String getTracVersion()
         Version string for the version of TRAC currently deployed in the platform. *
         
        string tracVersion = 1;
        Returns:
        The tracVersion.
      • getTracVersionBytes

        com.google.protobuf.ByteString getTracVersionBytes()
         Version string for the version of TRAC currently deployed in the platform. *
         
        string tracVersion = 1;
        Returns:
        The bytes for tracVersion.
      • getEnvironment

        java.lang.String getEnvironment()
         Name of the current TRAC environment. 
         
        string environment = 2;
        Returns:
        The environment.
      • getEnvironmentBytes

        com.google.protobuf.ByteString getEnvironmentBytes()
         Name of the current TRAC environment. 
         
        string environment = 2;
        Returns:
        The bytes for environment.
      • getProduction

        boolean getProduction()
         Flag indicating whether the current environment is a production environment or not. *
         
        bool production = 3;
        Returns:
        The production.
      • getDeploymentInfoCount

        int getDeploymentInfoCount()
        
         Additional information about the current TRAC environment.
         The particular information relevant to a deployment of TRAC can vary between organizations.
         Useful information might include: region, business division, brand etc.
         This information is optional and may not be present for smaller deployments.
         
        map<string, string> deploymentInfo = 4;
      • containsDeploymentInfo

        boolean containsDeploymentInfo​(java.lang.String key)
        
         Additional information about the current TRAC environment.
         The particular information relevant to a deployment of TRAC can vary between organizations.
         Useful information might include: region, business division, brand etc.
         This information is optional and may not be present for smaller deployments.
         
        map<string, string> deploymentInfo = 4;
      • getDeploymentInfo

        @Deprecated
        java.util.Map<java.lang.String,​java.lang.String> getDeploymentInfo()
        Deprecated.
      • getDeploymentInfoMap

        java.util.Map<java.lang.String,​java.lang.String> getDeploymentInfoMap()
        
         Additional information about the current TRAC environment.
         The particular information relevant to a deployment of TRAC can vary between organizations.
         Useful information might include: region, business division, brand etc.
         This information is optional and may not be present for smaller deployments.
         
        map<string, string> deploymentInfo = 4;
      • getDeploymentInfoOrDefault

        java.lang.String getDeploymentInfoOrDefault​(java.lang.String key,
                                                    java.lang.String defaultValue)
        
         Additional information about the current TRAC environment.
         The particular information relevant to a deployment of TRAC can vary between organizations.
         Useful information might include: region, business division, brand etc.
         This information is optional and may not be present for smaller deployments.
         
        map<string, string> deploymentInfo = 4;
      • getDeploymentInfoOrThrow

        java.lang.String getDeploymentInfoOrThrow​(java.lang.String key)
        
         Additional information about the current TRAC environment.
         The particular information relevant to a deployment of TRAC can vary between organizations.
         Useful information might include: region, business division, brand etc.
         This information is optional and may not be present for smaller deployments.
         
        map<string, string> deploymentInfo = 4;