Versions in this module Expand all Collapse all v0 v0.196.2 Sep 10, 2024 Changes in this version + const ChatBotScope + const ChatMembershipsReadonlyScope + const ChatMembershipsScope + const ChatMessagesReactionsReadonlyScope + const ChatMessagesReactionsScope + const ChatMessagesReadonlyScope + const ChatMessagesScope + const ChatSpacesReadonlyScope + const ChatSpacesScope + const MeetingsSpaceCreatedScope + const MeetingsSpaceReadonlyScope + type ListSubscriptionsResponse struct + ForceSendFields []string + NextPageToken string + NullFields []string + Subscriptions []*Subscription + func (s ListSubscriptionsResponse) MarshalJSON() ([]byte, error) + type NotificationEndpoint struct + ForceSendFields []string + NullFields []string + PubsubTopic string + func (s NotificationEndpoint) MarshalJSON() ([]byte, error) + type Operation struct + Done bool + Error *Status + ForceSendFields []string + Metadata googleapi.RawMessage + Name string + NullFields []string + Response googleapi.RawMessage + func (s Operation) MarshalJSON() ([]byte, error) + type OperationsGetCall struct + func (c *OperationsGetCall) Context(ctx context.Context) *OperationsGetCall + func (c *OperationsGetCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *OperationsGetCall) Fields(s ...googleapi.Field) *OperationsGetCall + func (c *OperationsGetCall) Header() http.Header + func (c *OperationsGetCall) IfNoneMatch(entityTag string) *OperationsGetCall + type OperationsService struct + func NewOperationsService(s *Service) *OperationsService + func (r *OperationsService) Get(name string) *OperationsGetCall + type PayloadOptions struct + FieldMask string + ForceSendFields []string + IncludeResource bool + NullFields []string + func (s PayloadOptions) MarshalJSON() ([]byte, error) + type ReactivateSubscriptionRequest struct + type Service struct + BasePath string + Operations *OperationsService + Subscriptions *SubscriptionsService + UserAgent string + func New(client *http.Client) (*Service, error) + func NewService(ctx context.Context, opts ...option.ClientOption) (*Service, error) + type Status struct + Code int64 + Details []googleapi.RawMessage + ForceSendFields []string + Message string + NullFields []string + func (s Status) MarshalJSON() ([]byte, error) + type Subscription struct + Authority string + CreateTime string + Etag string + EventTypes []string + ExpireTime string + ForceSendFields []string + Name string + NotificationEndpoint *NotificationEndpoint + NullFields []string + PayloadOptions *PayloadOptions + Reconciling bool + State string + SuspensionReason string + TargetResource string + Ttl string + Uid string + UpdateTime string + func (s Subscription) MarshalJSON() ([]byte, error) + type SubscriptionsCreateCall struct + func (c *SubscriptionsCreateCall) Context(ctx context.Context) *SubscriptionsCreateCall + func (c *SubscriptionsCreateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *SubscriptionsCreateCall) Fields(s ...googleapi.Field) *SubscriptionsCreateCall + func (c *SubscriptionsCreateCall) Header() http.Header + func (c *SubscriptionsCreateCall) ValidateOnly(validateOnly bool) *SubscriptionsCreateCall + type SubscriptionsDeleteCall struct + func (c *SubscriptionsDeleteCall) AllowMissing(allowMissing bool) *SubscriptionsDeleteCall + func (c *SubscriptionsDeleteCall) Context(ctx context.Context) *SubscriptionsDeleteCall + func (c *SubscriptionsDeleteCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *SubscriptionsDeleteCall) Etag(etag string) *SubscriptionsDeleteCall + func (c *SubscriptionsDeleteCall) Fields(s ...googleapi.Field) *SubscriptionsDeleteCall + func (c *SubscriptionsDeleteCall) Header() http.Header + func (c *SubscriptionsDeleteCall) ValidateOnly(validateOnly bool) *SubscriptionsDeleteCall + type SubscriptionsGetCall struct + func (c *SubscriptionsGetCall) Context(ctx context.Context) *SubscriptionsGetCall + func (c *SubscriptionsGetCall) Do(opts ...googleapi.CallOption) (*Subscription, error) + func (c *SubscriptionsGetCall) Fields(s ...googleapi.Field) *SubscriptionsGetCall + func (c *SubscriptionsGetCall) Header() http.Header + func (c *SubscriptionsGetCall) IfNoneMatch(entityTag string) *SubscriptionsGetCall + type SubscriptionsListCall struct + func (c *SubscriptionsListCall) Context(ctx context.Context) *SubscriptionsListCall + func (c *SubscriptionsListCall) Do(opts ...googleapi.CallOption) (*ListSubscriptionsResponse, error) + func (c *SubscriptionsListCall) Fields(s ...googleapi.Field) *SubscriptionsListCall + func (c *SubscriptionsListCall) Filter(filter string) *SubscriptionsListCall + func (c *SubscriptionsListCall) Header() http.Header + func (c *SubscriptionsListCall) IfNoneMatch(entityTag string) *SubscriptionsListCall + func (c *SubscriptionsListCall) PageSize(pageSize int64) *SubscriptionsListCall + func (c *SubscriptionsListCall) PageToken(pageToken string) *SubscriptionsListCall + func (c *SubscriptionsListCall) Pages(ctx context.Context, f func(*ListSubscriptionsResponse) error) error + type SubscriptionsPatchCall struct + func (c *SubscriptionsPatchCall) Context(ctx context.Context) *SubscriptionsPatchCall + func (c *SubscriptionsPatchCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *SubscriptionsPatchCall) Fields(s ...googleapi.Field) *SubscriptionsPatchCall + func (c *SubscriptionsPatchCall) Header() http.Header + func (c *SubscriptionsPatchCall) UpdateMask(updateMask string) *SubscriptionsPatchCall + func (c *SubscriptionsPatchCall) ValidateOnly(validateOnly bool) *SubscriptionsPatchCall + type SubscriptionsReactivateCall struct + func (c *SubscriptionsReactivateCall) Context(ctx context.Context) *SubscriptionsReactivateCall + func (c *SubscriptionsReactivateCall) Do(opts ...googleapi.CallOption) (*Operation, error) + func (c *SubscriptionsReactivateCall) Fields(s ...googleapi.Field) *SubscriptionsReactivateCall + func (c *SubscriptionsReactivateCall) Header() http.Header + type SubscriptionsService struct + func NewSubscriptionsService(s *Service) *SubscriptionsService + func (r *SubscriptionsService) Create(subscription *Subscription) *SubscriptionsCreateCall + func (r *SubscriptionsService) Delete(name string) *SubscriptionsDeleteCall + func (r *SubscriptionsService) Get(name string) *SubscriptionsGetCall + func (r *SubscriptionsService) List() *SubscriptionsListCall + func (r *SubscriptionsService) Patch(name string, subscription *Subscription) *SubscriptionsPatchCall + func (r *SubscriptionsService) Reactivate(name string, reactivatesubscriptionrequest *ReactivateSubscriptionRequest) *SubscriptionsReactivateCall