| Modifier and Type | Method and Description |
|---|---|
Contacts.Person.Builder |
Contacts.Builder.addPeopleBuilder()
The list of contact people for the entry.
|
Contacts.Person.Builder |
Contacts.Builder.addPeopleBuilder(int index)
The list of contact people for the entry.
|
Contacts.Person.Builder |
Contacts.Person.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Contacts.Person.Builder |
Contacts.Person.Builder.clear() |
Contacts.Person.Builder |
Contacts.Person.Builder.clearDesignation()
Designation of the person, for example, Data Steward.
|
Contacts.Person.Builder |
Contacts.Person.Builder.clearEmail()
Email of the person in the format of `john.doe@xyz`,
`<john.doe@xyz>`, or `John Doe<john.doe@xyz>`.
|
Contacts.Person.Builder |
Contacts.Person.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Contacts.Person.Builder |
Contacts.Person.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Contacts.Person.Builder |
Contacts.Person.Builder.clone() |
Contacts.Person.Builder |
Contacts.Builder.getPeopleBuilder(int index)
The list of contact people for the entry.
|
Contacts.Person.Builder |
Contacts.Person.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Contacts.Person.Builder |
Contacts.Person.Builder.mergeFrom(Contacts.Person other) |
Contacts.Person.Builder |
Contacts.Person.Builder.mergeFrom(com.google.protobuf.Message other) |
Contacts.Person.Builder |
Contacts.Person.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Contacts.Person.Builder |
Contacts.Person.newBuilder() |
static Contacts.Person.Builder |
Contacts.Person.newBuilder(Contacts.Person prototype) |
Contacts.Person.Builder |
Contacts.Person.newBuilderForType() |
protected Contacts.Person.Builder |
Contacts.Person.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Contacts.Person.Builder |
Contacts.Person.Builder.setDesignation(String value)
Designation of the person, for example, Data Steward.
|
Contacts.Person.Builder |
Contacts.Person.Builder.setDesignationBytes(com.google.protobuf.ByteString value)
Designation of the person, for example, Data Steward.
|
Contacts.Person.Builder |
Contacts.Person.Builder.setEmail(String value)
Email of the person in the format of `john.doe@xyz`,
`<john.doe@xyz>`, or `John Doe<john.doe@xyz>`.
|
Contacts.Person.Builder |
Contacts.Person.Builder.setEmailBytes(com.google.protobuf.ByteString value)
Email of the person in the format of `john.doe@xyz`,
`<john.doe@xyz>`, or `John Doe<john.doe@xyz>`.
|
Contacts.Person.Builder |
Contacts.Person.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Contacts.Person.Builder |
Contacts.Person.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Contacts.Person.Builder |
Contacts.Person.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Contacts.Person.Builder |
Contacts.Person.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
List<Contacts.Person.Builder> |
Contacts.Builder.getPeopleBuilderList()
The list of contact people for the entry.
|
| Modifier and Type | Method and Description |
|---|---|
Contacts.Builder |
Contacts.Builder.addPeople(Contacts.Person.Builder builderForValue)
The list of contact people for the entry.
|
Contacts.Builder |
Contacts.Builder.addPeople(int index,
Contacts.Person.Builder builderForValue)
The list of contact people for the entry.
|
Contacts.Builder |
Contacts.Builder.setPeople(int index,
Contacts.Person.Builder builderForValue)
The list of contact people for the entry.
|
Copyright © 2023 Google LLC. All rights reserved.