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 Contacts
Contacts.Builder. build()
Contacts
Contacts.Builder. buildPartial()
Contacts
BusinessContext.Builder. getContacts()
Contact people for the entry.Contacts
BusinessContext. getContacts()
Contact people for the entry.Contacts
BusinessContextOrBuilder. getContacts()
Contact people for the entry.Contacts
ModifyEntryContactsRequest.Builder. getContacts()
Required.Contacts
ModifyEntryContactsRequest. getContacts()
Required.Contacts
ModifyEntryContactsRequestOrBuilder. getContacts()
Required.static Contacts
Contacts. getDefaultInstance()
Contacts
Contacts.Builder. getDefaultInstanceForType()
Contacts
Contacts. getDefaultInstanceForType()
Contacts
DataCatalogClient. modifyEntryContacts(ModifyEntryContactsRequest request)
Modifies contacts, part of the business context of an [Entry][google.cloud.datacatalog.v1.Entry].Contacts
DataCatalogGrpc.DataCatalogBlockingStub. modifyEntryContacts(ModifyEntryContactsRequest request)
Modifies contacts, part of the business context of an [Entry][google.cloud.datacatalog.v1.Entry].static Contacts
Contacts. parseDelimitedFrom(InputStream input)
static Contacts
Contacts. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Contacts
Contacts. parseFrom(byte[] data)
static Contacts
Contacts. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Contacts
Contacts. parseFrom(com.google.protobuf.ByteString data)
static Contacts
Contacts. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Contacts
Contacts. parseFrom(com.google.protobuf.CodedInputStream input)
static Contacts
Contacts. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Contacts
Contacts. parseFrom(InputStream input)
static Contacts
Contacts. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Contacts
Contacts. parseFrom(ByteBuffer data)
static Contacts
Contacts. 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.Builder
BusinessContext.Builder. mergeContacts(Contacts value)
Contact people for the entry.ModifyEntryContactsRequest.Builder
ModifyEntryContactsRequest.Builder. mergeContacts(Contacts value)
Required.Contacts.Builder
Contacts.Builder. mergeFrom(Contacts other)
static Contacts.Builder
Contacts. newBuilder(Contacts prototype)
BusinessContext.Builder
BusinessContext.Builder. setContacts(Contacts value)
Contact people for the entry.ModifyEntryContactsRequest.Builder
ModifyEntryContactsRequest.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 void
DataCatalogGrpc.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].void
DataCatalogGrpc.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.
-