| Modifier and Type | Method and Description |
|---|---|
Process |
Process.Builder.build() |
Process |
Process.Builder.buildPartial() |
static Process |
Process.getDefaultInstance() |
Process |
Process.getDefaultInstanceForType() |
Process |
Process.Builder.getDefaultInstanceForType() |
Process |
CreateProcessRequestOrBuilder.getProcess()
Required.
|
Process |
UpdateProcessRequest.getProcess()
Required.
|
Process |
UpdateProcessRequest.Builder.getProcess()
Required.
|
Process |
CreateProcessRequest.getProcess()
Required.
|
Process |
CreateProcessRequest.Builder.getProcess()
Required.
|
Process |
UpdateProcessRequestOrBuilder.getProcess()
Required.
|
Process |
ListProcessesResponseOrBuilder.getProcesses(int index)
The processes from the specified project and location.
|
Process |
ListProcessesResponse.getProcesses(int index)
The processes from the specified project and location.
|
Process |
ListProcessesResponse.Builder.getProcesses(int index)
The processes from the specified project and location.
|
static Process |
Process.parseDelimitedFrom(InputStream input) |
static Process |
Process.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Process |
Process.parseFrom(byte[] data) |
static Process |
Process.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Process |
Process.parseFrom(ByteBuffer data) |
static Process |
Process.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Process |
Process.parseFrom(com.google.protobuf.ByteString data) |
static Process |
Process.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Process |
Process.parseFrom(com.google.protobuf.CodedInputStream input) |
static Process |
Process.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Process |
Process.parseFrom(InputStream input) |
static Process |
Process.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Process> |
Process.getParserForType() |
List<Process> |
ListProcessesResponseOrBuilder.getProcessesList()
The processes from the specified project and location.
|
List<Process> |
ListProcessesResponse.getProcessesList()
The processes from the specified project and location.
|
List<Process> |
ListProcessesResponse.Builder.getProcessesList()
The processes from the specified project and location.
|
static com.google.protobuf.Parser<Process> |
Process.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListProcessesResponse.Builder |
ListProcessesResponse.Builder.addProcesses(int index,
Process value)
The processes from the specified project and location.
|
ListProcessesResponse.Builder |
ListProcessesResponse.Builder.addProcesses(Process value)
The processes from the specified project and location.
|
Process.Builder |
Process.Builder.mergeFrom(Process other) |
UpdateProcessRequest.Builder |
UpdateProcessRequest.Builder.mergeProcess(Process value)
Required.
|
CreateProcessRequest.Builder |
CreateProcessRequest.Builder.mergeProcess(Process value)
Required.
|
static Process.Builder |
Process.newBuilder(Process prototype) |
UpdateProcessRequest.Builder |
UpdateProcessRequest.Builder.setProcess(Process value)
Required.
|
CreateProcessRequest.Builder |
CreateProcessRequest.Builder.setProcess(Process value)
Required.
|
ListProcessesResponse.Builder |
ListProcessesResponse.Builder.setProcesses(int index,
Process value)
The processes from the specified project and location.
|
| Modifier and Type | Method and Description |
|---|---|
ListProcessesResponse.Builder |
ListProcessesResponse.Builder.addAllProcesses(Iterable<? extends Process> values)
The processes from the specified project and location.
|
Copyright © 2024 Google LLC. All rights reserved.