Interface BuildEventStreamProtos.BuildEventId.ConfigurationIdOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
BuildEventStreamProtos.BuildEventId.ConfigurationId, BuildEventStreamProtos.BuildEventId.ConfigurationId.Builder
Enclosing class:
BuildEventStreamProtos.BuildEventId

public static interface BuildEventStreamProtos.BuildEventId.ConfigurationIdOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Identifier of the configuration; users of the protocol should not make any assumptions about it having any structure, or equality of the identifier between different streams.
    com.google.protobuf.ByteString
    Identifier of the configuration; users of the protocol should not make any assumptions about it having any structure, or equality of the identifier between different streams.

    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

    • getId

      String getId()
       Identifier of the configuration; users of the protocol should not make
       any assumptions about it having any structure, or equality of the
       identifier between different streams.
      
       A value of "none" means the null configuration. It is used for targets
       that are not configurable, for example, source files.
       
      string id = 1;
      Returns:
      The id.
    • getIdBytes

      com.google.protobuf.ByteString getIdBytes()
       Identifier of the configuration; users of the protocol should not make
       any assumptions about it having any structure, or equality of the
       identifier between different streams.
      
       A value of "none" means the null configuration. It is used for targets
       that are not configurable, for example, source files.
       
      string id = 1;
      Returns:
      The bytes for id.