| Modifier and Type | Method and Description |
|---|---|
ProcessorType |
ProcessorType.Builder.build() |
ProcessorType |
ProcessorType.Builder.buildPartial() |
static ProcessorType |
ProcessorType.getDefaultInstance() |
ProcessorType |
ProcessorType.getDefaultInstanceForType() |
ProcessorType |
ProcessorType.Builder.getDefaultInstanceForType() |
ProcessorType |
FetchProcessorTypesResponse.getProcessorTypes(int index)
The list of processor types.
|
ProcessorType |
FetchProcessorTypesResponse.Builder.getProcessorTypes(int index)
The list of processor types.
|
ProcessorType |
ListProcessorTypesResponse.getProcessorTypes(int index)
The processor types.
|
ProcessorType |
ListProcessorTypesResponse.Builder.getProcessorTypes(int index)
The processor types.
|
ProcessorType |
ListProcessorTypesResponseOrBuilder.getProcessorTypes(int index)
The processor types.
|
ProcessorType |
FetchProcessorTypesResponseOrBuilder.getProcessorTypes(int index)
The list of processor types.
|
static ProcessorType |
ProcessorType.parseDelimitedFrom(InputStream input) |
static ProcessorType |
ProcessorType.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessorType |
ProcessorType.parseFrom(byte[] data) |
static ProcessorType |
ProcessorType.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessorType |
ProcessorType.parseFrom(ByteBuffer data) |
static ProcessorType |
ProcessorType.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessorType |
ProcessorType.parseFrom(com.google.protobuf.ByteString data) |
static ProcessorType |
ProcessorType.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessorType |
ProcessorType.parseFrom(com.google.protobuf.CodedInputStream input) |
static ProcessorType |
ProcessorType.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static ProcessorType |
ProcessorType.parseFrom(InputStream input) |
static ProcessorType |
ProcessorType.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<ProcessorType> |
ProcessorType.getParserForType() |
List<ProcessorType> |
FetchProcessorTypesResponse.getProcessorTypesList()
The list of processor types.
|
List<ProcessorType> |
FetchProcessorTypesResponse.Builder.getProcessorTypesList()
The list of processor types.
|
List<ProcessorType> |
ListProcessorTypesResponse.getProcessorTypesList()
The processor types.
|
List<ProcessorType> |
ListProcessorTypesResponse.Builder.getProcessorTypesList()
The processor types.
|
List<ProcessorType> |
ListProcessorTypesResponseOrBuilder.getProcessorTypesList()
The processor types.
|
List<ProcessorType> |
FetchProcessorTypesResponseOrBuilder.getProcessorTypesList()
The list of processor types.
|
static com.google.protobuf.Parser<ProcessorType> |
ProcessorType.parser() |
| Modifier and Type | Method and Description |
|---|---|
FetchProcessorTypesResponse.Builder |
FetchProcessorTypesResponse.Builder.addProcessorTypes(int index,
ProcessorType value)
The list of processor types.
|
ListProcessorTypesResponse.Builder |
ListProcessorTypesResponse.Builder.addProcessorTypes(int index,
ProcessorType value)
The processor types.
|
FetchProcessorTypesResponse.Builder |
FetchProcessorTypesResponse.Builder.addProcessorTypes(ProcessorType value)
The list of processor types.
|
ListProcessorTypesResponse.Builder |
ListProcessorTypesResponse.Builder.addProcessorTypes(ProcessorType value)
The processor types.
|
ProcessorType.Builder |
ProcessorType.Builder.mergeFrom(ProcessorType other) |
static ProcessorType.Builder |
ProcessorType.newBuilder(ProcessorType prototype) |
FetchProcessorTypesResponse.Builder |
FetchProcessorTypesResponse.Builder.setProcessorTypes(int index,
ProcessorType value)
The list of processor types.
|
ListProcessorTypesResponse.Builder |
ListProcessorTypesResponse.Builder.setProcessorTypes(int index,
ProcessorType value)
The processor types.
|
| Modifier and Type | Method and Description |
|---|---|
FetchProcessorTypesResponse.Builder |
FetchProcessorTypesResponse.Builder.addAllProcessorTypes(Iterable<? extends ProcessorType> values)
The list of processor types.
|
ListProcessorTypesResponse.Builder |
ListProcessorTypesResponse.Builder.addAllProcessorTypes(Iterable<? extends ProcessorType> values)
The processor types.
|
Copyright © 2024 Google LLC. All rights reserved.