Uses of Class
io.grafeas.v1beta1.common.RelatedUrl
-
Packages that use RelatedUrl Package Description io.grafeas.v1beta1 io.grafeas.v1beta1.common io.grafeas.v1beta1.vulnerability -
-
Uses of RelatedUrl in io.grafeas.v1beta1
Methods in io.grafeas.v1beta1 that return RelatedUrl Modifier and Type Method Description RelatedUrlNote.Builder. getRelatedUrl(int index)URLs associated with this note.RelatedUrlNote. getRelatedUrl(int index)URLs associated with this note.RelatedUrlNoteOrBuilder. getRelatedUrl(int index)URLs associated with this note.Methods in io.grafeas.v1beta1 that return types with arguments of type RelatedUrl Modifier and Type Method Description List<RelatedUrl>Note.Builder. getRelatedUrlList()URLs associated with this note.List<RelatedUrl>Note. getRelatedUrlList()URLs associated with this note.List<RelatedUrl>NoteOrBuilder. getRelatedUrlList()URLs associated with this note.Methods in io.grafeas.v1beta1 with parameters of type RelatedUrl Modifier and Type Method Description Note.BuilderNote.Builder. addRelatedUrl(int index, RelatedUrl value)URLs associated with this note.Note.BuilderNote.Builder. addRelatedUrl(RelatedUrl value)URLs associated with this note.Note.BuilderNote.Builder. setRelatedUrl(int index, RelatedUrl value)URLs associated with this note.Method parameters in io.grafeas.v1beta1 with type arguments of type RelatedUrl Modifier and Type Method Description Note.BuilderNote.Builder. addAllRelatedUrl(Iterable<? extends RelatedUrl> values)URLs associated with this note. -
Uses of RelatedUrl in io.grafeas.v1beta1.common
Methods in io.grafeas.v1beta1.common that return RelatedUrl Modifier and Type Method Description RelatedUrlRelatedUrl.Builder. build()RelatedUrlRelatedUrl.Builder. buildPartial()static RelatedUrlRelatedUrl. getDefaultInstance()RelatedUrlRelatedUrl.Builder. getDefaultInstanceForType()RelatedUrlRelatedUrl. getDefaultInstanceForType()static RelatedUrlRelatedUrl. parseDelimitedFrom(InputStream input)static RelatedUrlRelatedUrl. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RelatedUrlRelatedUrl. parseFrom(byte[] data)static RelatedUrlRelatedUrl. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RelatedUrlRelatedUrl. parseFrom(com.google.protobuf.ByteString data)static RelatedUrlRelatedUrl. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RelatedUrlRelatedUrl. parseFrom(com.google.protobuf.CodedInputStream input)static RelatedUrlRelatedUrl. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RelatedUrlRelatedUrl. parseFrom(InputStream input)static RelatedUrlRelatedUrl. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RelatedUrlRelatedUrl. parseFrom(ByteBuffer data)static RelatedUrlRelatedUrl. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.grafeas.v1beta1.common that return types with arguments of type RelatedUrl Modifier and Type Method Description com.google.protobuf.Parser<RelatedUrl>RelatedUrl. getParserForType()static com.google.protobuf.Parser<RelatedUrl>RelatedUrl. parser()Methods in io.grafeas.v1beta1.common with parameters of type RelatedUrl Modifier and Type Method Description RelatedUrl.BuilderRelatedUrl.Builder. mergeFrom(RelatedUrl other)static RelatedUrl.BuilderRelatedUrl. newBuilder(RelatedUrl prototype) -
Uses of RelatedUrl in io.grafeas.v1beta1.vulnerability
Methods in io.grafeas.v1beta1.vulnerability that return RelatedUrl Modifier and Type Method Description RelatedUrlDetails.Builder. getRelatedUrls(int index)Output only.RelatedUrlDetails. getRelatedUrls(int index)Output only.RelatedUrlDetailsOrBuilder. getRelatedUrls(int index)Output only.Methods in io.grafeas.v1beta1.vulnerability that return types with arguments of type RelatedUrl Modifier and Type Method Description List<RelatedUrl>Details.Builder. getRelatedUrlsList()Output only.List<RelatedUrl>Details. getRelatedUrlsList()Output only.List<RelatedUrl>DetailsOrBuilder. getRelatedUrlsList()Output only.Methods in io.grafeas.v1beta1.vulnerability with parameters of type RelatedUrl Modifier and Type Method Description Details.BuilderDetails.Builder. addRelatedUrls(int index, RelatedUrl value)Output only.Details.BuilderDetails.Builder. addRelatedUrls(RelatedUrl value)Output only.Details.BuilderDetails.Builder. setRelatedUrls(int index, RelatedUrl value)Output only.Method parameters in io.grafeas.v1beta1.vulnerability with type arguments of type RelatedUrl Modifier and Type Method Description Details.BuilderDetails.Builder. addAllRelatedUrls(Iterable<? extends RelatedUrl> values)Output only.
-