public interface AnnotationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getComment(int index)
Free-text comments.
|
com.google.protobuf.ByteString |
getCommentBytes(int index)
Free-text comments.
|
int |
getCommentCount()
Free-text comments.
|
List<String> |
getCommentList()
Free-text comments.
|
com.google.protobuf.Any |
getExtraMetadata(int index)
Application-specific metadata may be attached here.
|
int |
getExtraMetadataCount()
Application-specific metadata may be attached here.
|
List<com.google.protobuf.Any> |
getExtraMetadataList()
Application-specific metadata may be attached here.
|
com.google.protobuf.AnyOrBuilder |
getExtraMetadataOrBuilder(int index)
Application-specific metadata may be attached here.
|
List<? extends com.google.protobuf.AnyOrBuilder> |
getExtraMetadataOrBuilderList()
Application-specific metadata may be attached here.
|
String |
getTag(int index)
Tags can be used to mark features.
|
com.google.protobuf.ByteString |
getTagBytes(int index)
Tags can be used to mark features.
|
int |
getTagCount()
Tags can be used to mark features.
|
List<String> |
getTagList()
Tags can be used to mark features.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getTagList()
Tags can be used to mark features. For example, tag on user_age feature can be `user_feature`, tag on user_country feature can be `location_feature`, `user_feature`.
repeated string tag = 1;int getTagCount()
Tags can be used to mark features. For example, tag on user_age feature can be `user_feature`, tag on user_country feature can be `location_feature`, `user_feature`.
repeated string tag = 1;String getTag(int index)
Tags can be used to mark features. For example, tag on user_age feature can be `user_feature`, tag on user_country feature can be `location_feature`, `user_feature`.
repeated string tag = 1;index - The index of the element to return.com.google.protobuf.ByteString getTagBytes(int index)
Tags can be used to mark features. For example, tag on user_age feature can be `user_feature`, tag on user_country feature can be `location_feature`, `user_feature`.
repeated string tag = 1;index - The index of the value to return.List<String> getCommentList()
Free-text comments. This can be used as a description of the feature, developer notes etc.
repeated string comment = 2;int getCommentCount()
Free-text comments. This can be used as a description of the feature, developer notes etc.
repeated string comment = 2;String getComment(int index)
Free-text comments. This can be used as a description of the feature, developer notes etc.
repeated string comment = 2;index - The index of the element to return.com.google.protobuf.ByteString getCommentBytes(int index)
Free-text comments. This can be used as a description of the feature, developer notes etc.
repeated string comment = 2;index - The index of the value to return.List<com.google.protobuf.Any> getExtraMetadataList()
Application-specific metadata may be attached here.
repeated .google.protobuf.Any extra_metadata = 3;com.google.protobuf.Any getExtraMetadata(int index)
Application-specific metadata may be attached here.
repeated .google.protobuf.Any extra_metadata = 3;int getExtraMetadataCount()
Application-specific metadata may be attached here.
repeated .google.protobuf.Any extra_metadata = 3;List<? extends com.google.protobuf.AnyOrBuilder> getExtraMetadataOrBuilderList()
Application-specific metadata may be attached here.
repeated .google.protobuf.Any extra_metadata = 3;com.google.protobuf.AnyOrBuilder getExtraMetadataOrBuilder(int index)
Application-specific metadata may be attached here.
repeated .google.protobuf.Any extra_metadata = 3;Copyright © 2020 Gojek. All rights reserved.