Uses of Class
com.google.cloud.datacatalog.v1.Contacts
-
Packages that use Contacts Package Description com.google.cloud.datacatalog.v1 A client to Google Cloud Data Catalog APIcom.google.cloud.datacatalog.v1.stub -
-
Uses of Contacts in com.google.cloud.datacatalog.v1
Methods in com.google.cloud.datacatalog.v1 that return Contacts Modifier and Type Method Description ContactsContacts.Builder. build()ContactsContacts.Builder. buildPartial()ContactsBusinessContext.Builder. getContacts()Contact people for the entry.ContactsBusinessContext. getContacts()Contact people for the entry.ContactsBusinessContextOrBuilder. getContacts()Contact people for the entry.ContactsModifyEntryContactsRequest.Builder. getContacts()Required.ContactsModifyEntryContactsRequest. getContacts()Required.ContactsModifyEntryContactsRequestOrBuilder. getContacts()Required.static ContactsContacts. getDefaultInstance()ContactsContacts.Builder. getDefaultInstanceForType()ContactsContacts. getDefaultInstanceForType()ContactsDataCatalogClient. modifyEntryContacts(ModifyEntryContactsRequest request)Modifies contacts, part of the business context of an [Entry][google.cloud.datacatalog.v1.Entry].ContactsDataCatalogGrpc.DataCatalogBlockingStub. modifyEntryContacts(ModifyEntryContactsRequest request)Modifies contacts, part of the business context of an [Entry][google.cloud.datacatalog.v1.Entry].static ContactsContacts. parseDelimitedFrom(InputStream input)static ContactsContacts. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContactsContacts. parseFrom(byte[] data)static ContactsContacts. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContactsContacts. parseFrom(com.google.protobuf.ByteString data)static ContactsContacts. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContactsContacts. parseFrom(com.google.protobuf.CodedInputStream input)static ContactsContacts. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContactsContacts. parseFrom(InputStream input)static ContactsContacts. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContactsContacts. parseFrom(ByteBuffer data)static ContactsContacts. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.datacatalog.v1 that return types with arguments of type Contacts Modifier and Type Method Description static io.grpc.MethodDescriptor<ModifyEntryContactsRequest,Contacts>DataCatalogGrpc. getModifyEntryContactsMethod()com.google.protobuf.Parser<Contacts>Contacts. getParserForType()com.google.common.util.concurrent.ListenableFuture<Contacts>DataCatalogGrpc.DataCatalogFutureStub. modifyEntryContacts(ModifyEntryContactsRequest request)Modifies contacts, part of the business context of an [Entry][google.cloud.datacatalog.v1.Entry].com.google.api.gax.rpc.UnaryCallable<ModifyEntryContactsRequest,Contacts>DataCatalogClient. modifyEntryContactsCallable()Modifies contacts, part of the business context of an [Entry][google.cloud.datacatalog.v1.Entry].com.google.api.gax.rpc.UnaryCallSettings.Builder<ModifyEntryContactsRequest,Contacts>DataCatalogSettings.Builder. modifyEntryContactsSettings()Returns the builder for the settings used for calls to modifyEntryContacts.com.google.api.gax.rpc.UnaryCallSettings<ModifyEntryContactsRequest,Contacts>DataCatalogSettings. modifyEntryContactsSettings()Returns the object with the settings used for calls to modifyEntryContacts.static com.google.protobuf.Parser<Contacts>Contacts. parser()Methods in com.google.cloud.datacatalog.v1 with parameters of type Contacts Modifier and Type Method Description BusinessContext.BuilderBusinessContext.Builder. mergeContacts(Contacts value)Contact people for the entry.ModifyEntryContactsRequest.BuilderModifyEntryContactsRequest.Builder. mergeContacts(Contacts value)Required.Contacts.BuilderContacts.Builder. mergeFrom(Contacts other)static Contacts.BuilderContacts. newBuilder(Contacts prototype)BusinessContext.BuilderBusinessContext.Builder. setContacts(Contacts value)Contact people for the entry.ModifyEntryContactsRequest.BuilderModifyEntryContactsRequest.Builder. setContacts(Contacts value)Required.Method parameters in com.google.cloud.datacatalog.v1 with type arguments of type Contacts Modifier and Type Method Description default voidDataCatalogGrpc.AsyncService. modifyEntryContacts(ModifyEntryContactsRequest request, io.grpc.stub.StreamObserver<Contacts> responseObserver)Modifies contacts, part of the business context of an [Entry][google.cloud.datacatalog.v1.Entry].voidDataCatalogGrpc.DataCatalogStub. modifyEntryContacts(ModifyEntryContactsRequest request, io.grpc.stub.StreamObserver<Contacts> responseObserver)Modifies contacts, part of the business context of an [Entry][google.cloud.datacatalog.v1.Entry]. -
Uses of Contacts in com.google.cloud.datacatalog.v1.stub
Methods in com.google.cloud.datacatalog.v1.stub that return types with arguments of type Contacts Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ModifyEntryContactsRequest,Contacts>DataCatalogStub. modifyEntryContactsCallable()com.google.api.gax.rpc.UnaryCallable<ModifyEntryContactsRequest,Contacts>GrpcDataCatalogStub. modifyEntryContactsCallable()com.google.api.gax.rpc.UnaryCallable<ModifyEntryContactsRequest,Contacts>HttpJsonDataCatalogStub. modifyEntryContactsCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<ModifyEntryContactsRequest,Contacts>DataCatalogStubSettings.Builder. modifyEntryContactsSettings()Returns the builder for the settings used for calls to modifyEntryContacts.com.google.api.gax.rpc.UnaryCallSettings<ModifyEntryContactsRequest,Contacts>DataCatalogStubSettings. modifyEntryContactsSettings()Returns the object with the settings used for calls to modifyEntryContacts.
-