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 TypeMethodDescriptionbooleancontainsMetadata(String key) Custom metadata for the build.Deprecated.intCustom metadata for the build.Custom metadata for the build.getMetadataOrDefault(String key, String defaultValue) Custom metadata for the build.getMetadataOrThrow(String key) Custom metadata for the build.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
-
getMetadataCount
int getMetadataCount()Custom metadata for the build.
map<string, string> metadata = 1; -
containsMetadata
Custom metadata for the build.
map<string, string> metadata = 1; -
getMetadata
Deprecated.UsegetMetadataMap()instead. -
getMetadataMap
Custom metadata for the build.
map<string, string> metadata = 1; -
getMetadataOrDefault
Custom metadata for the build.
map<string, string> metadata = 1; -
getMetadataOrThrow
Custom metadata for the build.
map<string, string> metadata = 1;
-