Interface AttrProto.MultiValue.ValueOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AttrProto.MultiValue.Value,AttrProto.MultiValue.Value.Builder
- Enclosing class:
- AttrProto.MultiValue
public static interface AttrProto.MultiValue.ValueOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescription.attrpubapi_v1.ContentType content_type = 1;int.attrpubapi_v1.ContentType content_type = 1;com.google.protobuf.ByteStringgetData()bytes data = 2;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
-
getContentTypeValue
int getContentTypeValue().attrpubapi_v1.ContentType content_type = 1;- Returns:
- The enum numeric value on the wire for contentType.
-
getContentType
ContentTypeProto.ContentType getContentType().attrpubapi_v1.ContentType content_type = 1;- Returns:
- The contentType.
-
getData
com.google.protobuf.ByteString getData()bytes data = 2;- Returns:
- The data.
-