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 RelatedUrl
Note.Builder. getRelatedUrl(int index)
URLs associated with this note.RelatedUrl
Note. getRelatedUrl(int index)
URLs associated with this note.RelatedUrl
NoteOrBuilder. 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.Builder
Note.Builder. addRelatedUrl(int index, RelatedUrl value)
URLs associated with this note.Note.Builder
Note.Builder. addRelatedUrl(RelatedUrl value)
URLs associated with this note.Note.Builder
Note.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.Builder
Note.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 RelatedUrl
RelatedUrl.Builder. build()
RelatedUrl
RelatedUrl.Builder. buildPartial()
static RelatedUrl
RelatedUrl. getDefaultInstance()
RelatedUrl
RelatedUrl.Builder. getDefaultInstanceForType()
RelatedUrl
RelatedUrl. getDefaultInstanceForType()
static RelatedUrl
RelatedUrl. parseDelimitedFrom(InputStream input)
static RelatedUrl
RelatedUrl. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RelatedUrl
RelatedUrl. parseFrom(byte[] data)
static RelatedUrl
RelatedUrl. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RelatedUrl
RelatedUrl. parseFrom(com.google.protobuf.ByteString data)
static RelatedUrl
RelatedUrl. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RelatedUrl
RelatedUrl. parseFrom(com.google.protobuf.CodedInputStream input)
static RelatedUrl
RelatedUrl. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RelatedUrl
RelatedUrl. parseFrom(InputStream input)
static RelatedUrl
RelatedUrl. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RelatedUrl
RelatedUrl. parseFrom(ByteBuffer data)
static RelatedUrl
RelatedUrl. 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.Builder
RelatedUrl.Builder. mergeFrom(RelatedUrl other)
static RelatedUrl.Builder
RelatedUrl. 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 RelatedUrl
Details.Builder. getRelatedUrls(int index)
Output only.RelatedUrl
Details. getRelatedUrls(int index)
Output only.RelatedUrl
DetailsOrBuilder. 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.Builder
Details.Builder. addRelatedUrls(int index, RelatedUrl value)
Output only.Details.Builder
Details.Builder. addRelatedUrls(RelatedUrl value)
Output only.Details.Builder
Details.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.Builder
Details.Builder. addAllRelatedUrls(Iterable<? extends RelatedUrl> values)
Output only.
-