package essentialcontacts
import "google.golang.org/genproto/googleapis/cloud/essentialcontacts/v1"
Package essentialcontacts aliases all exported identifiers in package "cloud.google.com/go/essentialcontacts/apiv1/essentialcontactspb".
Deprecated: Please use types in: cloud.google.com/go/essentialcontacts/apiv1/essentialcontactspb. Please read https://github.com/googleapis/google-cloud-go/blob/main/migration.md for more details.
Index ¶
- Constants
- Variables
- func RegisterEssentialContactsServiceServer(s *grpc.Server, srv EssentialContactsServiceServer)
- type ComputeContactsRequest
- type ComputeContactsResponse
- type Contact
- type CreateContactRequest
- type DeleteContactRequest
- type EssentialContactsServiceClient
- type EssentialContactsServiceServer
- type GetContactRequest
- type ListContactsRequest
- type ListContactsResponse
- type NotificationCategory
- type SendTestMessageRequest
- type UnimplementedEssentialContactsServiceServer
- type UpdateContactRequest
- type ValidationState
Constants ¶
const ( NotificationCategory_ALL = src.NotificationCategory_ALL NotificationCategory_BILLING = src.NotificationCategory_BILLING NotificationCategory_LEGAL = src.NotificationCategory_LEGAL NotificationCategory_NOTIFICATION_CATEGORY_UNSPECIFIED = src.NotificationCategory_NOTIFICATION_CATEGORY_UNSPECIFIED NotificationCategory_PRODUCT_UPDATES = src.NotificationCategory_PRODUCT_UPDATES NotificationCategory_SECURITY = src.NotificationCategory_SECURITY NotificationCategory_SUSPENSION = src.NotificationCategory_SUSPENSION NotificationCategory_TECHNICAL = src.NotificationCategory_TECHNICAL NotificationCategory_TECHNICAL_INCIDENTS = src.NotificationCategory_TECHNICAL_INCIDENTS ValidationState_INVALID = src.ValidationState_INVALID ValidationState_VALID = src.ValidationState_VALID ValidationState_VALIDATION_STATE_UNSPECIFIED = src.ValidationState_VALIDATION_STATE_UNSPECIFIED )
Deprecated: Please use consts in: cloud.google.com/go/essentialcontacts/apiv1/essentialcontactspb
Variables ¶
var ( File_google_cloud_essentialcontacts_v1_enums_proto = src.File_google_cloud_essentialcontacts_v1_enums_proto File_google_cloud_essentialcontacts_v1_service_proto = src.File_google_cloud_essentialcontacts_v1_service_proto NotificationCategory_name = src.NotificationCategory_name NotificationCategory_value = src.NotificationCategory_value ValidationState_name = src.ValidationState_name ValidationState_value = src.ValidationState_value )
Deprecated: Please use vars in: cloud.google.com/go/essentialcontacts/apiv1/essentialcontactspb
Functions ¶
func RegisterEssentialContactsServiceServer ¶
func RegisterEssentialContactsServiceServer(s *grpc.Server, srv EssentialContactsServiceServer)
Deprecated: Please use funcs in: cloud.google.com/go/essentialcontacts/apiv1/essentialcontactspb
Types ¶
type ComputeContactsRequest ¶
type ComputeContactsRequest = src.ComputeContactsRequest
Request message for the ComputeContacts method.
Deprecated: Please use types in: cloud.google.com/go/essentialcontacts/apiv1/essentialcontactspb
type ComputeContactsResponse ¶
type ComputeContactsResponse = src.ComputeContactsResponse
Response message for the ComputeContacts method.
Deprecated: Please use types in: cloud.google.com/go/essentialcontacts/apiv1/essentialcontactspb
type Contact ¶
A contact that will receive notifications from Google Cloud.
Deprecated: Please use types in: cloud.google.com/go/essentialcontacts/apiv1/essentialcontactspb
type CreateContactRequest ¶
type CreateContactRequest = src.CreateContactRequest
Request message for the CreateContact method.
Deprecated: Please use types in: cloud.google.com/go/essentialcontacts/apiv1/essentialcontactspb
type DeleteContactRequest ¶
type DeleteContactRequest = src.DeleteContactRequest
Request message for the DeleteContact method.
Deprecated: Please use types in: cloud.google.com/go/essentialcontacts/apiv1/essentialcontactspb
type EssentialContactsServiceClient ¶
type EssentialContactsServiceClient = src.EssentialContactsServiceClient
EssentialContactsServiceClient is the client API for EssentialContactsService service. For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
Deprecated: Please use types in: cloud.google.com/go/essentialcontacts/apiv1/essentialcontactspb
func NewEssentialContactsServiceClient ¶
func NewEssentialContactsServiceClient(cc grpc.ClientConnInterface) EssentialContactsServiceClient
Deprecated: Please use funcs in: cloud.google.com/go/essentialcontacts/apiv1/essentialcontactspb
type EssentialContactsServiceServer ¶
type EssentialContactsServiceServer = src.EssentialContactsServiceServer
EssentialContactsServiceServer is the server API for EssentialContactsService service.
Deprecated: Please use types in: cloud.google.com/go/essentialcontacts/apiv1/essentialcontactspb
type GetContactRequest ¶
type GetContactRequest = src.GetContactRequest
Request message for the GetContact method.
Deprecated: Please use types in: cloud.google.com/go/essentialcontacts/apiv1/essentialcontactspb
type ListContactsRequest ¶
type ListContactsRequest = src.ListContactsRequest
Request message for the ListContacts method.
Deprecated: Please use types in: cloud.google.com/go/essentialcontacts/apiv1/essentialcontactspb
type ListContactsResponse ¶
type ListContactsResponse = src.ListContactsResponse
Response message for the ListContacts method.
Deprecated: Please use types in: cloud.google.com/go/essentialcontacts/apiv1/essentialcontactspb
type NotificationCategory ¶
type NotificationCategory = src.NotificationCategory
The notification categories that an essential contact can be subscribed to. Each notification will be categorized by the sender into one of the following categories. All contacts that are subscribed to that category will receive the notification.
Deprecated: Please use types in: cloud.google.com/go/essentialcontacts/apiv1/essentialcontactspb
type SendTestMessageRequest ¶
type SendTestMessageRequest = src.SendTestMessageRequest
Request message for the SendTestMessage method.
Deprecated: Please use types in: cloud.google.com/go/essentialcontacts/apiv1/essentialcontactspb
type UnimplementedEssentialContactsServiceServer ¶
type UnimplementedEssentialContactsServiceServer = src.UnimplementedEssentialContactsServiceServer
UnimplementedEssentialContactsServiceServer can be embedded to have forward compatible implementations.
Deprecated: Please use types in: cloud.google.com/go/essentialcontacts/apiv1/essentialcontactspb
type UpdateContactRequest ¶
type UpdateContactRequest = src.UpdateContactRequest
Request message for the UpdateContact method.
Deprecated: Please use types in: cloud.google.com/go/essentialcontacts/apiv1/essentialcontactspb
type ValidationState ¶
type ValidationState = src.ValidationState
A contact's validation state indicates whether or not it is the correct contact to be receiving notifications for a particular resource.
Deprecated: Please use types in: cloud.google.com/go/essentialcontacts/apiv1/essentialcontactspb
Source Files ¶
alias.go
- Version
- v0.0.0-20250219182151-9fdb1cabc7b2 (latest)
- Published
- Feb 19, 2025
- Platform
- linux/amd64
- Imports
- 2 packages
- Last checked
- 1 hour ago –
Tools for package owners.