Package | Description |
---|---|
io.grafeas.v1 |
A client to Container Analysis API.
|
Modifier and Type | Method and Description |
---|---|
Command |
Command.Builder.build() |
Command |
Command.Builder.buildPartial() |
Command |
BuildProvenance.getCommands(int index)
Commands requested by the build.
|
Command |
BuildProvenance.Builder.getCommands(int index)
Commands requested by the build.
|
Command |
BuildProvenanceOrBuilder.getCommands(int index)
Commands requested by the build.
|
static Command |
Command.getDefaultInstance() |
Command |
Command.getDefaultInstanceForType() |
Command |
Command.Builder.getDefaultInstanceForType() |
static Command |
Command.parseDelimitedFrom(InputStream input) |
static Command |
Command.parseDelimitedFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
static Command |
Command.parseFrom(byte[] data) |
static Command |
Command.parseFrom(byte[] data,
ExtensionRegistryLite extensionRegistry) |
static Command |
Command.parseFrom(ByteBuffer data) |
static Command |
Command.parseFrom(ByteBuffer data,
ExtensionRegistryLite extensionRegistry) |
static Command |
Command.parseFrom(ByteString data) |
static Command |
Command.parseFrom(ByteString data,
ExtensionRegistryLite extensionRegistry) |
static Command |
Command.parseFrom(CodedInputStream input) |
static Command |
Command.parseFrom(CodedInputStream input,
ExtensionRegistryLite extensionRegistry) |
static Command |
Command.parseFrom(InputStream input) |
static Command |
Command.parseFrom(InputStream input,
ExtensionRegistryLite extensionRegistry) |
Modifier and Type | Method and Description |
---|---|
List<Command> |
BuildProvenance.getCommandsList()
Commands requested by the build.
|
List<Command> |
BuildProvenance.Builder.getCommandsList()
Commands requested by the build.
|
List<Command> |
BuildProvenanceOrBuilder.getCommandsList()
Commands requested by the build.
|
Parser<Command> |
Command.getParserForType() |
static Parser<Command> |
Command.parser() |
Modifier and Type | Method and Description |
---|---|
BuildProvenance.Builder |
BuildProvenance.Builder.addCommands(Command value)
Commands requested by the build.
|
BuildProvenance.Builder |
BuildProvenance.Builder.addCommands(int index,
Command value)
Commands requested by the build.
|
Command.Builder |
Command.Builder.mergeFrom(Command other) |
static Command.Builder |
Command.newBuilder(Command prototype) |
BuildProvenance.Builder |
BuildProvenance.Builder.setCommands(int index,
Command value)
Commands requested by the build.
|
Modifier and Type | Method and Description |
---|---|
BuildProvenance.Builder |
BuildProvenance.Builder.addAllCommands(Iterable<? extends Command> values)
Commands requested by the build.
|
Copyright © 2019 Google LLC. All rights reserved.