Uses of Class
com.google.cloud.essentialcontacts.v1.Contact
-
Packages that use Contact Package Description com.google.cloud.essentialcontacts.v1 A client to Essential Contacts APIcom.google.cloud.essentialcontacts.v1.stub -
-
Uses of Contact in com.google.cloud.essentialcontacts.v1
Methods in com.google.cloud.essentialcontacts.v1 that return Contact Modifier and Type Method Description ContactContact.Builder. build()ContactContact.Builder. buildPartial()ContactEssentialContactsServiceClient. createContact(CreateContactRequest request)Adds a new contact for a resource.ContactEssentialContactsServiceClient. createContact(FolderName parent, Contact contact)Adds a new contact for a resource.ContactEssentialContactsServiceClient. createContact(OrganizationName parent, Contact contact)Adds a new contact for a resource.ContactEssentialContactsServiceClient. createContact(ProjectName parent, Contact contact)Adds a new contact for a resource.ContactEssentialContactsServiceClient. createContact(String parent, Contact contact)Adds a new contact for a resource.ContactEssentialContactsServiceGrpc.EssentialContactsServiceBlockingStub. createContact(CreateContactRequest request)Adds a new contact for a resource.ContactCreateContactRequest.Builder. getContact()Required.ContactCreateContactRequest. getContact()Required.ContactCreateContactRequestOrBuilder. getContact()Required.ContactEssentialContactsServiceClient. getContact(ContactName name)Gets a single contact.ContactEssentialContactsServiceClient. getContact(GetContactRequest request)Gets a single contact.ContactEssentialContactsServiceClient. getContact(String name)Gets a single contact.ContactEssentialContactsServiceGrpc.EssentialContactsServiceBlockingStub. getContact(GetContactRequest request)Gets a single contact.ContactUpdateContactRequest.Builder. getContact()Required.ContactUpdateContactRequest. getContact()Required.ContactUpdateContactRequestOrBuilder. getContact()Required.ContactComputeContactsResponse.Builder. getContacts(int index)All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.ContactComputeContactsResponse. getContacts(int index)All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.ContactComputeContactsResponseOrBuilder. getContacts(int index)All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.ContactListContactsResponse.Builder. getContacts(int index)The contacts for the specified resource.ContactListContactsResponse. getContacts(int index)The contacts for the specified resource.ContactListContactsResponseOrBuilder. getContacts(int index)The contacts for the specified resource.static ContactContact. getDefaultInstance()ContactContact.Builder. getDefaultInstanceForType()ContactContact. getDefaultInstanceForType()static ContactContact. parseDelimitedFrom(InputStream input)static ContactContact. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContactContact. parseFrom(byte[] data)static ContactContact. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContactContact. parseFrom(com.google.protobuf.ByteString data)static ContactContact. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContactContact. parseFrom(com.google.protobuf.CodedInputStream input)static ContactContact. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContactContact. parseFrom(InputStream input)static ContactContact. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ContactContact. parseFrom(ByteBuffer data)static ContactContact. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ContactEssentialContactsServiceClient. updateContact(Contact contact, com.google.protobuf.FieldMask updateMask)Updates a contact.ContactEssentialContactsServiceClient. updateContact(UpdateContactRequest request)Updates a contact.ContactEssentialContactsServiceGrpc.EssentialContactsServiceBlockingStub. updateContact(UpdateContactRequest request)Updates a contact.Methods in com.google.cloud.essentialcontacts.v1 that return types with arguments of type Contact Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<Contact>EssentialContactsServiceGrpc.EssentialContactsServiceFutureStub. createContact(CreateContactRequest request)Adds a new contact for a resource.com.google.api.gax.rpc.UnaryCallable<CreateContactRequest,Contact>EssentialContactsServiceClient. createContactCallable()Adds a new contact for a resource.com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateContactRequest,Contact>EssentialContactsServiceSettings.Builder. createContactSettings()Returns the builder for the settings used for calls to createContact.com.google.api.gax.rpc.UnaryCallSettings<CreateContactRequest,Contact>EssentialContactsServiceSettings. createContactSettings()Returns the object with the settings used for calls to createContact.com.google.common.util.concurrent.ListenableFuture<Contact>EssentialContactsServiceGrpc.EssentialContactsServiceFutureStub. getContact(GetContactRequest request)Gets a single contact.com.google.api.gax.rpc.UnaryCallable<GetContactRequest,Contact>EssentialContactsServiceClient. getContactCallable()Gets a single contact.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetContactRequest,Contact>EssentialContactsServiceSettings.Builder. getContactSettings()Returns the builder for the settings used for calls to getContact.com.google.api.gax.rpc.UnaryCallSettings<GetContactRequest,Contact>EssentialContactsServiceSettings. getContactSettings()Returns the object with the settings used for calls to getContact.List<Contact>ComputeContactsResponse.Builder. getContactsList()All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.List<Contact>ComputeContactsResponse. getContactsList()All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.List<Contact>ComputeContactsResponseOrBuilder. getContactsList()All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.List<Contact>ListContactsResponse.Builder. getContactsList()The contacts for the specified resource.List<Contact>ListContactsResponse. getContactsList()The contacts for the specified resource.List<Contact>ListContactsResponseOrBuilder. getContactsList()The contacts for the specified resource.static io.grpc.MethodDescriptor<CreateContactRequest,Contact>EssentialContactsServiceGrpc. getCreateContactMethod()static io.grpc.MethodDescriptor<GetContactRequest,Contact>EssentialContactsServiceGrpc. getGetContactMethod()com.google.protobuf.Parser<Contact>Contact. getParserForType()static io.grpc.MethodDescriptor<UpdateContactRequest,Contact>EssentialContactsServiceGrpc. getUpdateContactMethod()static com.google.protobuf.Parser<Contact>Contact. parser()com.google.common.util.concurrent.ListenableFuture<Contact>EssentialContactsServiceGrpc.EssentialContactsServiceFutureStub. updateContact(UpdateContactRequest request)Updates a contact.com.google.api.gax.rpc.UnaryCallable<UpdateContactRequest,Contact>EssentialContactsServiceClient. updateContactCallable()Updates a contact.com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateContactRequest,Contact>EssentialContactsServiceSettings.Builder. updateContactSettings()Returns the builder for the settings used for calls to updateContact.com.google.api.gax.rpc.UnaryCallSettings<UpdateContactRequest,Contact>EssentialContactsServiceSettings. updateContactSettings()Returns the object with the settings used for calls to updateContact.Methods in com.google.cloud.essentialcontacts.v1 with parameters of type Contact Modifier and Type Method Description ComputeContactsResponse.BuilderComputeContactsResponse.Builder. addContacts(int index, Contact value)All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.ComputeContactsResponse.BuilderComputeContactsResponse.Builder. addContacts(Contact value)All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.ListContactsResponse.BuilderListContactsResponse.Builder. addContacts(int index, Contact value)The contacts for the specified resource.ListContactsResponse.BuilderListContactsResponse.Builder. addContacts(Contact value)The contacts for the specified resource.ContactEssentialContactsServiceClient. createContact(FolderName parent, Contact contact)Adds a new contact for a resource.ContactEssentialContactsServiceClient. createContact(OrganizationName parent, Contact contact)Adds a new contact for a resource.ContactEssentialContactsServiceClient. createContact(ProjectName parent, Contact contact)Adds a new contact for a resource.ContactEssentialContactsServiceClient. createContact(String parent, Contact contact)Adds a new contact for a resource.CreateContactRequest.BuilderCreateContactRequest.Builder. mergeContact(Contact value)Required.UpdateContactRequest.BuilderUpdateContactRequest.Builder. mergeContact(Contact value)Required.Contact.BuilderContact.Builder. mergeFrom(Contact other)static Contact.BuilderContact. newBuilder(Contact prototype)CreateContactRequest.BuilderCreateContactRequest.Builder. setContact(Contact value)Required.UpdateContactRequest.BuilderUpdateContactRequest.Builder. setContact(Contact value)Required.ComputeContactsResponse.BuilderComputeContactsResponse.Builder. setContacts(int index, Contact value)All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.ListContactsResponse.BuilderListContactsResponse.Builder. setContacts(int index, Contact value)The contacts for the specified resource.ContactEssentialContactsServiceClient. updateContact(Contact contact, com.google.protobuf.FieldMask updateMask)Updates a contact.Method parameters in com.google.cloud.essentialcontacts.v1 with type arguments of type Contact Modifier and Type Method Description ComputeContactsResponse.BuilderComputeContactsResponse.Builder. addAllContacts(Iterable<? extends Contact> values)All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.ListContactsResponse.BuilderListContactsResponse.Builder. addAllContacts(Iterable<? extends Contact> values)The contacts for the specified resource.static com.google.api.core.ApiFuture<EssentialContactsServiceClient.ComputeContactsPagedResponse>EssentialContactsServiceClient.ComputeContactsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ComputeContactsRequest,ComputeContactsResponse,Contact> context, com.google.api.core.ApiFuture<ComputeContactsResponse> futureResponse)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)default voidEssentialContactsServiceGrpc.AsyncService. createContact(CreateContactRequest request, io.grpc.stub.StreamObserver<Contact> responseObserver)Adds a new contact for a resource.voidEssentialContactsServiceGrpc.EssentialContactsServiceStub. createContact(CreateContactRequest request, io.grpc.stub.StreamObserver<Contact> responseObserver)Adds a new contact for a resource.protected EssentialContactsServiceClient.ComputeContactsPageEssentialContactsServiceClient.ComputeContactsPage. createPage(com.google.api.gax.rpc.PageContext<ComputeContactsRequest,ComputeContactsResponse,Contact> context, ComputeContactsResponse response)protected EssentialContactsServiceClient.ListContactsPageEssentialContactsServiceClient.ListContactsPage. createPage(com.google.api.gax.rpc.PageContext<ListContactsRequest,ListContactsResponse,Contact> context, ListContactsResponse response)com.google.api.core.ApiFuture<EssentialContactsServiceClient.ComputeContactsPage>EssentialContactsServiceClient.ComputeContactsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ComputeContactsRequest,ComputeContactsResponse,Contact> context, com.google.api.core.ApiFuture<ComputeContactsResponse> futureResponse)com.google.api.core.ApiFuture<EssentialContactsServiceClient.ListContactsPage>EssentialContactsServiceClient.ListContactsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListContactsRequest,ListContactsResponse,Contact> context, com.google.api.core.ApiFuture<ListContactsResponse> futureResponse)default voidEssentialContactsServiceGrpc.AsyncService. getContact(GetContactRequest request, io.grpc.stub.StreamObserver<Contact> responseObserver)Gets a single contact.voidEssentialContactsServiceGrpc.EssentialContactsServiceStub. getContact(GetContactRequest request, io.grpc.stub.StreamObserver<Contact> responseObserver)Gets a single contact.default voidEssentialContactsServiceGrpc.AsyncService. updateContact(UpdateContactRequest request, io.grpc.stub.StreamObserver<Contact> responseObserver)Updates a contact.voidEssentialContactsServiceGrpc.EssentialContactsServiceStub. updateContact(UpdateContactRequest request, io.grpc.stub.StreamObserver<Contact> responseObserver)Updates a contact. -
Uses of Contact in com.google.cloud.essentialcontacts.v1.stub
Methods in com.google.cloud.essentialcontacts.v1.stub that return types with arguments of type Contact Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<CreateContactRequest,Contact>EssentialContactsServiceStub. createContactCallable()com.google.api.gax.rpc.UnaryCallable<CreateContactRequest,Contact>GrpcEssentialContactsServiceStub. createContactCallable()com.google.api.gax.rpc.UnaryCallable<CreateContactRequest,Contact>HttpJsonEssentialContactsServiceStub. createContactCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<CreateContactRequest,Contact>EssentialContactsServiceStubSettings.Builder. createContactSettings()Returns the builder for the settings used for calls to createContact.com.google.api.gax.rpc.UnaryCallSettings<CreateContactRequest,Contact>EssentialContactsServiceStubSettings. createContactSettings()Returns the object with the settings used for calls to createContact.com.google.api.gax.rpc.UnaryCallable<GetContactRequest,Contact>EssentialContactsServiceStub. getContactCallable()com.google.api.gax.rpc.UnaryCallable<GetContactRequest,Contact>GrpcEssentialContactsServiceStub. getContactCallable()com.google.api.gax.rpc.UnaryCallable<GetContactRequest,Contact>HttpJsonEssentialContactsServiceStub. getContactCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetContactRequest,Contact>EssentialContactsServiceStubSettings.Builder. getContactSettings()Returns the builder for the settings used for calls to getContact.com.google.api.gax.rpc.UnaryCallSettings<GetContactRequest,Contact>EssentialContactsServiceStubSettings. getContactSettings()Returns the object with the settings used for calls to getContact.com.google.api.gax.rpc.UnaryCallable<UpdateContactRequest,Contact>EssentialContactsServiceStub. updateContactCallable()com.google.api.gax.rpc.UnaryCallable<UpdateContactRequest,Contact>GrpcEssentialContactsServiceStub. updateContactCallable()com.google.api.gax.rpc.UnaryCallable<UpdateContactRequest,Contact>HttpJsonEssentialContactsServiceStub. updateContactCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<UpdateContactRequest,Contact>EssentialContactsServiceStubSettings.Builder. updateContactSettings()Returns the builder for the settings used for calls to updateContact.com.google.api.gax.rpc.UnaryCallSettings<UpdateContactRequest,Contact>EssentialContactsServiceStubSettings. updateContactSettings()Returns the object with the settings used for calls to updateContact.
-