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 SourceContext
Source.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.SourceContext
Source. 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.SourceContext
SourceOrBuilder. 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.SourceContext
Source.Builder. getContext()
If provided, the source code used for the build came from this location.SourceContext
Source. getContext()
If provided, the source code used for the build came from this location.SourceContext
SourceOrBuilder. 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.Builder
Source.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.Builder
Source.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.Builder
Source.Builder. mergeContext(SourceContext value)
If provided, the source code used for the build came from this location.Source.Builder
Source.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.Builder
Source.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.Builder
Source.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 SourceContext
SourceContext.Builder. build()
SourceContext
SourceContext.Builder. buildPartial()
static SourceContext
SourceContext. getDefaultInstance()
SourceContext
SourceContext.Builder. getDefaultInstanceForType()
SourceContext
SourceContext. getDefaultInstanceForType()
static SourceContext
SourceContext. parseDelimitedFrom(InputStream input)
static SourceContext
SourceContext. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceContext
SourceContext. parseFrom(byte[] data)
static SourceContext
SourceContext. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceContext
SourceContext. parseFrom(com.google.protobuf.ByteString data)
static SourceContext
SourceContext. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceContext
SourceContext. parseFrom(com.google.protobuf.CodedInputStream input)
static SourceContext
SourceContext. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceContext
SourceContext. parseFrom(InputStream input)
static SourceContext
SourceContext. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SourceContext
SourceContext. parseFrom(ByteBuffer data)
static SourceContext
SourceContext. 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.Builder
SourceContext.Builder. mergeFrom(SourceContext other)
static SourceContext.Builder
SourceContext. newBuilder(SourceContext prototype)
-