| Modifier and Type | Method and Description |
|---|---|
Run |
Run.Builder.build() |
Run |
Run.Builder.buildPartial() |
static Run |
Run.getDefaultInstance() |
Run |
Run.getDefaultInstanceForType() |
Run |
Run.Builder.getDefaultInstanceForType() |
Run |
UpdateRunRequestOrBuilder.getRun()
Required.
|
Run |
UpdateRunRequest.getRun()
Required.
|
Run |
UpdateRunRequest.Builder.getRun()
Required.
|
Run |
CreateRunRequestOrBuilder.getRun()
Required.
|
Run |
CreateRunRequest.getRun()
Required.
|
Run |
CreateRunRequest.Builder.getRun()
Required.
|
Run |
ListRunsResponseOrBuilder.getRuns(int index)
The runs from the specified project and location.
|
Run |
ListRunsResponse.getRuns(int index)
The runs from the specified project and location.
|
Run |
ListRunsResponse.Builder.getRuns(int index)
The runs from the specified project and location.
|
static Run |
Run.parseDelimitedFrom(InputStream input) |
static Run |
Run.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Run |
Run.parseFrom(byte[] data) |
static Run |
Run.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Run |
Run.parseFrom(ByteBuffer data) |
static Run |
Run.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Run |
Run.parseFrom(com.google.protobuf.ByteString data) |
static Run |
Run.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Run |
Run.parseFrom(com.google.protobuf.CodedInputStream input) |
static Run |
Run.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Run |
Run.parseFrom(InputStream input) |
static Run |
Run.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Run> |
Run.getParserForType() |
List<Run> |
ListRunsResponseOrBuilder.getRunsList()
The runs from the specified project and location.
|
List<Run> |
ListRunsResponse.getRunsList()
The runs from the specified project and location.
|
List<Run> |
ListRunsResponse.Builder.getRunsList()
The runs from the specified project and location.
|
static com.google.protobuf.Parser<Run> |
Run.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListRunsResponse.Builder |
ListRunsResponse.Builder.addRuns(int index,
Run value)
The runs from the specified project and location.
|
ListRunsResponse.Builder |
ListRunsResponse.Builder.addRuns(Run value)
The runs from the specified project and location.
|
Run.Builder |
Run.Builder.mergeFrom(Run other) |
UpdateRunRequest.Builder |
UpdateRunRequest.Builder.mergeRun(Run value)
Required.
|
CreateRunRequest.Builder |
CreateRunRequest.Builder.mergeRun(Run value)
Required.
|
static Run.Builder |
Run.newBuilder(Run prototype) |
UpdateRunRequest.Builder |
UpdateRunRequest.Builder.setRun(Run value)
Required.
|
CreateRunRequest.Builder |
CreateRunRequest.Builder.setRun(Run value)
Required.
|
ListRunsResponse.Builder |
ListRunsResponse.Builder.setRuns(int index,
Run value)
The runs from the specified project and location.
|
| Modifier and Type | Method and Description |
|---|---|
ListRunsResponse.Builder |
ListRunsResponse.Builder.addAllRuns(Iterable<? extends Run> values)
The runs from the specified project and location.
|
Copyright © 2024 Google LLC. All rights reserved.