Interface ControlOuterClass.DescriptorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ControlOuterClass.Descriptor
,ControlOuterClass.Descriptor.Builder
- Enclosing class:
ControlOuterClass
public static interface ControlOuterClass.DescriptorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
map<string, string> annotations = 5;
Deprecated.int
map<string, string> annotations = 5;
map<string, string> annotations = 5;
getAnnotationsOrDefault
(String key, String defaultValue) map<string, string> annotations = 5;
map<string, string> annotations = 5;
string digest = 2;
com.google.protobuf.ByteString
string digest = 2;
string media_type = 1;
com.google.protobuf.ByteString
string media_type = 1;
long
getSize()
int64 size = 3;
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
-
getMediaType
-
getMediaTypeBytes
com.google.protobuf.ByteString getMediaTypeBytes()string media_type = 1;
- Returns:
- The bytes for mediaType.
-
getDigest
-
getDigestBytes
com.google.protobuf.ByteString getDigestBytes()string digest = 2;
- Returns:
- The bytes for digest.
-
getSize
long getSize()int64 size = 3;
- Returns:
- The size.
-
getAnnotationsCount
int getAnnotationsCount()map<string, string> annotations = 5;
-
containsAnnotations
map<string, string> annotations = 5;
-
getAnnotations
-
getAnnotationsMap
-
getAnnotationsOrDefault
-
getAnnotationsOrThrow
-