| Modifier and Type | Method and Description |
|---|---|
Phone |
Phone.Builder.build() |
Phone |
Phone.Builder.buildPartial() |
static Phone |
Phone.getDefaultInstance() |
Phone |
Phone.getDefaultInstanceForType() |
Phone |
Phone.Builder.getDefaultInstanceForType() |
Phone |
ProfileOrBuilder.getPhoneNumbers(int index)
Optional.
|
Phone |
Profile.getPhoneNumbers(int index)
Optional.
|
Phone |
Profile.Builder.getPhoneNumbers(int index)
Optional.
|
static Phone |
Phone.parseDelimitedFrom(InputStream input) |
static Phone |
Phone.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Phone |
Phone.parseFrom(byte[] data) |
static Phone |
Phone.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Phone |
Phone.parseFrom(ByteBuffer data) |
static Phone |
Phone.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Phone |
Phone.parseFrom(com.google.protobuf.ByteString data) |
static Phone |
Phone.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Phone |
Phone.parseFrom(com.google.protobuf.CodedInputStream input) |
static Phone |
Phone.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Phone |
Phone.parseFrom(InputStream input) |
static Phone |
Phone.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Phone> |
Phone.getParserForType() |
List<Phone> |
ProfileOrBuilder.getPhoneNumbersList()
Optional.
|
List<Phone> |
Profile.getPhoneNumbersList()
Optional.
|
List<Phone> |
Profile.Builder.getPhoneNumbersList()
Optional.
|
static com.google.protobuf.Parser<Phone> |
Phone.parser() |
| Modifier and Type | Method and Description |
|---|---|
Profile.Builder |
Profile.Builder.addPhoneNumbers(int index,
Phone value)
Optional.
|
Profile.Builder |
Profile.Builder.addPhoneNumbers(Phone value)
Optional.
|
Phone.Builder |
Phone.Builder.mergeFrom(Phone other) |
static Phone.Builder |
Phone.newBuilder(Phone prototype) |
Profile.Builder |
Profile.Builder.setPhoneNumbers(int index,
Phone value)
Optional.
|
| Modifier and Type | Method and Description |
|---|---|
Profile.Builder |
Profile.Builder.addAllPhoneNumbers(Iterable<? extends Phone> values)
Optional.
|
Copyright © 2019 Google LLC. All rights reserved.