Documentation ¶
Index ¶
- Variables
- func RegisterOrganizationGrpcServiceServer(s grpc.ServiceRegistrar, srv OrganizationGrpcServiceServer)
- type AddParentOrganizationGrpcRequest
- func (*AddParentOrganizationGrpcRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddParentOrganizationGrpcRequest) GetAppSource() string
- func (x *AddParentOrganizationGrpcRequest) GetLoggedInUserId() string
- func (x *AddParentOrganizationGrpcRequest) GetOrganizationId() string
- func (x *AddParentOrganizationGrpcRequest) GetParentOrganizationId() string
- func (x *AddParentOrganizationGrpcRequest) GetTenant() string
- func (x *AddParentOrganizationGrpcRequest) GetType() string
- func (*AddParentOrganizationGrpcRequest) ProtoMessage()
- func (x *AddParentOrganizationGrpcRequest) ProtoReflect() protoreflect.Message
- func (x *AddParentOrganizationGrpcRequest) Reset()
- func (x *AddParentOrganizationGrpcRequest) String() string
- type BillingProfileFieldMask
- func (BillingProfileFieldMask) Descriptor() protoreflect.EnumDescriptor
- func (x BillingProfileFieldMask) Enum() *BillingProfileFieldMask
- func (BillingProfileFieldMask) EnumDescriptor() ([]byte, []int)deprecated
- func (x BillingProfileFieldMask) Number() protoreflect.EnumNumber
- func (x BillingProfileFieldMask) String() string
- func (BillingProfileFieldMask) Type() protoreflect.EnumType
- type BillingProfileIdGrpcResponse
- func (*BillingProfileIdGrpcResponse) Descriptor() ([]byte, []int)deprecated
- func (x *BillingProfileIdGrpcResponse) GetId() string
- func (*BillingProfileIdGrpcResponse) ProtoMessage()
- func (x *BillingProfileIdGrpcResponse) ProtoReflect() protoreflect.Message
- func (x *BillingProfileIdGrpcResponse) Reset()
- func (x *BillingProfileIdGrpcResponse) String() string
- type CreateBillingProfileGrpcRequest
- func (*CreateBillingProfileGrpcRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateBillingProfileGrpcRequest) GetBillingProfileId() string
- func (x *CreateBillingProfileGrpcRequest) GetCreatedAt() *timestamppb.Timestamp
- func (x *CreateBillingProfileGrpcRequest) GetLegalName() string
- func (x *CreateBillingProfileGrpcRequest) GetLoggedInUserId() string
- func (x *CreateBillingProfileGrpcRequest) GetOrganizationId() string
- func (x *CreateBillingProfileGrpcRequest) GetSourceFields() *common.SourceFields
- func (x *CreateBillingProfileGrpcRequest) GetTaxId() string
- func (x *CreateBillingProfileGrpcRequest) GetTenant() string
- func (x *CreateBillingProfileGrpcRequest) GetUpdatedAt() *timestamppb.Timestamp
- func (*CreateBillingProfileGrpcRequest) ProtoMessage()
- func (x *CreateBillingProfileGrpcRequest) ProtoReflect() protoreflect.Message
- func (x *CreateBillingProfileGrpcRequest) Reset()
- func (x *CreateBillingProfileGrpcRequest) String() string
- type CustomFieldDataType
- func (CustomFieldDataType) Descriptor() protoreflect.EnumDescriptor
- func (x CustomFieldDataType) Enum() *CustomFieldDataType
- func (CustomFieldDataType) EnumDescriptor() ([]byte, []int)deprecated
- func (x CustomFieldDataType) Number() protoreflect.EnumNumber
- func (x CustomFieldDataType) String() string
- func (CustomFieldDataType) Type() protoreflect.EnumType
- type CustomFieldForOrganizationGrpcRequest
- func (*CustomFieldForOrganizationGrpcRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CustomFieldForOrganizationGrpcRequest) GetCreatedAt() *timestamppb.Timestamp
- func (x *CustomFieldForOrganizationGrpcRequest) GetCustomFieldDataType() CustomFieldDataType
- func (x *CustomFieldForOrganizationGrpcRequest) GetCustomFieldId() string
- func (x *CustomFieldForOrganizationGrpcRequest) GetCustomFieldName() string
- func (x *CustomFieldForOrganizationGrpcRequest) GetCustomFieldTemplateId() string
- func (x *CustomFieldForOrganizationGrpcRequest) GetCustomFieldValue() *CustomFieldValue
- func (x *CustomFieldForOrganizationGrpcRequest) GetLoggedInUserId() string
- func (x *CustomFieldForOrganizationGrpcRequest) GetOrganizationId() string
- func (x *CustomFieldForOrganizationGrpcRequest) GetSourceFields() *common.SourceFields
- func (x *CustomFieldForOrganizationGrpcRequest) GetTenant() string
- func (x *CustomFieldForOrganizationGrpcRequest) GetUpdatedAt() *timestamppb.Timestamp
- func (x *CustomFieldForOrganizationGrpcRequest) GetUserId() stringdeprecated
- func (*CustomFieldForOrganizationGrpcRequest) ProtoMessage()
- func (x *CustomFieldForOrganizationGrpcRequest) ProtoReflect() protoreflect.Message
- func (x *CustomFieldForOrganizationGrpcRequest) Reset()
- func (x *CustomFieldForOrganizationGrpcRequest) String() string
- type CustomFieldIdGrpcResponse
- func (*CustomFieldIdGrpcResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CustomFieldIdGrpcResponse) GetId() string
- func (*CustomFieldIdGrpcResponse) ProtoMessage()
- func (x *CustomFieldIdGrpcResponse) ProtoReflect() protoreflect.Message
- func (x *CustomFieldIdGrpcResponse) Reset()
- func (x *CustomFieldIdGrpcResponse) String() string
- type CustomFieldValue
- func (*CustomFieldValue) Descriptor() ([]byte, []int)deprecated
- func (x *CustomFieldValue) GetBoolValue() bool
- func (x *CustomFieldValue) GetDatetimeValue() *timestamppb.Timestamp
- func (x *CustomFieldValue) GetDecimalValue() float64
- func (x *CustomFieldValue) GetIntegerValue() int64
- func (x *CustomFieldValue) GetStringValue() string
- func (*CustomFieldValue) ProtoMessage()
- func (x *CustomFieldValue) ProtoReflect() protoreflect.Message
- func (x *CustomFieldValue) Reset()
- func (x *CustomFieldValue) String() string
- type LinkEmailToBillingProfileGrpcRequest
- func (*LinkEmailToBillingProfileGrpcRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LinkEmailToBillingProfileGrpcRequest) GetAppSource() string
- func (x *LinkEmailToBillingProfileGrpcRequest) GetBillingProfileId() string
- func (x *LinkEmailToBillingProfileGrpcRequest) GetEmailId() string
- func (x *LinkEmailToBillingProfileGrpcRequest) GetLoggedInUserId() string
- func (x *LinkEmailToBillingProfileGrpcRequest) GetOrganizationId() string
- func (x *LinkEmailToBillingProfileGrpcRequest) GetPrimary() bool
- func (x *LinkEmailToBillingProfileGrpcRequest) GetTenant() string
- func (*LinkEmailToBillingProfileGrpcRequest) ProtoMessage()
- func (x *LinkEmailToBillingProfileGrpcRequest) ProtoReflect() protoreflect.Message
- func (x *LinkEmailToBillingProfileGrpcRequest) Reset()
- func (x *LinkEmailToBillingProfileGrpcRequest) String() string
- type LinkLocationToBillingProfileGrpcRequest
- func (*LinkLocationToBillingProfileGrpcRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LinkLocationToBillingProfileGrpcRequest) GetAppSource() string
- func (x *LinkLocationToBillingProfileGrpcRequest) GetBillingProfileId() string
- func (x *LinkLocationToBillingProfileGrpcRequest) GetLocationId() string
- func (x *LinkLocationToBillingProfileGrpcRequest) GetLoggedInUserId() string
- func (x *LinkLocationToBillingProfileGrpcRequest) GetOrganizationId() string
- func (x *LinkLocationToBillingProfileGrpcRequest) GetTenant() string
- func (*LinkLocationToBillingProfileGrpcRequest) ProtoMessage()
- func (x *LinkLocationToBillingProfileGrpcRequest) ProtoReflect() protoreflect.Message
- func (x *LinkLocationToBillingProfileGrpcRequest) Reset()
- func (x *LinkLocationToBillingProfileGrpcRequest) String() string
- type LinkLocationToOrganizationGrpcRequest
- func (*LinkLocationToOrganizationGrpcRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LinkLocationToOrganizationGrpcRequest) GetLocationId() string
- func (x *LinkLocationToOrganizationGrpcRequest) GetLoggedInUserId() string
- func (x *LinkLocationToOrganizationGrpcRequest) GetOrganizationId() string
- func (x *LinkLocationToOrganizationGrpcRequest) GetTenant() string
- func (*LinkLocationToOrganizationGrpcRequest) ProtoMessage()
- func (x *LinkLocationToOrganizationGrpcRequest) ProtoReflect() protoreflect.Message
- func (x *LinkLocationToOrganizationGrpcRequest) Reset()
- func (x *LinkLocationToOrganizationGrpcRequest) String() string
- type OnboardingStatus
- func (OnboardingStatus) Descriptor() protoreflect.EnumDescriptor
- func (x OnboardingStatus) Enum() *OnboardingStatus
- func (OnboardingStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x OnboardingStatus) Number() protoreflect.EnumNumber
- func (x OnboardingStatus) String() string
- func (OnboardingStatus) Type() protoreflect.EnumType
- type OrganizationAddLocationGrpcRequest
- func (*OrganizationAddLocationGrpcRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OrganizationAddLocationGrpcRequest) GetCreatedAt() *timestamppb.Timestamp
- func (x *OrganizationAddLocationGrpcRequest) GetLocationDetails() *location.LocationDetails
- func (x *OrganizationAddLocationGrpcRequest) GetLocationId() string
- func (x *OrganizationAddLocationGrpcRequest) GetLoggedInUserId() string
- func (x *OrganizationAddLocationGrpcRequest) GetOrganizationId() string
- func (x *OrganizationAddLocationGrpcRequest) GetSourceFields() *common.SourceFields
- func (x *OrganizationAddLocationGrpcRequest) GetTenant() string
- func (*OrganizationAddLocationGrpcRequest) ProtoMessage()
- func (x *OrganizationAddLocationGrpcRequest) ProtoReflect() protoreflect.Message
- func (x *OrganizationAddLocationGrpcRequest) Reset()
- func (x *OrganizationAddLocationGrpcRequest) String() string
- type OrganizationAddTagGrpcRequest
- func (*OrganizationAddTagGrpcRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OrganizationAddTagGrpcRequest) GetAppSource() string
- func (x *OrganizationAddTagGrpcRequest) GetLoggedInUserId() string
- func (x *OrganizationAddTagGrpcRequest) GetOrganizationId() string
- func (x *OrganizationAddTagGrpcRequest) GetTagId() string
- func (x *OrganizationAddTagGrpcRequest) GetTenant() string
- func (*OrganizationAddTagGrpcRequest) ProtoMessage()
- func (x *OrganizationAddTagGrpcRequest) ProtoReflect() protoreflect.Message
- func (x *OrganizationAddTagGrpcRequest) Reset()
- func (x *OrganizationAddTagGrpcRequest) String() string
- type OrganizationGrpcServiceClient
- type OrganizationGrpcServiceServer
- type OrganizationIdGrpcRequest
- func (*OrganizationIdGrpcRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OrganizationIdGrpcRequest) GetAppSource() string
- func (x *OrganizationIdGrpcRequest) GetLoggedInUserId() string
- func (x *OrganizationIdGrpcRequest) GetOrganizationId() string
- func (x *OrganizationIdGrpcRequest) GetTenant() string
- func (*OrganizationIdGrpcRequest) ProtoMessage()
- func (x *OrganizationIdGrpcRequest) ProtoReflect() protoreflect.Message
- func (x *OrganizationIdGrpcRequest) Reset()
- func (x *OrganizationIdGrpcRequest) String() string
- type OrganizationIdGrpcResponse
- func (*OrganizationIdGrpcResponse) Descriptor() ([]byte, []int)deprecated
- func (x *OrganizationIdGrpcResponse) GetId() string
- func (*OrganizationIdGrpcResponse) ProtoMessage()
- func (x *OrganizationIdGrpcResponse) ProtoReflect() protoreflect.Message
- func (x *OrganizationIdGrpcResponse) Reset()
- func (x *OrganizationIdGrpcResponse) String() string
- type OrganizationRemoveTagGrpcRequest
- func (*OrganizationRemoveTagGrpcRequest) Descriptor() ([]byte, []int)deprecated
- func (x *OrganizationRemoveTagGrpcRequest) GetAppSource() string
- func (x *OrganizationRemoveTagGrpcRequest) GetLoggedInUserId() string
- func (x *OrganizationRemoveTagGrpcRequest) GetOrganizationId() string
- func (x *OrganizationRemoveTagGrpcRequest) GetTagId() string
- func (x *OrganizationRemoveTagGrpcRequest) GetTenant() string
- func (*OrganizationRemoveTagGrpcRequest) ProtoMessage()
- func (x *OrganizationRemoveTagGrpcRequest) ProtoReflect() protoreflect.Message
- func (x *OrganizationRemoveTagGrpcRequest) Reset()
- func (x *OrganizationRemoveTagGrpcRequest) String() string
- type RefreshDerivedDataGrpcRequest
- func (*RefreshDerivedDataGrpcRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RefreshDerivedDataGrpcRequest) GetAppSource() string
- func (x *RefreshDerivedDataGrpcRequest) GetLoggedInUserId() string
- func (x *RefreshDerivedDataGrpcRequest) GetOrganizationId() string
- func (x *RefreshDerivedDataGrpcRequest) GetTenant() string
- func (*RefreshDerivedDataGrpcRequest) ProtoMessage()
- func (x *RefreshDerivedDataGrpcRequest) ProtoReflect() protoreflect.Message
- func (x *RefreshDerivedDataGrpcRequest) Reset()
- func (x *RefreshDerivedDataGrpcRequest) String() string
- type RefreshRenewalSummaryGrpcRequest
- func (*RefreshRenewalSummaryGrpcRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RefreshRenewalSummaryGrpcRequest) GetAppSource() string
- func (x *RefreshRenewalSummaryGrpcRequest) GetLoggedInUserId() string
- func (x *RefreshRenewalSummaryGrpcRequest) GetOrganizationId() string
- func (x *RefreshRenewalSummaryGrpcRequest) GetTenant() string
- func (*RefreshRenewalSummaryGrpcRequest) ProtoMessage()
- func (x *RefreshRenewalSummaryGrpcRequest) ProtoReflect() protoreflect.Message
- func (x *RefreshRenewalSummaryGrpcRequest) Reset()
- func (x *RefreshRenewalSummaryGrpcRequest) String() string
- type RemoveParentOrganizationGrpcRequest
- func (*RemoveParentOrganizationGrpcRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveParentOrganizationGrpcRequest) GetAppSource() string
- func (x *RemoveParentOrganizationGrpcRequest) GetLoggedInUserId() string
- func (x *RemoveParentOrganizationGrpcRequest) GetOrganizationId() string
- func (x *RemoveParentOrganizationGrpcRequest) GetParentOrganizationId() string
- func (x *RemoveParentOrganizationGrpcRequest) GetTenant() string
- func (*RemoveParentOrganizationGrpcRequest) ProtoMessage()
- func (x *RemoveParentOrganizationGrpcRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveParentOrganizationGrpcRequest) Reset()
- func (x *RemoveParentOrganizationGrpcRequest) String() string
- type UnLinkDomainFromOrganizationGrpcRequest
- func (*UnLinkDomainFromOrganizationGrpcRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UnLinkDomainFromOrganizationGrpcRequest) GetAppSource() string
- func (x *UnLinkDomainFromOrganizationGrpcRequest) GetDomain() string
- func (x *UnLinkDomainFromOrganizationGrpcRequest) GetLoggedInUserId() string
- func (x *UnLinkDomainFromOrganizationGrpcRequest) GetOrganizationId() string
- func (x *UnLinkDomainFromOrganizationGrpcRequest) GetTenant() string
- func (*UnLinkDomainFromOrganizationGrpcRequest) ProtoMessage()
- func (x *UnLinkDomainFromOrganizationGrpcRequest) ProtoReflect() protoreflect.Message
- func (x *UnLinkDomainFromOrganizationGrpcRequest) Reset()
- func (x *UnLinkDomainFromOrganizationGrpcRequest) String() string
- type UnimplementedOrganizationGrpcServiceServer
- func (UnimplementedOrganizationGrpcServiceServer) AddLocation(context.Context, *OrganizationAddLocationGrpcRequest) (*location.LocationIdGrpcResponse, error)
- func (UnimplementedOrganizationGrpcServiceServer) AddParentOrganization(context.Context, *AddParentOrganizationGrpcRequest) (*OrganizationIdGrpcResponse, error)
- func (UnimplementedOrganizationGrpcServiceServer) AdjustIndustry(context.Context, *OrganizationIdGrpcRequest) (*OrganizationIdGrpcResponse, error)
- func (UnimplementedOrganizationGrpcServiceServer) CreateBillingProfile(context.Context, *CreateBillingProfileGrpcRequest) (*BillingProfileIdGrpcResponse, error)
- func (UnimplementedOrganizationGrpcServiceServer) LinkEmailToBillingProfile(context.Context, *LinkEmailToBillingProfileGrpcRequest) (*BillingProfileIdGrpcResponse, error)
- func (UnimplementedOrganizationGrpcServiceServer) LinkLocationToBillingProfile(context.Context, *LinkLocationToBillingProfileGrpcRequest) (*BillingProfileIdGrpcResponse, error)
- func (UnimplementedOrganizationGrpcServiceServer) LinkLocationToOrganization(context.Context, *LinkLocationToOrganizationGrpcRequest) (*OrganizationIdGrpcResponse, error)
- func (UnimplementedOrganizationGrpcServiceServer) RefreshArr(context.Context, *OrganizationIdGrpcRequest) (*OrganizationIdGrpcResponse, error)
- func (UnimplementedOrganizationGrpcServiceServer) RefreshDerivedData(context.Context, *RefreshDerivedDataGrpcRequest) (*OrganizationIdGrpcResponse, error)
- func (UnimplementedOrganizationGrpcServiceServer) RefreshRenewalSummary(context.Context, *RefreshRenewalSummaryGrpcRequest) (*OrganizationIdGrpcResponse, error)
- func (UnimplementedOrganizationGrpcServiceServer) RemoveParentOrganization(context.Context, *RemoveParentOrganizationGrpcRequest) (*OrganizationIdGrpcResponse, error)
- func (UnimplementedOrganizationGrpcServiceServer) UnlinkDomainFromOrganization(context.Context, *UnLinkDomainFromOrganizationGrpcRequest) (*OrganizationIdGrpcResponse, error)
- func (UnimplementedOrganizationGrpcServiceServer) UnlinkEmailFromBillingProfile(context.Context, *UnlinkEmailFromBillingProfileGrpcRequest) (*BillingProfileIdGrpcResponse, error)
- func (UnimplementedOrganizationGrpcServiceServer) UnlinkLocationFromBillingProfile(context.Context, *UnlinkLocationFromBillingProfileGrpcRequest) (*BillingProfileIdGrpcResponse, error)
- func (UnimplementedOrganizationGrpcServiceServer) UpdateBillingProfile(context.Context, *UpdateBillingProfileGrpcRequest) (*BillingProfileIdGrpcResponse, error)
- func (UnimplementedOrganizationGrpcServiceServer) UpdateOnboardingStatus(context.Context, *UpdateOnboardingStatusGrpcRequest) (*OrganizationIdGrpcResponse, error)
- func (UnimplementedOrganizationGrpcServiceServer) UpdateOrganizationOwner(context.Context, *UpdateOrganizationOwnerGrpcRequest) (*OrganizationIdGrpcResponse, error)
- func (UnimplementedOrganizationGrpcServiceServer) UpsertCustomFieldToOrganization(context.Context, *CustomFieldForOrganizationGrpcRequest) (*CustomFieldIdGrpcResponse, error)
- type UnlinkEmailFromBillingProfileGrpcRequest
- func (*UnlinkEmailFromBillingProfileGrpcRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UnlinkEmailFromBillingProfileGrpcRequest) GetAppSource() string
- func (x *UnlinkEmailFromBillingProfileGrpcRequest) GetBillingProfileId() string
- func (x *UnlinkEmailFromBillingProfileGrpcRequest) GetEmailId() string
- func (x *UnlinkEmailFromBillingProfileGrpcRequest) GetLoggedInUserId() string
- func (x *UnlinkEmailFromBillingProfileGrpcRequest) GetOrganizationId() string
- func (x *UnlinkEmailFromBillingProfileGrpcRequest) GetTenant() string
- func (*UnlinkEmailFromBillingProfileGrpcRequest) ProtoMessage()
- func (x *UnlinkEmailFromBillingProfileGrpcRequest) ProtoReflect() protoreflect.Message
- func (x *UnlinkEmailFromBillingProfileGrpcRequest) Reset()
- func (x *UnlinkEmailFromBillingProfileGrpcRequest) String() string
- type UnlinkLocationFromBillingProfileGrpcRequest
- func (*UnlinkLocationFromBillingProfileGrpcRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UnlinkLocationFromBillingProfileGrpcRequest) GetAppSource() string
- func (x *UnlinkLocationFromBillingProfileGrpcRequest) GetBillingProfileId() string
- func (x *UnlinkLocationFromBillingProfileGrpcRequest) GetLocationId() string
- func (x *UnlinkLocationFromBillingProfileGrpcRequest) GetLoggedInUserId() string
- func (x *UnlinkLocationFromBillingProfileGrpcRequest) GetOrganizationId() string
- func (x *UnlinkLocationFromBillingProfileGrpcRequest) GetTenant() string
- func (*UnlinkLocationFromBillingProfileGrpcRequest) ProtoMessage()
- func (x *UnlinkLocationFromBillingProfileGrpcRequest) ProtoReflect() protoreflect.Message
- func (x *UnlinkLocationFromBillingProfileGrpcRequest) Reset()
- func (x *UnlinkLocationFromBillingProfileGrpcRequest) String() string
- type UnsafeOrganizationGrpcServiceServer
- type UpdateBillingProfileGrpcRequest
- func (*UpdateBillingProfileGrpcRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateBillingProfileGrpcRequest) GetAppSource() string
- func (x *UpdateBillingProfileGrpcRequest) GetBillingProfileId() string
- func (x *UpdateBillingProfileGrpcRequest) GetFieldsMask() []BillingProfileFieldMask
- func (x *UpdateBillingProfileGrpcRequest) GetLegalName() string
- func (x *UpdateBillingProfileGrpcRequest) GetLoggedInUserId() string
- func (x *UpdateBillingProfileGrpcRequest) GetOrganizationId() string
- func (x *UpdateBillingProfileGrpcRequest) GetTaxId() string
- func (x *UpdateBillingProfileGrpcRequest) GetTenant() string
- func (x *UpdateBillingProfileGrpcRequest) GetUpdatedAt() *timestamppb.Timestamp
- func (*UpdateBillingProfileGrpcRequest) ProtoMessage()
- func (x *UpdateBillingProfileGrpcRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateBillingProfileGrpcRequest) Reset()
- func (x *UpdateBillingProfileGrpcRequest) String() string
- type UpdateOnboardingStatusGrpcRequest
- func (*UpdateOnboardingStatusGrpcRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOnboardingStatusGrpcRequest) GetAppSource() string
- func (x *UpdateOnboardingStatusGrpcRequest) GetCausedByContractId() string
- func (x *UpdateOnboardingStatusGrpcRequest) GetComments() string
- func (x *UpdateOnboardingStatusGrpcRequest) GetLoggedInUserId() string
- func (x *UpdateOnboardingStatusGrpcRequest) GetOnboardingStatus() OnboardingStatus
- func (x *UpdateOnboardingStatusGrpcRequest) GetOrganizationId() string
- func (x *UpdateOnboardingStatusGrpcRequest) GetTenant() string
- func (x *UpdateOnboardingStatusGrpcRequest) GetUpdatedAt() *timestamppb.Timestamp
- func (*UpdateOnboardingStatusGrpcRequest) ProtoMessage()
- func (x *UpdateOnboardingStatusGrpcRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateOnboardingStatusGrpcRequest) Reset()
- func (x *UpdateOnboardingStatusGrpcRequest) String() string
- type UpdateOrganizationOwnerGrpcRequest
- func (*UpdateOrganizationOwnerGrpcRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrganizationOwnerGrpcRequest) GetAppSource() string
- func (x *UpdateOrganizationOwnerGrpcRequest) GetLoggedInUserId() string
- func (x *UpdateOrganizationOwnerGrpcRequest) GetOrganizationId() string
- func (x *UpdateOrganizationOwnerGrpcRequest) GetOwnerUserId() string
- func (x *UpdateOrganizationOwnerGrpcRequest) GetTenant() string
- func (*UpdateOrganizationOwnerGrpcRequest) ProtoMessage()
- func (x *UpdateOrganizationOwnerGrpcRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationOwnerGrpcRequest) Reset()
- func (x *UpdateOrganizationOwnerGrpcRequest) String() string
Constants ¶
This section is empty.
Variables ¶
var ( BillingProfileFieldMask_name = map[int32]string{ 0: "BILLING_PROFILE_PROPERTY_NONE", 2: "BILLING_PROFILE_PROPERTY_LEGAL_NAME", 3: "BILLING_PROFILE_PROPERTY_TAX_ID", } BillingProfileFieldMask_value = map[string]int32{ "BILLING_PROFILE_PROPERTY_NONE": 0, "BILLING_PROFILE_PROPERTY_LEGAL_NAME": 2, "BILLING_PROFILE_PROPERTY_TAX_ID": 3, } )
Enum value maps for BillingProfileFieldMask.
var ( CustomFieldDataType_name = map[int32]string{ 0: "TEXT", 1: "BOOL", 2: "DATETIME", 3: "INTEGER", 4: "DECIMAL", } CustomFieldDataType_value = map[string]int32{ "TEXT": 0, "BOOL": 1, "DATETIME": 2, "INTEGER": 3, "DECIMAL": 4, } )
Enum value maps for CustomFieldDataType.
var ( OnboardingStatus_name = map[int32]string{ 0: "ONBOARDING_STATUS_NOT_APPLICABLE", 1: "ONBOARDING_STATUS_NOT_STARTED", 2: "ONBOARDING_STATUS_ON_TRACK", 3: "ONBOARDING_STATUS_LATE", 4: "ONBOARDING_STATUS_STUCK", 5: "ONBOARDING_STATUS_DONE", 6: "ONBOARDING_STATUS_SUCCESSFUL", } OnboardingStatus_value = map[string]int32{ "ONBOARDING_STATUS_NOT_APPLICABLE": 0, "ONBOARDING_STATUS_NOT_STARTED": 1, "ONBOARDING_STATUS_ON_TRACK": 2, "ONBOARDING_STATUS_LATE": 3, "ONBOARDING_STATUS_STUCK": 4, "ONBOARDING_STATUS_DONE": 5, "ONBOARDING_STATUS_SUCCESSFUL": 6, } )
Enum value maps for OnboardingStatus.
var File_organization_proto protoreflect.FileDescriptor
var OrganizationGrpcService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "organizationGrpcService", HandlerType: (*OrganizationGrpcServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "LinkLocationToOrganization", Handler: _OrganizationGrpcService_LinkLocationToOrganization_Handler, }, { MethodName: "UnlinkDomainFromOrganization", Handler: _OrganizationGrpcService_UnlinkDomainFromOrganization_Handler, }, { MethodName: "UpsertCustomFieldToOrganization", Handler: _OrganizationGrpcService_UpsertCustomFieldToOrganization_Handler, }, { MethodName: "RefreshRenewalSummary", Handler: _OrganizationGrpcService_RefreshRenewalSummary_Handler, }, { MethodName: "RefreshDerivedData", Handler: _OrganizationGrpcService_RefreshDerivedData_Handler, }, { MethodName: "RefreshArr", Handler: _OrganizationGrpcService_RefreshArr_Handler, }, { MethodName: "AddParentOrganization", Handler: _OrganizationGrpcService_AddParentOrganization_Handler, }, { MethodName: "RemoveParentOrganization", Handler: _OrganizationGrpcService_RemoveParentOrganization_Handler, }, { MethodName: "UpdateOnboardingStatus", Handler: _OrganizationGrpcService_UpdateOnboardingStatus_Handler, }, { MethodName: "UpdateOrganizationOwner", Handler: _OrganizationGrpcService_UpdateOrganizationOwner_Handler, }, { MethodName: "CreateBillingProfile", Handler: _OrganizationGrpcService_CreateBillingProfile_Handler, }, { MethodName: "UpdateBillingProfile", Handler: _OrganizationGrpcService_UpdateBillingProfile_Handler, }, { MethodName: "LinkEmailToBillingProfile", Handler: _OrganizationGrpcService_LinkEmailToBillingProfile_Handler, }, { MethodName: "UnlinkEmailFromBillingProfile", Handler: _OrganizationGrpcService_UnlinkEmailFromBillingProfile_Handler, }, { MethodName: "LinkLocationToBillingProfile", Handler: _OrganizationGrpcService_LinkLocationToBillingProfile_Handler, }, { MethodName: "UnlinkLocationFromBillingProfile", Handler: _OrganizationGrpcService_UnlinkLocationFromBillingProfile_Handler, }, { MethodName: "AddLocation", Handler: _OrganizationGrpcService_AddLocation_Handler, }, { MethodName: "AdjustIndustry", Handler: _OrganizationGrpcService_AdjustIndustry_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "organization.proto", }
OrganizationGrpcService_ServiceDesc is the grpc.ServiceDesc for OrganizationGrpcService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)
Functions ¶
func RegisterOrganizationGrpcServiceServer ¶
func RegisterOrganizationGrpcServiceServer(s grpc.ServiceRegistrar, srv OrganizationGrpcServiceServer)
Types ¶
type AddParentOrganizationGrpcRequest ¶
type AddParentOrganizationGrpcRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` OrganizationId string `protobuf:"bytes,2,opt,name=organizationId,proto3" json:"organizationId,omitempty"` ParentOrganizationId string `protobuf:"bytes,3,opt,name=parentOrganizationId,proto3" json:"parentOrganizationId,omitempty"` LoggedInUserId string `protobuf:"bytes,4,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` Type string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"` AppSource string `protobuf:"bytes,6,opt,name=appSource,proto3" json:"appSource,omitempty"` // contains filtered or unexported fields }
func (*AddParentOrganizationGrpcRequest) Descriptor
deprecated
func (*AddParentOrganizationGrpcRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddParentOrganizationGrpcRequest.ProtoReflect.Descriptor instead.
func (*AddParentOrganizationGrpcRequest) GetAppSource ¶
func (x *AddParentOrganizationGrpcRequest) GetAppSource() string
func (*AddParentOrganizationGrpcRequest) GetLoggedInUserId ¶
func (x *AddParentOrganizationGrpcRequest) GetLoggedInUserId() string
func (*AddParentOrganizationGrpcRequest) GetOrganizationId ¶
func (x *AddParentOrganizationGrpcRequest) GetOrganizationId() string
func (*AddParentOrganizationGrpcRequest) GetParentOrganizationId ¶
func (x *AddParentOrganizationGrpcRequest) GetParentOrganizationId() string
func (*AddParentOrganizationGrpcRequest) GetTenant ¶
func (x *AddParentOrganizationGrpcRequest) GetTenant() string
func (*AddParentOrganizationGrpcRequest) GetType ¶
func (x *AddParentOrganizationGrpcRequest) GetType() string
func (*AddParentOrganizationGrpcRequest) ProtoMessage ¶
func (*AddParentOrganizationGrpcRequest) ProtoMessage()
func (*AddParentOrganizationGrpcRequest) ProtoReflect ¶
func (x *AddParentOrganizationGrpcRequest) ProtoReflect() protoreflect.Message
func (*AddParentOrganizationGrpcRequest) Reset ¶
func (x *AddParentOrganizationGrpcRequest) Reset()
func (*AddParentOrganizationGrpcRequest) String ¶
func (x *AddParentOrganizationGrpcRequest) String() string
type BillingProfileFieldMask ¶
type BillingProfileFieldMask int32
const ( BillingProfileFieldMask_BILLING_PROFILE_PROPERTY_NONE BillingProfileFieldMask = 0 // No property, ignored by the server BillingProfileFieldMask_BILLING_PROFILE_PROPERTY_LEGAL_NAME BillingProfileFieldMask = 2 BillingProfileFieldMask_BILLING_PROFILE_PROPERTY_TAX_ID BillingProfileFieldMask = 3 )
func (BillingProfileFieldMask) Descriptor ¶
func (BillingProfileFieldMask) Descriptor() protoreflect.EnumDescriptor
func (BillingProfileFieldMask) Enum ¶
func (x BillingProfileFieldMask) Enum() *BillingProfileFieldMask
func (BillingProfileFieldMask) EnumDescriptor
deprecated
func (BillingProfileFieldMask) EnumDescriptor() ([]byte, []int)
Deprecated: Use BillingProfileFieldMask.Descriptor instead.
func (BillingProfileFieldMask) Number ¶
func (x BillingProfileFieldMask) Number() protoreflect.EnumNumber
func (BillingProfileFieldMask) String ¶
func (x BillingProfileFieldMask) String() string
func (BillingProfileFieldMask) Type ¶
func (BillingProfileFieldMask) Type() protoreflect.EnumType
type BillingProfileIdGrpcResponse ¶
type BillingProfileIdGrpcResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*BillingProfileIdGrpcResponse) Descriptor
deprecated
func (*BillingProfileIdGrpcResponse) Descriptor() ([]byte, []int)
Deprecated: Use BillingProfileIdGrpcResponse.ProtoReflect.Descriptor instead.
func (*BillingProfileIdGrpcResponse) GetId ¶
func (x *BillingProfileIdGrpcResponse) GetId() string
func (*BillingProfileIdGrpcResponse) ProtoMessage ¶
func (*BillingProfileIdGrpcResponse) ProtoMessage()
func (*BillingProfileIdGrpcResponse) ProtoReflect ¶
func (x *BillingProfileIdGrpcResponse) ProtoReflect() protoreflect.Message
func (*BillingProfileIdGrpcResponse) Reset ¶
func (x *BillingProfileIdGrpcResponse) Reset()
func (*BillingProfileIdGrpcResponse) String ¶
func (x *BillingProfileIdGrpcResponse) String() string
type CreateBillingProfileGrpcRequest ¶
type CreateBillingProfileGrpcRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` OrganizationId string `protobuf:"bytes,2,opt,name=organizationId,proto3" json:"organizationId,omitempty"` BillingProfileId string `protobuf:"bytes,3,opt,name=billingProfileId,proto3" json:"billingProfileId,omitempty"` LoggedInUserId string `protobuf:"bytes,4,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` SourceFields *common.SourceFields `protobuf:"bytes,5,opt,name=sourceFields,proto3" json:"sourceFields,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=createdAt,proto3" json:"createdAt,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"` LegalName string `protobuf:"bytes,8,opt,name=legalName,proto3" json:"legalName,omitempty"` TaxId string `protobuf:"bytes,9,opt,name=taxId,proto3" json:"taxId,omitempty"` // contains filtered or unexported fields }
func (*CreateBillingProfileGrpcRequest) Descriptor
deprecated
func (*CreateBillingProfileGrpcRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateBillingProfileGrpcRequest.ProtoReflect.Descriptor instead.
func (*CreateBillingProfileGrpcRequest) GetBillingProfileId ¶
func (x *CreateBillingProfileGrpcRequest) GetBillingProfileId() string
func (*CreateBillingProfileGrpcRequest) GetCreatedAt ¶
func (x *CreateBillingProfileGrpcRequest) GetCreatedAt() *timestamppb.Timestamp
func (*CreateBillingProfileGrpcRequest) GetLegalName ¶
func (x *CreateBillingProfileGrpcRequest) GetLegalName() string
func (*CreateBillingProfileGrpcRequest) GetLoggedInUserId ¶
func (x *CreateBillingProfileGrpcRequest) GetLoggedInUserId() string
func (*CreateBillingProfileGrpcRequest) GetOrganizationId ¶
func (x *CreateBillingProfileGrpcRequest) GetOrganizationId() string
func (*CreateBillingProfileGrpcRequest) GetSourceFields ¶
func (x *CreateBillingProfileGrpcRequest) GetSourceFields() *common.SourceFields
func (*CreateBillingProfileGrpcRequest) GetTaxId ¶
func (x *CreateBillingProfileGrpcRequest) GetTaxId() string
func (*CreateBillingProfileGrpcRequest) GetTenant ¶
func (x *CreateBillingProfileGrpcRequest) GetTenant() string
func (*CreateBillingProfileGrpcRequest) GetUpdatedAt ¶
func (x *CreateBillingProfileGrpcRequest) GetUpdatedAt() *timestamppb.Timestamp
func (*CreateBillingProfileGrpcRequest) ProtoMessage ¶
func (*CreateBillingProfileGrpcRequest) ProtoMessage()
func (*CreateBillingProfileGrpcRequest) ProtoReflect ¶
func (x *CreateBillingProfileGrpcRequest) ProtoReflect() protoreflect.Message
func (*CreateBillingProfileGrpcRequest) Reset ¶
func (x *CreateBillingProfileGrpcRequest) Reset()
func (*CreateBillingProfileGrpcRequest) String ¶
func (x *CreateBillingProfileGrpcRequest) String() string
type CustomFieldDataType ¶
type CustomFieldDataType int32
const ( CustomFieldDataType_TEXT CustomFieldDataType = 0 CustomFieldDataType_BOOL CustomFieldDataType = 1 CustomFieldDataType_DATETIME CustomFieldDataType = 2 CustomFieldDataType_INTEGER CustomFieldDataType = 3 CustomFieldDataType_DECIMAL CustomFieldDataType = 4 )
func (CustomFieldDataType) Descriptor ¶
func (CustomFieldDataType) Descriptor() protoreflect.EnumDescriptor
func (CustomFieldDataType) Enum ¶
func (x CustomFieldDataType) Enum() *CustomFieldDataType
func (CustomFieldDataType) EnumDescriptor
deprecated
func (CustomFieldDataType) EnumDescriptor() ([]byte, []int)
Deprecated: Use CustomFieldDataType.Descriptor instead.
func (CustomFieldDataType) Number ¶
func (x CustomFieldDataType) Number() protoreflect.EnumNumber
func (CustomFieldDataType) String ¶
func (x CustomFieldDataType) String() string
func (CustomFieldDataType) Type ¶
func (CustomFieldDataType) Type() protoreflect.EnumType
type CustomFieldForOrganizationGrpcRequest ¶
type CustomFieldForOrganizationGrpcRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` OrganizationId string `protobuf:"bytes,2,opt,name=organizationId,proto3" json:"organizationId,omitempty"` // Deprecated: Marked as deprecated in organization.proto. UserId string `protobuf:"bytes,3,opt,name=userId,proto3" json:"userId,omitempty"` CustomFieldId string `protobuf:"bytes,4,opt,name=customFieldId,proto3" json:"customFieldId,omitempty"` CustomFieldName string `protobuf:"bytes,5,opt,name=customFieldName,proto3" json:"customFieldName,omitempty"` CustomFieldValue *CustomFieldValue `protobuf:"bytes,6,opt,name=customFieldValue,proto3" json:"customFieldValue,omitempty"` CustomFieldDataType CustomFieldDataType `protobuf:"varint,7,opt,name=customFieldDataType,proto3,enum=CustomFieldDataType" json:"customFieldDataType,omitempty"` CustomFieldTemplateId *string `protobuf:"bytes,8,opt,name=customFieldTemplateId,proto3,oneof" json:"customFieldTemplateId,omitempty"` SourceFields *common.SourceFields `protobuf:"bytes,9,opt,name=sourceFields,proto3" json:"sourceFields,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=createdAt,proto3" json:"createdAt,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"` LoggedInUserId string `protobuf:"bytes,12,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` // contains filtered or unexported fields }
func (*CustomFieldForOrganizationGrpcRequest) Descriptor
deprecated
func (*CustomFieldForOrganizationGrpcRequest) Descriptor() ([]byte, []int)
Deprecated: Use CustomFieldForOrganizationGrpcRequest.ProtoReflect.Descriptor instead.
func (*CustomFieldForOrganizationGrpcRequest) GetCreatedAt ¶
func (x *CustomFieldForOrganizationGrpcRequest) GetCreatedAt() *timestamppb.Timestamp
func (*CustomFieldForOrganizationGrpcRequest) GetCustomFieldDataType ¶
func (x *CustomFieldForOrganizationGrpcRequest) GetCustomFieldDataType() CustomFieldDataType
func (*CustomFieldForOrganizationGrpcRequest) GetCustomFieldId ¶
func (x *CustomFieldForOrganizationGrpcRequest) GetCustomFieldId() string
func (*CustomFieldForOrganizationGrpcRequest) GetCustomFieldName ¶
func (x *CustomFieldForOrganizationGrpcRequest) GetCustomFieldName() string
func (*CustomFieldForOrganizationGrpcRequest) GetCustomFieldTemplateId ¶
func (x *CustomFieldForOrganizationGrpcRequest) GetCustomFieldTemplateId() string
func (*CustomFieldForOrganizationGrpcRequest) GetCustomFieldValue ¶
func (x *CustomFieldForOrganizationGrpcRequest) GetCustomFieldValue() *CustomFieldValue
func (*CustomFieldForOrganizationGrpcRequest) GetLoggedInUserId ¶
func (x *CustomFieldForOrganizationGrpcRequest) GetLoggedInUserId() string
func (*CustomFieldForOrganizationGrpcRequest) GetOrganizationId ¶
func (x *CustomFieldForOrganizationGrpcRequest) GetOrganizationId() string
func (*CustomFieldForOrganizationGrpcRequest) GetSourceFields ¶
func (x *CustomFieldForOrganizationGrpcRequest) GetSourceFields() *common.SourceFields
func (*CustomFieldForOrganizationGrpcRequest) GetTenant ¶
func (x *CustomFieldForOrganizationGrpcRequest) GetTenant() string
func (*CustomFieldForOrganizationGrpcRequest) GetUpdatedAt ¶
func (x *CustomFieldForOrganizationGrpcRequest) GetUpdatedAt() *timestamppb.Timestamp
func (*CustomFieldForOrganizationGrpcRequest) GetUserId
deprecated
func (x *CustomFieldForOrganizationGrpcRequest) GetUserId() string
Deprecated: Marked as deprecated in organization.proto.
func (*CustomFieldForOrganizationGrpcRequest) ProtoMessage ¶
func (*CustomFieldForOrganizationGrpcRequest) ProtoMessage()
func (*CustomFieldForOrganizationGrpcRequest) ProtoReflect ¶
func (x *CustomFieldForOrganizationGrpcRequest) ProtoReflect() protoreflect.Message
func (*CustomFieldForOrganizationGrpcRequest) Reset ¶
func (x *CustomFieldForOrganizationGrpcRequest) Reset()
func (*CustomFieldForOrganizationGrpcRequest) String ¶
func (x *CustomFieldForOrganizationGrpcRequest) String() string
type CustomFieldIdGrpcResponse ¶
type CustomFieldIdGrpcResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*CustomFieldIdGrpcResponse) Descriptor
deprecated
func (*CustomFieldIdGrpcResponse) Descriptor() ([]byte, []int)
Deprecated: Use CustomFieldIdGrpcResponse.ProtoReflect.Descriptor instead.
func (*CustomFieldIdGrpcResponse) GetId ¶
func (x *CustomFieldIdGrpcResponse) GetId() string
func (*CustomFieldIdGrpcResponse) ProtoMessage ¶
func (*CustomFieldIdGrpcResponse) ProtoMessage()
func (*CustomFieldIdGrpcResponse) ProtoReflect ¶
func (x *CustomFieldIdGrpcResponse) ProtoReflect() protoreflect.Message
func (*CustomFieldIdGrpcResponse) Reset ¶
func (x *CustomFieldIdGrpcResponse) Reset()
func (*CustomFieldIdGrpcResponse) String ¶
func (x *CustomFieldIdGrpcResponse) String() string
type CustomFieldValue ¶
type CustomFieldValue struct { StringValue *string `protobuf:"bytes,1,opt,name=stringValue,proto3,oneof" json:"stringValue,omitempty"` BoolValue *bool `protobuf:"varint,2,opt,name=boolValue,proto3,oneof" json:"boolValue,omitempty"` DatetimeValue *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=datetimeValue,proto3,oneof" json:"datetimeValue,omitempty"` IntegerValue *int64 `protobuf:"varint,4,opt,name=integerValue,proto3,oneof" json:"integerValue,omitempty"` DecimalValue *float64 `protobuf:"fixed64,5,opt,name=decimalValue,proto3,oneof" json:"decimalValue,omitempty"` // contains filtered or unexported fields }
func (*CustomFieldValue) Descriptor
deprecated
func (*CustomFieldValue) Descriptor() ([]byte, []int)
Deprecated: Use CustomFieldValue.ProtoReflect.Descriptor instead.
func (*CustomFieldValue) GetBoolValue ¶
func (x *CustomFieldValue) GetBoolValue() bool
func (*CustomFieldValue) GetDatetimeValue ¶
func (x *CustomFieldValue) GetDatetimeValue() *timestamppb.Timestamp
func (*CustomFieldValue) GetDecimalValue ¶
func (x *CustomFieldValue) GetDecimalValue() float64
func (*CustomFieldValue) GetIntegerValue ¶
func (x *CustomFieldValue) GetIntegerValue() int64
func (*CustomFieldValue) GetStringValue ¶
func (x *CustomFieldValue) GetStringValue() string
func (*CustomFieldValue) ProtoMessage ¶
func (*CustomFieldValue) ProtoMessage()
func (*CustomFieldValue) ProtoReflect ¶
func (x *CustomFieldValue) ProtoReflect() protoreflect.Message
func (*CustomFieldValue) Reset ¶
func (x *CustomFieldValue) Reset()
func (*CustomFieldValue) String ¶
func (x *CustomFieldValue) String() string
type LinkEmailToBillingProfileGrpcRequest ¶
type LinkEmailToBillingProfileGrpcRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` OrganizationId string `protobuf:"bytes,2,opt,name=organizationId,proto3" json:"organizationId,omitempty"` BillingProfileId string `protobuf:"bytes,3,opt,name=billingProfileId,proto3" json:"billingProfileId,omitempty"` EmailId string `protobuf:"bytes,4,opt,name=emailId,proto3" json:"emailId,omitempty"` LoggedInUserId string `protobuf:"bytes,5,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` AppSource string `protobuf:"bytes,6,opt,name=appSource,proto3" json:"appSource,omitempty"` Primary bool `protobuf:"varint,7,opt,name=primary,proto3" json:"primary,omitempty"` // contains filtered or unexported fields }
func (*LinkEmailToBillingProfileGrpcRequest) Descriptor
deprecated
func (*LinkEmailToBillingProfileGrpcRequest) Descriptor() ([]byte, []int)
Deprecated: Use LinkEmailToBillingProfileGrpcRequest.ProtoReflect.Descriptor instead.
func (*LinkEmailToBillingProfileGrpcRequest) GetAppSource ¶
func (x *LinkEmailToBillingProfileGrpcRequest) GetAppSource() string
func (*LinkEmailToBillingProfileGrpcRequest) GetBillingProfileId ¶
func (x *LinkEmailToBillingProfileGrpcRequest) GetBillingProfileId() string
func (*LinkEmailToBillingProfileGrpcRequest) GetEmailId ¶
func (x *LinkEmailToBillingProfileGrpcRequest) GetEmailId() string
func (*LinkEmailToBillingProfileGrpcRequest) GetLoggedInUserId ¶
func (x *LinkEmailToBillingProfileGrpcRequest) GetLoggedInUserId() string
func (*LinkEmailToBillingProfileGrpcRequest) GetOrganizationId ¶
func (x *LinkEmailToBillingProfileGrpcRequest) GetOrganizationId() string
func (*LinkEmailToBillingProfileGrpcRequest) GetPrimary ¶
func (x *LinkEmailToBillingProfileGrpcRequest) GetPrimary() bool
func (*LinkEmailToBillingProfileGrpcRequest) GetTenant ¶
func (x *LinkEmailToBillingProfileGrpcRequest) GetTenant() string
func (*LinkEmailToBillingProfileGrpcRequest) ProtoMessage ¶
func (*LinkEmailToBillingProfileGrpcRequest) ProtoMessage()
func (*LinkEmailToBillingProfileGrpcRequest) ProtoReflect ¶
func (x *LinkEmailToBillingProfileGrpcRequest) ProtoReflect() protoreflect.Message
func (*LinkEmailToBillingProfileGrpcRequest) Reset ¶
func (x *LinkEmailToBillingProfileGrpcRequest) Reset()
func (*LinkEmailToBillingProfileGrpcRequest) String ¶
func (x *LinkEmailToBillingProfileGrpcRequest) String() string
type LinkLocationToBillingProfileGrpcRequest ¶
type LinkLocationToBillingProfileGrpcRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` OrganizationId string `protobuf:"bytes,2,opt,name=organizationId,proto3" json:"organizationId,omitempty"` BillingProfileId string `protobuf:"bytes,3,opt,name=billingProfileId,proto3" json:"billingProfileId,omitempty"` LocationId string `protobuf:"bytes,4,opt,name=locationId,proto3" json:"locationId,omitempty"` LoggedInUserId string `protobuf:"bytes,5,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` AppSource string `protobuf:"bytes,6,opt,name=appSource,proto3" json:"appSource,omitempty"` // contains filtered or unexported fields }
func (*LinkLocationToBillingProfileGrpcRequest) Descriptor
deprecated
func (*LinkLocationToBillingProfileGrpcRequest) Descriptor() ([]byte, []int)
Deprecated: Use LinkLocationToBillingProfileGrpcRequest.ProtoReflect.Descriptor instead.
func (*LinkLocationToBillingProfileGrpcRequest) GetAppSource ¶
func (x *LinkLocationToBillingProfileGrpcRequest) GetAppSource() string
func (*LinkLocationToBillingProfileGrpcRequest) GetBillingProfileId ¶
func (x *LinkLocationToBillingProfileGrpcRequest) GetBillingProfileId() string
func (*LinkLocationToBillingProfileGrpcRequest) GetLocationId ¶
func (x *LinkLocationToBillingProfileGrpcRequest) GetLocationId() string
func (*LinkLocationToBillingProfileGrpcRequest) GetLoggedInUserId ¶
func (x *LinkLocationToBillingProfileGrpcRequest) GetLoggedInUserId() string
func (*LinkLocationToBillingProfileGrpcRequest) GetOrganizationId ¶
func (x *LinkLocationToBillingProfileGrpcRequest) GetOrganizationId() string
func (*LinkLocationToBillingProfileGrpcRequest) GetTenant ¶
func (x *LinkLocationToBillingProfileGrpcRequest) GetTenant() string
func (*LinkLocationToBillingProfileGrpcRequest) ProtoMessage ¶
func (*LinkLocationToBillingProfileGrpcRequest) ProtoMessage()
func (*LinkLocationToBillingProfileGrpcRequest) ProtoReflect ¶
func (x *LinkLocationToBillingProfileGrpcRequest) ProtoReflect() protoreflect.Message
func (*LinkLocationToBillingProfileGrpcRequest) Reset ¶
func (x *LinkLocationToBillingProfileGrpcRequest) Reset()
func (*LinkLocationToBillingProfileGrpcRequest) String ¶
func (x *LinkLocationToBillingProfileGrpcRequest) String() string
type LinkLocationToOrganizationGrpcRequest ¶
type LinkLocationToOrganizationGrpcRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` OrganizationId string `protobuf:"bytes,2,opt,name=organizationId,proto3" json:"organizationId,omitempty"` LocationId string `protobuf:"bytes,3,opt,name=locationId,proto3" json:"locationId,omitempty"` LoggedInUserId string `protobuf:"bytes,4,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` // contains filtered or unexported fields }
func (*LinkLocationToOrganizationGrpcRequest) Descriptor
deprecated
func (*LinkLocationToOrganizationGrpcRequest) Descriptor() ([]byte, []int)
Deprecated: Use LinkLocationToOrganizationGrpcRequest.ProtoReflect.Descriptor instead.
func (*LinkLocationToOrganizationGrpcRequest) GetLocationId ¶
func (x *LinkLocationToOrganizationGrpcRequest) GetLocationId() string
func (*LinkLocationToOrganizationGrpcRequest) GetLoggedInUserId ¶
func (x *LinkLocationToOrganizationGrpcRequest) GetLoggedInUserId() string
func (*LinkLocationToOrganizationGrpcRequest) GetOrganizationId ¶
func (x *LinkLocationToOrganizationGrpcRequest) GetOrganizationId() string
func (*LinkLocationToOrganizationGrpcRequest) GetTenant ¶
func (x *LinkLocationToOrganizationGrpcRequest) GetTenant() string
func (*LinkLocationToOrganizationGrpcRequest) ProtoMessage ¶
func (*LinkLocationToOrganizationGrpcRequest) ProtoMessage()
func (*LinkLocationToOrganizationGrpcRequest) ProtoReflect ¶
func (x *LinkLocationToOrganizationGrpcRequest) ProtoReflect() protoreflect.Message
func (*LinkLocationToOrganizationGrpcRequest) Reset ¶
func (x *LinkLocationToOrganizationGrpcRequest) Reset()
func (*LinkLocationToOrganizationGrpcRequest) String ¶
func (x *LinkLocationToOrganizationGrpcRequest) String() string
type OnboardingStatus ¶
type OnboardingStatus int32
const ( OnboardingStatus_ONBOARDING_STATUS_NOT_APPLICABLE OnboardingStatus = 0 OnboardingStatus_ONBOARDING_STATUS_NOT_STARTED OnboardingStatus = 1 OnboardingStatus_ONBOARDING_STATUS_ON_TRACK OnboardingStatus = 2 OnboardingStatus_ONBOARDING_STATUS_LATE OnboardingStatus = 3 OnboardingStatus_ONBOARDING_STATUS_STUCK OnboardingStatus = 4 OnboardingStatus_ONBOARDING_STATUS_DONE OnboardingStatus = 5 OnboardingStatus_ONBOARDING_STATUS_SUCCESSFUL OnboardingStatus = 6 )
func (OnboardingStatus) Descriptor ¶
func (OnboardingStatus) Descriptor() protoreflect.EnumDescriptor
func (OnboardingStatus) Enum ¶
func (x OnboardingStatus) Enum() *OnboardingStatus
func (OnboardingStatus) EnumDescriptor
deprecated
func (OnboardingStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use OnboardingStatus.Descriptor instead.
func (OnboardingStatus) Number ¶
func (x OnboardingStatus) Number() protoreflect.EnumNumber
func (OnboardingStatus) String ¶
func (x OnboardingStatus) String() string
func (OnboardingStatus) Type ¶
func (OnboardingStatus) Type() protoreflect.EnumType
type OrganizationAddLocationGrpcRequest ¶
type OrganizationAddLocationGrpcRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` OrganizationId string `protobuf:"bytes,2,opt,name=organizationId,proto3" json:"organizationId,omitempty"` LoggedInUserId string `protobuf:"bytes,3,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` SourceFields *common.SourceFields `protobuf:"bytes,4,opt,name=sourceFields,proto3" json:"sourceFields,omitempty"` LocationId string `protobuf:"bytes,5,opt,name=locationId,proto3" json:"locationId,omitempty"` LocationDetails *location.LocationDetails `protobuf:"bytes,6,opt,name=locationDetails,proto3" json:"locationDetails,omitempty"` CreatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=createdAt,proto3" json:"createdAt,omitempty"` // contains filtered or unexported fields }
func (*OrganizationAddLocationGrpcRequest) Descriptor
deprecated
func (*OrganizationAddLocationGrpcRequest) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationAddLocationGrpcRequest.ProtoReflect.Descriptor instead.
func (*OrganizationAddLocationGrpcRequest) GetCreatedAt ¶
func (x *OrganizationAddLocationGrpcRequest) GetCreatedAt() *timestamppb.Timestamp
func (*OrganizationAddLocationGrpcRequest) GetLocationDetails ¶
func (x *OrganizationAddLocationGrpcRequest) GetLocationDetails() *location.LocationDetails
func (*OrganizationAddLocationGrpcRequest) GetLocationId ¶
func (x *OrganizationAddLocationGrpcRequest) GetLocationId() string
func (*OrganizationAddLocationGrpcRequest) GetLoggedInUserId ¶
func (x *OrganizationAddLocationGrpcRequest) GetLoggedInUserId() string
func (*OrganizationAddLocationGrpcRequest) GetOrganizationId ¶
func (x *OrganizationAddLocationGrpcRequest) GetOrganizationId() string
func (*OrganizationAddLocationGrpcRequest) GetSourceFields ¶
func (x *OrganizationAddLocationGrpcRequest) GetSourceFields() *common.SourceFields
func (*OrganizationAddLocationGrpcRequest) GetTenant ¶
func (x *OrganizationAddLocationGrpcRequest) GetTenant() string
func (*OrganizationAddLocationGrpcRequest) ProtoMessage ¶
func (*OrganizationAddLocationGrpcRequest) ProtoMessage()
func (*OrganizationAddLocationGrpcRequest) ProtoReflect ¶
func (x *OrganizationAddLocationGrpcRequest) ProtoReflect() protoreflect.Message
func (*OrganizationAddLocationGrpcRequest) Reset ¶
func (x *OrganizationAddLocationGrpcRequest) Reset()
func (*OrganizationAddLocationGrpcRequest) String ¶
func (x *OrganizationAddLocationGrpcRequest) String() string
type OrganizationAddTagGrpcRequest ¶
type OrganizationAddTagGrpcRequest struct { OrganizationId string `protobuf:"bytes,1,opt,name=organizationId,proto3" json:"organizationId,omitempty"` Tenant string `protobuf:"bytes,2,opt,name=tenant,proto3" json:"tenant,omitempty"` LoggedInUserId string `protobuf:"bytes,3,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` TagId string `protobuf:"bytes,4,opt,name=tagId,proto3" json:"tagId,omitempty"` AppSource string `protobuf:"bytes,5,opt,name=appSource,proto3" json:"appSource,omitempty"` // contains filtered or unexported fields }
func (*OrganizationAddTagGrpcRequest) Descriptor
deprecated
func (*OrganizationAddTagGrpcRequest) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationAddTagGrpcRequest.ProtoReflect.Descriptor instead.
func (*OrganizationAddTagGrpcRequest) GetAppSource ¶
func (x *OrganizationAddTagGrpcRequest) GetAppSource() string
func (*OrganizationAddTagGrpcRequest) GetLoggedInUserId ¶
func (x *OrganizationAddTagGrpcRequest) GetLoggedInUserId() string
func (*OrganizationAddTagGrpcRequest) GetOrganizationId ¶
func (x *OrganizationAddTagGrpcRequest) GetOrganizationId() string
func (*OrganizationAddTagGrpcRequest) GetTagId ¶
func (x *OrganizationAddTagGrpcRequest) GetTagId() string
func (*OrganizationAddTagGrpcRequest) GetTenant ¶
func (x *OrganizationAddTagGrpcRequest) GetTenant() string
func (*OrganizationAddTagGrpcRequest) ProtoMessage ¶
func (*OrganizationAddTagGrpcRequest) ProtoMessage()
func (*OrganizationAddTagGrpcRequest) ProtoReflect ¶
func (x *OrganizationAddTagGrpcRequest) ProtoReflect() protoreflect.Message
func (*OrganizationAddTagGrpcRequest) Reset ¶
func (x *OrganizationAddTagGrpcRequest) Reset()
func (*OrganizationAddTagGrpcRequest) String ¶
func (x *OrganizationAddTagGrpcRequest) String() string
type OrganizationGrpcServiceClient ¶
type OrganizationGrpcServiceClient interface { LinkLocationToOrganization(ctx context.Context, in *LinkLocationToOrganizationGrpcRequest, opts ...grpc.CallOption) (*OrganizationIdGrpcResponse, error) UnlinkDomainFromOrganization(ctx context.Context, in *UnLinkDomainFromOrganizationGrpcRequest, opts ...grpc.CallOption) (*OrganizationIdGrpcResponse, error) UpsertCustomFieldToOrganization(ctx context.Context, in *CustomFieldForOrganizationGrpcRequest, opts ...grpc.CallOption) (*CustomFieldIdGrpcResponse, error) RefreshRenewalSummary(ctx context.Context, in *RefreshRenewalSummaryGrpcRequest, opts ...grpc.CallOption) (*OrganizationIdGrpcResponse, error) RefreshDerivedData(ctx context.Context, in *RefreshDerivedDataGrpcRequest, opts ...grpc.CallOption) (*OrganizationIdGrpcResponse, error) RefreshArr(ctx context.Context, in *OrganizationIdGrpcRequest, opts ...grpc.CallOption) (*OrganizationIdGrpcResponse, error) AddParentOrganization(ctx context.Context, in *AddParentOrganizationGrpcRequest, opts ...grpc.CallOption) (*OrganizationIdGrpcResponse, error) RemoveParentOrganization(ctx context.Context, in *RemoveParentOrganizationGrpcRequest, opts ...grpc.CallOption) (*OrganizationIdGrpcResponse, error) UpdateOnboardingStatus(ctx context.Context, in *UpdateOnboardingStatusGrpcRequest, opts ...grpc.CallOption) (*OrganizationIdGrpcResponse, error) UpdateOrganizationOwner(ctx context.Context, in *UpdateOrganizationOwnerGrpcRequest, opts ...grpc.CallOption) (*OrganizationIdGrpcResponse, error) CreateBillingProfile(ctx context.Context, in *CreateBillingProfileGrpcRequest, opts ...grpc.CallOption) (*BillingProfileIdGrpcResponse, error) UpdateBillingProfile(ctx context.Context, in *UpdateBillingProfileGrpcRequest, opts ...grpc.CallOption) (*BillingProfileIdGrpcResponse, error) LinkEmailToBillingProfile(ctx context.Context, in *LinkEmailToBillingProfileGrpcRequest, opts ...grpc.CallOption) (*BillingProfileIdGrpcResponse, error) UnlinkEmailFromBillingProfile(ctx context.Context, in *UnlinkEmailFromBillingProfileGrpcRequest, opts ...grpc.CallOption) (*BillingProfileIdGrpcResponse, error) LinkLocationToBillingProfile(ctx context.Context, in *LinkLocationToBillingProfileGrpcRequest, opts ...grpc.CallOption) (*BillingProfileIdGrpcResponse, error) UnlinkLocationFromBillingProfile(ctx context.Context, in *UnlinkLocationFromBillingProfileGrpcRequest, opts ...grpc.CallOption) (*BillingProfileIdGrpcResponse, error) AddLocation(ctx context.Context, in *OrganizationAddLocationGrpcRequest, opts ...grpc.CallOption) (*location.LocationIdGrpcResponse, error) AdjustIndustry(ctx context.Context, in *OrganizationIdGrpcRequest, opts ...grpc.CallOption) (*OrganizationIdGrpcResponse, error) }
OrganizationGrpcServiceClient is the client API for OrganizationGrpcService service.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.
func NewOrganizationGrpcServiceClient ¶
func NewOrganizationGrpcServiceClient(cc grpc.ClientConnInterface) OrganizationGrpcServiceClient
type OrganizationGrpcServiceServer ¶
type OrganizationGrpcServiceServer interface { LinkLocationToOrganization(context.Context, *LinkLocationToOrganizationGrpcRequest) (*OrganizationIdGrpcResponse, error) UnlinkDomainFromOrganization(context.Context, *UnLinkDomainFromOrganizationGrpcRequest) (*OrganizationIdGrpcResponse, error) UpsertCustomFieldToOrganization(context.Context, *CustomFieldForOrganizationGrpcRequest) (*CustomFieldIdGrpcResponse, error) RefreshRenewalSummary(context.Context, *RefreshRenewalSummaryGrpcRequest) (*OrganizationIdGrpcResponse, error) RefreshDerivedData(context.Context, *RefreshDerivedDataGrpcRequest) (*OrganizationIdGrpcResponse, error) RefreshArr(context.Context, *OrganizationIdGrpcRequest) (*OrganizationIdGrpcResponse, error) AddParentOrganization(context.Context, *AddParentOrganizationGrpcRequest) (*OrganizationIdGrpcResponse, error) RemoveParentOrganization(context.Context, *RemoveParentOrganizationGrpcRequest) (*OrganizationIdGrpcResponse, error) UpdateOnboardingStatus(context.Context, *UpdateOnboardingStatusGrpcRequest) (*OrganizationIdGrpcResponse, error) UpdateOrganizationOwner(context.Context, *UpdateOrganizationOwnerGrpcRequest) (*OrganizationIdGrpcResponse, error) CreateBillingProfile(context.Context, *CreateBillingProfileGrpcRequest) (*BillingProfileIdGrpcResponse, error) UpdateBillingProfile(context.Context, *UpdateBillingProfileGrpcRequest) (*BillingProfileIdGrpcResponse, error) LinkEmailToBillingProfile(context.Context, *LinkEmailToBillingProfileGrpcRequest) (*BillingProfileIdGrpcResponse, error) UnlinkEmailFromBillingProfile(context.Context, *UnlinkEmailFromBillingProfileGrpcRequest) (*BillingProfileIdGrpcResponse, error) LinkLocationToBillingProfile(context.Context, *LinkLocationToBillingProfileGrpcRequest) (*BillingProfileIdGrpcResponse, error) UnlinkLocationFromBillingProfile(context.Context, *UnlinkLocationFromBillingProfileGrpcRequest) (*BillingProfileIdGrpcResponse, error) AddLocation(context.Context, *OrganizationAddLocationGrpcRequest) (*location.LocationIdGrpcResponse, error) AdjustIndustry(context.Context, *OrganizationIdGrpcRequest) (*OrganizationIdGrpcResponse, error) }
OrganizationGrpcServiceServer is the server API for OrganizationGrpcService service. All implementations should embed UnimplementedOrganizationGrpcServiceServer for forward compatibility
type OrganizationIdGrpcRequest ¶
type OrganizationIdGrpcRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` OrganizationId string `protobuf:"bytes,2,opt,name=organizationId,proto3" json:"organizationId,omitempty"` LoggedInUserId string `protobuf:"bytes,3,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` AppSource string `protobuf:"bytes,4,opt,name=appSource,proto3" json:"appSource,omitempty"` // contains filtered or unexported fields }
func (*OrganizationIdGrpcRequest) Descriptor
deprecated
func (*OrganizationIdGrpcRequest) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationIdGrpcRequest.ProtoReflect.Descriptor instead.
func (*OrganizationIdGrpcRequest) GetAppSource ¶
func (x *OrganizationIdGrpcRequest) GetAppSource() string
func (*OrganizationIdGrpcRequest) GetLoggedInUserId ¶
func (x *OrganizationIdGrpcRequest) GetLoggedInUserId() string
func (*OrganizationIdGrpcRequest) GetOrganizationId ¶
func (x *OrganizationIdGrpcRequest) GetOrganizationId() string
func (*OrganizationIdGrpcRequest) GetTenant ¶
func (x *OrganizationIdGrpcRequest) GetTenant() string
func (*OrganizationIdGrpcRequest) ProtoMessage ¶
func (*OrganizationIdGrpcRequest) ProtoMessage()
func (*OrganizationIdGrpcRequest) ProtoReflect ¶
func (x *OrganizationIdGrpcRequest) ProtoReflect() protoreflect.Message
func (*OrganizationIdGrpcRequest) Reset ¶
func (x *OrganizationIdGrpcRequest) Reset()
func (*OrganizationIdGrpcRequest) String ¶
func (x *OrganizationIdGrpcRequest) String() string
type OrganizationIdGrpcResponse ¶
type OrganizationIdGrpcResponse struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` // contains filtered or unexported fields }
func (*OrganizationIdGrpcResponse) Descriptor
deprecated
func (*OrganizationIdGrpcResponse) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationIdGrpcResponse.ProtoReflect.Descriptor instead.
func (*OrganizationIdGrpcResponse) GetId ¶
func (x *OrganizationIdGrpcResponse) GetId() string
func (*OrganizationIdGrpcResponse) ProtoMessage ¶
func (*OrganizationIdGrpcResponse) ProtoMessage()
func (*OrganizationIdGrpcResponse) ProtoReflect ¶
func (x *OrganizationIdGrpcResponse) ProtoReflect() protoreflect.Message
func (*OrganizationIdGrpcResponse) Reset ¶
func (x *OrganizationIdGrpcResponse) Reset()
func (*OrganizationIdGrpcResponse) String ¶
func (x *OrganizationIdGrpcResponse) String() string
type OrganizationRemoveTagGrpcRequest ¶
type OrganizationRemoveTagGrpcRequest struct { OrganizationId string `protobuf:"bytes,1,opt,name=organizationId,proto3" json:"organizationId,omitempty"` Tenant string `protobuf:"bytes,2,opt,name=tenant,proto3" json:"tenant,omitempty"` LoggedInUserId string `protobuf:"bytes,3,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` TagId string `protobuf:"bytes,4,opt,name=tagId,proto3" json:"tagId,omitempty"` AppSource string `protobuf:"bytes,5,opt,name=appSource,proto3" json:"appSource,omitempty"` // contains filtered or unexported fields }
func (*OrganizationRemoveTagGrpcRequest) Descriptor
deprecated
func (*OrganizationRemoveTagGrpcRequest) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationRemoveTagGrpcRequest.ProtoReflect.Descriptor instead.
func (*OrganizationRemoveTagGrpcRequest) GetAppSource ¶
func (x *OrganizationRemoveTagGrpcRequest) GetAppSource() string
func (*OrganizationRemoveTagGrpcRequest) GetLoggedInUserId ¶
func (x *OrganizationRemoveTagGrpcRequest) GetLoggedInUserId() string
func (*OrganizationRemoveTagGrpcRequest) GetOrganizationId ¶
func (x *OrganizationRemoveTagGrpcRequest) GetOrganizationId() string
func (*OrganizationRemoveTagGrpcRequest) GetTagId ¶
func (x *OrganizationRemoveTagGrpcRequest) GetTagId() string
func (*OrganizationRemoveTagGrpcRequest) GetTenant ¶
func (x *OrganizationRemoveTagGrpcRequest) GetTenant() string
func (*OrganizationRemoveTagGrpcRequest) ProtoMessage ¶
func (*OrganizationRemoveTagGrpcRequest) ProtoMessage()
func (*OrganizationRemoveTagGrpcRequest) ProtoReflect ¶
func (x *OrganizationRemoveTagGrpcRequest) ProtoReflect() protoreflect.Message
func (*OrganizationRemoveTagGrpcRequest) Reset ¶
func (x *OrganizationRemoveTagGrpcRequest) Reset()
func (*OrganizationRemoveTagGrpcRequest) String ¶
func (x *OrganizationRemoveTagGrpcRequest) String() string
type RefreshDerivedDataGrpcRequest ¶
type RefreshDerivedDataGrpcRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` OrganizationId string `protobuf:"bytes,2,opt,name=organizationId,proto3" json:"organizationId,omitempty"` LoggedInUserId string `protobuf:"bytes,3,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` AppSource string `protobuf:"bytes,4,opt,name=appSource,proto3" json:"appSource,omitempty"` // contains filtered or unexported fields }
func (*RefreshDerivedDataGrpcRequest) Descriptor
deprecated
func (*RefreshDerivedDataGrpcRequest) Descriptor() ([]byte, []int)
Deprecated: Use RefreshDerivedDataGrpcRequest.ProtoReflect.Descriptor instead.
func (*RefreshDerivedDataGrpcRequest) GetAppSource ¶
func (x *RefreshDerivedDataGrpcRequest) GetAppSource() string
func (*RefreshDerivedDataGrpcRequest) GetLoggedInUserId ¶
func (x *RefreshDerivedDataGrpcRequest) GetLoggedInUserId() string
func (*RefreshDerivedDataGrpcRequest) GetOrganizationId ¶
func (x *RefreshDerivedDataGrpcRequest) GetOrganizationId() string
func (*RefreshDerivedDataGrpcRequest) GetTenant ¶
func (x *RefreshDerivedDataGrpcRequest) GetTenant() string
func (*RefreshDerivedDataGrpcRequest) ProtoMessage ¶
func (*RefreshDerivedDataGrpcRequest) ProtoMessage()
func (*RefreshDerivedDataGrpcRequest) ProtoReflect ¶
func (x *RefreshDerivedDataGrpcRequest) ProtoReflect() protoreflect.Message
func (*RefreshDerivedDataGrpcRequest) Reset ¶
func (x *RefreshDerivedDataGrpcRequest) Reset()
func (*RefreshDerivedDataGrpcRequest) String ¶
func (x *RefreshDerivedDataGrpcRequest) String() string
type RefreshRenewalSummaryGrpcRequest ¶
type RefreshRenewalSummaryGrpcRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` OrganizationId string `protobuf:"bytes,2,opt,name=organizationId,proto3" json:"organizationId,omitempty"` LoggedInUserId string `protobuf:"bytes,3,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` AppSource string `protobuf:"bytes,4,opt,name=appSource,proto3" json:"appSource,omitempty"` // contains filtered or unexported fields }
func (*RefreshRenewalSummaryGrpcRequest) Descriptor
deprecated
func (*RefreshRenewalSummaryGrpcRequest) Descriptor() ([]byte, []int)
Deprecated: Use RefreshRenewalSummaryGrpcRequest.ProtoReflect.Descriptor instead.
func (*RefreshRenewalSummaryGrpcRequest) GetAppSource ¶
func (x *RefreshRenewalSummaryGrpcRequest) GetAppSource() string
func (*RefreshRenewalSummaryGrpcRequest) GetLoggedInUserId ¶
func (x *RefreshRenewalSummaryGrpcRequest) GetLoggedInUserId() string
func (*RefreshRenewalSummaryGrpcRequest) GetOrganizationId ¶
func (x *RefreshRenewalSummaryGrpcRequest) GetOrganizationId() string
func (*RefreshRenewalSummaryGrpcRequest) GetTenant ¶
func (x *RefreshRenewalSummaryGrpcRequest) GetTenant() string
func (*RefreshRenewalSummaryGrpcRequest) ProtoMessage ¶
func (*RefreshRenewalSummaryGrpcRequest) ProtoMessage()
func (*RefreshRenewalSummaryGrpcRequest) ProtoReflect ¶
func (x *RefreshRenewalSummaryGrpcRequest) ProtoReflect() protoreflect.Message
func (*RefreshRenewalSummaryGrpcRequest) Reset ¶
func (x *RefreshRenewalSummaryGrpcRequest) Reset()
func (*RefreshRenewalSummaryGrpcRequest) String ¶
func (x *RefreshRenewalSummaryGrpcRequest) String() string
type RemoveParentOrganizationGrpcRequest ¶
type RemoveParentOrganizationGrpcRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` OrganizationId string `protobuf:"bytes,2,opt,name=organizationId,proto3" json:"organizationId,omitempty"` ParentOrganizationId string `protobuf:"bytes,3,opt,name=parentOrganizationId,proto3" json:"parentOrganizationId,omitempty"` LoggedInUserId string `protobuf:"bytes,4,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` AppSource string `protobuf:"bytes,5,opt,name=appSource,proto3" json:"appSource,omitempty"` // contains filtered or unexported fields }
func (*RemoveParentOrganizationGrpcRequest) Descriptor
deprecated
func (*RemoveParentOrganizationGrpcRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveParentOrganizationGrpcRequest.ProtoReflect.Descriptor instead.
func (*RemoveParentOrganizationGrpcRequest) GetAppSource ¶
func (x *RemoveParentOrganizationGrpcRequest) GetAppSource() string
func (*RemoveParentOrganizationGrpcRequest) GetLoggedInUserId ¶
func (x *RemoveParentOrganizationGrpcRequest) GetLoggedInUserId() string
func (*RemoveParentOrganizationGrpcRequest) GetOrganizationId ¶
func (x *RemoveParentOrganizationGrpcRequest) GetOrganizationId() string
func (*RemoveParentOrganizationGrpcRequest) GetParentOrganizationId ¶
func (x *RemoveParentOrganizationGrpcRequest) GetParentOrganizationId() string
func (*RemoveParentOrganizationGrpcRequest) GetTenant ¶
func (x *RemoveParentOrganizationGrpcRequest) GetTenant() string
func (*RemoveParentOrganizationGrpcRequest) ProtoMessage ¶
func (*RemoveParentOrganizationGrpcRequest) ProtoMessage()
func (*RemoveParentOrganizationGrpcRequest) ProtoReflect ¶
func (x *RemoveParentOrganizationGrpcRequest) ProtoReflect() protoreflect.Message
func (*RemoveParentOrganizationGrpcRequest) Reset ¶
func (x *RemoveParentOrganizationGrpcRequest) Reset()
func (*RemoveParentOrganizationGrpcRequest) String ¶
func (x *RemoveParentOrganizationGrpcRequest) String() string
type UnLinkDomainFromOrganizationGrpcRequest ¶
type UnLinkDomainFromOrganizationGrpcRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` OrganizationId string `protobuf:"bytes,2,opt,name=organizationId,proto3" json:"organizationId,omitempty"` Domain string `protobuf:"bytes,3,opt,name=domain,proto3" json:"domain,omitempty"` LoggedInUserId string `protobuf:"bytes,4,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` AppSource string `protobuf:"bytes,5,opt,name=appSource,proto3" json:"appSource,omitempty"` // contains filtered or unexported fields }
func (*UnLinkDomainFromOrganizationGrpcRequest) Descriptor
deprecated
func (*UnLinkDomainFromOrganizationGrpcRequest) Descriptor() ([]byte, []int)
Deprecated: Use UnLinkDomainFromOrganizationGrpcRequest.ProtoReflect.Descriptor instead.
func (*UnLinkDomainFromOrganizationGrpcRequest) GetAppSource ¶
func (x *UnLinkDomainFromOrganizationGrpcRequest) GetAppSource() string
func (*UnLinkDomainFromOrganizationGrpcRequest) GetDomain ¶
func (x *UnLinkDomainFromOrganizationGrpcRequest) GetDomain() string
func (*UnLinkDomainFromOrganizationGrpcRequest) GetLoggedInUserId ¶
func (x *UnLinkDomainFromOrganizationGrpcRequest) GetLoggedInUserId() string
func (*UnLinkDomainFromOrganizationGrpcRequest) GetOrganizationId ¶
func (x *UnLinkDomainFromOrganizationGrpcRequest) GetOrganizationId() string
func (*UnLinkDomainFromOrganizationGrpcRequest) GetTenant ¶
func (x *UnLinkDomainFromOrganizationGrpcRequest) GetTenant() string
func (*UnLinkDomainFromOrganizationGrpcRequest) ProtoMessage ¶
func (*UnLinkDomainFromOrganizationGrpcRequest) ProtoMessage()
func (*UnLinkDomainFromOrganizationGrpcRequest) ProtoReflect ¶
func (x *UnLinkDomainFromOrganizationGrpcRequest) ProtoReflect() protoreflect.Message
func (*UnLinkDomainFromOrganizationGrpcRequest) Reset ¶
func (x *UnLinkDomainFromOrganizationGrpcRequest) Reset()
func (*UnLinkDomainFromOrganizationGrpcRequest) String ¶
func (x *UnLinkDomainFromOrganizationGrpcRequest) String() string
type UnimplementedOrganizationGrpcServiceServer ¶
type UnimplementedOrganizationGrpcServiceServer struct { }
UnimplementedOrganizationGrpcServiceServer should be embedded to have forward compatible implementations.
func (UnimplementedOrganizationGrpcServiceServer) AddLocation ¶
func (UnimplementedOrganizationGrpcServiceServer) AddLocation(context.Context, *OrganizationAddLocationGrpcRequest) (*location.LocationIdGrpcResponse, error)
func (UnimplementedOrganizationGrpcServiceServer) AddParentOrganization ¶
func (UnimplementedOrganizationGrpcServiceServer) AddParentOrganization(context.Context, *AddParentOrganizationGrpcRequest) (*OrganizationIdGrpcResponse, error)
func (UnimplementedOrganizationGrpcServiceServer) AdjustIndustry ¶
func (UnimplementedOrganizationGrpcServiceServer) AdjustIndustry(context.Context, *OrganizationIdGrpcRequest) (*OrganizationIdGrpcResponse, error)
func (UnimplementedOrganizationGrpcServiceServer) CreateBillingProfile ¶
func (UnimplementedOrganizationGrpcServiceServer) CreateBillingProfile(context.Context, *CreateBillingProfileGrpcRequest) (*BillingProfileIdGrpcResponse, error)
func (UnimplementedOrganizationGrpcServiceServer) LinkEmailToBillingProfile ¶
func (UnimplementedOrganizationGrpcServiceServer) LinkEmailToBillingProfile(context.Context, *LinkEmailToBillingProfileGrpcRequest) (*BillingProfileIdGrpcResponse, error)
func (UnimplementedOrganizationGrpcServiceServer) LinkLocationToBillingProfile ¶
func (UnimplementedOrganizationGrpcServiceServer) LinkLocationToBillingProfile(context.Context, *LinkLocationToBillingProfileGrpcRequest) (*BillingProfileIdGrpcResponse, error)
func (UnimplementedOrganizationGrpcServiceServer) LinkLocationToOrganization ¶
func (UnimplementedOrganizationGrpcServiceServer) LinkLocationToOrganization(context.Context, *LinkLocationToOrganizationGrpcRequest) (*OrganizationIdGrpcResponse, error)
func (UnimplementedOrganizationGrpcServiceServer) RefreshArr ¶
func (UnimplementedOrganizationGrpcServiceServer) RefreshArr(context.Context, *OrganizationIdGrpcRequest) (*OrganizationIdGrpcResponse, error)
func (UnimplementedOrganizationGrpcServiceServer) RefreshDerivedData ¶
func (UnimplementedOrganizationGrpcServiceServer) RefreshDerivedData(context.Context, *RefreshDerivedDataGrpcRequest) (*OrganizationIdGrpcResponse, error)
func (UnimplementedOrganizationGrpcServiceServer) RefreshRenewalSummary ¶
func (UnimplementedOrganizationGrpcServiceServer) RefreshRenewalSummary(context.Context, *RefreshRenewalSummaryGrpcRequest) (*OrganizationIdGrpcResponse, error)
func (UnimplementedOrganizationGrpcServiceServer) RemoveParentOrganization ¶
func (UnimplementedOrganizationGrpcServiceServer) RemoveParentOrganization(context.Context, *RemoveParentOrganizationGrpcRequest) (*OrganizationIdGrpcResponse, error)
func (UnimplementedOrganizationGrpcServiceServer) UnlinkDomainFromOrganization ¶
func (UnimplementedOrganizationGrpcServiceServer) UnlinkDomainFromOrganization(context.Context, *UnLinkDomainFromOrganizationGrpcRequest) (*OrganizationIdGrpcResponse, error)
func (UnimplementedOrganizationGrpcServiceServer) UnlinkEmailFromBillingProfile ¶
func (UnimplementedOrganizationGrpcServiceServer) UnlinkEmailFromBillingProfile(context.Context, *UnlinkEmailFromBillingProfileGrpcRequest) (*BillingProfileIdGrpcResponse, error)
func (UnimplementedOrganizationGrpcServiceServer) UnlinkLocationFromBillingProfile ¶
func (UnimplementedOrganizationGrpcServiceServer) UnlinkLocationFromBillingProfile(context.Context, *UnlinkLocationFromBillingProfileGrpcRequest) (*BillingProfileIdGrpcResponse, error)
func (UnimplementedOrganizationGrpcServiceServer) UpdateBillingProfile ¶
func (UnimplementedOrganizationGrpcServiceServer) UpdateBillingProfile(context.Context, *UpdateBillingProfileGrpcRequest) (*BillingProfileIdGrpcResponse, error)
func (UnimplementedOrganizationGrpcServiceServer) UpdateOnboardingStatus ¶
func (UnimplementedOrganizationGrpcServiceServer) UpdateOnboardingStatus(context.Context, *UpdateOnboardingStatusGrpcRequest) (*OrganizationIdGrpcResponse, error)
func (UnimplementedOrganizationGrpcServiceServer) UpdateOrganizationOwner ¶
func (UnimplementedOrganizationGrpcServiceServer) UpdateOrganizationOwner(context.Context, *UpdateOrganizationOwnerGrpcRequest) (*OrganizationIdGrpcResponse, error)
func (UnimplementedOrganizationGrpcServiceServer) UpsertCustomFieldToOrganization ¶
func (UnimplementedOrganizationGrpcServiceServer) UpsertCustomFieldToOrganization(context.Context, *CustomFieldForOrganizationGrpcRequest) (*CustomFieldIdGrpcResponse, error)
type UnlinkEmailFromBillingProfileGrpcRequest ¶
type UnlinkEmailFromBillingProfileGrpcRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` OrganizationId string `protobuf:"bytes,2,opt,name=organizationId,proto3" json:"organizationId,omitempty"` BillingProfileId string `protobuf:"bytes,3,opt,name=billingProfileId,proto3" json:"billingProfileId,omitempty"` EmailId string `protobuf:"bytes,4,opt,name=emailId,proto3" json:"emailId,omitempty"` LoggedInUserId string `protobuf:"bytes,5,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` AppSource string `protobuf:"bytes,6,opt,name=appSource,proto3" json:"appSource,omitempty"` // contains filtered or unexported fields }
func (*UnlinkEmailFromBillingProfileGrpcRequest) Descriptor
deprecated
func (*UnlinkEmailFromBillingProfileGrpcRequest) Descriptor() ([]byte, []int)
Deprecated: Use UnlinkEmailFromBillingProfileGrpcRequest.ProtoReflect.Descriptor instead.
func (*UnlinkEmailFromBillingProfileGrpcRequest) GetAppSource ¶
func (x *UnlinkEmailFromBillingProfileGrpcRequest) GetAppSource() string
func (*UnlinkEmailFromBillingProfileGrpcRequest) GetBillingProfileId ¶
func (x *UnlinkEmailFromBillingProfileGrpcRequest) GetBillingProfileId() string
func (*UnlinkEmailFromBillingProfileGrpcRequest) GetEmailId ¶
func (x *UnlinkEmailFromBillingProfileGrpcRequest) GetEmailId() string
func (*UnlinkEmailFromBillingProfileGrpcRequest) GetLoggedInUserId ¶
func (x *UnlinkEmailFromBillingProfileGrpcRequest) GetLoggedInUserId() string
func (*UnlinkEmailFromBillingProfileGrpcRequest) GetOrganizationId ¶
func (x *UnlinkEmailFromBillingProfileGrpcRequest) GetOrganizationId() string
func (*UnlinkEmailFromBillingProfileGrpcRequest) GetTenant ¶
func (x *UnlinkEmailFromBillingProfileGrpcRequest) GetTenant() string
func (*UnlinkEmailFromBillingProfileGrpcRequest) ProtoMessage ¶
func (*UnlinkEmailFromBillingProfileGrpcRequest) ProtoMessage()
func (*UnlinkEmailFromBillingProfileGrpcRequest) ProtoReflect ¶
func (x *UnlinkEmailFromBillingProfileGrpcRequest) ProtoReflect() protoreflect.Message
func (*UnlinkEmailFromBillingProfileGrpcRequest) Reset ¶
func (x *UnlinkEmailFromBillingProfileGrpcRequest) Reset()
func (*UnlinkEmailFromBillingProfileGrpcRequest) String ¶
func (x *UnlinkEmailFromBillingProfileGrpcRequest) String() string
type UnlinkLocationFromBillingProfileGrpcRequest ¶
type UnlinkLocationFromBillingProfileGrpcRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` OrganizationId string `protobuf:"bytes,2,opt,name=organizationId,proto3" json:"organizationId,omitempty"` BillingProfileId string `protobuf:"bytes,3,opt,name=billingProfileId,proto3" json:"billingProfileId,omitempty"` LocationId string `protobuf:"bytes,4,opt,name=locationId,proto3" json:"locationId,omitempty"` LoggedInUserId string `protobuf:"bytes,5,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` AppSource string `protobuf:"bytes,6,opt,name=appSource,proto3" json:"appSource,omitempty"` // contains filtered or unexported fields }
func (*UnlinkLocationFromBillingProfileGrpcRequest) Descriptor
deprecated
func (*UnlinkLocationFromBillingProfileGrpcRequest) Descriptor() ([]byte, []int)
Deprecated: Use UnlinkLocationFromBillingProfileGrpcRequest.ProtoReflect.Descriptor instead.
func (*UnlinkLocationFromBillingProfileGrpcRequest) GetAppSource ¶
func (x *UnlinkLocationFromBillingProfileGrpcRequest) GetAppSource() string
func (*UnlinkLocationFromBillingProfileGrpcRequest) GetBillingProfileId ¶
func (x *UnlinkLocationFromBillingProfileGrpcRequest) GetBillingProfileId() string
func (*UnlinkLocationFromBillingProfileGrpcRequest) GetLocationId ¶
func (x *UnlinkLocationFromBillingProfileGrpcRequest) GetLocationId() string
func (*UnlinkLocationFromBillingProfileGrpcRequest) GetLoggedInUserId ¶
func (x *UnlinkLocationFromBillingProfileGrpcRequest) GetLoggedInUserId() string
func (*UnlinkLocationFromBillingProfileGrpcRequest) GetOrganizationId ¶
func (x *UnlinkLocationFromBillingProfileGrpcRequest) GetOrganizationId() string
func (*UnlinkLocationFromBillingProfileGrpcRequest) GetTenant ¶
func (x *UnlinkLocationFromBillingProfileGrpcRequest) GetTenant() string
func (*UnlinkLocationFromBillingProfileGrpcRequest) ProtoMessage ¶
func (*UnlinkLocationFromBillingProfileGrpcRequest) ProtoMessage()
func (*UnlinkLocationFromBillingProfileGrpcRequest) ProtoReflect ¶
func (x *UnlinkLocationFromBillingProfileGrpcRequest) ProtoReflect() protoreflect.Message
func (*UnlinkLocationFromBillingProfileGrpcRequest) Reset ¶
func (x *UnlinkLocationFromBillingProfileGrpcRequest) Reset()
func (*UnlinkLocationFromBillingProfileGrpcRequest) String ¶
func (x *UnlinkLocationFromBillingProfileGrpcRequest) String() string
type UnsafeOrganizationGrpcServiceServer ¶
type UnsafeOrganizationGrpcServiceServer interface {
// contains filtered or unexported methods
}
UnsafeOrganizationGrpcServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to OrganizationGrpcServiceServer will result in compilation errors.
type UpdateBillingProfileGrpcRequest ¶
type UpdateBillingProfileGrpcRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` OrganizationId string `protobuf:"bytes,2,opt,name=organizationId,proto3" json:"organizationId,omitempty"` BillingProfileId string `protobuf:"bytes,3,opt,name=billingProfileId,proto3" json:"billingProfileId,omitempty"` LoggedInUserId string `protobuf:"bytes,4,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` AppSource string `protobuf:"bytes,5,opt,name=appSource,proto3" json:"appSource,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"` LegalName string `protobuf:"bytes,7,opt,name=legalName,proto3" json:"legalName,omitempty"` TaxId string `protobuf:"bytes,8,opt,name=taxId,proto3" json:"taxId,omitempty"` FieldsMask []BillingProfileFieldMask `protobuf:"varint,9,rep,packed,name=fieldsMask,proto3,enum=BillingProfileFieldMask" json:"fieldsMask,omitempty"` // contains filtered or unexported fields }
func (*UpdateBillingProfileGrpcRequest) Descriptor
deprecated
func (*UpdateBillingProfileGrpcRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateBillingProfileGrpcRequest.ProtoReflect.Descriptor instead.
func (*UpdateBillingProfileGrpcRequest) GetAppSource ¶
func (x *UpdateBillingProfileGrpcRequest) GetAppSource() string
func (*UpdateBillingProfileGrpcRequest) GetBillingProfileId ¶
func (x *UpdateBillingProfileGrpcRequest) GetBillingProfileId() string
func (*UpdateBillingProfileGrpcRequest) GetFieldsMask ¶
func (x *UpdateBillingProfileGrpcRequest) GetFieldsMask() []BillingProfileFieldMask
func (*UpdateBillingProfileGrpcRequest) GetLegalName ¶
func (x *UpdateBillingProfileGrpcRequest) GetLegalName() string
func (*UpdateBillingProfileGrpcRequest) GetLoggedInUserId ¶
func (x *UpdateBillingProfileGrpcRequest) GetLoggedInUserId() string
func (*UpdateBillingProfileGrpcRequest) GetOrganizationId ¶
func (x *UpdateBillingProfileGrpcRequest) GetOrganizationId() string
func (*UpdateBillingProfileGrpcRequest) GetTaxId ¶
func (x *UpdateBillingProfileGrpcRequest) GetTaxId() string
func (*UpdateBillingProfileGrpcRequest) GetTenant ¶
func (x *UpdateBillingProfileGrpcRequest) GetTenant() string
func (*UpdateBillingProfileGrpcRequest) GetUpdatedAt ¶
func (x *UpdateBillingProfileGrpcRequest) GetUpdatedAt() *timestamppb.Timestamp
func (*UpdateBillingProfileGrpcRequest) ProtoMessage ¶
func (*UpdateBillingProfileGrpcRequest) ProtoMessage()
func (*UpdateBillingProfileGrpcRequest) ProtoReflect ¶
func (x *UpdateBillingProfileGrpcRequest) ProtoReflect() protoreflect.Message
func (*UpdateBillingProfileGrpcRequest) Reset ¶
func (x *UpdateBillingProfileGrpcRequest) Reset()
func (*UpdateBillingProfileGrpcRequest) String ¶
func (x *UpdateBillingProfileGrpcRequest) String() string
type UpdateOnboardingStatusGrpcRequest ¶
type UpdateOnboardingStatusGrpcRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` OrganizationId string `protobuf:"bytes,2,opt,name=organizationId,proto3" json:"organizationId,omitempty"` LoggedInUserId string `protobuf:"bytes,3,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` OnboardingStatus OnboardingStatus `protobuf:"varint,4,opt,name=onboardingStatus,proto3,enum=OnboardingStatus" json:"onboardingStatus,omitempty"` Comments string `protobuf:"bytes,5,opt,name=comments,proto3" json:"comments,omitempty"` UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updatedAt,proto3" json:"updatedAt,omitempty"` AppSource string `protobuf:"bytes,7,opt,name=appSource,proto3" json:"appSource,omitempty"` CausedByContractId string `protobuf:"bytes,8,opt,name=causedByContractId,proto3" json:"causedByContractId,omitempty"` // contains filtered or unexported fields }
func (*UpdateOnboardingStatusGrpcRequest) Descriptor
deprecated
func (*UpdateOnboardingStatusGrpcRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOnboardingStatusGrpcRequest.ProtoReflect.Descriptor instead.
func (*UpdateOnboardingStatusGrpcRequest) GetAppSource ¶
func (x *UpdateOnboardingStatusGrpcRequest) GetAppSource() string
func (*UpdateOnboardingStatusGrpcRequest) GetCausedByContractId ¶
func (x *UpdateOnboardingStatusGrpcRequest) GetCausedByContractId() string
func (*UpdateOnboardingStatusGrpcRequest) GetComments ¶
func (x *UpdateOnboardingStatusGrpcRequest) GetComments() string
func (*UpdateOnboardingStatusGrpcRequest) GetLoggedInUserId ¶
func (x *UpdateOnboardingStatusGrpcRequest) GetLoggedInUserId() string
func (*UpdateOnboardingStatusGrpcRequest) GetOnboardingStatus ¶
func (x *UpdateOnboardingStatusGrpcRequest) GetOnboardingStatus() OnboardingStatus
func (*UpdateOnboardingStatusGrpcRequest) GetOrganizationId ¶
func (x *UpdateOnboardingStatusGrpcRequest) GetOrganizationId() string
func (*UpdateOnboardingStatusGrpcRequest) GetTenant ¶
func (x *UpdateOnboardingStatusGrpcRequest) GetTenant() string
func (*UpdateOnboardingStatusGrpcRequest) GetUpdatedAt ¶
func (x *UpdateOnboardingStatusGrpcRequest) GetUpdatedAt() *timestamppb.Timestamp
func (*UpdateOnboardingStatusGrpcRequest) ProtoMessage ¶
func (*UpdateOnboardingStatusGrpcRequest) ProtoMessage()
func (*UpdateOnboardingStatusGrpcRequest) ProtoReflect ¶
func (x *UpdateOnboardingStatusGrpcRequest) ProtoReflect() protoreflect.Message
func (*UpdateOnboardingStatusGrpcRequest) Reset ¶
func (x *UpdateOnboardingStatusGrpcRequest) Reset()
func (*UpdateOnboardingStatusGrpcRequest) String ¶
func (x *UpdateOnboardingStatusGrpcRequest) String() string
type UpdateOrganizationOwnerGrpcRequest ¶
type UpdateOrganizationOwnerGrpcRequest struct { Tenant string `protobuf:"bytes,1,opt,name=tenant,proto3" json:"tenant,omitempty"` OrganizationId string `protobuf:"bytes,2,opt,name=organizationId,proto3" json:"organizationId,omitempty"` OwnerUserId string `protobuf:"bytes,3,opt,name=ownerUserId,proto3" json:"ownerUserId,omitempty"` LoggedInUserId string `protobuf:"bytes,4,opt,name=loggedInUserId,proto3" json:"loggedInUserId,omitempty"` // The user who is performing the action AppSource string `protobuf:"bytes,5,opt,name=appSource,proto3" json:"appSource,omitempty"` // contains filtered or unexported fields }
func (*UpdateOrganizationOwnerGrpcRequest) Descriptor
deprecated
func (*UpdateOrganizationOwnerGrpcRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationOwnerGrpcRequest.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationOwnerGrpcRequest) GetAppSource ¶
func (x *UpdateOrganizationOwnerGrpcRequest) GetAppSource() string
func (*UpdateOrganizationOwnerGrpcRequest) GetLoggedInUserId ¶
func (x *UpdateOrganizationOwnerGrpcRequest) GetLoggedInUserId() string
func (*UpdateOrganizationOwnerGrpcRequest) GetOrganizationId ¶
func (x *UpdateOrganizationOwnerGrpcRequest) GetOrganizationId() string
func (*UpdateOrganizationOwnerGrpcRequest) GetOwnerUserId ¶
func (x *UpdateOrganizationOwnerGrpcRequest) GetOwnerUserId() string
func (*UpdateOrganizationOwnerGrpcRequest) GetTenant ¶
func (x *UpdateOrganizationOwnerGrpcRequest) GetTenant() string
func (*UpdateOrganizationOwnerGrpcRequest) ProtoMessage ¶
func (*UpdateOrganizationOwnerGrpcRequest) ProtoMessage()
func (*UpdateOrganizationOwnerGrpcRequest) ProtoReflect ¶
func (x *UpdateOrganizationOwnerGrpcRequest) ProtoReflect() protoreflect.Message
func (*UpdateOrganizationOwnerGrpcRequest) Reset ¶
func (x *UpdateOrganizationOwnerGrpcRequest) Reset()
func (*UpdateOrganizationOwnerGrpcRequest) String ¶
func (x *UpdateOrganizationOwnerGrpcRequest) String() string