public static final class Contacts.Builder extends GeneratedMessageV3.Builder<Contacts.Builder> implements ContactsOrBuilder
Contact people for the entry.
Protobuf type google.cloud.datacatalog.v1.Contacts
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Methods
public Contacts.Builder addAllPeople(Iterable<? extends Contacts.Person> values)
The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.cloud.datacatalog.v1.Contacts.Person>
|
public Contacts.Builder addPeople(Contacts.Person value)
The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;
public Contacts.Builder addPeople(Contacts.Person.Builder builderForValue)
The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;
public Contacts.Builder addPeople(int index, Contacts.Person value)
The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;
public Contacts.Builder addPeople(int index, Contacts.Person.Builder builderForValue)
The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;
public Contacts.Person.Builder addPeopleBuilder()
The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;
public Contacts.Person.Builder addPeopleBuilder(int index)
The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;
Parameter |
---|
Name | Description |
index | int
|
public Contacts.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
public Contacts buildPartial()
public Contacts.Builder clear()
Overrides
public Contacts.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
public Contacts.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
public Contacts.Builder clearPeople()
The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;
public Contacts.Builder clone()
Overrides
public Contacts getDefaultInstanceForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
public Contacts.Person getPeople(int index)
The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;
Parameter |
---|
Name | Description |
index | int
|
public Contacts.Person.Builder getPeopleBuilder(int index)
The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;
Parameter |
---|
Name | Description |
index | int
|
public List<Contacts.Person.Builder> getPeopleBuilderList()
The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;
public int getPeopleCount()
The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;
Returns |
---|
Type | Description |
int | |
public List<Contacts.Person> getPeopleList()
The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;
public Contacts.PersonOrBuilder getPeopleOrBuilder(int index)
The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;
Parameter |
---|
Name | Description |
index | int
|
public List<? extends Contacts.PersonOrBuilder> getPeopleOrBuilderList()
The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;
Returns |
---|
Type | Description |
List<? extends com.google.cloud.datacatalog.v1.Contacts.PersonOrBuilder> | |
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
public final boolean isInitialized()
Overrides
public Contacts.Builder mergeFrom(Contacts other)
public Contacts.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
public Contacts.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
public final Contacts.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
public Contacts.Builder removePeople(int index)
The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;
Parameter |
---|
Name | Description |
index | int
|
public Contacts.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
public Contacts.Builder setPeople(int index, Contacts.Person value)
The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;
public Contacts.Builder setPeople(int index, Contacts.Person.Builder builderForValue)
The list of contact people for the entry.
repeated .google.cloud.datacatalog.v1.Contacts.Person people = 1;
public Contacts.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
public final Contacts.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides