| Modifier and Type | Method and Description |
|---|---|
Processor |
Processor.Builder.build() |
Processor |
Processor.Builder.buildPartial() |
static Processor |
Processor.getDefaultInstance() |
Processor |
Processor.getDefaultInstanceForType() |
Processor |
Processor.Builder.getDefaultInstanceForType() |
Processor |
CreateProcessorRequest.getProcessor()
Required.
|
Processor |
CreateProcessorRequest.Builder.getProcessor()
Required.
|
Processor |
CreateProcessorRequestOrBuilder.getProcessor()
Required.
|
Processor |
ListProcessorsResponse.getProcessors(int index)
The list of processors.
|
Processor |
ListProcessorsResponse.Builder.getProcessors(int index)
The list of processors.
|
Processor |
ListProcessorsResponseOrBuilder.getProcessors(int index)
The list of processors.
|
static Processor |
Processor.parseDelimitedFrom(InputStream input) |
static Processor |
Processor.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Processor |
Processor.parseFrom(byte[] data) |
static Processor |
Processor.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Processor |
Processor.parseFrom(ByteBuffer data) |
static Processor |
Processor.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Processor |
Processor.parseFrom(com.google.protobuf.ByteString data) |
static Processor |
Processor.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Processor |
Processor.parseFrom(com.google.protobuf.CodedInputStream input) |
static Processor |
Processor.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Processor |
Processor.parseFrom(InputStream input) |
static Processor |
Processor.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Processor> |
Processor.getParserForType() |
List<Processor> |
ListProcessorsResponse.getProcessorsList()
The list of processors.
|
List<Processor> |
ListProcessorsResponse.Builder.getProcessorsList()
The list of processors.
|
List<Processor> |
ListProcessorsResponseOrBuilder.getProcessorsList()
The list of processors.
|
static com.google.protobuf.Parser<Processor> |
Processor.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListProcessorsResponse.Builder |
ListProcessorsResponse.Builder.addProcessors(int index,
Processor value)
The list of processors.
|
ListProcessorsResponse.Builder |
ListProcessorsResponse.Builder.addProcessors(Processor value)
The list of processors.
|
Processor.Builder |
Processor.Builder.mergeFrom(Processor other) |
CreateProcessorRequest.Builder |
CreateProcessorRequest.Builder.mergeProcessor(Processor value)
Required.
|
static Processor.Builder |
Processor.newBuilder(Processor prototype) |
CreateProcessorRequest.Builder |
CreateProcessorRequest.Builder.setProcessor(Processor value)
Required.
|
ListProcessorsResponse.Builder |
ListProcessorsResponse.Builder.setProcessors(int index,
Processor value)
The list of processors.
|
| Modifier and Type | Method and Description |
|---|---|
ListProcessorsResponse.Builder |
ListProcessorsResponse.Builder.addAllProcessors(Iterable<? extends Processor> values)
The list of processors.
|
Copyright © 2024 Google LLC. All rights reserved.