Package | Description |
---|---|
io.grafeas.v1 |
A client to Container Analysis API.
|
Modifier and Type | Method and Description |
---|---|
SourceContext |
SourceContext.Builder.build() |
SourceContext |
SourceContext.Builder.buildPartial() |
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.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.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.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 |
Source.Builder.getContext()
If provided, the source code used for the build came from this location.
|
static SourceContext |
SourceContext.getDefaultInstance() |
SourceContext |
SourceContext.getDefaultInstanceForType() |
SourceContext |
SourceContext.Builder.getDefaultInstanceForType() |
static SourceContext |
SourceContext.parseDelimitedFrom(InputStream input) |
static SourceContext |
SourceContext.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static SourceContext |
SourceContext.parseFrom(byte[] data) |
static SourceContext |
SourceContext.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static SourceContext |
SourceContext.parseFrom(ByteBuffer data) |
static SourceContext |
SourceContext.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static SourceContext |
SourceContext.parseFrom(ByteString data) |
static SourceContext |
SourceContext.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static SourceContext |
SourceContext.parseFrom(CodedInputStream input) |
static SourceContext |
SourceContext.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static SourceContext |
SourceContext.parseFrom(InputStream input) |
static SourceContext |
SourceContext.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
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.
|
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> |
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.
|
Parser<SourceContext> |
SourceContext.getParserForType() |
static Parser<SourceContext> |
SourceContext.parser() |
Modifier and Type | Method and 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.
|
SourceContext.Builder |
SourceContext.Builder.mergeFrom(SourceContext other) |
static SourceContext.Builder |
SourceContext.newBuilder(SourceContext prototype) |
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.
|
Modifier and Type | Method and 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.
|
Copyright © 2019 Google LLC. All rights reserved.