Uses of Interface
com.google.cloud.essentialcontacts.v1.ContactOrBuilder
-
Packages that use ContactOrBuilder Package Description com.google.cloud.essentialcontacts.v1 A client to Essential Contacts API -
-
Uses of ContactOrBuilder in com.google.cloud.essentialcontacts.v1
Classes in com.google.cloud.essentialcontacts.v1 that implement ContactOrBuilder Modifier and Type Class Description class
Contact
A contact that will receive notifications from Google Cloud.static class
Contact.Builder
A contact that will receive notifications from Google Cloud.Methods in com.google.cloud.essentialcontacts.v1 that return ContactOrBuilder Modifier and Type Method Description ContactOrBuilder
CreateContactRequest.Builder. getContactOrBuilder()
Required.ContactOrBuilder
CreateContactRequest. getContactOrBuilder()
Required.ContactOrBuilder
CreateContactRequestOrBuilder. getContactOrBuilder()
Required.ContactOrBuilder
UpdateContactRequest.Builder. getContactOrBuilder()
Required.ContactOrBuilder
UpdateContactRequest. getContactOrBuilder()
Required.ContactOrBuilder
UpdateContactRequestOrBuilder. getContactOrBuilder()
Required.ContactOrBuilder
ComputeContactsResponse.Builder. getContactsOrBuilder(int index)
All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.ContactOrBuilder
ComputeContactsResponse. getContactsOrBuilder(int index)
All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.ContactOrBuilder
ComputeContactsResponseOrBuilder. getContactsOrBuilder(int index)
All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.ContactOrBuilder
ListContactsResponse.Builder. getContactsOrBuilder(int index)
The contacts for the specified resource.ContactOrBuilder
ListContactsResponse. getContactsOrBuilder(int index)
The contacts for the specified resource.ContactOrBuilder
ListContactsResponseOrBuilder. getContactsOrBuilder(int index)
The contacts for the specified resource.Methods in com.google.cloud.essentialcontacts.v1 that return types with arguments of type ContactOrBuilder Modifier and Type Method Description List<? extends ContactOrBuilder>
ComputeContactsResponse.Builder. getContactsOrBuilderList()
All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.List<? extends ContactOrBuilder>
ComputeContactsResponse. getContactsOrBuilderList()
All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.List<? extends ContactOrBuilder>
ComputeContactsResponseOrBuilder. getContactsOrBuilderList()
All contacts for the resource that are subscribed to the specified notification categories, including contacts inherited from any parent resources.List<? extends ContactOrBuilder>
ListContactsResponse.Builder. getContactsOrBuilderList()
The contacts for the specified resource.List<? extends ContactOrBuilder>
ListContactsResponse. getContactsOrBuilderList()
The contacts for the specified resource.List<? extends ContactOrBuilder>
ListContactsResponseOrBuilder. getContactsOrBuilderList()
The contacts for the specified resource.
-