Uses of Class
com.google.cloud.essentialcontacts.v1.EssentialContactsServiceClient.ListContactsPagedResponse
-
Packages that use EssentialContactsServiceClient.ListContactsPagedResponse Package Description com.google.cloud.essentialcontacts.v1 A client to Essential Contacts APIcom.google.cloud.essentialcontacts.v1.stub -
-
Uses of EssentialContactsServiceClient.ListContactsPagedResponse in com.google.cloud.essentialcontacts.v1
Methods in com.google.cloud.essentialcontacts.v1 that return EssentialContactsServiceClient.ListContactsPagedResponse Modifier and Type Method Description EssentialContactsServiceClient.ListContactsPagedResponse
EssentialContactsServiceClient. listContacts(FolderName parent)
Lists the contacts that have been set on a resource.EssentialContactsServiceClient.ListContactsPagedResponse
EssentialContactsServiceClient. listContacts(ListContactsRequest request)
Lists the contacts that have been set on a resource.EssentialContactsServiceClient.ListContactsPagedResponse
EssentialContactsServiceClient. listContacts(OrganizationName parent)
Lists the contacts that have been set on a resource.EssentialContactsServiceClient.ListContactsPagedResponse
EssentialContactsServiceClient. listContacts(ProjectName parent)
Lists the contacts that have been set on a resource.EssentialContactsServiceClient.ListContactsPagedResponse
EssentialContactsServiceClient. listContacts(String parent)
Lists the contacts that have been set on a resource.Methods in com.google.cloud.essentialcontacts.v1 that return types with arguments of type EssentialContactsServiceClient.ListContactsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<EssentialContactsServiceClient.ListContactsPagedResponse>
EssentialContactsServiceClient.ListContactsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListContactsRequest,ListContactsResponse,Contact> context, com.google.api.core.ApiFuture<ListContactsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListContactsRequest,EssentialContactsServiceClient.ListContactsPagedResponse>
EssentialContactsServiceClient. listContactsPagedCallable()
Lists the contacts that have been set on a resource.com.google.api.gax.rpc.PagedCallSettings.Builder<ListContactsRequest,ListContactsResponse,EssentialContactsServiceClient.ListContactsPagedResponse>
EssentialContactsServiceSettings.Builder. listContactsSettings()
Returns the builder for the settings used for calls to listContacts.com.google.api.gax.rpc.PagedCallSettings<ListContactsRequest,ListContactsResponse,EssentialContactsServiceClient.ListContactsPagedResponse>
EssentialContactsServiceSettings. listContactsSettings()
Returns the object with the settings used for calls to listContacts. -
Uses of EssentialContactsServiceClient.ListContactsPagedResponse in com.google.cloud.essentialcontacts.v1.stub
Methods in com.google.cloud.essentialcontacts.v1.stub that return types with arguments of type EssentialContactsServiceClient.ListContactsPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListContactsRequest,EssentialContactsServiceClient.ListContactsPagedResponse>
EssentialContactsServiceStub. listContactsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListContactsRequest,EssentialContactsServiceClient.ListContactsPagedResponse>
GrpcEssentialContactsServiceStub. listContactsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListContactsRequest,EssentialContactsServiceClient.ListContactsPagedResponse>
HttpJsonEssentialContactsServiceStub. listContactsPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListContactsRequest,ListContactsResponse,EssentialContactsServiceClient.ListContactsPagedResponse>
EssentialContactsServiceStubSettings.Builder. listContactsSettings()
Returns the builder for the settings used for calls to listContacts.com.google.api.gax.rpc.PagedCallSettings<ListContactsRequest,ListContactsResponse,EssentialContactsServiceClient.ListContactsPagedResponse>
EssentialContactsServiceStubSettings. listContactsSettings()
Returns the object with the settings used for calls to listContacts.
-