Uses of Class
io.grafeas.v1beta1.source.SourceContext
-
Packages that use SourceContext Package Description io.grafeas.v1beta1.provenance io.grafeas.v1beta1.source -
-
Uses of SourceContext in io.grafeas.v1beta1.provenance
Methods in io.grafeas.v1beta1.provenance that return SourceContext Modifier and Type Method Description SourceContextSource.Builder. getAdditionalContexts(int index)If provided, some of the source code used for the build may be found in these locations, in the case where the source repository had multiple remotes or submodules.SourceContextSource. getAdditionalContexts(int index)If provided, some of the source code used for the build may be found in these locations, in the case where the source repository had multiple remotes or submodules.SourceContextSourceOrBuilder. getAdditionalContexts(int index)If provided, some of the source code used for the build may be found in these locations, in the case where the source repository had multiple remotes or submodules.SourceContextSource.Builder. getContext()If provided, the source code used for the build came from this location.SourceContextSource. getContext()If provided, the source code used for the build came from this location.SourceContextSourceOrBuilder. getContext()If provided, the source code used for the build came from this location.Methods in io.grafeas.v1beta1.provenance that return types with arguments of type SourceContext Modifier and Type Method Description List<SourceContext>Source.Builder. getAdditionalContextsList()If provided, some of the source code used for the build may be found in these locations, in the case where the source repository had multiple remotes or submodules.List<SourceContext>Source. getAdditionalContextsList()If provided, some of the source code used for the build may be found in these locations, in the case where the source repository had multiple remotes or submodules.List<SourceContext>SourceOrBuilder. getAdditionalContextsList()If provided, some of the source code used for the build may be found in these locations, in the case where the source repository had multiple remotes or submodules.Methods in io.grafeas.v1beta1.provenance with parameters of type SourceContext Modifier and Type Method Description Source.BuilderSource.Builder. addAdditionalContexts(int index, SourceContext value)If provided, some of the source code used for the build may be found in these locations, in the case where the source repository had multiple remotes or submodules.Source.BuilderSource.Builder. addAdditionalContexts(SourceContext value)If provided, some of the source code used for the build may be found in these locations, in the case where the source repository had multiple remotes or submodules.Source.BuilderSource.Builder. mergeContext(SourceContext value)If provided, the source code used for the build came from this location.Source.BuilderSource.Builder. setAdditionalContexts(int index, SourceContext value)If provided, some of the source code used for the build may be found in these locations, in the case where the source repository had multiple remotes or submodules.Source.BuilderSource.Builder. setContext(SourceContext value)If provided, the source code used for the build came from this location.Method parameters in io.grafeas.v1beta1.provenance with type arguments of type SourceContext Modifier and Type Method Description Source.BuilderSource.Builder. addAllAdditionalContexts(Iterable<? extends SourceContext> values)If provided, some of the source code used for the build may be found in these locations, in the case where the source repository had multiple remotes or submodules. -
Uses of SourceContext in io.grafeas.v1beta1.source
Methods in io.grafeas.v1beta1.source that return SourceContext Modifier and Type Method Description SourceContextSourceContext.Builder. build()SourceContextSourceContext.Builder. buildPartial()static SourceContextSourceContext. getDefaultInstance()SourceContextSourceContext.Builder. getDefaultInstanceForType()SourceContextSourceContext. getDefaultInstanceForType()static SourceContextSourceContext. parseDelimitedFrom(InputStream input)static SourceContextSourceContext. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceContextSourceContext. parseFrom(byte[] data)static SourceContextSourceContext. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceContextSourceContext. parseFrom(com.google.protobuf.ByteString data)static SourceContextSourceContext. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceContextSourceContext. parseFrom(com.google.protobuf.CodedInputStream input)static SourceContextSourceContext. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceContextSourceContext. parseFrom(InputStream input)static SourceContextSourceContext. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SourceContextSourceContext. parseFrom(ByteBuffer data)static SourceContextSourceContext. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.grafeas.v1beta1.source that return types with arguments of type SourceContext Modifier and Type Method Description com.google.protobuf.Parser<SourceContext>SourceContext. getParserForType()static com.google.protobuf.Parser<SourceContext>SourceContext. parser()Methods in io.grafeas.v1beta1.source with parameters of type SourceContext Modifier and Type Method Description SourceContext.BuilderSourceContext.Builder. mergeFrom(SourceContext other)static SourceContext.BuilderSourceContext. newBuilder(SourceContext prototype)
-