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 TypeMethodDescriptiongetDefault(int index) The member environments that rules implicitly support if not otherwise specified.com.google.protobuf.ByteStringgetDefaultBytes(int index) The member environments that rules implicitly support if not otherwise specified.intThe 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.ByteStringgetEnvironmentBytes(int index) The environments that belong to this group (as labels).intThe environments that belong to this group (as labels).The environments that belong to this group (as labels).getName()The name of the environment group.com.google.protobuf.ByteStringThe name of the environment group.booleanhasName()The name of the environment group.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods 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
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
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
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
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.
-