Interface Build.EnvironmentGroupOrBuilder

    • Method Detail

      • hasName

        boolean hasName()
         The name of the environment group.
         
        required string name = 1;
        Returns:
        Whether the name field is set.
      • getName

        java.lang.String getName()
         The name of the environment group.
         
        required string name = 1;
        Returns:
        The name.
      • getNameBytes

        ByteString getNameBytes()
         The name of the environment group.
         
        required string name = 1;
        Returns:
        The bytes for name.
      • getEnvironmentList

        java.util.List<java.lang.String> getEnvironmentList()
         The environments that belong to this group (as labels).
         
        repeated string environment = 2;
        Returns:
        A list containing the environment.
      • getEnvironmentCount

        int getEnvironmentCount()
         The environments that belong to this group (as labels).
         
        repeated string environment = 2;
        Returns:
        The count of environment.
      • getEnvironment

        java.lang.String getEnvironment​(int index)
         The environments that belong to this group (as labels).
         
        repeated string environment = 2;
        Parameters:
        index - The index of the element to return.
        Returns:
        The environment at the given index.
      • getEnvironmentBytes

        ByteString getEnvironmentBytes​(int index)
         The environments that belong to this group (as labels).
         
        repeated string environment = 2;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the environment at the given index.
      • getDefaultList

        java.util.List<java.lang.String> getDefaultList()
         The member environments that rules implicitly support if not otherwise
         specified.
         
        repeated string default = 3;
        Returns:
        A list containing the default.
      • getDefaultCount

        int getDefaultCount()
         The member environments that rules implicitly support if not otherwise
         specified.
         
        repeated string default = 3;
        Returns:
        The count of default.
      • getDefault

        java.lang.String getDefault​(int index)
         The member environments that rules implicitly support if not otherwise
         specified.
         
        repeated string default = 3;
        Parameters:
        index - The index of the element to return.
        Returns:
        The default at the given index.
      • getDefaultBytes

        ByteString getDefaultBytes​(int index)
         The member environments that rules implicitly support if not otherwise
         specified.
         
        repeated string default = 3;
        Parameters:
        index - The index of the value to return.
        Returns:
        The bytes of the default at the given index.