| Modifier and Type | Method and Description |
|---|---|
Example |
Example.Builder.build() |
Example |
Example.Builder.buildPartial() |
static Example |
Example.getDefaultInstance() |
Example |
Example.getDefaultInstanceForType() |
Example |
Example.Builder.getDefaultInstanceForType() |
Example |
ListExamplesResponse.getExamples(int index)
The list of examples to return.
|
Example |
ListExamplesResponse.Builder.getExamples(int index)
The list of examples to return.
|
Example |
ListExamplesResponseOrBuilder.getExamples(int index)
The list of examples to return.
|
static Example |
Example.parseDelimitedFrom(InputStream input) |
static Example |
Example.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Example |
Example.parseFrom(byte[] data) |
static Example |
Example.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Example |
Example.parseFrom(ByteBuffer data) |
static Example |
Example.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Example |
Example.parseFrom(com.google.protobuf.ByteString data) |
static Example |
Example.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Example |
Example.parseFrom(com.google.protobuf.CodedInputStream input) |
static Example |
Example.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Example |
Example.parseFrom(InputStream input) |
static Example |
Example.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
List<Example> |
ListExamplesResponse.getExamplesList()
The list of examples to return.
|
List<Example> |
ListExamplesResponse.Builder.getExamplesList()
The list of examples to return.
|
List<Example> |
ListExamplesResponseOrBuilder.getExamplesList()
The list of examples to return.
|
com.google.protobuf.Parser<Example> |
Example.getParserForType() |
static com.google.protobuf.Parser<Example> |
Example.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListExamplesResponse.Builder |
ListExamplesResponse.Builder.addExamples(Example value)
The list of examples to return.
|
ListExamplesResponse.Builder |
ListExamplesResponse.Builder.addExamples(int index,
Example value)
The list of examples to return.
|
Example.Builder |
Example.Builder.mergeFrom(Example other) |
static Example.Builder |
Example.newBuilder(Example prototype) |
ListExamplesResponse.Builder |
ListExamplesResponse.Builder.setExamples(int index,
Example value)
The list of examples to return.
|
| Modifier and Type | Method and Description |
|---|---|
ListExamplesResponse.Builder |
ListExamplesResponse.Builder.addAllExamples(Iterable<? extends Example> values)
The list of examples to return.
|
Copyright © 2019 Google LLC. All rights reserved.