| Modifier and Type | Method and Description |
|---|---|
Instruction |
Instruction.Builder.build() |
Instruction |
Instruction.Builder.buildPartial() |
static Instruction |
Instruction.getDefaultInstance() |
Instruction |
Instruction.getDefaultInstanceForType() |
Instruction |
Instruction.Builder.getDefaultInstanceForType() |
Instruction |
CreateInstructionRequestOrBuilder.getInstruction()
Required.
|
Instruction |
CreateInstructionRequest.getInstruction()
Required.
|
Instruction |
CreateInstructionRequest.Builder.getInstruction()
Required.
|
Instruction |
ListInstructionsResponse.getInstructions(int index)
The list of Instructions to return.
|
Instruction |
ListInstructionsResponse.Builder.getInstructions(int index)
The list of Instructions to return.
|
Instruction |
ListInstructionsResponseOrBuilder.getInstructions(int index)
The list of Instructions to return.
|
static Instruction |
Instruction.parseDelimitedFrom(InputStream input) |
static Instruction |
Instruction.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Instruction |
Instruction.parseFrom(byte[] data) |
static Instruction |
Instruction.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Instruction |
Instruction.parseFrom(ByteBuffer data) |
static Instruction |
Instruction.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Instruction |
Instruction.parseFrom(com.google.protobuf.ByteString data) |
static Instruction |
Instruction.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Instruction |
Instruction.parseFrom(com.google.protobuf.CodedInputStream input) |
static Instruction |
Instruction.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Instruction |
Instruction.parseFrom(InputStream input) |
static Instruction |
Instruction.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Instruction> |
ListInstructionsResponse.getInstructionsList()
The list of Instructions to return.
|
List<Instruction> |
ListInstructionsResponse.Builder.getInstructionsList()
The list of Instructions to return.
|
List<Instruction> |
ListInstructionsResponseOrBuilder.getInstructionsList()
The list of Instructions to return.
|
com.google.protobuf.Parser<Instruction> |
Instruction.getParserForType() |
static com.google.protobuf.Parser<Instruction> |
Instruction.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListInstructionsResponse.Builder |
ListInstructionsResponse.Builder.addInstructions(Instruction value)
The list of Instructions to return.
|
ListInstructionsResponse.Builder |
ListInstructionsResponse.Builder.addInstructions(int index,
Instruction value)
The list of Instructions to return.
|
Instruction.Builder |
Instruction.Builder.mergeFrom(Instruction other) |
CreateInstructionRequest.Builder |
CreateInstructionRequest.Builder.mergeInstruction(Instruction value)
Required.
|
static Instruction.Builder |
Instruction.newBuilder(Instruction prototype) |
CreateInstructionRequest.Builder |
CreateInstructionRequest.Builder.setInstruction(Instruction value)
Required.
|
ListInstructionsResponse.Builder |
ListInstructionsResponse.Builder.setInstructions(int index,
Instruction value)
The list of Instructions to return.
|
| Modifier and Type | Method and Description |
|---|---|
ListInstructionsResponse.Builder |
ListInstructionsResponse.Builder.addAllInstructions(Iterable<? extends Instruction> values)
The list of Instructions to return.
|
Copyright © 2019 Google LLC. All rights reserved.