Interface BuildEventStreamProtos.BuildMetadataOrBuilder

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

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

    Modifier and Type
    Method
    Description
    boolean
    Custom metadata for the build.
    Deprecated.
    int
    Custom metadata for the build.
    Custom metadata for the build.
    getMetadataOrDefault(String key, String defaultValue)
    Custom metadata for the build.
    Custom metadata for the build.

    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

    • getMetadataCount

      int getMetadataCount()
       Custom metadata for the build.
       
      map<string, string> metadata = 1;
    • containsMetadata

      boolean containsMetadata(String key)
       Custom metadata for the build.
       
      map<string, string> metadata = 1;
    • getMetadata

      @Deprecated Map<String,String> getMetadata()
      Deprecated.
      Use getMetadataMap() instead.
    • getMetadataMap

      Map<String,String> getMetadataMap()
       Custom metadata for the build.
       
      map<string, string> metadata = 1;
    • getMetadataOrDefault

      String getMetadataOrDefault(String key, String defaultValue)
       Custom metadata for the build.
       
      map<string, string> metadata = 1;
    • getMetadataOrThrow

      String getMetadataOrThrow(String key)
       Custom metadata for the build.
       
      map<string, string> metadata = 1;