Interface Build.EnvironmentGroupOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
Build.EnvironmentGroup, Build.EnvironmentGroup.Builder
Enclosing class:
Build

public static interface Build.EnvironmentGroupOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getDefault(int index)
    The member environments that rules implicitly support if not otherwise specified.
    com.google.protobuf.ByteString
    getDefaultBytes(int index)
    The member environments that rules implicitly support if not otherwise specified.
    int
    The member environments that rules implicitly support if not otherwise specified.
    The member environments that rules implicitly support if not otherwise specified.
    getEnvironment(int index)
    The environments that belong to this group (as labels).
    com.google.protobuf.ByteString
    The environments that belong to this group (as labels).
    int
    The environments that belong to this group (as labels).
    The environments that belong to this group (as labels).
    The name of the environment group.
    com.google.protobuf.ByteString
    The name of the environment group.
    boolean
    The name of the environment group.

    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

    • hasName

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

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

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

      List<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

      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

      com.google.protobuf.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

      List<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

      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

      com.google.protobuf.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.