Uses of Class
com.google.cloud.datacatalog.v1.Contacts.Person
-
Packages that use Contacts.Person Package Description com.google.cloud.datacatalog.v1 A client to Google Cloud Data Catalog API -
-
Uses of Contacts.Person in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return Contacts.Person Modifier and Type Method Description Contacts.Person
Contacts.Person.Builder. build()
Contacts.Person
Contacts.Person.Builder. buildPartial()
static Contacts.Person
Contacts.Person. getDefaultInstance()
Contacts.Person
Contacts.Person.Builder. getDefaultInstanceForType()
Contacts.Person
Contacts.Person. getDefaultInstanceForType()
Contacts.Person
Contacts.Builder. getPeople(int index)
The list of contact people for the entry.Contacts.Person
Contacts. getPeople(int index)
The list of contact people for the entry.Contacts.Person
ContactsOrBuilder. getPeople(int index)
The list of contact people for the entry.static Contacts.Person
Contacts.Person. parseDelimitedFrom(InputStream input)
static Contacts.Person
Contacts.Person. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Contacts.Person
Contacts.Person. parseFrom(byte[] data)
static Contacts.Person
Contacts.Person. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Contacts.Person
Contacts.Person. parseFrom(com.google.protobuf.ByteString data)
static Contacts.Person
Contacts.Person. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Contacts.Person
Contacts.Person. parseFrom(com.google.protobuf.CodedInputStream input)
static Contacts.Person
Contacts.Person. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Contacts.Person
Contacts.Person. parseFrom(InputStream input)
static Contacts.Person
Contacts.Person. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Contacts.Person
Contacts.Person. parseFrom(ByteBuffer data)
static Contacts.Person
Contacts.Person. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.datacatalog.v1 that return types with arguments of type Contacts.Person Modifier and Type Method Description com.google.protobuf.Parser<Contacts.Person>
Contacts.Person. getParserForType()
List<Contacts.Person>
Contacts.Builder. getPeopleList()
The list of contact people for the entry.List<Contacts.Person>
Contacts. getPeopleList()
The list of contact people for the entry.List<Contacts.Person>
ContactsOrBuilder. getPeopleList()
The list of contact people for the entry.static com.google.protobuf.Parser<Contacts.Person>
Contacts.Person. parser()
Methods in com.google.cloud.datacatalog.v1 with parameters of type Contacts.Person Modifier and Type Method Description Contacts.Builder
Contacts.Builder. addPeople(int index, Contacts.Person value)
The list of contact people for the entry.Contacts.Builder
Contacts.Builder. addPeople(Contacts.Person value)
The list of contact people for the entry.Contacts.Person.Builder
Contacts.Person.Builder. mergeFrom(Contacts.Person other)
static Contacts.Person.Builder
Contacts.Person. newBuilder(Contacts.Person prototype)
Contacts.Builder
Contacts.Builder. setPeople(int index, Contacts.Person value)
The list of contact people for the entry.Method parameters in com.google.cloud.datacatalog.v1 with type arguments of type Contacts.Person Modifier and Type Method Description Contacts.Builder
Contacts.Builder. addAllPeople(Iterable<? extends Contacts.Person> values)
The list of contact people for the entry.
-