frontierv1beta1

package
v0.9.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 30, 2024 License: Apache-2.0 Imports: 32 Imported by: 8

Documentation

Overview

Package frontierv1beta1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package frontierv1beta1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

View Source
const (
	AdminService_ListAllUsers_FullMethodName                     = "/raystack.frontier.v1beta1.AdminService/ListAllUsers"
	AdminService_ListGroups_FullMethodName                       = "/raystack.frontier.v1beta1.AdminService/ListGroups"
	AdminService_ListAllOrganizations_FullMethodName             = "/raystack.frontier.v1beta1.AdminService/ListAllOrganizations"
	AdminService_ListProjects_FullMethodName                     = "/raystack.frontier.v1beta1.AdminService/ListProjects"
	AdminService_ListRelations_FullMethodName                    = "/raystack.frontier.v1beta1.AdminService/ListRelations"
	AdminService_ListResources_FullMethodName                    = "/raystack.frontier.v1beta1.AdminService/ListResources"
	AdminService_CreateRole_FullMethodName                       = "/raystack.frontier.v1beta1.AdminService/CreateRole"
	AdminService_UpdateRole_FullMethodName                       = "/raystack.frontier.v1beta1.AdminService/UpdateRole"
	AdminService_DeleteRole_FullMethodName                       = "/raystack.frontier.v1beta1.AdminService/DeleteRole"
	AdminService_CreatePermission_FullMethodName                 = "/raystack.frontier.v1beta1.AdminService/CreatePermission"
	AdminService_UpdatePermission_FullMethodName                 = "/raystack.frontier.v1beta1.AdminService/UpdatePermission"
	AdminService_DeletePermission_FullMethodName                 = "/raystack.frontier.v1beta1.AdminService/DeletePermission"
	AdminService_ListPreferences_FullMethodName                  = "/raystack.frontier.v1beta1.AdminService/ListPreferences"
	AdminService_CreatePreferences_FullMethodName                = "/raystack.frontier.v1beta1.AdminService/CreatePreferences"
	AdminService_CheckFederatedResourcePermission_FullMethodName = "/raystack.frontier.v1beta1.AdminService/CheckFederatedResourcePermission"
	AdminService_AddPlatformUser_FullMethodName                  = "/raystack.frontier.v1beta1.AdminService/AddPlatformUser"
	AdminService_ListPlatformUsers_FullMethodName                = "/raystack.frontier.v1beta1.AdminService/ListPlatformUsers"
	AdminService_DelegatedCheckout_FullMethodName                = "/raystack.frontier.v1beta1.AdminService/DelegatedCheckout"
	AdminService_ListAllInvoices_FullMethodName                  = "/raystack.frontier.v1beta1.AdminService/ListAllInvoices"
	AdminService_ListAllBillingAccounts_FullMethodName           = "/raystack.frontier.v1beta1.AdminService/ListAllBillingAccounts"
	AdminService_RevertBillingUsage_FullMethodName               = "/raystack.frontier.v1beta1.AdminService/RevertBillingUsage"
)
View Source
const (
	FrontierService_ListUsers_FullMethodName                      = "/raystack.frontier.v1beta1.FrontierService/ListUsers"
	FrontierService_CreateUser_FullMethodName                     = "/raystack.frontier.v1beta1.FrontierService/CreateUser"
	FrontierService_GetUser_FullMethodName                        = "/raystack.frontier.v1beta1.FrontierService/GetUser"
	FrontierService_ListUserGroups_FullMethodName                 = "/raystack.frontier.v1beta1.FrontierService/ListUserGroups"
	FrontierService_ListCurrentUserGroups_FullMethodName          = "/raystack.frontier.v1beta1.FrontierService/ListCurrentUserGroups"
	FrontierService_GetCurrentUser_FullMethodName                 = "/raystack.frontier.v1beta1.FrontierService/GetCurrentUser"
	FrontierService_UpdateUser_FullMethodName                     = "/raystack.frontier.v1beta1.FrontierService/UpdateUser"
	FrontierService_UpdateCurrentUser_FullMethodName              = "/raystack.frontier.v1beta1.FrontierService/UpdateCurrentUser"
	FrontierService_EnableUser_FullMethodName                     = "/raystack.frontier.v1beta1.FrontierService/EnableUser"
	FrontierService_DisableUser_FullMethodName                    = "/raystack.frontier.v1beta1.FrontierService/DisableUser"
	FrontierService_DeleteUser_FullMethodName                     = "/raystack.frontier.v1beta1.FrontierService/DeleteUser"
	FrontierService_ListOrganizationsByUser_FullMethodName        = "/raystack.frontier.v1beta1.FrontierService/ListOrganizationsByUser"
	FrontierService_ListOrganizationsByCurrentUser_FullMethodName = "/raystack.frontier.v1beta1.FrontierService/ListOrganizationsByCurrentUser"
	FrontierService_ListProjectsByUser_FullMethodName             = "/raystack.frontier.v1beta1.FrontierService/ListProjectsByUser"
	FrontierService_ListProjectsByCurrentUser_FullMethodName      = "/raystack.frontier.v1beta1.FrontierService/ListProjectsByCurrentUser"
	FrontierService_ListUserInvitations_FullMethodName            = "/raystack.frontier.v1beta1.FrontierService/ListUserInvitations"
	FrontierService_ListCurrentUserInvitations_FullMethodName     = "/raystack.frontier.v1beta1.FrontierService/ListCurrentUserInvitations"
	FrontierService_ListServiceUsers_FullMethodName               = "/raystack.frontier.v1beta1.FrontierService/ListServiceUsers"
	FrontierService_CreateServiceUser_FullMethodName              = "/raystack.frontier.v1beta1.FrontierService/CreateServiceUser"
	FrontierService_GetServiceUser_FullMethodName                 = "/raystack.frontier.v1beta1.FrontierService/GetServiceUser"
	FrontierService_DeleteServiceUser_FullMethodName              = "/raystack.frontier.v1beta1.FrontierService/DeleteServiceUser"
	FrontierService_CreateServiceUserJWK_FullMethodName           = "/raystack.frontier.v1beta1.FrontierService/CreateServiceUserJWK"
	FrontierService_ListServiceUserJWKs_FullMethodName            = "/raystack.frontier.v1beta1.FrontierService/ListServiceUserJWKs"
	FrontierService_GetServiceUserJWK_FullMethodName              = "/raystack.frontier.v1beta1.FrontierService/GetServiceUserJWK"
	FrontierService_DeleteServiceUserJWK_FullMethodName           = "/raystack.frontier.v1beta1.FrontierService/DeleteServiceUserJWK"
	FrontierService_CreateServiceUserCredential_FullMethodName    = "/raystack.frontier.v1beta1.FrontierService/CreateServiceUserCredential"
	FrontierService_ListServiceUserCredentials_FullMethodName     = "/raystack.frontier.v1beta1.FrontierService/ListServiceUserCredentials"
	FrontierService_DeleteServiceUserCredential_FullMethodName    = "/raystack.frontier.v1beta1.FrontierService/DeleteServiceUserCredential"
	FrontierService_CreateServiceUserToken_FullMethodName         = "/raystack.frontier.v1beta1.FrontierService/CreateServiceUserToken"
	FrontierService_ListServiceUserTokens_FullMethodName          = "/raystack.frontier.v1beta1.FrontierService/ListServiceUserTokens"
	FrontierService_DeleteServiceUserToken_FullMethodName         = "/raystack.frontier.v1beta1.FrontierService/DeleteServiceUserToken"
	FrontierService_ListOrganizationGroups_FullMethodName         = "/raystack.frontier.v1beta1.FrontierService/ListOrganizationGroups"
	FrontierService_CreateGroup_FullMethodName                    = "/raystack.frontier.v1beta1.FrontierService/CreateGroup"
	FrontierService_GetGroup_FullMethodName                       = "/raystack.frontier.v1beta1.FrontierService/GetGroup"
	FrontierService_UpdateGroup_FullMethodName                    = "/raystack.frontier.v1beta1.FrontierService/UpdateGroup"
	FrontierService_ListGroupUsers_FullMethodName                 = "/raystack.frontier.v1beta1.FrontierService/ListGroupUsers"
	FrontierService_AddGroupUsers_FullMethodName                  = "/raystack.frontier.v1beta1.FrontierService/AddGroupUsers"
	FrontierService_RemoveGroupUser_FullMethodName                = "/raystack.frontier.v1beta1.FrontierService/RemoveGroupUser"
	FrontierService_EnableGroup_FullMethodName                    = "/raystack.frontier.v1beta1.FrontierService/EnableGroup"
	FrontierService_DisableGroup_FullMethodName                   = "/raystack.frontier.v1beta1.FrontierService/DisableGroup"
	FrontierService_DeleteGroup_FullMethodName                    = "/raystack.frontier.v1beta1.FrontierService/DeleteGroup"
	FrontierService_ListRoles_FullMethodName                      = "/raystack.frontier.v1beta1.FrontierService/ListRoles"
	FrontierService_ListOrganizationRoles_FullMethodName          = "/raystack.frontier.v1beta1.FrontierService/ListOrganizationRoles"
	FrontierService_CreateOrganizationRole_FullMethodName         = "/raystack.frontier.v1beta1.FrontierService/CreateOrganizationRole"
	FrontierService_GetOrganizationRole_FullMethodName            = "/raystack.frontier.v1beta1.FrontierService/GetOrganizationRole"
	FrontierService_UpdateOrganizationRole_FullMethodName         = "/raystack.frontier.v1beta1.FrontierService/UpdateOrganizationRole"
	FrontierService_DeleteOrganizationRole_FullMethodName         = "/raystack.frontier.v1beta1.FrontierService/DeleteOrganizationRole"
	FrontierService_ListOrganizations_FullMethodName              = "/raystack.frontier.v1beta1.FrontierService/ListOrganizations"
	FrontierService_CreateOrganization_FullMethodName             = "/raystack.frontier.v1beta1.FrontierService/CreateOrganization"
	FrontierService_GetOrganization_FullMethodName                = "/raystack.frontier.v1beta1.FrontierService/GetOrganization"
	FrontierService_UpdateOrganization_FullMethodName             = "/raystack.frontier.v1beta1.FrontierService/UpdateOrganization"
	FrontierService_ListOrganizationProjects_FullMethodName       = "/raystack.frontier.v1beta1.FrontierService/ListOrganizationProjects"
	FrontierService_ListOrganizationAdmins_FullMethodName         = "/raystack.frontier.v1beta1.FrontierService/ListOrganizationAdmins"
	FrontierService_ListOrganizationUsers_FullMethodName          = "/raystack.frontier.v1beta1.FrontierService/ListOrganizationUsers"
	FrontierService_AddOrganizationUsers_FullMethodName           = "/raystack.frontier.v1beta1.FrontierService/AddOrganizationUsers"
	FrontierService_RemoveOrganizationUser_FullMethodName         = "/raystack.frontier.v1beta1.FrontierService/RemoveOrganizationUser"
	FrontierService_ListOrganizationServiceUsers_FullMethodName   = "/raystack.frontier.v1beta1.FrontierService/ListOrganizationServiceUsers"
	FrontierService_ListOrganizationInvitations_FullMethodName    = "/raystack.frontier.v1beta1.FrontierService/ListOrganizationInvitations"
	FrontierService_CreateOrganizationInvitation_FullMethodName   = "/raystack.frontier.v1beta1.FrontierService/CreateOrganizationInvitation"
	FrontierService_GetOrganizationInvitation_FullMethodName      = "/raystack.frontier.v1beta1.FrontierService/GetOrganizationInvitation"
	FrontierService_AcceptOrganizationInvitation_FullMethodName   = "/raystack.frontier.v1beta1.FrontierService/AcceptOrganizationInvitation"
	FrontierService_DeleteOrganizationInvitation_FullMethodName   = "/raystack.frontier.v1beta1.FrontierService/DeleteOrganizationInvitation"
	FrontierService_ListOrganizationDomains_FullMethodName        = "/raystack.frontier.v1beta1.FrontierService/ListOrganizationDomains"
	FrontierService_CreateOrganizationDomain_FullMethodName       = "/raystack.frontier.v1beta1.FrontierService/CreateOrganizationDomain"
	FrontierService_DeleteOrganizationDomain_FullMethodName       = "/raystack.frontier.v1beta1.FrontierService/DeleteOrganizationDomain"
	FrontierService_GetOrganizationDomain_FullMethodName          = "/raystack.frontier.v1beta1.FrontierService/GetOrganizationDomain"
	FrontierService_VerifyOrganizationDomain_FullMethodName       = "/raystack.frontier.v1beta1.FrontierService/VerifyOrganizationDomain"
	FrontierService_JoinOrganization_FullMethodName               = "/raystack.frontier.v1beta1.FrontierService/JoinOrganization"
	FrontierService_EnableOrganization_FullMethodName             = "/raystack.frontier.v1beta1.FrontierService/EnableOrganization"
	FrontierService_DisableOrganization_FullMethodName            = "/raystack.frontier.v1beta1.FrontierService/DisableOrganization"
	FrontierService_DeleteOrganization_FullMethodName             = "/raystack.frontier.v1beta1.FrontierService/DeleteOrganization"
	FrontierService_CreateProject_FullMethodName                  = "/raystack.frontier.v1beta1.FrontierService/CreateProject"
	FrontierService_GetProject_FullMethodName                     = "/raystack.frontier.v1beta1.FrontierService/GetProject"
	FrontierService_UpdateProject_FullMethodName                  = "/raystack.frontier.v1beta1.FrontierService/UpdateProject"
	FrontierService_ListProjectAdmins_FullMethodName              = "/raystack.frontier.v1beta1.FrontierService/ListProjectAdmins"
	FrontierService_ListProjectUsers_FullMethodName               = "/raystack.frontier.v1beta1.FrontierService/ListProjectUsers"
	FrontierService_ListProjectServiceUsers_FullMethodName        = "/raystack.frontier.v1beta1.FrontierService/ListProjectServiceUsers"
	FrontierService_ListProjectGroups_FullMethodName              = "/raystack.frontier.v1beta1.FrontierService/ListProjectGroups"
	FrontierService_EnableProject_FullMethodName                  = "/raystack.frontier.v1beta1.FrontierService/EnableProject"
	FrontierService_DisableProject_FullMethodName                 = "/raystack.frontier.v1beta1.FrontierService/DisableProject"
	FrontierService_DeleteProject_FullMethodName                  = "/raystack.frontier.v1beta1.FrontierService/DeleteProject"
	FrontierService_CreatePolicy_FullMethodName                   = "/raystack.frontier.v1beta1.FrontierService/CreatePolicy"
	FrontierService_GetPolicy_FullMethodName                      = "/raystack.frontier.v1beta1.FrontierService/GetPolicy"
	FrontierService_ListPolicies_FullMethodName                   = "/raystack.frontier.v1beta1.FrontierService/ListPolicies"
	FrontierService_UpdatePolicy_FullMethodName                   = "/raystack.frontier.v1beta1.FrontierService/UpdatePolicy"
	FrontierService_DeletePolicy_FullMethodName                   = "/raystack.frontier.v1beta1.FrontierService/DeletePolicy"
	FrontierService_CreateRelation_FullMethodName                 = "/raystack.frontier.v1beta1.FrontierService/CreateRelation"
	FrontierService_GetRelation_FullMethodName                    = "/raystack.frontier.v1beta1.FrontierService/GetRelation"
	FrontierService_DeleteRelation_FullMethodName                 = "/raystack.frontier.v1beta1.FrontierService/DeleteRelation"
	FrontierService_ListPermissions_FullMethodName                = "/raystack.frontier.v1beta1.FrontierService/ListPermissions"
	FrontierService_GetPermission_FullMethodName                  = "/raystack.frontier.v1beta1.FrontierService/GetPermission"
	FrontierService_ListNamespaces_FullMethodName                 = "/raystack.frontier.v1beta1.FrontierService/ListNamespaces"
	FrontierService_GetNamespace_FullMethodName                   = "/raystack.frontier.v1beta1.FrontierService/GetNamespace"
	FrontierService_ListProjectResources_FullMethodName           = "/raystack.frontier.v1beta1.FrontierService/ListProjectResources"
	FrontierService_CreateProjectResource_FullMethodName          = "/raystack.frontier.v1beta1.FrontierService/CreateProjectResource"
	FrontierService_GetProjectResource_FullMethodName             = "/raystack.frontier.v1beta1.FrontierService/GetProjectResource"
	FrontierService_UpdateProjectResource_FullMethodName          = "/raystack.frontier.v1beta1.FrontierService/UpdateProjectResource"
	FrontierService_DeleteProjectResource_FullMethodName          = "/raystack.frontier.v1beta1.FrontierService/DeleteProjectResource"
	FrontierService_CheckResourcePermission_FullMethodName        = "/raystack.frontier.v1beta1.FrontierService/CheckResourcePermission"
	FrontierService_BatchCheckPermission_FullMethodName           = "/raystack.frontier.v1beta1.FrontierService/BatchCheckPermission"
	FrontierService_GetJWKs_FullMethodName                        = "/raystack.frontier.v1beta1.FrontierService/GetJWKs"
	FrontierService_ListAuthStrategies_FullMethodName             = "/raystack.frontier.v1beta1.FrontierService/ListAuthStrategies"
	FrontierService_Authenticate_FullMethodName                   = "/raystack.frontier.v1beta1.FrontierService/Authenticate"
	FrontierService_AuthCallback_FullMethodName                   = "/raystack.frontier.v1beta1.FrontierService/AuthCallback"
	FrontierService_AuthToken_FullMethodName                      = "/raystack.frontier.v1beta1.FrontierService/AuthToken"
	FrontierService_AuthLogout_FullMethodName                     = "/raystack.frontier.v1beta1.FrontierService/AuthLogout"
	FrontierService_ListMetaSchemas_FullMethodName                = "/raystack.frontier.v1beta1.FrontierService/ListMetaSchemas"
	FrontierService_CreateMetaSchema_FullMethodName               = "/raystack.frontier.v1beta1.FrontierService/CreateMetaSchema"
	FrontierService_GetMetaSchema_FullMethodName                  = "/raystack.frontier.v1beta1.FrontierService/GetMetaSchema"
	FrontierService_UpdateMetaSchema_FullMethodName               = "/raystack.frontier.v1beta1.FrontierService/UpdateMetaSchema"
	FrontierService_DeleteMetaSchema_FullMethodName               = "/raystack.frontier.v1beta1.FrontierService/DeleteMetaSchema"
	FrontierService_ListOrganizationAuditLogs_FullMethodName      = "/raystack.frontier.v1beta1.FrontierService/ListOrganizationAuditLogs"
	FrontierService_CreateOrganizationAuditLogs_FullMethodName    = "/raystack.frontier.v1beta1.FrontierService/CreateOrganizationAuditLogs"
	FrontierService_GetOrganizationAuditLog_FullMethodName        = "/raystack.frontier.v1beta1.FrontierService/GetOrganizationAuditLog"
	FrontierService_DescribePreferences_FullMethodName            = "/raystack.frontier.v1beta1.FrontierService/DescribePreferences"
	FrontierService_CreateOrganizationPreferences_FullMethodName  = "/raystack.frontier.v1beta1.FrontierService/CreateOrganizationPreferences"
	FrontierService_ListOrganizationPreferences_FullMethodName    = "/raystack.frontier.v1beta1.FrontierService/ListOrganizationPreferences"
	FrontierService_CreateProjectPreferences_FullMethodName       = "/raystack.frontier.v1beta1.FrontierService/CreateProjectPreferences"
	FrontierService_ListProjectPreferences_FullMethodName         = "/raystack.frontier.v1beta1.FrontierService/ListProjectPreferences"
	FrontierService_CreateGroupPreferences_FullMethodName         = "/raystack.frontier.v1beta1.FrontierService/CreateGroupPreferences"
	FrontierService_ListGroupPreferences_FullMethodName           = "/raystack.frontier.v1beta1.FrontierService/ListGroupPreferences"
	FrontierService_CreateUserPreferences_FullMethodName          = "/raystack.frontier.v1beta1.FrontierService/CreateUserPreferences"
	FrontierService_ListUserPreferences_FullMethodName            = "/raystack.frontier.v1beta1.FrontierService/ListUserPreferences"
	FrontierService_CreateCurrentUserPreferences_FullMethodName   = "/raystack.frontier.v1beta1.FrontierService/CreateCurrentUserPreferences"
	FrontierService_ListCurrentUserPreferences_FullMethodName     = "/raystack.frontier.v1beta1.FrontierService/ListCurrentUserPreferences"
	FrontierService_CreateBillingAccount_FullMethodName           = "/raystack.frontier.v1beta1.FrontierService/CreateBillingAccount"
	FrontierService_GetBillingAccount_FullMethodName              = "/raystack.frontier.v1beta1.FrontierService/GetBillingAccount"
	FrontierService_UpdateBillingAccount_FullMethodName           = "/raystack.frontier.v1beta1.FrontierService/UpdateBillingAccount"
	FrontierService_ListBillingAccounts_FullMethodName            = "/raystack.frontier.v1beta1.FrontierService/ListBillingAccounts"
	FrontierService_DeleteBillingAccount_FullMethodName           = "/raystack.frontier.v1beta1.FrontierService/DeleteBillingAccount"
	FrontierService_GetBillingBalance_FullMethodName              = "/raystack.frontier.v1beta1.FrontierService/GetBillingBalance"
	FrontierService_HasTrialed_FullMethodName                     = "/raystack.frontier.v1beta1.FrontierService/HasTrialed"
	FrontierService_GetSubscription_FullMethodName                = "/raystack.frontier.v1beta1.FrontierService/GetSubscription"
	FrontierService_CancelSubscription_FullMethodName             = "/raystack.frontier.v1beta1.FrontierService/CancelSubscription"
	FrontierService_ListSubscriptions_FullMethodName              = "/raystack.frontier.v1beta1.FrontierService/ListSubscriptions"
	FrontierService_ChangeSubscription_FullMethodName             = "/raystack.frontier.v1beta1.FrontierService/ChangeSubscription"
	FrontierService_UpdateSubscription_FullMethodName             = "/raystack.frontier.v1beta1.FrontierService/UpdateSubscription"
	FrontierService_CreateProduct_FullMethodName                  = "/raystack.frontier.v1beta1.FrontierService/CreateProduct"
	FrontierService_GetProduct_FullMethodName                     = "/raystack.frontier.v1beta1.FrontierService/GetProduct"
	FrontierService_ListProducts_FullMethodName                   = "/raystack.frontier.v1beta1.FrontierService/ListProducts"
	FrontierService_UpdateProduct_FullMethodName                  = "/raystack.frontier.v1beta1.FrontierService/UpdateProduct"
	FrontierService_CreateFeature_FullMethodName                  = "/raystack.frontier.v1beta1.FrontierService/CreateFeature"
	FrontierService_GetFeature_FullMethodName                     = "/raystack.frontier.v1beta1.FrontierService/GetFeature"
	FrontierService_UpdateFeature_FullMethodName                  = "/raystack.frontier.v1beta1.FrontierService/UpdateFeature"
	FrontierService_ListFeatures_FullMethodName                   = "/raystack.frontier.v1beta1.FrontierService/ListFeatures"
	FrontierService_CreatePlan_FullMethodName                     = "/raystack.frontier.v1beta1.FrontierService/CreatePlan"
	FrontierService_ListPlans_FullMethodName                      = "/raystack.frontier.v1beta1.FrontierService/ListPlans"
	FrontierService_GetPlan_FullMethodName                        = "/raystack.frontier.v1beta1.FrontierService/GetPlan"
	FrontierService_UpdatePlan_FullMethodName                     = "/raystack.frontier.v1beta1.FrontierService/UpdatePlan"
	FrontierService_CreateCheckout_FullMethodName                 = "/raystack.frontier.v1beta1.FrontierService/CreateCheckout"
	FrontierService_ListCheckouts_FullMethodName                  = "/raystack.frontier.v1beta1.FrontierService/ListCheckouts"
	FrontierService_CheckFeatureEntitlement_FullMethodName        = "/raystack.frontier.v1beta1.FrontierService/CheckFeatureEntitlement"
	FrontierService_CreateBillingUsage_FullMethodName             = "/raystack.frontier.v1beta1.FrontierService/CreateBillingUsage"
	FrontierService_ListBillingTransactions_FullMethodName        = "/raystack.frontier.v1beta1.FrontierService/ListBillingTransactions"
	FrontierService_ListInvoices_FullMethodName                   = "/raystack.frontier.v1beta1.FrontierService/ListInvoices"
	FrontierService_GetUpcomingInvoice_FullMethodName             = "/raystack.frontier.v1beta1.FrontierService/GetUpcomingInvoice"
)

Variables

View Source
var AdminService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "raystack.frontier.v1beta1.AdminService",
	HandlerType: (*AdminServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListAllUsers",
			Handler:    _AdminService_ListAllUsers_Handler,
		},
		{
			MethodName: "ListGroups",
			Handler:    _AdminService_ListGroups_Handler,
		},
		{
			MethodName: "ListAllOrganizations",
			Handler:    _AdminService_ListAllOrganizations_Handler,
		},
		{
			MethodName: "ListProjects",
			Handler:    _AdminService_ListProjects_Handler,
		},
		{
			MethodName: "ListRelations",
			Handler:    _AdminService_ListRelations_Handler,
		},
		{
			MethodName: "ListResources",
			Handler:    _AdminService_ListResources_Handler,
		},
		{
			MethodName: "CreateRole",
			Handler:    _AdminService_CreateRole_Handler,
		},
		{
			MethodName: "UpdateRole",
			Handler:    _AdminService_UpdateRole_Handler,
		},
		{
			MethodName: "DeleteRole",
			Handler:    _AdminService_DeleteRole_Handler,
		},
		{
			MethodName: "CreatePermission",
			Handler:    _AdminService_CreatePermission_Handler,
		},
		{
			MethodName: "UpdatePermission",
			Handler:    _AdminService_UpdatePermission_Handler,
		},
		{
			MethodName: "DeletePermission",
			Handler:    _AdminService_DeletePermission_Handler,
		},
		{
			MethodName: "ListPreferences",
			Handler:    _AdminService_ListPreferences_Handler,
		},
		{
			MethodName: "CreatePreferences",
			Handler:    _AdminService_CreatePreferences_Handler,
		},
		{
			MethodName: "CheckFederatedResourcePermission",
			Handler:    _AdminService_CheckFederatedResourcePermission_Handler,
		},
		{
			MethodName: "AddPlatformUser",
			Handler:    _AdminService_AddPlatformUser_Handler,
		},
		{
			MethodName: "ListPlatformUsers",
			Handler:    _AdminService_ListPlatformUsers_Handler,
		},
		{
			MethodName: "DelegatedCheckout",
			Handler:    _AdminService_DelegatedCheckout_Handler,
		},
		{
			MethodName: "ListAllInvoices",
			Handler:    _AdminService_ListAllInvoices_Handler,
		},
		{
			MethodName: "ListAllBillingAccounts",
			Handler:    _AdminService_ListAllBillingAccounts_Handler,
		},
		{
			MethodName: "RevertBillingUsage",
			Handler:    _AdminService_RevertBillingUsage_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "raystack/frontier/v1beta1/admin.proto",
}

AdminService_ServiceDesc is the grpc.ServiceDesc for AdminService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var File_raystack_frontier_v1beta1_admin_proto protoreflect.FileDescriptor
View Source
var File_raystack_frontier_v1beta1_frontier_proto protoreflect.FileDescriptor
View Source
var File_raystack_frontier_v1beta1_models_proto protoreflect.FileDescriptor
View Source
var FrontierService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "raystack.frontier.v1beta1.FrontierService",
	HandlerType: (*FrontierServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListUsers",
			Handler:    _FrontierService_ListUsers_Handler,
		},
		{
			MethodName: "CreateUser",
			Handler:    _FrontierService_CreateUser_Handler,
		},
		{
			MethodName: "GetUser",
			Handler:    _FrontierService_GetUser_Handler,
		},
		{
			MethodName: "ListUserGroups",
			Handler:    _FrontierService_ListUserGroups_Handler,
		},
		{
			MethodName: "ListCurrentUserGroups",
			Handler:    _FrontierService_ListCurrentUserGroups_Handler,
		},
		{
			MethodName: "GetCurrentUser",
			Handler:    _FrontierService_GetCurrentUser_Handler,
		},
		{
			MethodName: "UpdateUser",
			Handler:    _FrontierService_UpdateUser_Handler,
		},
		{
			MethodName: "UpdateCurrentUser",
			Handler:    _FrontierService_UpdateCurrentUser_Handler,
		},
		{
			MethodName: "EnableUser",
			Handler:    _FrontierService_EnableUser_Handler,
		},
		{
			MethodName: "DisableUser",
			Handler:    _FrontierService_DisableUser_Handler,
		},
		{
			MethodName: "DeleteUser",
			Handler:    _FrontierService_DeleteUser_Handler,
		},
		{
			MethodName: "ListOrganizationsByUser",
			Handler:    _FrontierService_ListOrganizationsByUser_Handler,
		},
		{
			MethodName: "ListOrganizationsByCurrentUser",
			Handler:    _FrontierService_ListOrganizationsByCurrentUser_Handler,
		},
		{
			MethodName: "ListProjectsByUser",
			Handler:    _FrontierService_ListProjectsByUser_Handler,
		},
		{
			MethodName: "ListProjectsByCurrentUser",
			Handler:    _FrontierService_ListProjectsByCurrentUser_Handler,
		},
		{
			MethodName: "ListUserInvitations",
			Handler:    _FrontierService_ListUserInvitations_Handler,
		},
		{
			MethodName: "ListCurrentUserInvitations",
			Handler:    _FrontierService_ListCurrentUserInvitations_Handler,
		},
		{
			MethodName: "ListServiceUsers",
			Handler:    _FrontierService_ListServiceUsers_Handler,
		},
		{
			MethodName: "CreateServiceUser",
			Handler:    _FrontierService_CreateServiceUser_Handler,
		},
		{
			MethodName: "GetServiceUser",
			Handler:    _FrontierService_GetServiceUser_Handler,
		},
		{
			MethodName: "DeleteServiceUser",
			Handler:    _FrontierService_DeleteServiceUser_Handler,
		},
		{
			MethodName: "CreateServiceUserJWK",
			Handler:    _FrontierService_CreateServiceUserJWK_Handler,
		},
		{
			MethodName: "ListServiceUserJWKs",
			Handler:    _FrontierService_ListServiceUserJWKs_Handler,
		},
		{
			MethodName: "GetServiceUserJWK",
			Handler:    _FrontierService_GetServiceUserJWK_Handler,
		},
		{
			MethodName: "DeleteServiceUserJWK",
			Handler:    _FrontierService_DeleteServiceUserJWK_Handler,
		},
		{
			MethodName: "CreateServiceUserCredential",
			Handler:    _FrontierService_CreateServiceUserCredential_Handler,
		},
		{
			MethodName: "ListServiceUserCredentials",
			Handler:    _FrontierService_ListServiceUserCredentials_Handler,
		},
		{
			MethodName: "DeleteServiceUserCredential",
			Handler:    _FrontierService_DeleteServiceUserCredential_Handler,
		},
		{
			MethodName: "CreateServiceUserToken",
			Handler:    _FrontierService_CreateServiceUserToken_Handler,
		},
		{
			MethodName: "ListServiceUserTokens",
			Handler:    _FrontierService_ListServiceUserTokens_Handler,
		},
		{
			MethodName: "DeleteServiceUserToken",
			Handler:    _FrontierService_DeleteServiceUserToken_Handler,
		},
		{
			MethodName: "ListOrganizationGroups",
			Handler:    _FrontierService_ListOrganizationGroups_Handler,
		},
		{
			MethodName: "CreateGroup",
			Handler:    _FrontierService_CreateGroup_Handler,
		},
		{
			MethodName: "GetGroup",
			Handler:    _FrontierService_GetGroup_Handler,
		},
		{
			MethodName: "UpdateGroup",
			Handler:    _FrontierService_UpdateGroup_Handler,
		},
		{
			MethodName: "ListGroupUsers",
			Handler:    _FrontierService_ListGroupUsers_Handler,
		},
		{
			MethodName: "AddGroupUsers",
			Handler:    _FrontierService_AddGroupUsers_Handler,
		},
		{
			MethodName: "RemoveGroupUser",
			Handler:    _FrontierService_RemoveGroupUser_Handler,
		},
		{
			MethodName: "EnableGroup",
			Handler:    _FrontierService_EnableGroup_Handler,
		},
		{
			MethodName: "DisableGroup",
			Handler:    _FrontierService_DisableGroup_Handler,
		},
		{
			MethodName: "DeleteGroup",
			Handler:    _FrontierService_DeleteGroup_Handler,
		},
		{
			MethodName: "ListRoles",
			Handler:    _FrontierService_ListRoles_Handler,
		},
		{
			MethodName: "ListOrganizationRoles",
			Handler:    _FrontierService_ListOrganizationRoles_Handler,
		},
		{
			MethodName: "CreateOrganizationRole",
			Handler:    _FrontierService_CreateOrganizationRole_Handler,
		},
		{
			MethodName: "GetOrganizationRole",
			Handler:    _FrontierService_GetOrganizationRole_Handler,
		},
		{
			MethodName: "UpdateOrganizationRole",
			Handler:    _FrontierService_UpdateOrganizationRole_Handler,
		},
		{
			MethodName: "DeleteOrganizationRole",
			Handler:    _FrontierService_DeleteOrganizationRole_Handler,
		},
		{
			MethodName: "ListOrganizations",
			Handler:    _FrontierService_ListOrganizations_Handler,
		},
		{
			MethodName: "CreateOrganization",
			Handler:    _FrontierService_CreateOrganization_Handler,
		},
		{
			MethodName: "GetOrganization",
			Handler:    _FrontierService_GetOrganization_Handler,
		},
		{
			MethodName: "UpdateOrganization",
			Handler:    _FrontierService_UpdateOrganization_Handler,
		},
		{
			MethodName: "ListOrganizationProjects",
			Handler:    _FrontierService_ListOrganizationProjects_Handler,
		},
		{
			MethodName: "ListOrganizationAdmins",
			Handler:    _FrontierService_ListOrganizationAdmins_Handler,
		},
		{
			MethodName: "ListOrganizationUsers",
			Handler:    _FrontierService_ListOrganizationUsers_Handler,
		},
		{
			MethodName: "AddOrganizationUsers",
			Handler:    _FrontierService_AddOrganizationUsers_Handler,
		},
		{
			MethodName: "RemoveOrganizationUser",
			Handler:    _FrontierService_RemoveOrganizationUser_Handler,
		},
		{
			MethodName: "ListOrganizationServiceUsers",
			Handler:    _FrontierService_ListOrganizationServiceUsers_Handler,
		},
		{
			MethodName: "ListOrganizationInvitations",
			Handler:    _FrontierService_ListOrganizationInvitations_Handler,
		},
		{
			MethodName: "CreateOrganizationInvitation",
			Handler:    _FrontierService_CreateOrganizationInvitation_Handler,
		},
		{
			MethodName: "GetOrganizationInvitation",
			Handler:    _FrontierService_GetOrganizationInvitation_Handler,
		},
		{
			MethodName: "AcceptOrganizationInvitation",
			Handler:    _FrontierService_AcceptOrganizationInvitation_Handler,
		},
		{
			MethodName: "DeleteOrganizationInvitation",
			Handler:    _FrontierService_DeleteOrganizationInvitation_Handler,
		},
		{
			MethodName: "ListOrganizationDomains",
			Handler:    _FrontierService_ListOrganizationDomains_Handler,
		},
		{
			MethodName: "CreateOrganizationDomain",
			Handler:    _FrontierService_CreateOrganizationDomain_Handler,
		},
		{
			MethodName: "DeleteOrganizationDomain",
			Handler:    _FrontierService_DeleteOrganizationDomain_Handler,
		},
		{
			MethodName: "GetOrganizationDomain",
			Handler:    _FrontierService_GetOrganizationDomain_Handler,
		},
		{
			MethodName: "VerifyOrganizationDomain",
			Handler:    _FrontierService_VerifyOrganizationDomain_Handler,
		},
		{
			MethodName: "JoinOrganization",
			Handler:    _FrontierService_JoinOrganization_Handler,
		},
		{
			MethodName: "EnableOrganization",
			Handler:    _FrontierService_EnableOrganization_Handler,
		},
		{
			MethodName: "DisableOrganization",
			Handler:    _FrontierService_DisableOrganization_Handler,
		},
		{
			MethodName: "DeleteOrganization",
			Handler:    _FrontierService_DeleteOrganization_Handler,
		},
		{
			MethodName: "CreateProject",
			Handler:    _FrontierService_CreateProject_Handler,
		},
		{
			MethodName: "GetProject",
			Handler:    _FrontierService_GetProject_Handler,
		},
		{
			MethodName: "UpdateProject",
			Handler:    _FrontierService_UpdateProject_Handler,
		},
		{
			MethodName: "ListProjectAdmins",
			Handler:    _FrontierService_ListProjectAdmins_Handler,
		},
		{
			MethodName: "ListProjectUsers",
			Handler:    _FrontierService_ListProjectUsers_Handler,
		},
		{
			MethodName: "ListProjectServiceUsers",
			Handler:    _FrontierService_ListProjectServiceUsers_Handler,
		},
		{
			MethodName: "ListProjectGroups",
			Handler:    _FrontierService_ListProjectGroups_Handler,
		},
		{
			MethodName: "EnableProject",
			Handler:    _FrontierService_EnableProject_Handler,
		},
		{
			MethodName: "DisableProject",
			Handler:    _FrontierService_DisableProject_Handler,
		},
		{
			MethodName: "DeleteProject",
			Handler:    _FrontierService_DeleteProject_Handler,
		},
		{
			MethodName: "CreatePolicy",
			Handler:    _FrontierService_CreatePolicy_Handler,
		},
		{
			MethodName: "GetPolicy",
			Handler:    _FrontierService_GetPolicy_Handler,
		},
		{
			MethodName: "ListPolicies",
			Handler:    _FrontierService_ListPolicies_Handler,
		},
		{
			MethodName: "UpdatePolicy",
			Handler:    _FrontierService_UpdatePolicy_Handler,
		},
		{
			MethodName: "DeletePolicy",
			Handler:    _FrontierService_DeletePolicy_Handler,
		},
		{
			MethodName: "CreateRelation",
			Handler:    _FrontierService_CreateRelation_Handler,
		},
		{
			MethodName: "GetRelation",
			Handler:    _FrontierService_GetRelation_Handler,
		},
		{
			MethodName: "DeleteRelation",
			Handler:    _FrontierService_DeleteRelation_Handler,
		},
		{
			MethodName: "ListPermissions",
			Handler:    _FrontierService_ListPermissions_Handler,
		},
		{
			MethodName: "GetPermission",
			Handler:    _FrontierService_GetPermission_Handler,
		},
		{
			MethodName: "ListNamespaces",
			Handler:    _FrontierService_ListNamespaces_Handler,
		},
		{
			MethodName: "GetNamespace",
			Handler:    _FrontierService_GetNamespace_Handler,
		},
		{
			MethodName: "ListProjectResources",
			Handler:    _FrontierService_ListProjectResources_Handler,
		},
		{
			MethodName: "CreateProjectResource",
			Handler:    _FrontierService_CreateProjectResource_Handler,
		},
		{
			MethodName: "GetProjectResource",
			Handler:    _FrontierService_GetProjectResource_Handler,
		},
		{
			MethodName: "UpdateProjectResource",
			Handler:    _FrontierService_UpdateProjectResource_Handler,
		},
		{
			MethodName: "DeleteProjectResource",
			Handler:    _FrontierService_DeleteProjectResource_Handler,
		},
		{
			MethodName: "CheckResourcePermission",
			Handler:    _FrontierService_CheckResourcePermission_Handler,
		},
		{
			MethodName: "BatchCheckPermission",
			Handler:    _FrontierService_BatchCheckPermission_Handler,
		},
		{
			MethodName: "GetJWKs",
			Handler:    _FrontierService_GetJWKs_Handler,
		},
		{
			MethodName: "ListAuthStrategies",
			Handler:    _FrontierService_ListAuthStrategies_Handler,
		},
		{
			MethodName: "Authenticate",
			Handler:    _FrontierService_Authenticate_Handler,
		},
		{
			MethodName: "AuthCallback",
			Handler:    _FrontierService_AuthCallback_Handler,
		},
		{
			MethodName: "AuthToken",
			Handler:    _FrontierService_AuthToken_Handler,
		},
		{
			MethodName: "AuthLogout",
			Handler:    _FrontierService_AuthLogout_Handler,
		},
		{
			MethodName: "ListMetaSchemas",
			Handler:    _FrontierService_ListMetaSchemas_Handler,
		},
		{
			MethodName: "CreateMetaSchema",
			Handler:    _FrontierService_CreateMetaSchema_Handler,
		},
		{
			MethodName: "GetMetaSchema",
			Handler:    _FrontierService_GetMetaSchema_Handler,
		},
		{
			MethodName: "UpdateMetaSchema",
			Handler:    _FrontierService_UpdateMetaSchema_Handler,
		},
		{
			MethodName: "DeleteMetaSchema",
			Handler:    _FrontierService_DeleteMetaSchema_Handler,
		},
		{
			MethodName: "ListOrganizationAuditLogs",
			Handler:    _FrontierService_ListOrganizationAuditLogs_Handler,
		},
		{
			MethodName: "CreateOrganizationAuditLogs",
			Handler:    _FrontierService_CreateOrganizationAuditLogs_Handler,
		},
		{
			MethodName: "GetOrganizationAuditLog",
			Handler:    _FrontierService_GetOrganizationAuditLog_Handler,
		},
		{
			MethodName: "DescribePreferences",
			Handler:    _FrontierService_DescribePreferences_Handler,
		},
		{
			MethodName: "CreateOrganizationPreferences",
			Handler:    _FrontierService_CreateOrganizationPreferences_Handler,
		},
		{
			MethodName: "ListOrganizationPreferences",
			Handler:    _FrontierService_ListOrganizationPreferences_Handler,
		},
		{
			MethodName: "CreateProjectPreferences",
			Handler:    _FrontierService_CreateProjectPreferences_Handler,
		},
		{
			MethodName: "ListProjectPreferences",
			Handler:    _FrontierService_ListProjectPreferences_Handler,
		},
		{
			MethodName: "CreateGroupPreferences",
			Handler:    _FrontierService_CreateGroupPreferences_Handler,
		},
		{
			MethodName: "ListGroupPreferences",
			Handler:    _FrontierService_ListGroupPreferences_Handler,
		},
		{
			MethodName: "CreateUserPreferences",
			Handler:    _FrontierService_CreateUserPreferences_Handler,
		},
		{
			MethodName: "ListUserPreferences",
			Handler:    _FrontierService_ListUserPreferences_Handler,
		},
		{
			MethodName: "CreateCurrentUserPreferences",
			Handler:    _FrontierService_CreateCurrentUserPreferences_Handler,
		},
		{
			MethodName: "ListCurrentUserPreferences",
			Handler:    _FrontierService_ListCurrentUserPreferences_Handler,
		},
		{
			MethodName: "CreateBillingAccount",
			Handler:    _FrontierService_CreateBillingAccount_Handler,
		},
		{
			MethodName: "GetBillingAccount",
			Handler:    _FrontierService_GetBillingAccount_Handler,
		},
		{
			MethodName: "UpdateBillingAccount",
			Handler:    _FrontierService_UpdateBillingAccount_Handler,
		},
		{
			MethodName: "ListBillingAccounts",
			Handler:    _FrontierService_ListBillingAccounts_Handler,
		},
		{
			MethodName: "DeleteBillingAccount",
			Handler:    _FrontierService_DeleteBillingAccount_Handler,
		},
		{
			MethodName: "GetBillingBalance",
			Handler:    _FrontierService_GetBillingBalance_Handler,
		},
		{
			MethodName: "HasTrialed",
			Handler:    _FrontierService_HasTrialed_Handler,
		},
		{
			MethodName: "GetSubscription",
			Handler:    _FrontierService_GetSubscription_Handler,
		},
		{
			MethodName: "CancelSubscription",
			Handler:    _FrontierService_CancelSubscription_Handler,
		},
		{
			MethodName: "ListSubscriptions",
			Handler:    _FrontierService_ListSubscriptions_Handler,
		},
		{
			MethodName: "ChangeSubscription",
			Handler:    _FrontierService_ChangeSubscription_Handler,
		},
		{
			MethodName: "UpdateSubscription",
			Handler:    _FrontierService_UpdateSubscription_Handler,
		},
		{
			MethodName: "CreateProduct",
			Handler:    _FrontierService_CreateProduct_Handler,
		},
		{
			MethodName: "GetProduct",
			Handler:    _FrontierService_GetProduct_Handler,
		},
		{
			MethodName: "ListProducts",
			Handler:    _FrontierService_ListProducts_Handler,
		},
		{
			MethodName: "UpdateProduct",
			Handler:    _FrontierService_UpdateProduct_Handler,
		},
		{
			MethodName: "CreateFeature",
			Handler:    _FrontierService_CreateFeature_Handler,
		},
		{
			MethodName: "GetFeature",
			Handler:    _FrontierService_GetFeature_Handler,
		},
		{
			MethodName: "UpdateFeature",
			Handler:    _FrontierService_UpdateFeature_Handler,
		},
		{
			MethodName: "ListFeatures",
			Handler:    _FrontierService_ListFeatures_Handler,
		},
		{
			MethodName: "CreatePlan",
			Handler:    _FrontierService_CreatePlan_Handler,
		},
		{
			MethodName: "ListPlans",
			Handler:    _FrontierService_ListPlans_Handler,
		},
		{
			MethodName: "GetPlan",
			Handler:    _FrontierService_GetPlan_Handler,
		},
		{
			MethodName: "UpdatePlan",
			Handler:    _FrontierService_UpdatePlan_Handler,
		},
		{
			MethodName: "CreateCheckout",
			Handler:    _FrontierService_CreateCheckout_Handler,
		},
		{
			MethodName: "ListCheckouts",
			Handler:    _FrontierService_ListCheckouts_Handler,
		},
		{
			MethodName: "CheckFeatureEntitlement",
			Handler:    _FrontierService_CheckFeatureEntitlement_Handler,
		},
		{
			MethodName: "CreateBillingUsage",
			Handler:    _FrontierService_CreateBillingUsage_Handler,
		},
		{
			MethodName: "ListBillingTransactions",
			Handler:    _FrontierService_ListBillingTransactions_Handler,
		},
		{
			MethodName: "ListInvoices",
			Handler:    _FrontierService_ListInvoices_Handler,
		},
		{
			MethodName: "GetUpcomingInvoice",
			Handler:    _FrontierService_GetUpcomingInvoice_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "raystack/frontier/v1beta1/frontier.proto",
}

FrontierService_ServiceDesc is the grpc.ServiceDesc for FrontierService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterAdminServiceHandler

func RegisterAdminServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterAdminServiceHandler registers the http handlers for service AdminService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterAdminServiceHandlerClient

func RegisterAdminServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AdminServiceClient) error

RegisterAdminServiceHandlerClient registers the http handlers for service AdminService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "AdminServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "AdminServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "AdminServiceClient" to call the correct interceptors.

func RegisterAdminServiceHandlerFromEndpoint

func RegisterAdminServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterAdminServiceHandlerFromEndpoint is same as RegisterAdminServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterAdminServiceHandlerServer

func RegisterAdminServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server AdminServiceServer) error

RegisterAdminServiceHandlerServer registers the http handlers for service AdminService to "mux". UnaryRPC :call AdminServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterAdminServiceHandlerFromEndpoint instead.

func RegisterAdminServiceServer

func RegisterAdminServiceServer(s grpc.ServiceRegistrar, srv AdminServiceServer)

func RegisterFrontierServiceHandler

func RegisterFrontierServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error

RegisterFrontierServiceHandler registers the http handlers for service FrontierService to "mux". The handlers forward requests to the grpc endpoint over "conn".

func RegisterFrontierServiceHandlerClient

func RegisterFrontierServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client FrontierServiceClient) error

RegisterFrontierServiceHandlerClient registers the http handlers for service FrontierService to "mux". The handlers forward requests to the grpc endpoint over the given implementation of "FrontierServiceClient". Note: the gRPC framework executes interceptors within the gRPC handler. If the passed in "FrontierServiceClient" doesn't go through the normal gRPC flow (creating a gRPC client etc.) then it will be up to the passed in "FrontierServiceClient" to call the correct interceptors.

func RegisterFrontierServiceHandlerFromEndpoint

func RegisterFrontierServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, opts []grpc.DialOption) (err error)

RegisterFrontierServiceHandlerFromEndpoint is same as RegisterFrontierServiceHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.

func RegisterFrontierServiceHandlerServer

func RegisterFrontierServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server FrontierServiceServer) error

RegisterFrontierServiceHandlerServer registers the http handlers for service FrontierService to "mux". UnaryRPC :call FrontierServiceServer directly. StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. Note that using this registration option will cause many gRPC library features to stop working. Consider using RegisterFrontierServiceHandlerFromEndpoint instead.

func RegisterFrontierServiceServer

func RegisterFrontierServiceServer(s grpc.ServiceRegistrar, srv FrontierServiceServer)

Types

type AcceptOrganizationInvitationRequest

type AcceptOrganizationInvitationRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*AcceptOrganizationInvitationRequest) Descriptor deprecated

func (*AcceptOrganizationInvitationRequest) Descriptor() ([]byte, []int)

Deprecated: Use AcceptOrganizationInvitationRequest.ProtoReflect.Descriptor instead.

func (*AcceptOrganizationInvitationRequest) GetId

func (*AcceptOrganizationInvitationRequest) GetOrgId

func (*AcceptOrganizationInvitationRequest) ProtoMessage

func (*AcceptOrganizationInvitationRequest) ProtoMessage()

func (*AcceptOrganizationInvitationRequest) ProtoReflect

func (*AcceptOrganizationInvitationRequest) Reset

func (*AcceptOrganizationInvitationRequest) String

func (*AcceptOrganizationInvitationRequest) Validate

Validate checks the field values on AcceptOrganizationInvitationRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AcceptOrganizationInvitationRequest) ValidateAll

func (m *AcceptOrganizationInvitationRequest) ValidateAll() error

ValidateAll checks the field values on AcceptOrganizationInvitationRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AcceptOrganizationInvitationRequestMultiError, or nil if none found.

type AcceptOrganizationInvitationRequestMultiError

type AcceptOrganizationInvitationRequestMultiError []error

AcceptOrganizationInvitationRequestMultiError is an error wrapping multiple validation errors returned by AcceptOrganizationInvitationRequest.ValidateAll() if the designated constraints aren't met.

func (AcceptOrganizationInvitationRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AcceptOrganizationInvitationRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AcceptOrganizationInvitationRequestValidationError

type AcceptOrganizationInvitationRequestValidationError struct {
	// contains filtered or unexported fields
}

AcceptOrganizationInvitationRequestValidationError is the validation error returned by AcceptOrganizationInvitationRequest.Validate if the designated constraints aren't met.

func (AcceptOrganizationInvitationRequestValidationError) Cause

Cause function returns cause value.

func (AcceptOrganizationInvitationRequestValidationError) Error

Error satisfies the builtin error interface

func (AcceptOrganizationInvitationRequestValidationError) ErrorName

ErrorName returns error name.

func (AcceptOrganizationInvitationRequestValidationError) Field

Field function returns field value.

func (AcceptOrganizationInvitationRequestValidationError) Key

Key function returns key value.

func (AcceptOrganizationInvitationRequestValidationError) Reason

Reason function returns reason value.

type AcceptOrganizationInvitationResponse

type AcceptOrganizationInvitationResponse struct {
	// contains filtered or unexported fields
}

func (*AcceptOrganizationInvitationResponse) Descriptor deprecated

func (*AcceptOrganizationInvitationResponse) Descriptor() ([]byte, []int)

Deprecated: Use AcceptOrganizationInvitationResponse.ProtoReflect.Descriptor instead.

func (*AcceptOrganizationInvitationResponse) ProtoMessage

func (*AcceptOrganizationInvitationResponse) ProtoMessage()

func (*AcceptOrganizationInvitationResponse) ProtoReflect

func (*AcceptOrganizationInvitationResponse) Reset

func (*AcceptOrganizationInvitationResponse) String

func (*AcceptOrganizationInvitationResponse) Validate

Validate checks the field values on AcceptOrganizationInvitationResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AcceptOrganizationInvitationResponse) ValidateAll

ValidateAll checks the field values on AcceptOrganizationInvitationResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AcceptOrganizationInvitationResponseMultiError, or nil if none found.

type AcceptOrganizationInvitationResponseMultiError

type AcceptOrganizationInvitationResponseMultiError []error

AcceptOrganizationInvitationResponseMultiError is an error wrapping multiple validation errors returned by AcceptOrganizationInvitationResponse.ValidateAll() if the designated constraints aren't met.

func (AcceptOrganizationInvitationResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AcceptOrganizationInvitationResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AcceptOrganizationInvitationResponseValidationError

type AcceptOrganizationInvitationResponseValidationError struct {
	// contains filtered or unexported fields
}

AcceptOrganizationInvitationResponseValidationError is the validation error returned by AcceptOrganizationInvitationResponse.Validate if the designated constraints aren't met.

func (AcceptOrganizationInvitationResponseValidationError) Cause

Cause function returns cause value.

func (AcceptOrganizationInvitationResponseValidationError) Error

Error satisfies the builtin error interface

func (AcceptOrganizationInvitationResponseValidationError) ErrorName

ErrorName returns error name.

func (AcceptOrganizationInvitationResponseValidationError) Field

Field function returns field value.

func (AcceptOrganizationInvitationResponseValidationError) Key

Key function returns key value.

func (AcceptOrganizationInvitationResponseValidationError) Reason

Reason function returns reason value.

type AddGroupUsersRequest

type AddGroupUsersRequest struct {
	Id      string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId   string   `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	UserIds []string `protobuf:"bytes,3,rep,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*AddGroupUsersRequest) Descriptor deprecated

func (*AddGroupUsersRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddGroupUsersRequest.ProtoReflect.Descriptor instead.

func (*AddGroupUsersRequest) GetId

func (x *AddGroupUsersRequest) GetId() string

func (*AddGroupUsersRequest) GetOrgId

func (x *AddGroupUsersRequest) GetOrgId() string

func (*AddGroupUsersRequest) GetUserIds

func (x *AddGroupUsersRequest) GetUserIds() []string

func (*AddGroupUsersRequest) ProtoMessage

func (*AddGroupUsersRequest) ProtoMessage()

func (*AddGroupUsersRequest) ProtoReflect

func (x *AddGroupUsersRequest) ProtoReflect() protoreflect.Message

func (*AddGroupUsersRequest) Reset

func (x *AddGroupUsersRequest) Reset()

func (*AddGroupUsersRequest) String

func (x *AddGroupUsersRequest) String() string

func (*AddGroupUsersRequest) Validate

func (m *AddGroupUsersRequest) Validate() error

Validate checks the field values on AddGroupUsersRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AddGroupUsersRequest) ValidateAll

func (m *AddGroupUsersRequest) ValidateAll() error

ValidateAll checks the field values on AddGroupUsersRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AddGroupUsersRequestMultiError, or nil if none found.

type AddGroupUsersRequestMultiError

type AddGroupUsersRequestMultiError []error

AddGroupUsersRequestMultiError is an error wrapping multiple validation errors returned by AddGroupUsersRequest.ValidateAll() if the designated constraints aren't met.

func (AddGroupUsersRequestMultiError) AllErrors

func (m AddGroupUsersRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddGroupUsersRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AddGroupUsersRequestValidationError

type AddGroupUsersRequestValidationError struct {
	// contains filtered or unexported fields
}

AddGroupUsersRequestValidationError is the validation error returned by AddGroupUsersRequest.Validate if the designated constraints aren't met.

func (AddGroupUsersRequestValidationError) Cause

Cause function returns cause value.

func (AddGroupUsersRequestValidationError) Error

Error satisfies the builtin error interface

func (AddGroupUsersRequestValidationError) ErrorName

ErrorName returns error name.

func (AddGroupUsersRequestValidationError) Field

Field function returns field value.

func (AddGroupUsersRequestValidationError) Key

Key function returns key value.

func (AddGroupUsersRequestValidationError) Reason

Reason function returns reason value.

type AddGroupUsersResponse

type AddGroupUsersResponse struct {
	// contains filtered or unexported fields
}

func (*AddGroupUsersResponse) Descriptor deprecated

func (*AddGroupUsersResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddGroupUsersResponse.ProtoReflect.Descriptor instead.

func (*AddGroupUsersResponse) ProtoMessage

func (*AddGroupUsersResponse) ProtoMessage()

func (*AddGroupUsersResponse) ProtoReflect

func (x *AddGroupUsersResponse) ProtoReflect() protoreflect.Message

func (*AddGroupUsersResponse) Reset

func (x *AddGroupUsersResponse) Reset()

func (*AddGroupUsersResponse) String

func (x *AddGroupUsersResponse) String() string

func (*AddGroupUsersResponse) Validate

func (m *AddGroupUsersResponse) Validate() error

Validate checks the field values on AddGroupUsersResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AddGroupUsersResponse) ValidateAll

func (m *AddGroupUsersResponse) ValidateAll() error

ValidateAll checks the field values on AddGroupUsersResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AddGroupUsersResponseMultiError, or nil if none found.

type AddGroupUsersResponseMultiError

type AddGroupUsersResponseMultiError []error

AddGroupUsersResponseMultiError is an error wrapping multiple validation errors returned by AddGroupUsersResponse.ValidateAll() if the designated constraints aren't met.

func (AddGroupUsersResponseMultiError) AllErrors

func (m AddGroupUsersResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddGroupUsersResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AddGroupUsersResponseValidationError

type AddGroupUsersResponseValidationError struct {
	// contains filtered or unexported fields
}

AddGroupUsersResponseValidationError is the validation error returned by AddGroupUsersResponse.Validate if the designated constraints aren't met.

func (AddGroupUsersResponseValidationError) Cause

Cause function returns cause value.

func (AddGroupUsersResponseValidationError) Error

Error satisfies the builtin error interface

func (AddGroupUsersResponseValidationError) ErrorName

ErrorName returns error name.

func (AddGroupUsersResponseValidationError) Field

Field function returns field value.

func (AddGroupUsersResponseValidationError) Key

Key function returns key value.

func (AddGroupUsersResponseValidationError) Reason

Reason function returns reason value.

type AddOrganizationUsersRequest

type AddOrganizationUsersRequest struct {
	Id      string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	UserIds []string `protobuf:"bytes,2,rep,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*AddOrganizationUsersRequest) Descriptor deprecated

func (*AddOrganizationUsersRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddOrganizationUsersRequest.ProtoReflect.Descriptor instead.

func (*AddOrganizationUsersRequest) GetId

func (*AddOrganizationUsersRequest) GetUserIds

func (x *AddOrganizationUsersRequest) GetUserIds() []string

func (*AddOrganizationUsersRequest) ProtoMessage

func (*AddOrganizationUsersRequest) ProtoMessage()

func (*AddOrganizationUsersRequest) ProtoReflect

func (*AddOrganizationUsersRequest) Reset

func (x *AddOrganizationUsersRequest) Reset()

func (*AddOrganizationUsersRequest) String

func (x *AddOrganizationUsersRequest) String() string

func (*AddOrganizationUsersRequest) Validate

func (m *AddOrganizationUsersRequest) Validate() error

Validate checks the field values on AddOrganizationUsersRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AddOrganizationUsersRequest) ValidateAll

func (m *AddOrganizationUsersRequest) ValidateAll() error

ValidateAll checks the field values on AddOrganizationUsersRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AddOrganizationUsersRequestMultiError, or nil if none found.

type AddOrganizationUsersRequestMultiError

type AddOrganizationUsersRequestMultiError []error

AddOrganizationUsersRequestMultiError is an error wrapping multiple validation errors returned by AddOrganizationUsersRequest.ValidateAll() if the designated constraints aren't met.

func (AddOrganizationUsersRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AddOrganizationUsersRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AddOrganizationUsersRequestValidationError

type AddOrganizationUsersRequestValidationError struct {
	// contains filtered or unexported fields
}

AddOrganizationUsersRequestValidationError is the validation error returned by AddOrganizationUsersRequest.Validate if the designated constraints aren't met.

func (AddOrganizationUsersRequestValidationError) Cause

Cause function returns cause value.

func (AddOrganizationUsersRequestValidationError) Error

Error satisfies the builtin error interface

func (AddOrganizationUsersRequestValidationError) ErrorName

ErrorName returns error name.

func (AddOrganizationUsersRequestValidationError) Field

Field function returns field value.

func (AddOrganizationUsersRequestValidationError) Key

Key function returns key value.

func (AddOrganizationUsersRequestValidationError) Reason

Reason function returns reason value.

type AddOrganizationUsersResponse

type AddOrganizationUsersResponse struct {
	// contains filtered or unexported fields
}

func (*AddOrganizationUsersResponse) Descriptor deprecated

func (*AddOrganizationUsersResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddOrganizationUsersResponse.ProtoReflect.Descriptor instead.

func (*AddOrganizationUsersResponse) ProtoMessage

func (*AddOrganizationUsersResponse) ProtoMessage()

func (*AddOrganizationUsersResponse) ProtoReflect

func (*AddOrganizationUsersResponse) Reset

func (x *AddOrganizationUsersResponse) Reset()

func (*AddOrganizationUsersResponse) String

func (*AddOrganizationUsersResponse) Validate

func (m *AddOrganizationUsersResponse) Validate() error

Validate checks the field values on AddOrganizationUsersResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AddOrganizationUsersResponse) ValidateAll

func (m *AddOrganizationUsersResponse) ValidateAll() error

ValidateAll checks the field values on AddOrganizationUsersResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AddOrganizationUsersResponseMultiError, or nil if none found.

type AddOrganizationUsersResponseMultiError

type AddOrganizationUsersResponseMultiError []error

AddOrganizationUsersResponseMultiError is an error wrapping multiple validation errors returned by AddOrganizationUsersResponse.ValidateAll() if the designated constraints aren't met.

func (AddOrganizationUsersResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (AddOrganizationUsersResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AddOrganizationUsersResponseValidationError

type AddOrganizationUsersResponseValidationError struct {
	// contains filtered or unexported fields
}

AddOrganizationUsersResponseValidationError is the validation error returned by AddOrganizationUsersResponse.Validate if the designated constraints aren't met.

func (AddOrganizationUsersResponseValidationError) Cause

Cause function returns cause value.

func (AddOrganizationUsersResponseValidationError) Error

Error satisfies the builtin error interface

func (AddOrganizationUsersResponseValidationError) ErrorName

ErrorName returns error name.

func (AddOrganizationUsersResponseValidationError) Field

Field function returns field value.

func (AddOrganizationUsersResponseValidationError) Key

Key function returns key value.

func (AddOrganizationUsersResponseValidationError) Reason

Reason function returns reason value.

type AddPlatformUserRequest added in v0.8.0

type AddPlatformUserRequest struct {
	UserId        string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	ServiceuserId string `protobuf:"bytes,2,opt,name=serviceuser_id,json=serviceuserId,proto3" json:"serviceuser_id,omitempty"`
	Relation      string `protobuf:"bytes,3,opt,name=relation,proto3" json:"relation,omitempty"`
	// contains filtered or unexported fields
}

func (*AddPlatformUserRequest) Descriptor deprecated added in v0.8.0

func (*AddPlatformUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use AddPlatformUserRequest.ProtoReflect.Descriptor instead.

func (*AddPlatformUserRequest) GetRelation added in v0.8.0

func (x *AddPlatformUserRequest) GetRelation() string

func (*AddPlatformUserRequest) GetServiceuserId added in v0.8.0

func (x *AddPlatformUserRequest) GetServiceuserId() string

func (*AddPlatformUserRequest) GetUserId added in v0.8.0

func (x *AddPlatformUserRequest) GetUserId() string

func (*AddPlatformUserRequest) ProtoMessage added in v0.8.0

func (*AddPlatformUserRequest) ProtoMessage()

func (*AddPlatformUserRequest) ProtoReflect added in v0.8.0

func (x *AddPlatformUserRequest) ProtoReflect() protoreflect.Message

func (*AddPlatformUserRequest) Reset added in v0.8.0

func (x *AddPlatformUserRequest) Reset()

func (*AddPlatformUserRequest) String added in v0.8.0

func (x *AddPlatformUserRequest) String() string

func (*AddPlatformUserRequest) Validate added in v0.8.0

func (m *AddPlatformUserRequest) Validate() error

Validate checks the field values on AddPlatformUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AddPlatformUserRequest) ValidateAll added in v0.8.0

func (m *AddPlatformUserRequest) ValidateAll() error

ValidateAll checks the field values on AddPlatformUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AddPlatformUserRequestMultiError, or nil if none found.

type AddPlatformUserRequestMultiError added in v0.8.0

type AddPlatformUserRequestMultiError []error

AddPlatformUserRequestMultiError is an error wrapping multiple validation errors returned by AddPlatformUserRequest.ValidateAll() if the designated constraints aren't met.

func (AddPlatformUserRequestMultiError) AllErrors added in v0.8.0

func (m AddPlatformUserRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddPlatformUserRequestMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type AddPlatformUserRequestValidationError added in v0.8.0

type AddPlatformUserRequestValidationError struct {
	// contains filtered or unexported fields
}

AddPlatformUserRequestValidationError is the validation error returned by AddPlatformUserRequest.Validate if the designated constraints aren't met.

func (AddPlatformUserRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (AddPlatformUserRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (AddPlatformUserRequestValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (AddPlatformUserRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (AddPlatformUserRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (AddPlatformUserRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type AddPlatformUserResponse added in v0.8.0

type AddPlatformUserResponse struct {
	// contains filtered or unexported fields
}

func (*AddPlatformUserResponse) Descriptor deprecated added in v0.8.0

func (*AddPlatformUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use AddPlatformUserResponse.ProtoReflect.Descriptor instead.

func (*AddPlatformUserResponse) ProtoMessage added in v0.8.0

func (*AddPlatformUserResponse) ProtoMessage()

func (*AddPlatformUserResponse) ProtoReflect added in v0.8.0

func (x *AddPlatformUserResponse) ProtoReflect() protoreflect.Message

func (*AddPlatformUserResponse) Reset added in v0.8.0

func (x *AddPlatformUserResponse) Reset()

func (*AddPlatformUserResponse) String added in v0.8.0

func (x *AddPlatformUserResponse) String() string

func (*AddPlatformUserResponse) Validate added in v0.8.0

func (m *AddPlatformUserResponse) Validate() error

Validate checks the field values on AddPlatformUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AddPlatformUserResponse) ValidateAll added in v0.8.0

func (m *AddPlatformUserResponse) ValidateAll() error

ValidateAll checks the field values on AddPlatformUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AddPlatformUserResponseMultiError, or nil if none found.

type AddPlatformUserResponseMultiError added in v0.8.0

type AddPlatformUserResponseMultiError []error

AddPlatformUserResponseMultiError is an error wrapping multiple validation errors returned by AddPlatformUserResponse.ValidateAll() if the designated constraints aren't met.

func (AddPlatformUserResponseMultiError) AllErrors added in v0.8.0

func (m AddPlatformUserResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AddPlatformUserResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type AddPlatformUserResponseValidationError added in v0.8.0

type AddPlatformUserResponseValidationError struct {
	// contains filtered or unexported fields
}

AddPlatformUserResponseValidationError is the validation error returned by AddPlatformUserResponse.Validate if the designated constraints aren't met.

func (AddPlatformUserResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (AddPlatformUserResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (AddPlatformUserResponseValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (AddPlatformUserResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (AddPlatformUserResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (AddPlatformUserResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type AdminServiceClient

type AdminServiceClient interface {
	// Users
	ListAllUsers(ctx context.Context, in *ListAllUsersRequest, opts ...grpc.CallOption) (*ListAllUsersResponse, error)
	// Group
	ListGroups(ctx context.Context, in *ListGroupsRequest, opts ...grpc.CallOption) (*ListGroupsResponse, error)
	// Organizations
	ListAllOrganizations(ctx context.Context, in *ListAllOrganizationsRequest, opts ...grpc.CallOption) (*ListAllOrganizationsResponse, error)
	// Projects
	ListProjects(ctx context.Context, in *ListProjectsRequest, opts ...grpc.CallOption) (*ListProjectsResponse, error)
	// Relations
	ListRelations(ctx context.Context, in *ListRelationsRequest, opts ...grpc.CallOption) (*ListRelationsResponse, error)
	// Resources
	ListResources(ctx context.Context, in *ListResourcesRequest, opts ...grpc.CallOption) (*ListResourcesResponse, error)
	// Roles
	CreateRole(ctx context.Context, in *CreateRoleRequest, opts ...grpc.CallOption) (*CreateRoleResponse, error)
	UpdateRole(ctx context.Context, in *UpdateRoleRequest, opts ...grpc.CallOption) (*UpdateRoleResponse, error)
	DeleteRole(ctx context.Context, in *DeleteRoleRequest, opts ...grpc.CallOption) (*DeleteRoleResponse, error)
	// Permissions
	CreatePermission(ctx context.Context, in *CreatePermissionRequest, opts ...grpc.CallOption) (*CreatePermissionResponse, error)
	UpdatePermission(ctx context.Context, in *UpdatePermissionRequest, opts ...grpc.CallOption) (*UpdatePermissionResponse, error)
	DeletePermission(ctx context.Context, in *DeletePermissionRequest, opts ...grpc.CallOption) (*DeletePermissionResponse, error)
	// Preferences
	ListPreferences(ctx context.Context, in *ListPreferencesRequest, opts ...grpc.CallOption) (*ListPreferencesResponse, error)
	CreatePreferences(ctx context.Context, in *CreatePreferencesRequest, opts ...grpc.CallOption) (*CreatePreferencesResponse, error)
	// Check
	CheckFederatedResourcePermission(ctx context.Context, in *CheckFederatedResourcePermissionRequest, opts ...grpc.CallOption) (*CheckFederatedResourcePermissionResponse, error)
	// Platform
	AddPlatformUser(ctx context.Context, in *AddPlatformUserRequest, opts ...grpc.CallOption) (*AddPlatformUserResponse, error)
	ListPlatformUsers(ctx context.Context, in *ListPlatformUsersRequest, opts ...grpc.CallOption) (*ListPlatformUsersResponse, error)
	// Checkout
	DelegatedCheckout(ctx context.Context, in *DelegatedCheckoutRequest, opts ...grpc.CallOption) (*DelegatedCheckoutResponse, error)
	ListAllInvoices(ctx context.Context, in *ListAllInvoicesRequest, opts ...grpc.CallOption) (*ListAllInvoicesResponse, error)
	ListAllBillingAccounts(ctx context.Context, in *ListAllBillingAccountsRequest, opts ...grpc.CallOption) (*ListAllBillingAccountsResponse, error)
	// Usage
	RevertBillingUsage(ctx context.Context, in *RevertBillingUsageRequest, opts ...grpc.CallOption) (*RevertBillingUsageResponse, error)
}

AdminServiceClient is the client API for AdminService 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.

type AdminServiceServer

type AdminServiceServer interface {
	// Users
	ListAllUsers(context.Context, *ListAllUsersRequest) (*ListAllUsersResponse, error)
	// Group
	ListGroups(context.Context, *ListGroupsRequest) (*ListGroupsResponse, error)
	// Organizations
	ListAllOrganizations(context.Context, *ListAllOrganizationsRequest) (*ListAllOrganizationsResponse, error)
	// Projects
	ListProjects(context.Context, *ListProjectsRequest) (*ListProjectsResponse, error)
	// Relations
	ListRelations(context.Context, *ListRelationsRequest) (*ListRelationsResponse, error)
	// Resources
	ListResources(context.Context, *ListResourcesRequest) (*ListResourcesResponse, error)
	// Roles
	CreateRole(context.Context, *CreateRoleRequest) (*CreateRoleResponse, error)
	UpdateRole(context.Context, *UpdateRoleRequest) (*UpdateRoleResponse, error)
	DeleteRole(context.Context, *DeleteRoleRequest) (*DeleteRoleResponse, error)
	// Permissions
	CreatePermission(context.Context, *CreatePermissionRequest) (*CreatePermissionResponse, error)
	UpdatePermission(context.Context, *UpdatePermissionRequest) (*UpdatePermissionResponse, error)
	DeletePermission(context.Context, *DeletePermissionRequest) (*DeletePermissionResponse, error)
	// Preferences
	ListPreferences(context.Context, *ListPreferencesRequest) (*ListPreferencesResponse, error)
	CreatePreferences(context.Context, *CreatePreferencesRequest) (*CreatePreferencesResponse, error)
	// Check
	CheckFederatedResourcePermission(context.Context, *CheckFederatedResourcePermissionRequest) (*CheckFederatedResourcePermissionResponse, error)
	// Platform
	AddPlatformUser(context.Context, *AddPlatformUserRequest) (*AddPlatformUserResponse, error)
	ListPlatformUsers(context.Context, *ListPlatformUsersRequest) (*ListPlatformUsersResponse, error)
	// Checkout
	DelegatedCheckout(context.Context, *DelegatedCheckoutRequest) (*DelegatedCheckoutResponse, error)
	ListAllInvoices(context.Context, *ListAllInvoicesRequest) (*ListAllInvoicesResponse, error)
	ListAllBillingAccounts(context.Context, *ListAllBillingAccountsRequest) (*ListAllBillingAccountsResponse, error)
	// Usage
	RevertBillingUsage(context.Context, *RevertBillingUsageRequest) (*RevertBillingUsageResponse, error)
	// contains filtered or unexported methods
}

AdminServiceServer is the server API for AdminService service. All implementations must embed UnimplementedAdminServiceServer for forward compatibility

type AuditLog

type AuditLog struct {

	// A unique identifier of the audit log if not supplied will be autogenerated
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Source service generating the event
	Source string `protobuf:"bytes,2,opt,name=source,proto3" json:"source,omitempty"`
	// Action performed, e.g. project.create, user.update, serviceuser.delete
	Action string `protobuf:"bytes,3,opt,name=action,proto3" json:"action,omitempty"`
	// Actor performing the action
	Actor *AuditLogActor `protobuf:"bytes,4,opt,name=actor,proto3" json:"actor,omitempty"`
	// Target of the action
	Target *AuditLogTarget `protobuf:"bytes,5,opt,name=target,proto3" json:"target,omitempty"`
	// Context contains additional information about the event
	Context   map[string]string      `` /* 155-byte string literal not displayed */
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,20,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*AuditLog) Descriptor deprecated

func (*AuditLog) Descriptor() ([]byte, []int)

Deprecated: Use AuditLog.ProtoReflect.Descriptor instead.

func (*AuditLog) GetAction

func (x *AuditLog) GetAction() string

func (*AuditLog) GetActor

func (x *AuditLog) GetActor() *AuditLogActor

func (*AuditLog) GetContext

func (x *AuditLog) GetContext() map[string]string

func (*AuditLog) GetCreatedAt

func (x *AuditLog) GetCreatedAt() *timestamppb.Timestamp

func (*AuditLog) GetId

func (x *AuditLog) GetId() string

func (*AuditLog) GetSource

func (x *AuditLog) GetSource() string

func (*AuditLog) GetTarget

func (x *AuditLog) GetTarget() *AuditLogTarget

func (*AuditLog) ProtoMessage

func (*AuditLog) ProtoMessage()

func (*AuditLog) ProtoReflect

func (x *AuditLog) ProtoReflect() protoreflect.Message

func (*AuditLog) Reset

func (x *AuditLog) Reset()

func (*AuditLog) String

func (x *AuditLog) String() string

func (*AuditLog) Validate

func (m *AuditLog) Validate() error

Validate checks the field values on AuditLog with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AuditLog) ValidateAll

func (m *AuditLog) ValidateAll() error

ValidateAll checks the field values on AuditLog with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuditLogMultiError, or nil if none found.

type AuditLogActor

type AuditLogActor struct {
	Id   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*AuditLogActor) Descriptor deprecated

func (*AuditLogActor) Descriptor() ([]byte, []int)

Deprecated: Use AuditLogActor.ProtoReflect.Descriptor instead.

func (*AuditLogActor) GetId

func (x *AuditLogActor) GetId() string

func (*AuditLogActor) GetName

func (x *AuditLogActor) GetName() string

func (*AuditLogActor) GetType

func (x *AuditLogActor) GetType() string

func (*AuditLogActor) ProtoMessage

func (*AuditLogActor) ProtoMessage()

func (*AuditLogActor) ProtoReflect

func (x *AuditLogActor) ProtoReflect() protoreflect.Message

func (*AuditLogActor) Reset

func (x *AuditLogActor) Reset()

func (*AuditLogActor) String

func (x *AuditLogActor) String() string

func (*AuditLogActor) Validate

func (m *AuditLogActor) Validate() error

Validate checks the field values on AuditLogActor with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AuditLogActor) ValidateAll

func (m *AuditLogActor) ValidateAll() error

ValidateAll checks the field values on AuditLogActor with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuditLogActorMultiError, or nil if none found.

type AuditLogActorMultiError

type AuditLogActorMultiError []error

AuditLogActorMultiError is an error wrapping multiple validation errors returned by AuditLogActor.ValidateAll() if the designated constraints aren't met.

func (AuditLogActorMultiError) AllErrors

func (m AuditLogActorMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AuditLogActorMultiError) Error

func (m AuditLogActorMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AuditLogActorValidationError

type AuditLogActorValidationError struct {
	// contains filtered or unexported fields
}

AuditLogActorValidationError is the validation error returned by AuditLogActor.Validate if the designated constraints aren't met.

func (AuditLogActorValidationError) Cause

Cause function returns cause value.

func (AuditLogActorValidationError) Error

Error satisfies the builtin error interface

func (AuditLogActorValidationError) ErrorName

func (e AuditLogActorValidationError) ErrorName() string

ErrorName returns error name.

func (AuditLogActorValidationError) Field

Field function returns field value.

func (AuditLogActorValidationError) Key

Key function returns key value.

func (AuditLogActorValidationError) Reason

Reason function returns reason value.

type AuditLogMultiError

type AuditLogMultiError []error

AuditLogMultiError is an error wrapping multiple validation errors returned by AuditLog.ValidateAll() if the designated constraints aren't met.

func (AuditLogMultiError) AllErrors

func (m AuditLogMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AuditLogMultiError) Error

func (m AuditLogMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AuditLogTarget

type AuditLogTarget struct {
	Id   string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*AuditLogTarget) Descriptor deprecated

func (*AuditLogTarget) Descriptor() ([]byte, []int)

Deprecated: Use AuditLogTarget.ProtoReflect.Descriptor instead.

func (*AuditLogTarget) GetId

func (x *AuditLogTarget) GetId() string

func (*AuditLogTarget) GetName

func (x *AuditLogTarget) GetName() string

func (*AuditLogTarget) GetType

func (x *AuditLogTarget) GetType() string

func (*AuditLogTarget) ProtoMessage

func (*AuditLogTarget) ProtoMessage()

func (*AuditLogTarget) ProtoReflect

func (x *AuditLogTarget) ProtoReflect() protoreflect.Message

func (*AuditLogTarget) Reset

func (x *AuditLogTarget) Reset()

func (*AuditLogTarget) String

func (x *AuditLogTarget) String() string

func (*AuditLogTarget) Validate

func (m *AuditLogTarget) Validate() error

Validate checks the field values on AuditLogTarget with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AuditLogTarget) ValidateAll

func (m *AuditLogTarget) ValidateAll() error

ValidateAll checks the field values on AuditLogTarget with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuditLogTargetMultiError, or nil if none found.

type AuditLogTargetMultiError

type AuditLogTargetMultiError []error

AuditLogTargetMultiError is an error wrapping multiple validation errors returned by AuditLogTarget.ValidateAll() if the designated constraints aren't met.

func (AuditLogTargetMultiError) AllErrors

func (m AuditLogTargetMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AuditLogTargetMultiError) Error

func (m AuditLogTargetMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AuditLogTargetValidationError

type AuditLogTargetValidationError struct {
	// contains filtered or unexported fields
}

AuditLogTargetValidationError is the validation error returned by AuditLogTarget.Validate if the designated constraints aren't met.

func (AuditLogTargetValidationError) Cause

Cause function returns cause value.

func (AuditLogTargetValidationError) Error

Error satisfies the builtin error interface

func (AuditLogTargetValidationError) ErrorName

func (e AuditLogTargetValidationError) ErrorName() string

ErrorName returns error name.

func (AuditLogTargetValidationError) Field

Field function returns field value.

func (AuditLogTargetValidationError) Key

Key function returns key value.

func (AuditLogTargetValidationError) Reason

Reason function returns reason value.

type AuditLogValidationError

type AuditLogValidationError struct {
	// contains filtered or unexported fields
}

AuditLogValidationError is the validation error returned by AuditLog.Validate if the designated constraints aren't met.

func (AuditLogValidationError) Cause

func (e AuditLogValidationError) Cause() error

Cause function returns cause value.

func (AuditLogValidationError) Error

func (e AuditLogValidationError) Error() string

Error satisfies the builtin error interface

func (AuditLogValidationError) ErrorName

func (e AuditLogValidationError) ErrorName() string

ErrorName returns error name.

func (AuditLogValidationError) Field

func (e AuditLogValidationError) Field() string

Field function returns field value.

func (AuditLogValidationError) Key

func (e AuditLogValidationError) Key() bool

Key function returns key value.

func (AuditLogValidationError) Reason

func (e AuditLogValidationError) Reason() string

Reason function returns reason value.

type AuthCallbackRequest

type AuthCallbackRequest struct {

	// strategy_name will not be set for oidc but can be utilized for methods like email magic links
	StrategyName string `protobuf:"bytes,1,opt,name=strategy_name,json=strategyName,proto3" json:"strategy_name,omitempty"`
	// for oidc & magic links
	State string `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	Code  string `protobuf:"bytes,3,opt,name=code,proto3" json:"code,omitempty"`
	// state_options has additional configurations for the authentication flow at hand
	// for example, in case of passkey, it has challenge and public key
	StateOptions *structpb.Struct `protobuf:"bytes,4,opt,name=state_options,json=stateOptions,proto3" json:"state_options,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthCallbackRequest) Descriptor deprecated

func (*AuthCallbackRequest) Descriptor() ([]byte, []int)

Deprecated: Use AuthCallbackRequest.ProtoReflect.Descriptor instead.

func (*AuthCallbackRequest) GetCode

func (x *AuthCallbackRequest) GetCode() string

func (*AuthCallbackRequest) GetState

func (x *AuthCallbackRequest) GetState() string

func (*AuthCallbackRequest) GetStateOptions added in v0.7.14

func (x *AuthCallbackRequest) GetStateOptions() *structpb.Struct

func (*AuthCallbackRequest) GetStrategyName

func (x *AuthCallbackRequest) GetStrategyName() string

func (*AuthCallbackRequest) ProtoMessage

func (*AuthCallbackRequest) ProtoMessage()

func (*AuthCallbackRequest) ProtoReflect

func (x *AuthCallbackRequest) ProtoReflect() protoreflect.Message

func (*AuthCallbackRequest) Reset

func (x *AuthCallbackRequest) Reset()

func (*AuthCallbackRequest) String

func (x *AuthCallbackRequest) String() string

func (*AuthCallbackRequest) Validate

func (m *AuthCallbackRequest) Validate() error

Validate checks the field values on AuthCallbackRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AuthCallbackRequest) ValidateAll

func (m *AuthCallbackRequest) ValidateAll() error

ValidateAll checks the field values on AuthCallbackRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuthCallbackRequestMultiError, or nil if none found.

type AuthCallbackRequestMultiError

type AuthCallbackRequestMultiError []error

AuthCallbackRequestMultiError is an error wrapping multiple validation errors returned by AuthCallbackRequest.ValidateAll() if the designated constraints aren't met.

func (AuthCallbackRequestMultiError) AllErrors

func (m AuthCallbackRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AuthCallbackRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AuthCallbackRequestValidationError

type AuthCallbackRequestValidationError struct {
	// contains filtered or unexported fields
}

AuthCallbackRequestValidationError is the validation error returned by AuthCallbackRequest.Validate if the designated constraints aren't met.

func (AuthCallbackRequestValidationError) Cause

Cause function returns cause value.

func (AuthCallbackRequestValidationError) Error

Error satisfies the builtin error interface

func (AuthCallbackRequestValidationError) ErrorName

ErrorName returns error name.

func (AuthCallbackRequestValidationError) Field

Field function returns field value.

func (AuthCallbackRequestValidationError) Key

Key function returns key value.

func (AuthCallbackRequestValidationError) Reason

Reason function returns reason value.

type AuthCallbackResponse

type AuthCallbackResponse struct {
	// contains filtered or unexported fields
}

func (*AuthCallbackResponse) Descriptor deprecated

func (*AuthCallbackResponse) Descriptor() ([]byte, []int)

Deprecated: Use AuthCallbackResponse.ProtoReflect.Descriptor instead.

func (*AuthCallbackResponse) ProtoMessage

func (*AuthCallbackResponse) ProtoMessage()

func (*AuthCallbackResponse) ProtoReflect

func (x *AuthCallbackResponse) ProtoReflect() protoreflect.Message

func (*AuthCallbackResponse) Reset

func (x *AuthCallbackResponse) Reset()

func (*AuthCallbackResponse) String

func (x *AuthCallbackResponse) String() string

func (*AuthCallbackResponse) Validate

func (m *AuthCallbackResponse) Validate() error

Validate checks the field values on AuthCallbackResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AuthCallbackResponse) ValidateAll

func (m *AuthCallbackResponse) ValidateAll() error

ValidateAll checks the field values on AuthCallbackResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuthCallbackResponseMultiError, or nil if none found.

type AuthCallbackResponseMultiError

type AuthCallbackResponseMultiError []error

AuthCallbackResponseMultiError is an error wrapping multiple validation errors returned by AuthCallbackResponse.ValidateAll() if the designated constraints aren't met.

func (AuthCallbackResponseMultiError) AllErrors

func (m AuthCallbackResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AuthCallbackResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AuthCallbackResponseValidationError

type AuthCallbackResponseValidationError struct {
	// contains filtered or unexported fields
}

AuthCallbackResponseValidationError is the validation error returned by AuthCallbackResponse.Validate if the designated constraints aren't met.

func (AuthCallbackResponseValidationError) Cause

Cause function returns cause value.

func (AuthCallbackResponseValidationError) Error

Error satisfies the builtin error interface

func (AuthCallbackResponseValidationError) ErrorName

ErrorName returns error name.

func (AuthCallbackResponseValidationError) Field

Field function returns field value.

func (AuthCallbackResponseValidationError) Key

Key function returns key value.

func (AuthCallbackResponseValidationError) Reason

Reason function returns reason value.

type AuthLogoutRequest

type AuthLogoutRequest struct {
	// contains filtered or unexported fields
}

func (*AuthLogoutRequest) Descriptor deprecated

func (*AuthLogoutRequest) Descriptor() ([]byte, []int)

Deprecated: Use AuthLogoutRequest.ProtoReflect.Descriptor instead.

func (*AuthLogoutRequest) ProtoMessage

func (*AuthLogoutRequest) ProtoMessage()

func (*AuthLogoutRequest) ProtoReflect

func (x *AuthLogoutRequest) ProtoReflect() protoreflect.Message

func (*AuthLogoutRequest) Reset

func (x *AuthLogoutRequest) Reset()

func (*AuthLogoutRequest) String

func (x *AuthLogoutRequest) String() string

func (*AuthLogoutRequest) Validate

func (m *AuthLogoutRequest) Validate() error

Validate checks the field values on AuthLogoutRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AuthLogoutRequest) ValidateAll

func (m *AuthLogoutRequest) ValidateAll() error

ValidateAll checks the field values on AuthLogoutRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuthLogoutRequestMultiError, or nil if none found.

type AuthLogoutRequestMultiError

type AuthLogoutRequestMultiError []error

AuthLogoutRequestMultiError is an error wrapping multiple validation errors returned by AuthLogoutRequest.ValidateAll() if the designated constraints aren't met.

func (AuthLogoutRequestMultiError) AllErrors

func (m AuthLogoutRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AuthLogoutRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AuthLogoutRequestValidationError

type AuthLogoutRequestValidationError struct {
	// contains filtered or unexported fields
}

AuthLogoutRequestValidationError is the validation error returned by AuthLogoutRequest.Validate if the designated constraints aren't met.

func (AuthLogoutRequestValidationError) Cause

Cause function returns cause value.

func (AuthLogoutRequestValidationError) Error

Error satisfies the builtin error interface

func (AuthLogoutRequestValidationError) ErrorName

ErrorName returns error name.

func (AuthLogoutRequestValidationError) Field

Field function returns field value.

func (AuthLogoutRequestValidationError) Key

Key function returns key value.

func (AuthLogoutRequestValidationError) Reason

Reason function returns reason value.

type AuthLogoutResponse

type AuthLogoutResponse struct {
	// contains filtered or unexported fields
}

func (*AuthLogoutResponse) Descriptor deprecated

func (*AuthLogoutResponse) Descriptor() ([]byte, []int)

Deprecated: Use AuthLogoutResponse.ProtoReflect.Descriptor instead.

func (*AuthLogoutResponse) ProtoMessage

func (*AuthLogoutResponse) ProtoMessage()

func (*AuthLogoutResponse) ProtoReflect

func (x *AuthLogoutResponse) ProtoReflect() protoreflect.Message

func (*AuthLogoutResponse) Reset

func (x *AuthLogoutResponse) Reset()

func (*AuthLogoutResponse) String

func (x *AuthLogoutResponse) String() string

func (*AuthLogoutResponse) Validate

func (m *AuthLogoutResponse) Validate() error

Validate checks the field values on AuthLogoutResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AuthLogoutResponse) ValidateAll

func (m *AuthLogoutResponse) ValidateAll() error

ValidateAll checks the field values on AuthLogoutResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuthLogoutResponseMultiError, or nil if none found.

type AuthLogoutResponseMultiError

type AuthLogoutResponseMultiError []error

AuthLogoutResponseMultiError is an error wrapping multiple validation errors returned by AuthLogoutResponse.ValidateAll() if the designated constraints aren't met.

func (AuthLogoutResponseMultiError) AllErrors

func (m AuthLogoutResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AuthLogoutResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AuthLogoutResponseValidationError

type AuthLogoutResponseValidationError struct {
	// contains filtered or unexported fields
}

AuthLogoutResponseValidationError is the validation error returned by AuthLogoutResponse.Validate if the designated constraints aren't met.

func (AuthLogoutResponseValidationError) Cause

Cause function returns cause value.

func (AuthLogoutResponseValidationError) Error

Error satisfies the builtin error interface

func (AuthLogoutResponseValidationError) ErrorName

ErrorName returns error name.

func (AuthLogoutResponseValidationError) Field

Field function returns field value.

func (AuthLogoutResponseValidationError) Key

Key function returns key value.

func (AuthLogoutResponseValidationError) Reason

Reason function returns reason value.

type AuthStrategy

type AuthStrategy struct {
	Name   string           `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Params *structpb.Struct `protobuf:"bytes,2,opt,name=params,proto3" json:"params,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthStrategy) Descriptor deprecated

func (*AuthStrategy) Descriptor() ([]byte, []int)

Deprecated: Use AuthStrategy.ProtoReflect.Descriptor instead.

func (*AuthStrategy) GetName

func (x *AuthStrategy) GetName() string

func (*AuthStrategy) GetParams

func (x *AuthStrategy) GetParams() *structpb.Struct

func (*AuthStrategy) ProtoMessage

func (*AuthStrategy) ProtoMessage()

func (*AuthStrategy) ProtoReflect

func (x *AuthStrategy) ProtoReflect() protoreflect.Message

func (*AuthStrategy) Reset

func (x *AuthStrategy) Reset()

func (*AuthStrategy) String

func (x *AuthStrategy) String() string

func (*AuthStrategy) Validate

func (m *AuthStrategy) Validate() error

Validate checks the field values on AuthStrategy with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AuthStrategy) ValidateAll

func (m *AuthStrategy) ValidateAll() error

ValidateAll checks the field values on AuthStrategy with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuthStrategyMultiError, or nil if none found.

type AuthStrategyMultiError

type AuthStrategyMultiError []error

AuthStrategyMultiError is an error wrapping multiple validation errors returned by AuthStrategy.ValidateAll() if the designated constraints aren't met.

func (AuthStrategyMultiError) AllErrors

func (m AuthStrategyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AuthStrategyMultiError) Error

func (m AuthStrategyMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type AuthStrategyValidationError

type AuthStrategyValidationError struct {
	// contains filtered or unexported fields
}

AuthStrategyValidationError is the validation error returned by AuthStrategy.Validate if the designated constraints aren't met.

func (AuthStrategyValidationError) Cause

Cause function returns cause value.

func (AuthStrategyValidationError) Error

Error satisfies the builtin error interface

func (AuthStrategyValidationError) ErrorName

func (e AuthStrategyValidationError) ErrorName() string

ErrorName returns error name.

func (AuthStrategyValidationError) Field

Field function returns field value.

func (AuthStrategyValidationError) Key

Key function returns key value.

func (AuthStrategyValidationError) Reason

Reason function returns reason value.

type AuthTokenRequest

type AuthTokenRequest struct {

	// grant_type can be one of the following:
	// - client_credentials
	// - urn:ietf:params:oauth:grant-type:jwt-bearer
	GrantType string `protobuf:"bytes,1,opt,name=grant_type,json=grantType,proto3" json:"grant_type,omitempty"`
	// client_id and client_secret are required for grant_type client_credentials
	ClientId     string `protobuf:"bytes,2,opt,name=client_id,json=clientId,proto3" json:"client_id,omitempty"`
	ClientSecret string `protobuf:"bytes,3,opt,name=client_secret,json=clientSecret,proto3" json:"client_secret,omitempty"`
	// assertion is required for grant_type urn:ietf:params:oauth:grant-type:jwt-bearer
	Assertion string `protobuf:"bytes,4,opt,name=assertion,proto3" json:"assertion,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthTokenRequest) Descriptor deprecated

func (*AuthTokenRequest) Descriptor() ([]byte, []int)

Deprecated: Use AuthTokenRequest.ProtoReflect.Descriptor instead.

func (*AuthTokenRequest) GetAssertion

func (x *AuthTokenRequest) GetAssertion() string

func (*AuthTokenRequest) GetClientId

func (x *AuthTokenRequest) GetClientId() string

func (*AuthTokenRequest) GetClientSecret

func (x *AuthTokenRequest) GetClientSecret() string

func (*AuthTokenRequest) GetGrantType

func (x *AuthTokenRequest) GetGrantType() string

func (*AuthTokenRequest) ProtoMessage

func (*AuthTokenRequest) ProtoMessage()

func (*AuthTokenRequest) ProtoReflect

func (x *AuthTokenRequest) ProtoReflect() protoreflect.Message

func (*AuthTokenRequest) Reset

func (x *AuthTokenRequest) Reset()

func (*AuthTokenRequest) String

func (x *AuthTokenRequest) String() string

func (*AuthTokenRequest) Validate

func (m *AuthTokenRequest) Validate() error

Validate checks the field values on AuthTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AuthTokenRequest) ValidateAll

func (m *AuthTokenRequest) ValidateAll() error

ValidateAll checks the field values on AuthTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuthTokenRequestMultiError, or nil if none found.

type AuthTokenRequestMultiError

type AuthTokenRequestMultiError []error

AuthTokenRequestMultiError is an error wrapping multiple validation errors returned by AuthTokenRequest.ValidateAll() if the designated constraints aren't met.

func (AuthTokenRequestMultiError) AllErrors

func (m AuthTokenRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AuthTokenRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AuthTokenRequestValidationError

type AuthTokenRequestValidationError struct {
	// contains filtered or unexported fields
}

AuthTokenRequestValidationError is the validation error returned by AuthTokenRequest.Validate if the designated constraints aren't met.

func (AuthTokenRequestValidationError) Cause

Cause function returns cause value.

func (AuthTokenRequestValidationError) Error

Error satisfies the builtin error interface

func (AuthTokenRequestValidationError) ErrorName

ErrorName returns error name.

func (AuthTokenRequestValidationError) Field

Field function returns field value.

func (AuthTokenRequestValidationError) Key

Key function returns key value.

func (AuthTokenRequestValidationError) Reason

Reason function returns reason value.

type AuthTokenResponse

type AuthTokenResponse struct {
	AccessToken string `protobuf:"bytes,1,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	TokenType   string `protobuf:"bytes,2,opt,name=token_type,json=tokenType,proto3" json:"token_type,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthTokenResponse) Descriptor deprecated

func (*AuthTokenResponse) Descriptor() ([]byte, []int)

Deprecated: Use AuthTokenResponse.ProtoReflect.Descriptor instead.

func (*AuthTokenResponse) GetAccessToken

func (x *AuthTokenResponse) GetAccessToken() string

func (*AuthTokenResponse) GetTokenType

func (x *AuthTokenResponse) GetTokenType() string

func (*AuthTokenResponse) ProtoMessage

func (*AuthTokenResponse) ProtoMessage()

func (*AuthTokenResponse) ProtoReflect

func (x *AuthTokenResponse) ProtoReflect() protoreflect.Message

func (*AuthTokenResponse) Reset

func (x *AuthTokenResponse) Reset()

func (*AuthTokenResponse) String

func (x *AuthTokenResponse) String() string

func (*AuthTokenResponse) Validate

func (m *AuthTokenResponse) Validate() error

Validate checks the field values on AuthTokenResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AuthTokenResponse) ValidateAll

func (m *AuthTokenResponse) ValidateAll() error

ValidateAll checks the field values on AuthTokenResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuthTokenResponseMultiError, or nil if none found.

type AuthTokenResponseMultiError

type AuthTokenResponseMultiError []error

AuthTokenResponseMultiError is an error wrapping multiple validation errors returned by AuthTokenResponse.ValidateAll() if the designated constraints aren't met.

func (AuthTokenResponseMultiError) AllErrors

func (m AuthTokenResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AuthTokenResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AuthTokenResponseValidationError

type AuthTokenResponseValidationError struct {
	// contains filtered or unexported fields
}

AuthTokenResponseValidationError is the validation error returned by AuthTokenResponse.Validate if the designated constraints aren't met.

func (AuthTokenResponseValidationError) Cause

Cause function returns cause value.

func (AuthTokenResponseValidationError) Error

Error satisfies the builtin error interface

func (AuthTokenResponseValidationError) ErrorName

ErrorName returns error name.

func (AuthTokenResponseValidationError) Field

Field function returns field value.

func (AuthTokenResponseValidationError) Key

Key function returns key value.

func (AuthTokenResponseValidationError) Reason

Reason function returns reason value.

type AuthenticateRequest

type AuthenticateRequest struct {
	StrategyName string `protobuf:"bytes,1,opt,name=strategy_name,json=strategyName,proto3" json:"strategy_name,omitempty"`
	// by default, location redirect header for starting authentication flow if applicable
	// will be skipped unless this is set to true, useful in browser, same value will
	// also be returned as endpoint in response anyway
	RedirectOnstart bool `protobuf:"varint,2,opt,name=redirect_onstart,json=redirectOnstart,proto3" json:"redirect_onstart,omitempty"`
	// by default, after successful authentication(flow completes) no operation will be performed,
	// to apply redirection in case of browsers, provide an url that will be used
	// after authentication where users are sent from frontier.
	// return_to should be one of the allowed urls configured at instance level
	ReturnTo string `protobuf:"bytes,3,opt,name=return_to,json=returnTo,proto3" json:"return_to,omitempty"`
	// email of the user for magic links
	Email string `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"`
	// callback_url will be used by strategy as last step to finish authentication flow
	// in OIDC this host will receive "state" and "code" query params, in case of magic links
	// this will be the url where user is redirected after clicking on magic link.
	// For most cases it could be host of frontier but in case of proxies, this will be proxy public endpoint.
	// callback_url should be one of the allowed urls configured at instance level
	CallbackUrl string `protobuf:"bytes,5,opt,name=callback_url,json=callbackUrl,proto3" json:"callback_url,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthenticateRequest) Descriptor deprecated

func (*AuthenticateRequest) Descriptor() ([]byte, []int)

Deprecated: Use AuthenticateRequest.ProtoReflect.Descriptor instead.

func (*AuthenticateRequest) GetCallbackUrl added in v0.7.2

func (x *AuthenticateRequest) GetCallbackUrl() string

func (*AuthenticateRequest) GetEmail

func (x *AuthenticateRequest) GetEmail() string

func (*AuthenticateRequest) GetRedirectOnstart added in v0.7.2

func (x *AuthenticateRequest) GetRedirectOnstart() bool

func (*AuthenticateRequest) GetReturnTo

func (x *AuthenticateRequest) GetReturnTo() string

func (*AuthenticateRequest) GetStrategyName

func (x *AuthenticateRequest) GetStrategyName() string

func (*AuthenticateRequest) ProtoMessage

func (*AuthenticateRequest) ProtoMessage()

func (*AuthenticateRequest) ProtoReflect

func (x *AuthenticateRequest) ProtoReflect() protoreflect.Message

func (*AuthenticateRequest) Reset

func (x *AuthenticateRequest) Reset()

func (*AuthenticateRequest) String

func (x *AuthenticateRequest) String() string

func (*AuthenticateRequest) Validate

func (m *AuthenticateRequest) Validate() error

Validate checks the field values on AuthenticateRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AuthenticateRequest) ValidateAll

func (m *AuthenticateRequest) ValidateAll() error

ValidateAll checks the field values on AuthenticateRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuthenticateRequestMultiError, or nil if none found.

type AuthenticateRequestMultiError

type AuthenticateRequestMultiError []error

AuthenticateRequestMultiError is an error wrapping multiple validation errors returned by AuthenticateRequest.ValidateAll() if the designated constraints aren't met.

func (AuthenticateRequestMultiError) AllErrors

func (m AuthenticateRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AuthenticateRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AuthenticateRequestValidationError

type AuthenticateRequestValidationError struct {
	// contains filtered or unexported fields
}

AuthenticateRequestValidationError is the validation error returned by AuthenticateRequest.Validate if the designated constraints aren't met.

func (AuthenticateRequestValidationError) Cause

Cause function returns cause value.

func (AuthenticateRequestValidationError) Error

Error satisfies the builtin error interface

func (AuthenticateRequestValidationError) ErrorName

ErrorName returns error name.

func (AuthenticateRequestValidationError) Field

Field function returns field value.

func (AuthenticateRequestValidationError) Key

Key function returns key value.

func (AuthenticateRequestValidationError) Reason

Reason function returns reason value.

type AuthenticateResponse

type AuthenticateResponse struct {

	// endpoint specifies the url to redirect user for starting authentication flow
	Endpoint string `protobuf:"bytes,1,opt,name=endpoint,proto3" json:"endpoint,omitempty"`
	// state is used for resuming authentication flow in applicable strategies
	State string `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	// state_options has additional configurations for the authentication flow at hand
	StateOptions *structpb.Struct `protobuf:"bytes,3,opt,name=state_options,json=stateOptions,proto3" json:"state_options,omitempty"`
	// contains filtered or unexported fields
}

func (*AuthenticateResponse) Descriptor deprecated

func (*AuthenticateResponse) Descriptor() ([]byte, []int)

Deprecated: Use AuthenticateResponse.ProtoReflect.Descriptor instead.

func (*AuthenticateResponse) GetEndpoint

func (x *AuthenticateResponse) GetEndpoint() string

func (*AuthenticateResponse) GetState

func (x *AuthenticateResponse) GetState() string

func (*AuthenticateResponse) GetStateOptions added in v0.7.14

func (x *AuthenticateResponse) GetStateOptions() *structpb.Struct

func (*AuthenticateResponse) ProtoMessage

func (*AuthenticateResponse) ProtoMessage()

func (*AuthenticateResponse) ProtoReflect

func (x *AuthenticateResponse) ProtoReflect() protoreflect.Message

func (*AuthenticateResponse) Reset

func (x *AuthenticateResponse) Reset()

func (*AuthenticateResponse) String

func (x *AuthenticateResponse) String() string

func (*AuthenticateResponse) Validate

func (m *AuthenticateResponse) Validate() error

Validate checks the field values on AuthenticateResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*AuthenticateResponse) ValidateAll

func (m *AuthenticateResponse) ValidateAll() error

ValidateAll checks the field values on AuthenticateResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AuthenticateResponseMultiError, or nil if none found.

type AuthenticateResponseMultiError

type AuthenticateResponseMultiError []error

AuthenticateResponseMultiError is an error wrapping multiple validation errors returned by AuthenticateResponse.ValidateAll() if the designated constraints aren't met.

func (AuthenticateResponseMultiError) AllErrors

func (m AuthenticateResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AuthenticateResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type AuthenticateResponseValidationError

type AuthenticateResponseValidationError struct {
	// contains filtered or unexported fields
}

AuthenticateResponseValidationError is the validation error returned by AuthenticateResponse.Validate if the designated constraints aren't met.

func (AuthenticateResponseValidationError) Cause

Cause function returns cause value.

func (AuthenticateResponseValidationError) Error

Error satisfies the builtin error interface

func (AuthenticateResponseValidationError) ErrorName

ErrorName returns error name.

func (AuthenticateResponseValidationError) Field

Field function returns field value.

func (AuthenticateResponseValidationError) Key

Key function returns key value.

func (AuthenticateResponseValidationError) Reason

Reason function returns reason value.

type BatchCheckPermissionBody added in v0.7.4

type BatchCheckPermissionBody struct {
	Permission string `protobuf:"bytes,1,opt,name=permission,proto3" json:"permission,omitempty"`
	Resource   string `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchCheckPermissionBody) Descriptor deprecated added in v0.7.4

func (*BatchCheckPermissionBody) Descriptor() ([]byte, []int)

Deprecated: Use BatchCheckPermissionBody.ProtoReflect.Descriptor instead.

func (*BatchCheckPermissionBody) GetPermission added in v0.7.4

func (x *BatchCheckPermissionBody) GetPermission() string

func (*BatchCheckPermissionBody) GetResource added in v0.7.4

func (x *BatchCheckPermissionBody) GetResource() string

func (*BatchCheckPermissionBody) ProtoMessage added in v0.7.4

func (*BatchCheckPermissionBody) ProtoMessage()

func (*BatchCheckPermissionBody) ProtoReflect added in v0.7.4

func (x *BatchCheckPermissionBody) ProtoReflect() protoreflect.Message

func (*BatchCheckPermissionBody) Reset added in v0.7.4

func (x *BatchCheckPermissionBody) Reset()

func (*BatchCheckPermissionBody) String added in v0.7.4

func (x *BatchCheckPermissionBody) String() string

func (*BatchCheckPermissionBody) Validate added in v0.7.4

func (m *BatchCheckPermissionBody) Validate() error

Validate checks the field values on BatchCheckPermissionBody with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BatchCheckPermissionBody) ValidateAll added in v0.7.4

func (m *BatchCheckPermissionBody) ValidateAll() error

ValidateAll checks the field values on BatchCheckPermissionBody with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BatchCheckPermissionBodyMultiError, or nil if none found.

type BatchCheckPermissionBodyMultiError added in v0.7.4

type BatchCheckPermissionBodyMultiError []error

BatchCheckPermissionBodyMultiError is an error wrapping multiple validation errors returned by BatchCheckPermissionBody.ValidateAll() if the designated constraints aren't met.

func (BatchCheckPermissionBodyMultiError) AllErrors added in v0.7.4

func (m BatchCheckPermissionBodyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BatchCheckPermissionBodyMultiError) Error added in v0.7.4

Error returns a concatenation of all the error messages it wraps.

type BatchCheckPermissionBodyValidationError added in v0.7.4

type BatchCheckPermissionBodyValidationError struct {
	// contains filtered or unexported fields
}

BatchCheckPermissionBodyValidationError is the validation error returned by BatchCheckPermissionBody.Validate if the designated constraints aren't met.

func (BatchCheckPermissionBodyValidationError) Cause added in v0.7.4

Cause function returns cause value.

func (BatchCheckPermissionBodyValidationError) Error added in v0.7.4

Error satisfies the builtin error interface

func (BatchCheckPermissionBodyValidationError) ErrorName added in v0.7.4

ErrorName returns error name.

func (BatchCheckPermissionBodyValidationError) Field added in v0.7.4

Field function returns field value.

func (BatchCheckPermissionBodyValidationError) Key added in v0.7.4

Key function returns key value.

func (BatchCheckPermissionBodyValidationError) Reason added in v0.7.4

Reason function returns reason value.

type BatchCheckPermissionRequest added in v0.7.4

type BatchCheckPermissionRequest struct {
	Bodies []*BatchCheckPermissionBody `protobuf:"bytes,1,rep,name=bodies,proto3" json:"bodies,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchCheckPermissionRequest) Descriptor deprecated added in v0.7.4

func (*BatchCheckPermissionRequest) Descriptor() ([]byte, []int)

Deprecated: Use BatchCheckPermissionRequest.ProtoReflect.Descriptor instead.

func (*BatchCheckPermissionRequest) GetBodies added in v0.7.4

func (*BatchCheckPermissionRequest) ProtoMessage added in v0.7.4

func (*BatchCheckPermissionRequest) ProtoMessage()

func (*BatchCheckPermissionRequest) ProtoReflect added in v0.7.4

func (*BatchCheckPermissionRequest) Reset added in v0.7.4

func (x *BatchCheckPermissionRequest) Reset()

func (*BatchCheckPermissionRequest) String added in v0.7.4

func (x *BatchCheckPermissionRequest) String() string

func (*BatchCheckPermissionRequest) Validate added in v0.7.4

func (m *BatchCheckPermissionRequest) Validate() error

Validate checks the field values on BatchCheckPermissionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BatchCheckPermissionRequest) ValidateAll added in v0.7.4

func (m *BatchCheckPermissionRequest) ValidateAll() error

ValidateAll checks the field values on BatchCheckPermissionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BatchCheckPermissionRequestMultiError, or nil if none found.

type BatchCheckPermissionRequestMultiError added in v0.7.4

type BatchCheckPermissionRequestMultiError []error

BatchCheckPermissionRequestMultiError is an error wrapping multiple validation errors returned by BatchCheckPermissionRequest.ValidateAll() if the designated constraints aren't met.

func (BatchCheckPermissionRequestMultiError) AllErrors added in v0.7.4

AllErrors returns a list of validation violation errors.

func (BatchCheckPermissionRequestMultiError) Error added in v0.7.4

Error returns a concatenation of all the error messages it wraps.

type BatchCheckPermissionRequestValidationError added in v0.7.4

type BatchCheckPermissionRequestValidationError struct {
	// contains filtered or unexported fields
}

BatchCheckPermissionRequestValidationError is the validation error returned by BatchCheckPermissionRequest.Validate if the designated constraints aren't met.

func (BatchCheckPermissionRequestValidationError) Cause added in v0.7.4

Cause function returns cause value.

func (BatchCheckPermissionRequestValidationError) Error added in v0.7.4

Error satisfies the builtin error interface

func (BatchCheckPermissionRequestValidationError) ErrorName added in v0.7.4

ErrorName returns error name.

func (BatchCheckPermissionRequestValidationError) Field added in v0.7.4

Field function returns field value.

func (BatchCheckPermissionRequestValidationError) Key added in v0.7.4

Key function returns key value.

func (BatchCheckPermissionRequestValidationError) Reason added in v0.7.4

Reason function returns reason value.

type BatchCheckPermissionResponse added in v0.7.4

type BatchCheckPermissionResponse struct {
	Pairs []*BatchCheckPermissionResponsePair `protobuf:"bytes,1,rep,name=pairs,proto3" json:"pairs,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchCheckPermissionResponse) Descriptor deprecated added in v0.7.4

func (*BatchCheckPermissionResponse) Descriptor() ([]byte, []int)

Deprecated: Use BatchCheckPermissionResponse.ProtoReflect.Descriptor instead.

func (*BatchCheckPermissionResponse) GetPairs added in v0.7.4

func (*BatchCheckPermissionResponse) ProtoMessage added in v0.7.4

func (*BatchCheckPermissionResponse) ProtoMessage()

func (*BatchCheckPermissionResponse) ProtoReflect added in v0.7.4

func (*BatchCheckPermissionResponse) Reset added in v0.7.4

func (x *BatchCheckPermissionResponse) Reset()

func (*BatchCheckPermissionResponse) String added in v0.7.4

func (*BatchCheckPermissionResponse) Validate added in v0.7.4

func (m *BatchCheckPermissionResponse) Validate() error

Validate checks the field values on BatchCheckPermissionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BatchCheckPermissionResponse) ValidateAll added in v0.7.4

func (m *BatchCheckPermissionResponse) ValidateAll() error

ValidateAll checks the field values on BatchCheckPermissionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BatchCheckPermissionResponseMultiError, or nil if none found.

type BatchCheckPermissionResponseMultiError added in v0.7.4

type BatchCheckPermissionResponseMultiError []error

BatchCheckPermissionResponseMultiError is an error wrapping multiple validation errors returned by BatchCheckPermissionResponse.ValidateAll() if the designated constraints aren't met.

func (BatchCheckPermissionResponseMultiError) AllErrors added in v0.7.4

AllErrors returns a list of validation violation errors.

func (BatchCheckPermissionResponseMultiError) Error added in v0.7.4

Error returns a concatenation of all the error messages it wraps.

type BatchCheckPermissionResponsePair added in v0.7.4

type BatchCheckPermissionResponsePair struct {
	Body   *BatchCheckPermissionBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	Status bool                      `protobuf:"varint,2,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*BatchCheckPermissionResponsePair) Descriptor deprecated added in v0.7.4

func (*BatchCheckPermissionResponsePair) Descriptor() ([]byte, []int)

Deprecated: Use BatchCheckPermissionResponsePair.ProtoReflect.Descriptor instead.

func (*BatchCheckPermissionResponsePair) GetBody added in v0.7.4

func (*BatchCheckPermissionResponsePair) GetStatus added in v0.7.4

func (x *BatchCheckPermissionResponsePair) GetStatus() bool

func (*BatchCheckPermissionResponsePair) ProtoMessage added in v0.7.4

func (*BatchCheckPermissionResponsePair) ProtoMessage()

func (*BatchCheckPermissionResponsePair) ProtoReflect added in v0.7.4

func (*BatchCheckPermissionResponsePair) Reset added in v0.7.4

func (*BatchCheckPermissionResponsePair) String added in v0.7.4

func (*BatchCheckPermissionResponsePair) Validate added in v0.7.4

Validate checks the field values on BatchCheckPermissionResponsePair with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BatchCheckPermissionResponsePair) ValidateAll added in v0.7.4

func (m *BatchCheckPermissionResponsePair) ValidateAll() error

ValidateAll checks the field values on BatchCheckPermissionResponsePair with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BatchCheckPermissionResponsePairMultiError, or nil if none found.

type BatchCheckPermissionResponsePairMultiError added in v0.7.4

type BatchCheckPermissionResponsePairMultiError []error

BatchCheckPermissionResponsePairMultiError is an error wrapping multiple validation errors returned by BatchCheckPermissionResponsePair.ValidateAll() if the designated constraints aren't met.

func (BatchCheckPermissionResponsePairMultiError) AllErrors added in v0.7.4

AllErrors returns a list of validation violation errors.

func (BatchCheckPermissionResponsePairMultiError) Error added in v0.7.4

Error returns a concatenation of all the error messages it wraps.

type BatchCheckPermissionResponsePairValidationError added in v0.7.4

type BatchCheckPermissionResponsePairValidationError struct {
	// contains filtered or unexported fields
}

BatchCheckPermissionResponsePairValidationError is the validation error returned by BatchCheckPermissionResponsePair.Validate if the designated constraints aren't met.

func (BatchCheckPermissionResponsePairValidationError) Cause added in v0.7.4

Cause function returns cause value.

func (BatchCheckPermissionResponsePairValidationError) Error added in v0.7.4

Error satisfies the builtin error interface

func (BatchCheckPermissionResponsePairValidationError) ErrorName added in v0.7.4

ErrorName returns error name.

func (BatchCheckPermissionResponsePairValidationError) Field added in v0.7.4

Field function returns field value.

func (BatchCheckPermissionResponsePairValidationError) Key added in v0.7.4

Key function returns key value.

func (BatchCheckPermissionResponsePairValidationError) Reason added in v0.7.4

Reason function returns reason value.

type BatchCheckPermissionResponseValidationError added in v0.7.4

type BatchCheckPermissionResponseValidationError struct {
	// contains filtered or unexported fields
}

BatchCheckPermissionResponseValidationError is the validation error returned by BatchCheckPermissionResponse.Validate if the designated constraints aren't met.

func (BatchCheckPermissionResponseValidationError) Cause added in v0.7.4

Cause function returns cause value.

func (BatchCheckPermissionResponseValidationError) Error added in v0.7.4

Error satisfies the builtin error interface

func (BatchCheckPermissionResponseValidationError) ErrorName added in v0.7.4

ErrorName returns error name.

func (BatchCheckPermissionResponseValidationError) Field added in v0.7.4

Field function returns field value.

func (BatchCheckPermissionResponseValidationError) Key added in v0.7.4

Key function returns key value.

func (BatchCheckPermissionResponseValidationError) Reason added in v0.7.4

Reason function returns reason value.

type BillingAccount added in v0.8.0

type BillingAccount struct {
	Id           string                  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId        string                  `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Name         string                  `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Email        string                  `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"`
	Phone        string                  `protobuf:"bytes,5,opt,name=phone,proto3" json:"phone,omitempty"`
	Address      *BillingAccount_Address `protobuf:"bytes,6,opt,name=address,proto3" json:"address,omitempty"`
	ProviderId   string                  `protobuf:"bytes,7,opt,name=provider_id,json=providerId,proto3" json:"provider_id,omitempty"`
	Provider     string                  `protobuf:"bytes,8,opt,name=provider,proto3" json:"provider,omitempty"`
	Currency     string                  `protobuf:"bytes,9,opt,name=currency,proto3" json:"currency,omitempty"`
	State        string                  `protobuf:"bytes,10,opt,name=state,proto3" json:"state,omitempty"`
	TaxData      []*BillingAccount_Tax   `protobuf:"bytes,11,rep,name=tax_data,json=taxData,proto3" json:"tax_data,omitempty"`
	Metadata     *structpb.Struct        `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt    *timestamppb.Timestamp  `protobuf:"bytes,21,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt    *timestamppb.Timestamp  `protobuf:"bytes,22,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Organization *Organization           `protobuf:"bytes,101,opt,name=organization,proto3" json:"organization,omitempty"`
	// contains filtered or unexported fields
}

func (*BillingAccount) Descriptor deprecated added in v0.8.0

func (*BillingAccount) Descriptor() ([]byte, []int)

Deprecated: Use BillingAccount.ProtoReflect.Descriptor instead.

func (*BillingAccount) GetAddress added in v0.8.0

func (x *BillingAccount) GetAddress() *BillingAccount_Address

func (*BillingAccount) GetCreatedAt added in v0.8.0

func (x *BillingAccount) GetCreatedAt() *timestamppb.Timestamp

func (*BillingAccount) GetCurrency added in v0.8.0

func (x *BillingAccount) GetCurrency() string

func (*BillingAccount) GetEmail added in v0.8.0

func (x *BillingAccount) GetEmail() string

func (*BillingAccount) GetId added in v0.8.0

func (x *BillingAccount) GetId() string

func (*BillingAccount) GetMetadata added in v0.8.0

func (x *BillingAccount) GetMetadata() *structpb.Struct

func (*BillingAccount) GetName added in v0.8.0

func (x *BillingAccount) GetName() string

func (*BillingAccount) GetOrgId added in v0.8.0

func (x *BillingAccount) GetOrgId() string

func (*BillingAccount) GetOrganization added in v0.8.41

func (x *BillingAccount) GetOrganization() *Organization

func (*BillingAccount) GetPhone added in v0.8.0

func (x *BillingAccount) GetPhone() string

func (*BillingAccount) GetProvider added in v0.8.0

func (x *BillingAccount) GetProvider() string

func (*BillingAccount) GetProviderId added in v0.8.0

func (x *BillingAccount) GetProviderId() string

func (*BillingAccount) GetState added in v0.8.0

func (x *BillingAccount) GetState() string

func (*BillingAccount) GetTaxData added in v0.9.0

func (x *BillingAccount) GetTaxData() []*BillingAccount_Tax

func (*BillingAccount) GetUpdatedAt added in v0.8.0

func (x *BillingAccount) GetUpdatedAt() *timestamppb.Timestamp

func (*BillingAccount) ProtoMessage added in v0.8.0

func (*BillingAccount) ProtoMessage()

func (*BillingAccount) ProtoReflect added in v0.8.0

func (x *BillingAccount) ProtoReflect() protoreflect.Message

func (*BillingAccount) Reset added in v0.8.0

func (x *BillingAccount) Reset()

func (*BillingAccount) String added in v0.8.0

func (x *BillingAccount) String() string

func (*BillingAccount) Validate added in v0.8.0

func (m *BillingAccount) Validate() error

Validate checks the field values on BillingAccount with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BillingAccount) ValidateAll added in v0.8.0

func (m *BillingAccount) ValidateAll() error

ValidateAll checks the field values on BillingAccount with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BillingAccountMultiError, or nil if none found.

type BillingAccountMultiError added in v0.8.0

type BillingAccountMultiError []error

BillingAccountMultiError is an error wrapping multiple validation errors returned by BillingAccount.ValidateAll() if the designated constraints aren't met.

func (BillingAccountMultiError) AllErrors added in v0.8.0

func (m BillingAccountMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BillingAccountMultiError) Error added in v0.8.0

func (m BillingAccountMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type BillingAccountRequestBody added in v0.8.0

type BillingAccountRequestBody struct {
	Name     string                  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Email    string                  `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	Phone    string                  `protobuf:"bytes,3,opt,name=phone,proto3" json:"phone,omitempty"`
	Address  *BillingAccount_Address `protobuf:"bytes,4,opt,name=address,proto3" json:"address,omitempty"`
	Currency string                  `protobuf:"bytes,5,opt,name=currency,proto3" json:"currency,omitempty"`
	TaxData  []*BillingAccount_Tax   `protobuf:"bytes,6,rep,name=tax_data,json=taxData,proto3" json:"tax_data,omitempty"`
	Metadata *structpb.Struct        `protobuf:"bytes,10,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*BillingAccountRequestBody) Descriptor deprecated added in v0.8.0

func (*BillingAccountRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use BillingAccountRequestBody.ProtoReflect.Descriptor instead.

func (*BillingAccountRequestBody) GetAddress added in v0.8.0

func (*BillingAccountRequestBody) GetCurrency added in v0.8.0

func (x *BillingAccountRequestBody) GetCurrency() string

func (*BillingAccountRequestBody) GetEmail added in v0.8.0

func (x *BillingAccountRequestBody) GetEmail() string

func (*BillingAccountRequestBody) GetMetadata added in v0.8.0

func (x *BillingAccountRequestBody) GetMetadata() *structpb.Struct

func (*BillingAccountRequestBody) GetName added in v0.8.0

func (x *BillingAccountRequestBody) GetName() string

func (*BillingAccountRequestBody) GetPhone added in v0.8.0

func (x *BillingAccountRequestBody) GetPhone() string

func (*BillingAccountRequestBody) GetTaxData added in v0.9.0

func (x *BillingAccountRequestBody) GetTaxData() []*BillingAccount_Tax

func (*BillingAccountRequestBody) ProtoMessage added in v0.8.0

func (*BillingAccountRequestBody) ProtoMessage()

func (*BillingAccountRequestBody) ProtoReflect added in v0.8.0

func (*BillingAccountRequestBody) Reset added in v0.8.0

func (x *BillingAccountRequestBody) Reset()

func (*BillingAccountRequestBody) String added in v0.8.0

func (x *BillingAccountRequestBody) String() string

func (*BillingAccountRequestBody) Validate added in v0.8.0

func (m *BillingAccountRequestBody) Validate() error

Validate checks the field values on BillingAccountRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BillingAccountRequestBody) ValidateAll added in v0.8.0

func (m *BillingAccountRequestBody) ValidateAll() error

ValidateAll checks the field values on BillingAccountRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BillingAccountRequestBodyMultiError, or nil if none found.

type BillingAccountRequestBodyMultiError added in v0.8.0

type BillingAccountRequestBodyMultiError []error

BillingAccountRequestBodyMultiError is an error wrapping multiple validation errors returned by BillingAccountRequestBody.ValidateAll() if the designated constraints aren't met.

func (BillingAccountRequestBodyMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (BillingAccountRequestBodyMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type BillingAccountRequestBodyValidationError added in v0.8.0

type BillingAccountRequestBodyValidationError struct {
	// contains filtered or unexported fields
}

BillingAccountRequestBodyValidationError is the validation error returned by BillingAccountRequestBody.Validate if the designated constraints aren't met.

func (BillingAccountRequestBodyValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (BillingAccountRequestBodyValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (BillingAccountRequestBodyValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (BillingAccountRequestBodyValidationError) Field added in v0.8.0

Field function returns field value.

func (BillingAccountRequestBodyValidationError) Key added in v0.8.0

Key function returns key value.

func (BillingAccountRequestBodyValidationError) Reason added in v0.8.0

Reason function returns reason value.

type BillingAccountValidationError added in v0.8.0

type BillingAccountValidationError struct {
	// contains filtered or unexported fields
}

BillingAccountValidationError is the validation error returned by BillingAccount.Validate if the designated constraints aren't met.

func (BillingAccountValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (BillingAccountValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (BillingAccountValidationError) ErrorName added in v0.8.0

func (e BillingAccountValidationError) ErrorName() string

ErrorName returns error name.

func (BillingAccountValidationError) Field added in v0.8.0

Field function returns field value.

func (BillingAccountValidationError) Key added in v0.8.0

Key function returns key value.

func (BillingAccountValidationError) Reason added in v0.8.0

Reason function returns reason value.

type BillingAccount_Address added in v0.8.0

type BillingAccount_Address struct {
	Line1      string `protobuf:"bytes,1,opt,name=line1,proto3" json:"line1,omitempty"`
	Line2      string `protobuf:"bytes,2,opt,name=line2,proto3" json:"line2,omitempty"`
	City       string `protobuf:"bytes,3,opt,name=city,proto3" json:"city,omitempty"`
	State      string `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"`
	PostalCode string `protobuf:"bytes,5,opt,name=postal_code,json=postalCode,proto3" json:"postal_code,omitempty"`
	Country    string `protobuf:"bytes,6,opt,name=country,proto3" json:"country,omitempty"`
	// contains filtered or unexported fields
}

func (*BillingAccount_Address) Descriptor deprecated added in v0.8.0

func (*BillingAccount_Address) Descriptor() ([]byte, []int)

Deprecated: Use BillingAccount_Address.ProtoReflect.Descriptor instead.

func (*BillingAccount_Address) GetCity added in v0.8.0

func (x *BillingAccount_Address) GetCity() string

func (*BillingAccount_Address) GetCountry added in v0.8.0

func (x *BillingAccount_Address) GetCountry() string

func (*BillingAccount_Address) GetLine1 added in v0.8.0

func (x *BillingAccount_Address) GetLine1() string

func (*BillingAccount_Address) GetLine2 added in v0.8.0

func (x *BillingAccount_Address) GetLine2() string

func (*BillingAccount_Address) GetPostalCode added in v0.8.0

func (x *BillingAccount_Address) GetPostalCode() string

func (*BillingAccount_Address) GetState added in v0.8.0

func (x *BillingAccount_Address) GetState() string

func (*BillingAccount_Address) ProtoMessage added in v0.8.0

func (*BillingAccount_Address) ProtoMessage()

func (*BillingAccount_Address) ProtoReflect added in v0.8.0

func (x *BillingAccount_Address) ProtoReflect() protoreflect.Message

func (*BillingAccount_Address) Reset added in v0.8.0

func (x *BillingAccount_Address) Reset()

func (*BillingAccount_Address) String added in v0.8.0

func (x *BillingAccount_Address) String() string

func (*BillingAccount_Address) Validate added in v0.8.0

func (m *BillingAccount_Address) Validate() error

Validate checks the field values on BillingAccount_Address with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BillingAccount_Address) ValidateAll added in v0.8.0

func (m *BillingAccount_Address) ValidateAll() error

ValidateAll checks the field values on BillingAccount_Address with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BillingAccount_AddressMultiError, or nil if none found.

type BillingAccount_AddressMultiError added in v0.8.0

type BillingAccount_AddressMultiError []error

BillingAccount_AddressMultiError is an error wrapping multiple validation errors returned by BillingAccount_Address.ValidateAll() if the designated constraints aren't met.

func (BillingAccount_AddressMultiError) AllErrors added in v0.8.0

func (m BillingAccount_AddressMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BillingAccount_AddressMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type BillingAccount_AddressValidationError added in v0.8.0

type BillingAccount_AddressValidationError struct {
	// contains filtered or unexported fields
}

BillingAccount_AddressValidationError is the validation error returned by BillingAccount_Address.Validate if the designated constraints aren't met.

func (BillingAccount_AddressValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (BillingAccount_AddressValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (BillingAccount_AddressValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (BillingAccount_AddressValidationError) Field added in v0.8.0

Field function returns field value.

func (BillingAccount_AddressValidationError) Key added in v0.8.0

Key function returns key value.

func (BillingAccount_AddressValidationError) Reason added in v0.8.0

Reason function returns reason value.

type BillingAccount_Balance added in v0.8.0

type BillingAccount_Balance struct {
	Amount    int64                  `protobuf:"varint,1,opt,name=amount,proto3" json:"amount,omitempty"`
	Currency  string                 `protobuf:"bytes,2,opt,name=currency,proto3" json:"currency,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*BillingAccount_Balance) Descriptor deprecated added in v0.8.0

func (*BillingAccount_Balance) Descriptor() ([]byte, []int)

Deprecated: Use BillingAccount_Balance.ProtoReflect.Descriptor instead.

func (*BillingAccount_Balance) GetAmount added in v0.8.0

func (x *BillingAccount_Balance) GetAmount() int64

func (*BillingAccount_Balance) GetCurrency added in v0.8.0

func (x *BillingAccount_Balance) GetCurrency() string

func (*BillingAccount_Balance) GetUpdatedAt added in v0.8.0

func (x *BillingAccount_Balance) GetUpdatedAt() *timestamppb.Timestamp

func (*BillingAccount_Balance) ProtoMessage added in v0.8.0

func (*BillingAccount_Balance) ProtoMessage()

func (*BillingAccount_Balance) ProtoReflect added in v0.8.0

func (x *BillingAccount_Balance) ProtoReflect() protoreflect.Message

func (*BillingAccount_Balance) Reset added in v0.8.0

func (x *BillingAccount_Balance) Reset()

func (*BillingAccount_Balance) String added in v0.8.0

func (x *BillingAccount_Balance) String() string

func (*BillingAccount_Balance) Validate added in v0.8.0

func (m *BillingAccount_Balance) Validate() error

Validate checks the field values on BillingAccount_Balance with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BillingAccount_Balance) ValidateAll added in v0.8.0

func (m *BillingAccount_Balance) ValidateAll() error

ValidateAll checks the field values on BillingAccount_Balance with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BillingAccount_BalanceMultiError, or nil if none found.

type BillingAccount_BalanceMultiError added in v0.8.0

type BillingAccount_BalanceMultiError []error

BillingAccount_BalanceMultiError is an error wrapping multiple validation errors returned by BillingAccount_Balance.ValidateAll() if the designated constraints aren't met.

func (BillingAccount_BalanceMultiError) AllErrors added in v0.8.0

func (m BillingAccount_BalanceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BillingAccount_BalanceMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type BillingAccount_BalanceValidationError added in v0.8.0

type BillingAccount_BalanceValidationError struct {
	// contains filtered or unexported fields
}

BillingAccount_BalanceValidationError is the validation error returned by BillingAccount_Balance.Validate if the designated constraints aren't met.

func (BillingAccount_BalanceValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (BillingAccount_BalanceValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (BillingAccount_BalanceValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (BillingAccount_BalanceValidationError) Field added in v0.8.0

Field function returns field value.

func (BillingAccount_BalanceValidationError) Key added in v0.8.0

Key function returns key value.

func (BillingAccount_BalanceValidationError) Reason added in v0.8.0

Reason function returns reason value.

type BillingAccount_Tax added in v0.9.0

type BillingAccount_Tax struct {

	// tax type like "vat", "gst", "sales_tax" or if it's
	// provider specific us_ein, uk_vat, in_gst, etc
	Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	// unique identifier provided by the tax agency
	Id string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*BillingAccount_Tax) Descriptor deprecated added in v0.9.0

func (*BillingAccount_Tax) Descriptor() ([]byte, []int)

Deprecated: Use BillingAccount_Tax.ProtoReflect.Descriptor instead.

func (*BillingAccount_Tax) GetId added in v0.9.0

func (x *BillingAccount_Tax) GetId() string

func (*BillingAccount_Tax) GetType added in v0.9.0

func (x *BillingAccount_Tax) GetType() string

func (*BillingAccount_Tax) ProtoMessage added in v0.9.0

func (*BillingAccount_Tax) ProtoMessage()

func (*BillingAccount_Tax) ProtoReflect added in v0.9.0

func (x *BillingAccount_Tax) ProtoReflect() protoreflect.Message

func (*BillingAccount_Tax) Reset added in v0.9.0

func (x *BillingAccount_Tax) Reset()

func (*BillingAccount_Tax) String added in v0.9.0

func (x *BillingAccount_Tax) String() string

func (*BillingAccount_Tax) Validate added in v0.9.0

func (m *BillingAccount_Tax) Validate() error

Validate checks the field values on BillingAccount_Tax with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BillingAccount_Tax) ValidateAll added in v0.9.0

func (m *BillingAccount_Tax) ValidateAll() error

ValidateAll checks the field values on BillingAccount_Tax with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BillingAccount_TaxMultiError, or nil if none found.

type BillingAccount_TaxMultiError added in v0.9.0

type BillingAccount_TaxMultiError []error

BillingAccount_TaxMultiError is an error wrapping multiple validation errors returned by BillingAccount_Tax.ValidateAll() if the designated constraints aren't met.

func (BillingAccount_TaxMultiError) AllErrors added in v0.9.0

func (m BillingAccount_TaxMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BillingAccount_TaxMultiError) Error added in v0.9.0

Error returns a concatenation of all the error messages it wraps.

type BillingAccount_TaxValidationError added in v0.9.0

type BillingAccount_TaxValidationError struct {
	// contains filtered or unexported fields
}

BillingAccount_TaxValidationError is the validation error returned by BillingAccount_Tax.Validate if the designated constraints aren't met.

func (BillingAccount_TaxValidationError) Cause added in v0.9.0

Cause function returns cause value.

func (BillingAccount_TaxValidationError) Error added in v0.9.0

Error satisfies the builtin error interface

func (BillingAccount_TaxValidationError) ErrorName added in v0.9.0

ErrorName returns error name.

func (BillingAccount_TaxValidationError) Field added in v0.9.0

Field function returns field value.

func (BillingAccount_TaxValidationError) Key added in v0.9.0

Key function returns key value.

func (BillingAccount_TaxValidationError) Reason added in v0.9.0

Reason function returns reason value.

type BillingTransaction added in v0.8.0

type BillingTransaction struct {
	Id         string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CustomerId string `protobuf:"bytes,2,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
	// additional metadata for storing event/service that triggered this usage
	Source      string `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"`
	Amount      int64  `protobuf:"varint,4,opt,name=amount,proto3" json:"amount,omitempty"`
	Type        string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"`
	Description string `protobuf:"bytes,6,opt,name=description,proto3" json:"description,omitempty"`
	// user_id is the user that triggered this usage
	UserId    string                 `protobuf:"bytes,7,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Metadata  *structpb.Struct       `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,21,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,22,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	User      *User                  `protobuf:"bytes,101,opt,name=user,proto3" json:"user,omitempty"`
	Customer  *BillingAccount        `protobuf:"bytes,102,opt,name=customer,proto3" json:"customer,omitempty"`
	// contains filtered or unexported fields
}

func (*BillingTransaction) Descriptor deprecated added in v0.8.0

func (*BillingTransaction) Descriptor() ([]byte, []int)

Deprecated: Use BillingTransaction.ProtoReflect.Descriptor instead.

func (*BillingTransaction) GetAmount added in v0.8.0

func (x *BillingTransaction) GetAmount() int64

func (*BillingTransaction) GetCreatedAt added in v0.8.0

func (x *BillingTransaction) GetCreatedAt() *timestamppb.Timestamp

func (*BillingTransaction) GetCustomer added in v0.8.41

func (x *BillingTransaction) GetCustomer() *BillingAccount

func (*BillingTransaction) GetCustomerId added in v0.8.0

func (x *BillingTransaction) GetCustomerId() string

func (*BillingTransaction) GetDescription added in v0.8.0

func (x *BillingTransaction) GetDescription() string

func (*BillingTransaction) GetId added in v0.8.0

func (x *BillingTransaction) GetId() string

func (*BillingTransaction) GetMetadata added in v0.8.0

func (x *BillingTransaction) GetMetadata() *structpb.Struct

func (*BillingTransaction) GetSource added in v0.8.0

func (x *BillingTransaction) GetSource() string

func (*BillingTransaction) GetType added in v0.8.0

func (x *BillingTransaction) GetType() string

func (*BillingTransaction) GetUpdatedAt added in v0.8.0

func (x *BillingTransaction) GetUpdatedAt() *timestamppb.Timestamp

func (*BillingTransaction) GetUser added in v0.8.41

func (x *BillingTransaction) GetUser() *User

func (*BillingTransaction) GetUserId added in v0.8.34

func (x *BillingTransaction) GetUserId() string

func (*BillingTransaction) ProtoMessage added in v0.8.0

func (*BillingTransaction) ProtoMessage()

func (*BillingTransaction) ProtoReflect added in v0.8.0

func (x *BillingTransaction) ProtoReflect() protoreflect.Message

func (*BillingTransaction) Reset added in v0.8.0

func (x *BillingTransaction) Reset()

func (*BillingTransaction) String added in v0.8.0

func (x *BillingTransaction) String() string

func (*BillingTransaction) Validate added in v0.8.0

func (m *BillingTransaction) Validate() error

Validate checks the field values on BillingTransaction with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*BillingTransaction) ValidateAll added in v0.8.0

func (m *BillingTransaction) ValidateAll() error

ValidateAll checks the field values on BillingTransaction with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in BillingTransactionMultiError, or nil if none found.

type BillingTransactionMultiError added in v0.8.0

type BillingTransactionMultiError []error

BillingTransactionMultiError is an error wrapping multiple validation errors returned by BillingTransaction.ValidateAll() if the designated constraints aren't met.

func (BillingTransactionMultiError) AllErrors added in v0.8.0

func (m BillingTransactionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BillingTransactionMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type BillingTransactionValidationError added in v0.8.0

type BillingTransactionValidationError struct {
	// contains filtered or unexported fields
}

BillingTransactionValidationError is the validation error returned by BillingTransaction.Validate if the designated constraints aren't met.

func (BillingTransactionValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (BillingTransactionValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (BillingTransactionValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (BillingTransactionValidationError) Field added in v0.8.0

Field function returns field value.

func (BillingTransactionValidationError) Key added in v0.8.0

Key function returns key value.

func (BillingTransactionValidationError) Reason added in v0.8.0

Reason function returns reason value.

type CancelSubscriptionRequest added in v0.8.0

type CancelSubscriptionRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// ID of the billing account to update the subscription for
	BillingId string `protobuf:"bytes,2,opt,name=billing_id,json=billingId,proto3" json:"billing_id,omitempty"`
	// ID of the subscription to cancel
	Id        string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	Immediate bool   `protobuf:"varint,4,opt,name=immediate,proto3" json:"immediate,omitempty"`
	// contains filtered or unexported fields
}

func (*CancelSubscriptionRequest) Descriptor deprecated added in v0.8.0

func (*CancelSubscriptionRequest) Descriptor() ([]byte, []int)

Deprecated: Use CancelSubscriptionRequest.ProtoReflect.Descriptor instead.

func (*CancelSubscriptionRequest) GetBillingId added in v0.8.0

func (x *CancelSubscriptionRequest) GetBillingId() string

func (*CancelSubscriptionRequest) GetId added in v0.8.0

func (x *CancelSubscriptionRequest) GetId() string

func (*CancelSubscriptionRequest) GetImmediate added in v0.8.19

func (x *CancelSubscriptionRequest) GetImmediate() bool

func (*CancelSubscriptionRequest) GetOrgId added in v0.8.0

func (x *CancelSubscriptionRequest) GetOrgId() string

func (*CancelSubscriptionRequest) ProtoMessage added in v0.8.0

func (*CancelSubscriptionRequest) ProtoMessage()

func (*CancelSubscriptionRequest) ProtoReflect added in v0.8.0

func (*CancelSubscriptionRequest) Reset added in v0.8.0

func (x *CancelSubscriptionRequest) Reset()

func (*CancelSubscriptionRequest) String added in v0.8.0

func (x *CancelSubscriptionRequest) String() string

func (*CancelSubscriptionRequest) Validate added in v0.8.0

func (m *CancelSubscriptionRequest) Validate() error

Validate checks the field values on CancelSubscriptionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CancelSubscriptionRequest) ValidateAll added in v0.8.0

func (m *CancelSubscriptionRequest) ValidateAll() error

ValidateAll checks the field values on CancelSubscriptionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CancelSubscriptionRequestMultiError, or nil if none found.

type CancelSubscriptionRequestMultiError added in v0.8.0

type CancelSubscriptionRequestMultiError []error

CancelSubscriptionRequestMultiError is an error wrapping multiple validation errors returned by CancelSubscriptionRequest.ValidateAll() if the designated constraints aren't met.

func (CancelSubscriptionRequestMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (CancelSubscriptionRequestMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type CancelSubscriptionRequestValidationError added in v0.8.0

type CancelSubscriptionRequestValidationError struct {
	// contains filtered or unexported fields
}

CancelSubscriptionRequestValidationError is the validation error returned by CancelSubscriptionRequest.Validate if the designated constraints aren't met.

func (CancelSubscriptionRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (CancelSubscriptionRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (CancelSubscriptionRequestValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (CancelSubscriptionRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (CancelSubscriptionRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (CancelSubscriptionRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type CancelSubscriptionResponse added in v0.8.0

type CancelSubscriptionResponse struct {
	// contains filtered or unexported fields
}

func (*CancelSubscriptionResponse) Descriptor deprecated added in v0.8.0

func (*CancelSubscriptionResponse) Descriptor() ([]byte, []int)

Deprecated: Use CancelSubscriptionResponse.ProtoReflect.Descriptor instead.

func (*CancelSubscriptionResponse) ProtoMessage added in v0.8.0

func (*CancelSubscriptionResponse) ProtoMessage()

func (*CancelSubscriptionResponse) ProtoReflect added in v0.8.0

func (*CancelSubscriptionResponse) Reset added in v0.8.0

func (x *CancelSubscriptionResponse) Reset()

func (*CancelSubscriptionResponse) String added in v0.8.0

func (x *CancelSubscriptionResponse) String() string

func (*CancelSubscriptionResponse) Validate added in v0.8.0

func (m *CancelSubscriptionResponse) Validate() error

Validate checks the field values on CancelSubscriptionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CancelSubscriptionResponse) ValidateAll added in v0.8.0

func (m *CancelSubscriptionResponse) ValidateAll() error

ValidateAll checks the field values on CancelSubscriptionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CancelSubscriptionResponseMultiError, or nil if none found.

type CancelSubscriptionResponseMultiError added in v0.8.0

type CancelSubscriptionResponseMultiError []error

CancelSubscriptionResponseMultiError is an error wrapping multiple validation errors returned by CancelSubscriptionResponse.ValidateAll() if the designated constraints aren't met.

func (CancelSubscriptionResponseMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (CancelSubscriptionResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type CancelSubscriptionResponseValidationError added in v0.8.0

type CancelSubscriptionResponseValidationError struct {
	// contains filtered or unexported fields
}

CancelSubscriptionResponseValidationError is the validation error returned by CancelSubscriptionResponse.Validate if the designated constraints aren't met.

func (CancelSubscriptionResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (CancelSubscriptionResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (CancelSubscriptionResponseValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (CancelSubscriptionResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (CancelSubscriptionResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (CancelSubscriptionResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type ChangeSubscriptionRequest added in v0.8.19

type ChangeSubscriptionRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// ID of the billing account to update the subscription for
	BillingId string `protobuf:"bytes,2,opt,name=billing_id,json=billingId,proto3" json:"billing_id,omitempty"`
	// ID of the subscription to update
	Id string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	// plan to change to
	// deprecated in favor of plan_change
	//
	// Deprecated: Marked as deprecated in raystack/frontier/v1beta1/frontier.proto.
	Plan string `protobuf:"bytes,4,opt,name=plan,proto3" json:"plan,omitempty"`
	// should the change be immediate or at the end of the current billing period
	// deprecated in favor of plan_change
	//
	// Deprecated: Marked as deprecated in raystack/frontier/v1beta1/frontier.proto.
	Immediate bool `protobuf:"varint,5,opt,name=immediate,proto3" json:"immediate,omitempty"`
	// Types that are assignable to Change:
	//
	//	*ChangeSubscriptionRequest_PlanChange_
	//	*ChangeSubscriptionRequest_PhaseChange_
	Change isChangeSubscriptionRequest_Change `protobuf_oneof:"change"`
	// contains filtered or unexported fields
}

func (*ChangeSubscriptionRequest) Descriptor deprecated added in v0.8.19

func (*ChangeSubscriptionRequest) Descriptor() ([]byte, []int)

Deprecated: Use ChangeSubscriptionRequest.ProtoReflect.Descriptor instead.

func (*ChangeSubscriptionRequest) GetBillingId added in v0.8.19

func (x *ChangeSubscriptionRequest) GetBillingId() string

func (*ChangeSubscriptionRequest) GetChange added in v0.8.29

func (m *ChangeSubscriptionRequest) GetChange() isChangeSubscriptionRequest_Change

func (*ChangeSubscriptionRequest) GetId added in v0.8.19

func (x *ChangeSubscriptionRequest) GetId() string

func (*ChangeSubscriptionRequest) GetImmediate deprecated added in v0.8.19

func (x *ChangeSubscriptionRequest) GetImmediate() bool

Deprecated: Marked as deprecated in raystack/frontier/v1beta1/frontier.proto.

func (*ChangeSubscriptionRequest) GetOrgId added in v0.8.19

func (x *ChangeSubscriptionRequest) GetOrgId() string

func (*ChangeSubscriptionRequest) GetPhaseChange added in v0.8.29

func (*ChangeSubscriptionRequest) GetPlan deprecated added in v0.8.19

func (x *ChangeSubscriptionRequest) GetPlan() string

Deprecated: Marked as deprecated in raystack/frontier/v1beta1/frontier.proto.

func (*ChangeSubscriptionRequest) GetPlanChange added in v0.8.29

func (*ChangeSubscriptionRequest) ProtoMessage added in v0.8.19

func (*ChangeSubscriptionRequest) ProtoMessage()

func (*ChangeSubscriptionRequest) ProtoReflect added in v0.8.19

func (*ChangeSubscriptionRequest) Reset added in v0.8.19

func (x *ChangeSubscriptionRequest) Reset()

func (*ChangeSubscriptionRequest) String added in v0.8.19

func (x *ChangeSubscriptionRequest) String() string

func (*ChangeSubscriptionRequest) Validate added in v0.8.19

func (m *ChangeSubscriptionRequest) Validate() error

Validate checks the field values on ChangeSubscriptionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ChangeSubscriptionRequest) ValidateAll added in v0.8.19

func (m *ChangeSubscriptionRequest) ValidateAll() error

ValidateAll checks the field values on ChangeSubscriptionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChangeSubscriptionRequestMultiError, or nil if none found.

type ChangeSubscriptionRequestMultiError added in v0.8.19

type ChangeSubscriptionRequestMultiError []error

ChangeSubscriptionRequestMultiError is an error wrapping multiple validation errors returned by ChangeSubscriptionRequest.ValidateAll() if the designated constraints aren't met.

func (ChangeSubscriptionRequestMultiError) AllErrors added in v0.8.19

AllErrors returns a list of validation violation errors.

func (ChangeSubscriptionRequestMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type ChangeSubscriptionRequestValidationError added in v0.8.19

type ChangeSubscriptionRequestValidationError struct {
	// contains filtered or unexported fields
}

ChangeSubscriptionRequestValidationError is the validation error returned by ChangeSubscriptionRequest.Validate if the designated constraints aren't met.

func (ChangeSubscriptionRequestValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (ChangeSubscriptionRequestValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (ChangeSubscriptionRequestValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (ChangeSubscriptionRequestValidationError) Field added in v0.8.19

Field function returns field value.

func (ChangeSubscriptionRequestValidationError) Key added in v0.8.19

Key function returns key value.

func (ChangeSubscriptionRequestValidationError) Reason added in v0.8.19

Reason function returns reason value.

type ChangeSubscriptionRequest_PhaseChange added in v0.8.29

type ChangeSubscriptionRequest_PhaseChange struct {

	// should the upcoming changes be cancelled
	CancelUpcomingChanges bool `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ChangeSubscriptionRequest_PhaseChange) Descriptor deprecated added in v0.8.29

func (*ChangeSubscriptionRequest_PhaseChange) Descriptor() ([]byte, []int)

Deprecated: Use ChangeSubscriptionRequest_PhaseChange.ProtoReflect.Descriptor instead.

func (*ChangeSubscriptionRequest_PhaseChange) GetCancelUpcomingChanges added in v0.8.29

func (x *ChangeSubscriptionRequest_PhaseChange) GetCancelUpcomingChanges() bool

func (*ChangeSubscriptionRequest_PhaseChange) ProtoMessage added in v0.8.29

func (*ChangeSubscriptionRequest_PhaseChange) ProtoMessage()

func (*ChangeSubscriptionRequest_PhaseChange) ProtoReflect added in v0.8.29

func (*ChangeSubscriptionRequest_PhaseChange) Reset added in v0.8.29

func (*ChangeSubscriptionRequest_PhaseChange) String added in v0.8.29

func (*ChangeSubscriptionRequest_PhaseChange) Validate added in v0.8.29

Validate checks the field values on ChangeSubscriptionRequest_PhaseChange with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ChangeSubscriptionRequest_PhaseChange) ValidateAll added in v0.8.29

ValidateAll checks the field values on ChangeSubscriptionRequest_PhaseChange with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChangeSubscriptionRequest_PhaseChangeMultiError, or nil if none found.

type ChangeSubscriptionRequest_PhaseChangeMultiError added in v0.8.29

type ChangeSubscriptionRequest_PhaseChangeMultiError []error

ChangeSubscriptionRequest_PhaseChangeMultiError is an error wrapping multiple validation errors returned by ChangeSubscriptionRequest_PhaseChange.ValidateAll() if the designated constraints aren't met.

func (ChangeSubscriptionRequest_PhaseChangeMultiError) AllErrors added in v0.8.29

AllErrors returns a list of validation violation errors.

func (ChangeSubscriptionRequest_PhaseChangeMultiError) Error added in v0.8.29

Error returns a concatenation of all the error messages it wraps.

type ChangeSubscriptionRequest_PhaseChangeValidationError added in v0.8.29

type ChangeSubscriptionRequest_PhaseChangeValidationError struct {
	// contains filtered or unexported fields
}

ChangeSubscriptionRequest_PhaseChangeValidationError is the validation error returned by ChangeSubscriptionRequest_PhaseChange.Validate if the designated constraints aren't met.

func (ChangeSubscriptionRequest_PhaseChangeValidationError) Cause added in v0.8.29

Cause function returns cause value.

func (ChangeSubscriptionRequest_PhaseChangeValidationError) Error added in v0.8.29

Error satisfies the builtin error interface

func (ChangeSubscriptionRequest_PhaseChangeValidationError) ErrorName added in v0.8.29

ErrorName returns error name.

func (ChangeSubscriptionRequest_PhaseChangeValidationError) Field added in v0.8.29

Field function returns field value.

func (ChangeSubscriptionRequest_PhaseChangeValidationError) Key added in v0.8.29

Key function returns key value.

func (ChangeSubscriptionRequest_PhaseChangeValidationError) Reason added in v0.8.29

Reason function returns reason value.

type ChangeSubscriptionRequest_PhaseChange_ added in v0.8.29

type ChangeSubscriptionRequest_PhaseChange_ struct {
	PhaseChange *ChangeSubscriptionRequest_PhaseChange `protobuf:"bytes,7,opt,name=phase_change,json=phaseChange,proto3,oneof"`
}

type ChangeSubscriptionRequest_PlanChange added in v0.8.29

type ChangeSubscriptionRequest_PlanChange struct {

	// plan to change to
	Plan string `protobuf:"bytes,1,opt,name=plan,proto3" json:"plan,omitempty"`
	// should the change be immediate or at the end of the current billing period
	Immediate bool `protobuf:"varint,2,opt,name=immediate,proto3" json:"immediate,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeSubscriptionRequest_PlanChange) Descriptor deprecated added in v0.8.29

func (*ChangeSubscriptionRequest_PlanChange) Descriptor() ([]byte, []int)

Deprecated: Use ChangeSubscriptionRequest_PlanChange.ProtoReflect.Descriptor instead.

func (*ChangeSubscriptionRequest_PlanChange) GetImmediate added in v0.8.29

func (x *ChangeSubscriptionRequest_PlanChange) GetImmediate() bool

func (*ChangeSubscriptionRequest_PlanChange) GetPlan added in v0.8.29

func (*ChangeSubscriptionRequest_PlanChange) ProtoMessage added in v0.8.29

func (*ChangeSubscriptionRequest_PlanChange) ProtoMessage()

func (*ChangeSubscriptionRequest_PlanChange) ProtoReflect added in v0.8.29

func (*ChangeSubscriptionRequest_PlanChange) Reset added in v0.8.29

func (*ChangeSubscriptionRequest_PlanChange) String added in v0.8.29

func (*ChangeSubscriptionRequest_PlanChange) Validate added in v0.8.29

Validate checks the field values on ChangeSubscriptionRequest_PlanChange with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ChangeSubscriptionRequest_PlanChange) ValidateAll added in v0.8.29

ValidateAll checks the field values on ChangeSubscriptionRequest_PlanChange with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChangeSubscriptionRequest_PlanChangeMultiError, or nil if none found.

type ChangeSubscriptionRequest_PlanChangeMultiError added in v0.8.29

type ChangeSubscriptionRequest_PlanChangeMultiError []error

ChangeSubscriptionRequest_PlanChangeMultiError is an error wrapping multiple validation errors returned by ChangeSubscriptionRequest_PlanChange.ValidateAll() if the designated constraints aren't met.

func (ChangeSubscriptionRequest_PlanChangeMultiError) AllErrors added in v0.8.29

AllErrors returns a list of validation violation errors.

func (ChangeSubscriptionRequest_PlanChangeMultiError) Error added in v0.8.29

Error returns a concatenation of all the error messages it wraps.

type ChangeSubscriptionRequest_PlanChangeValidationError added in v0.8.29

type ChangeSubscriptionRequest_PlanChangeValidationError struct {
	// contains filtered or unexported fields
}

ChangeSubscriptionRequest_PlanChangeValidationError is the validation error returned by ChangeSubscriptionRequest_PlanChange.Validate if the designated constraints aren't met.

func (ChangeSubscriptionRequest_PlanChangeValidationError) Cause added in v0.8.29

Cause function returns cause value.

func (ChangeSubscriptionRequest_PlanChangeValidationError) Error added in v0.8.29

Error satisfies the builtin error interface

func (ChangeSubscriptionRequest_PlanChangeValidationError) ErrorName added in v0.8.29

ErrorName returns error name.

func (ChangeSubscriptionRequest_PlanChangeValidationError) Field added in v0.8.29

Field function returns field value.

func (ChangeSubscriptionRequest_PlanChangeValidationError) Key added in v0.8.29

Key function returns key value.

func (ChangeSubscriptionRequest_PlanChangeValidationError) Reason added in v0.8.29

Reason function returns reason value.

type ChangeSubscriptionRequest_PlanChange_ added in v0.8.29

type ChangeSubscriptionRequest_PlanChange_ struct {
	PlanChange *ChangeSubscriptionRequest_PlanChange `protobuf:"bytes,6,opt,name=plan_change,json=planChange,proto3,oneof"`
}

type ChangeSubscriptionResponse added in v0.8.19

type ChangeSubscriptionResponse struct {
	Phase *Subscription_Phase `protobuf:"bytes,1,opt,name=phase,proto3" json:"phase,omitempty"`
	// contains filtered or unexported fields
}

func (*ChangeSubscriptionResponse) Descriptor deprecated added in v0.8.19

func (*ChangeSubscriptionResponse) Descriptor() ([]byte, []int)

Deprecated: Use ChangeSubscriptionResponse.ProtoReflect.Descriptor instead.

func (*ChangeSubscriptionResponse) GetPhase added in v0.8.19

func (*ChangeSubscriptionResponse) ProtoMessage added in v0.8.19

func (*ChangeSubscriptionResponse) ProtoMessage()

func (*ChangeSubscriptionResponse) ProtoReflect added in v0.8.19

func (*ChangeSubscriptionResponse) Reset added in v0.8.19

func (x *ChangeSubscriptionResponse) Reset()

func (*ChangeSubscriptionResponse) String added in v0.8.19

func (x *ChangeSubscriptionResponse) String() string

func (*ChangeSubscriptionResponse) Validate added in v0.8.19

func (m *ChangeSubscriptionResponse) Validate() error

Validate checks the field values on ChangeSubscriptionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ChangeSubscriptionResponse) ValidateAll added in v0.8.19

func (m *ChangeSubscriptionResponse) ValidateAll() error

ValidateAll checks the field values on ChangeSubscriptionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ChangeSubscriptionResponseMultiError, or nil if none found.

type ChangeSubscriptionResponseMultiError added in v0.8.19

type ChangeSubscriptionResponseMultiError []error

ChangeSubscriptionResponseMultiError is an error wrapping multiple validation errors returned by ChangeSubscriptionResponse.ValidateAll() if the designated constraints aren't met.

func (ChangeSubscriptionResponseMultiError) AllErrors added in v0.8.19

AllErrors returns a list of validation violation errors.

func (ChangeSubscriptionResponseMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type ChangeSubscriptionResponseValidationError added in v0.8.19

type ChangeSubscriptionResponseValidationError struct {
	// contains filtered or unexported fields
}

ChangeSubscriptionResponseValidationError is the validation error returned by ChangeSubscriptionResponse.Validate if the designated constraints aren't met.

func (ChangeSubscriptionResponseValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (ChangeSubscriptionResponseValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (ChangeSubscriptionResponseValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (ChangeSubscriptionResponseValidationError) Field added in v0.8.19

Field function returns field value.

func (ChangeSubscriptionResponseValidationError) Key added in v0.8.19

Key function returns key value.

func (ChangeSubscriptionResponseValidationError) Reason added in v0.8.19

Reason function returns reason value.

type CheckFeatureEntitlementRequest added in v0.8.0

type CheckFeatureEntitlementRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// ID of the billing account to update the subscription for
	BillingId string `protobuf:"bytes,2,opt,name=billing_id,json=billingId,proto3" json:"billing_id,omitempty"`
	// either provide billing_id of the org or API can infer the default
	// billing ID from either org_id or project_id, not both
	ProjectId string `protobuf:"bytes,4,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// feature or product name
	Feature string `protobuf:"bytes,3,opt,name=feature,proto3" json:"feature,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckFeatureEntitlementRequest) Descriptor deprecated added in v0.8.0

func (*CheckFeatureEntitlementRequest) Descriptor() ([]byte, []int)

Deprecated: Use CheckFeatureEntitlementRequest.ProtoReflect.Descriptor instead.

func (*CheckFeatureEntitlementRequest) GetBillingId added in v0.8.0

func (x *CheckFeatureEntitlementRequest) GetBillingId() string

func (*CheckFeatureEntitlementRequest) GetFeature added in v0.8.0

func (x *CheckFeatureEntitlementRequest) GetFeature() string

func (*CheckFeatureEntitlementRequest) GetOrgId added in v0.8.0

func (x *CheckFeatureEntitlementRequest) GetOrgId() string

func (*CheckFeatureEntitlementRequest) GetProjectId added in v0.8.36

func (x *CheckFeatureEntitlementRequest) GetProjectId() string

func (*CheckFeatureEntitlementRequest) ProtoMessage added in v0.8.0

func (*CheckFeatureEntitlementRequest) ProtoMessage()

func (*CheckFeatureEntitlementRequest) ProtoReflect added in v0.8.0

func (*CheckFeatureEntitlementRequest) Reset added in v0.8.0

func (x *CheckFeatureEntitlementRequest) Reset()

func (*CheckFeatureEntitlementRequest) String added in v0.8.0

func (*CheckFeatureEntitlementRequest) Validate added in v0.8.0

func (m *CheckFeatureEntitlementRequest) Validate() error

Validate checks the field values on CheckFeatureEntitlementRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CheckFeatureEntitlementRequest) ValidateAll added in v0.8.0

func (m *CheckFeatureEntitlementRequest) ValidateAll() error

ValidateAll checks the field values on CheckFeatureEntitlementRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CheckFeatureEntitlementRequestMultiError, or nil if none found.

type CheckFeatureEntitlementRequestMultiError added in v0.8.0

type CheckFeatureEntitlementRequestMultiError []error

CheckFeatureEntitlementRequestMultiError is an error wrapping multiple validation errors returned by CheckFeatureEntitlementRequest.ValidateAll() if the designated constraints aren't met.

func (CheckFeatureEntitlementRequestMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (CheckFeatureEntitlementRequestMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type CheckFeatureEntitlementRequestValidationError added in v0.8.0

type CheckFeatureEntitlementRequestValidationError struct {
	// contains filtered or unexported fields
}

CheckFeatureEntitlementRequestValidationError is the validation error returned by CheckFeatureEntitlementRequest.Validate if the designated constraints aren't met.

func (CheckFeatureEntitlementRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (CheckFeatureEntitlementRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (CheckFeatureEntitlementRequestValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (CheckFeatureEntitlementRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (CheckFeatureEntitlementRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (CheckFeatureEntitlementRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type CheckFeatureEntitlementResponse added in v0.8.0

type CheckFeatureEntitlementResponse struct {
	Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckFeatureEntitlementResponse) Descriptor deprecated added in v0.8.0

func (*CheckFeatureEntitlementResponse) Descriptor() ([]byte, []int)

Deprecated: Use CheckFeatureEntitlementResponse.ProtoReflect.Descriptor instead.

func (*CheckFeatureEntitlementResponse) GetStatus added in v0.8.0

func (x *CheckFeatureEntitlementResponse) GetStatus() bool

func (*CheckFeatureEntitlementResponse) ProtoMessage added in v0.8.0

func (*CheckFeatureEntitlementResponse) ProtoMessage()

func (*CheckFeatureEntitlementResponse) ProtoReflect added in v0.8.0

func (*CheckFeatureEntitlementResponse) Reset added in v0.8.0

func (*CheckFeatureEntitlementResponse) String added in v0.8.0

func (*CheckFeatureEntitlementResponse) Validate added in v0.8.0

func (m *CheckFeatureEntitlementResponse) Validate() error

Validate checks the field values on CheckFeatureEntitlementResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CheckFeatureEntitlementResponse) ValidateAll added in v0.8.0

func (m *CheckFeatureEntitlementResponse) ValidateAll() error

ValidateAll checks the field values on CheckFeatureEntitlementResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CheckFeatureEntitlementResponseMultiError, or nil if none found.

type CheckFeatureEntitlementResponseMultiError added in v0.8.0

type CheckFeatureEntitlementResponseMultiError []error

CheckFeatureEntitlementResponseMultiError is an error wrapping multiple validation errors returned by CheckFeatureEntitlementResponse.ValidateAll() if the designated constraints aren't met.

func (CheckFeatureEntitlementResponseMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (CheckFeatureEntitlementResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type CheckFeatureEntitlementResponseValidationError added in v0.8.0

type CheckFeatureEntitlementResponseValidationError struct {
	// contains filtered or unexported fields
}

CheckFeatureEntitlementResponseValidationError is the validation error returned by CheckFeatureEntitlementResponse.Validate if the designated constraints aren't met.

func (CheckFeatureEntitlementResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (CheckFeatureEntitlementResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (CheckFeatureEntitlementResponseValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (CheckFeatureEntitlementResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (CheckFeatureEntitlementResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (CheckFeatureEntitlementResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type CheckFederatedResourcePermissionRequest added in v0.8.0

type CheckFederatedResourcePermissionRequest struct {
	Subject    string `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"`
	Resource   string `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	Permission string `protobuf:"bytes,3,opt,name=permission,proto3" json:"permission,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckFederatedResourcePermissionRequest) Descriptor deprecated added in v0.8.0

func (*CheckFederatedResourcePermissionRequest) Descriptor() ([]byte, []int)

Deprecated: Use CheckFederatedResourcePermissionRequest.ProtoReflect.Descriptor instead.

func (*CheckFederatedResourcePermissionRequest) GetPermission added in v0.8.0

func (*CheckFederatedResourcePermissionRequest) GetResource added in v0.8.0

func (*CheckFederatedResourcePermissionRequest) GetSubject added in v0.8.0

func (*CheckFederatedResourcePermissionRequest) ProtoMessage added in v0.8.0

func (*CheckFederatedResourcePermissionRequest) ProtoReflect added in v0.8.0

func (*CheckFederatedResourcePermissionRequest) Reset added in v0.8.0

func (*CheckFederatedResourcePermissionRequest) String added in v0.8.0

func (*CheckFederatedResourcePermissionRequest) Validate added in v0.8.0

Validate checks the field values on CheckFederatedResourcePermissionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CheckFederatedResourcePermissionRequest) ValidateAll added in v0.8.0

ValidateAll checks the field values on CheckFederatedResourcePermissionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CheckFederatedResourcePermissionRequestMultiError, or nil if none found.

type CheckFederatedResourcePermissionRequestMultiError added in v0.8.0

type CheckFederatedResourcePermissionRequestMultiError []error

CheckFederatedResourcePermissionRequestMultiError is an error wrapping multiple validation errors returned by CheckFederatedResourcePermissionRequest.ValidateAll() if the designated constraints aren't met.

func (CheckFederatedResourcePermissionRequestMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (CheckFederatedResourcePermissionRequestMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type CheckFederatedResourcePermissionRequestValidationError added in v0.8.0

type CheckFederatedResourcePermissionRequestValidationError struct {
	// contains filtered or unexported fields
}

CheckFederatedResourcePermissionRequestValidationError is the validation error returned by CheckFederatedResourcePermissionRequest.Validate if the designated constraints aren't met.

func (CheckFederatedResourcePermissionRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (CheckFederatedResourcePermissionRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (CheckFederatedResourcePermissionRequestValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (CheckFederatedResourcePermissionRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (CheckFederatedResourcePermissionRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (CheckFederatedResourcePermissionRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type CheckFederatedResourcePermissionResponse added in v0.8.0

type CheckFederatedResourcePermissionResponse struct {
	Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckFederatedResourcePermissionResponse) Descriptor deprecated added in v0.8.0

func (*CheckFederatedResourcePermissionResponse) Descriptor() ([]byte, []int)

Deprecated: Use CheckFederatedResourcePermissionResponse.ProtoReflect.Descriptor instead.

func (*CheckFederatedResourcePermissionResponse) GetStatus added in v0.8.0

func (*CheckFederatedResourcePermissionResponse) ProtoMessage added in v0.8.0

func (*CheckFederatedResourcePermissionResponse) ProtoReflect added in v0.8.0

func (*CheckFederatedResourcePermissionResponse) Reset added in v0.8.0

func (*CheckFederatedResourcePermissionResponse) String added in v0.8.0

func (*CheckFederatedResourcePermissionResponse) Validate added in v0.8.0

Validate checks the field values on CheckFederatedResourcePermissionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CheckFederatedResourcePermissionResponse) ValidateAll added in v0.8.0

ValidateAll checks the field values on CheckFederatedResourcePermissionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CheckFederatedResourcePermissionResponseMultiError, or nil if none found.

type CheckFederatedResourcePermissionResponseMultiError added in v0.8.0

type CheckFederatedResourcePermissionResponseMultiError []error

CheckFederatedResourcePermissionResponseMultiError is an error wrapping multiple validation errors returned by CheckFederatedResourcePermissionResponse.ValidateAll() if the designated constraints aren't met.

func (CheckFederatedResourcePermissionResponseMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (CheckFederatedResourcePermissionResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type CheckFederatedResourcePermissionResponseValidationError added in v0.8.0

type CheckFederatedResourcePermissionResponseValidationError struct {
	// contains filtered or unexported fields
}

CheckFederatedResourcePermissionResponseValidationError is the validation error returned by CheckFederatedResourcePermissionResponse.Validate if the designated constraints aren't met.

func (CheckFederatedResourcePermissionResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (CheckFederatedResourcePermissionResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (CheckFederatedResourcePermissionResponseValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (CheckFederatedResourcePermissionResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (CheckFederatedResourcePermissionResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (CheckFederatedResourcePermissionResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type CheckResourcePermissionRequest

type CheckResourcePermissionRequest struct {

	// Deprecated: Marked as deprecated in raystack/frontier/v1beta1/frontier.proto.
	ObjectId string `protobuf:"bytes,1,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	// Deprecated: Marked as deprecated in raystack/frontier/v1beta1/frontier.proto.
	ObjectNamespace string `protobuf:"bytes,2,opt,name=object_namespace,json=objectNamespace,proto3" json:"object_namespace,omitempty"`
	Permission      string `protobuf:"bytes,3,opt,name=permission,proto3" json:"permission,omitempty"`
	Resource        string `protobuf:"bytes,4,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckResourcePermissionRequest) Descriptor deprecated

func (*CheckResourcePermissionRequest) Descriptor() ([]byte, []int)

Deprecated: Use CheckResourcePermissionRequest.ProtoReflect.Descriptor instead.

func (*CheckResourcePermissionRequest) GetObjectId deprecated

func (x *CheckResourcePermissionRequest) GetObjectId() string

Deprecated: Marked as deprecated in raystack/frontier/v1beta1/frontier.proto.

func (*CheckResourcePermissionRequest) GetObjectNamespace deprecated

func (x *CheckResourcePermissionRequest) GetObjectNamespace() string

Deprecated: Marked as deprecated in raystack/frontier/v1beta1/frontier.proto.

func (*CheckResourcePermissionRequest) GetPermission

func (x *CheckResourcePermissionRequest) GetPermission() string

func (*CheckResourcePermissionRequest) GetResource

func (x *CheckResourcePermissionRequest) GetResource() string

func (*CheckResourcePermissionRequest) ProtoMessage

func (*CheckResourcePermissionRequest) ProtoMessage()

func (*CheckResourcePermissionRequest) ProtoReflect

func (*CheckResourcePermissionRequest) Reset

func (x *CheckResourcePermissionRequest) Reset()

func (*CheckResourcePermissionRequest) String

func (*CheckResourcePermissionRequest) Validate

func (m *CheckResourcePermissionRequest) Validate() error

Validate checks the field values on CheckResourcePermissionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CheckResourcePermissionRequest) ValidateAll

func (m *CheckResourcePermissionRequest) ValidateAll() error

ValidateAll checks the field values on CheckResourcePermissionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CheckResourcePermissionRequestMultiError, or nil if none found.

type CheckResourcePermissionRequestMultiError

type CheckResourcePermissionRequestMultiError []error

CheckResourcePermissionRequestMultiError is an error wrapping multiple validation errors returned by CheckResourcePermissionRequest.ValidateAll() if the designated constraints aren't met.

func (CheckResourcePermissionRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CheckResourcePermissionRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CheckResourcePermissionRequestValidationError

type CheckResourcePermissionRequestValidationError struct {
	// contains filtered or unexported fields
}

CheckResourcePermissionRequestValidationError is the validation error returned by CheckResourcePermissionRequest.Validate if the designated constraints aren't met.

func (CheckResourcePermissionRequestValidationError) Cause

Cause function returns cause value.

func (CheckResourcePermissionRequestValidationError) Error

Error satisfies the builtin error interface

func (CheckResourcePermissionRequestValidationError) ErrorName

ErrorName returns error name.

func (CheckResourcePermissionRequestValidationError) Field

Field function returns field value.

func (CheckResourcePermissionRequestValidationError) Key

Key function returns key value.

func (CheckResourcePermissionRequestValidationError) Reason

Reason function returns reason value.

type CheckResourcePermissionResponse

type CheckResourcePermissionResponse struct {
	Status bool `protobuf:"varint,1,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckResourcePermissionResponse) Descriptor deprecated

func (*CheckResourcePermissionResponse) Descriptor() ([]byte, []int)

Deprecated: Use CheckResourcePermissionResponse.ProtoReflect.Descriptor instead.

func (*CheckResourcePermissionResponse) GetStatus

func (x *CheckResourcePermissionResponse) GetStatus() bool

func (*CheckResourcePermissionResponse) ProtoMessage

func (*CheckResourcePermissionResponse) ProtoMessage()

func (*CheckResourcePermissionResponse) ProtoReflect

func (*CheckResourcePermissionResponse) Reset

func (*CheckResourcePermissionResponse) String

func (*CheckResourcePermissionResponse) Validate

func (m *CheckResourcePermissionResponse) Validate() error

Validate checks the field values on CheckResourcePermissionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CheckResourcePermissionResponse) ValidateAll

func (m *CheckResourcePermissionResponse) ValidateAll() error

ValidateAll checks the field values on CheckResourcePermissionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CheckResourcePermissionResponseMultiError, or nil if none found.

type CheckResourcePermissionResponseMultiError

type CheckResourcePermissionResponseMultiError []error

CheckResourcePermissionResponseMultiError is an error wrapping multiple validation errors returned by CheckResourcePermissionResponse.ValidateAll() if the designated constraints aren't met.

func (CheckResourcePermissionResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CheckResourcePermissionResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CheckResourcePermissionResponseValidationError

type CheckResourcePermissionResponseValidationError struct {
	// contains filtered or unexported fields
}

CheckResourcePermissionResponseValidationError is the validation error returned by CheckResourcePermissionResponse.Validate if the designated constraints aren't met.

func (CheckResourcePermissionResponseValidationError) Cause

Cause function returns cause value.

func (CheckResourcePermissionResponseValidationError) Error

Error satisfies the builtin error interface

func (CheckResourcePermissionResponseValidationError) ErrorName

ErrorName returns error name.

func (CheckResourcePermissionResponseValidationError) Field

Field function returns field value.

func (CheckResourcePermissionResponseValidationError) Key

Key function returns key value.

func (CheckResourcePermissionResponseValidationError) Reason

Reason function returns reason value.

type CheckoutProductBody added in v0.8.14

type CheckoutProductBody struct {
	Product  string `protobuf:"bytes,1,opt,name=product,proto3" json:"product,omitempty"`
	Quantity int64  `protobuf:"varint,2,opt,name=quantity,proto3" json:"quantity,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckoutProductBody) Descriptor deprecated added in v0.8.14

func (*CheckoutProductBody) Descriptor() ([]byte, []int)

Deprecated: Use CheckoutProductBody.ProtoReflect.Descriptor instead.

func (*CheckoutProductBody) GetProduct added in v0.8.14

func (x *CheckoutProductBody) GetProduct() string

func (*CheckoutProductBody) GetQuantity added in v0.9.2

func (x *CheckoutProductBody) GetQuantity() int64

func (*CheckoutProductBody) ProtoMessage added in v0.8.14

func (*CheckoutProductBody) ProtoMessage()

func (*CheckoutProductBody) ProtoReflect added in v0.8.14

func (x *CheckoutProductBody) ProtoReflect() protoreflect.Message

func (*CheckoutProductBody) Reset added in v0.8.14

func (x *CheckoutProductBody) Reset()

func (*CheckoutProductBody) String added in v0.8.14

func (x *CheckoutProductBody) String() string

func (*CheckoutProductBody) Validate added in v0.8.14

func (m *CheckoutProductBody) Validate() error

Validate checks the field values on CheckoutProductBody with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CheckoutProductBody) ValidateAll added in v0.8.14

func (m *CheckoutProductBody) ValidateAll() error

ValidateAll checks the field values on CheckoutProductBody with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CheckoutProductBodyMultiError, or nil if none found.

type CheckoutProductBodyMultiError added in v0.8.14

type CheckoutProductBodyMultiError []error

CheckoutProductBodyMultiError is an error wrapping multiple validation errors returned by CheckoutProductBody.ValidateAll() if the designated constraints aren't met.

func (CheckoutProductBodyMultiError) AllErrors added in v0.8.14

func (m CheckoutProductBodyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CheckoutProductBodyMultiError) Error added in v0.8.14

Error returns a concatenation of all the error messages it wraps.

type CheckoutProductBodyValidationError added in v0.8.14

type CheckoutProductBodyValidationError struct {
	// contains filtered or unexported fields
}

CheckoutProductBodyValidationError is the validation error returned by CheckoutProductBody.Validate if the designated constraints aren't met.

func (CheckoutProductBodyValidationError) Cause added in v0.8.14

Cause function returns cause value.

func (CheckoutProductBodyValidationError) Error added in v0.8.14

Error satisfies the builtin error interface

func (CheckoutProductBodyValidationError) ErrorName added in v0.8.14

ErrorName returns error name.

func (CheckoutProductBodyValidationError) Field added in v0.8.14

Field function returns field value.

func (CheckoutProductBodyValidationError) Key added in v0.8.14

Key function returns key value.

func (CheckoutProductBodyValidationError) Reason added in v0.8.14

Reason function returns reason value.

type CheckoutSession added in v0.8.0

type CheckoutSession struct {
	Id          string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CheckoutUrl string                 `protobuf:"bytes,2,opt,name=checkout_url,json=checkoutUrl,proto3" json:"checkout_url,omitempty"`
	SuccessUrl  string                 `protobuf:"bytes,3,opt,name=success_url,json=successUrl,proto3" json:"success_url,omitempty"`
	CancelUrl   string                 `protobuf:"bytes,4,opt,name=cancel_url,json=cancelUrl,proto3" json:"cancel_url,omitempty"`
	State       string                 `protobuf:"bytes,5,opt,name=state,proto3" json:"state,omitempty"`
	Plan        string                 `protobuf:"bytes,6,opt,name=plan,proto3" json:"plan,omitempty"`
	Product     string                 `protobuf:"bytes,7,opt,name=product,proto3" json:"product,omitempty"`
	Metadata    *structpb.Struct       `protobuf:"bytes,10,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt   *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	ExpireAt    *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=expire_at,json=expireAt,proto3" json:"expire_at,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckoutSession) Descriptor deprecated added in v0.8.0

func (*CheckoutSession) Descriptor() ([]byte, []int)

Deprecated: Use CheckoutSession.ProtoReflect.Descriptor instead.

func (*CheckoutSession) GetCancelUrl added in v0.8.0

func (x *CheckoutSession) GetCancelUrl() string

func (*CheckoutSession) GetCheckoutUrl added in v0.8.0

func (x *CheckoutSession) GetCheckoutUrl() string

func (*CheckoutSession) GetCreatedAt added in v0.8.0

func (x *CheckoutSession) GetCreatedAt() *timestamppb.Timestamp

func (*CheckoutSession) GetExpireAt added in v0.8.0

func (x *CheckoutSession) GetExpireAt() *timestamppb.Timestamp

func (*CheckoutSession) GetId added in v0.8.0

func (x *CheckoutSession) GetId() string

func (*CheckoutSession) GetMetadata added in v0.8.0

func (x *CheckoutSession) GetMetadata() *structpb.Struct

func (*CheckoutSession) GetPlan added in v0.8.19

func (x *CheckoutSession) GetPlan() string

func (*CheckoutSession) GetProduct added in v0.8.19

func (x *CheckoutSession) GetProduct() string

func (*CheckoutSession) GetState added in v0.8.0

func (x *CheckoutSession) GetState() string

func (*CheckoutSession) GetSuccessUrl added in v0.8.0

func (x *CheckoutSession) GetSuccessUrl() string

func (*CheckoutSession) GetUpdatedAt added in v0.8.0

func (x *CheckoutSession) GetUpdatedAt() *timestamppb.Timestamp

func (*CheckoutSession) ProtoMessage added in v0.8.0

func (*CheckoutSession) ProtoMessage()

func (*CheckoutSession) ProtoReflect added in v0.8.0

func (x *CheckoutSession) ProtoReflect() protoreflect.Message

func (*CheckoutSession) Reset added in v0.8.0

func (x *CheckoutSession) Reset()

func (*CheckoutSession) String added in v0.8.0

func (x *CheckoutSession) String() string

func (*CheckoutSession) Validate added in v0.8.0

func (m *CheckoutSession) Validate() error

Validate checks the field values on CheckoutSession with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CheckoutSession) ValidateAll added in v0.8.0

func (m *CheckoutSession) ValidateAll() error

ValidateAll checks the field values on CheckoutSession with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CheckoutSessionMultiError, or nil if none found.

type CheckoutSessionMultiError added in v0.8.0

type CheckoutSessionMultiError []error

CheckoutSessionMultiError is an error wrapping multiple validation errors returned by CheckoutSession.ValidateAll() if the designated constraints aren't met.

func (CheckoutSessionMultiError) AllErrors added in v0.8.0

func (m CheckoutSessionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CheckoutSessionMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type CheckoutSessionValidationError added in v0.8.0

type CheckoutSessionValidationError struct {
	// contains filtered or unexported fields
}

CheckoutSessionValidationError is the validation error returned by CheckoutSession.Validate if the designated constraints aren't met.

func (CheckoutSessionValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (CheckoutSessionValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (CheckoutSessionValidationError) ErrorName added in v0.8.0

func (e CheckoutSessionValidationError) ErrorName() string

ErrorName returns error name.

func (CheckoutSessionValidationError) Field added in v0.8.0

Field function returns field value.

func (CheckoutSessionValidationError) Key added in v0.8.0

Key function returns key value.

func (CheckoutSessionValidationError) Reason added in v0.8.0

Reason function returns reason value.

type CheckoutSetupBody added in v0.8.16

type CheckoutSetupBody struct {
	PaymentMethod bool `protobuf:"varint,1,opt,name=payment_method,json=paymentMethod,proto3" json:"payment_method,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckoutSetupBody) Descriptor deprecated added in v0.8.16

func (*CheckoutSetupBody) Descriptor() ([]byte, []int)

Deprecated: Use CheckoutSetupBody.ProtoReflect.Descriptor instead.

func (*CheckoutSetupBody) GetPaymentMethod added in v0.8.16

func (x *CheckoutSetupBody) GetPaymentMethod() bool

func (*CheckoutSetupBody) ProtoMessage added in v0.8.16

func (*CheckoutSetupBody) ProtoMessage()

func (*CheckoutSetupBody) ProtoReflect added in v0.8.16

func (x *CheckoutSetupBody) ProtoReflect() protoreflect.Message

func (*CheckoutSetupBody) Reset added in v0.8.16

func (x *CheckoutSetupBody) Reset()

func (*CheckoutSetupBody) String added in v0.8.16

func (x *CheckoutSetupBody) String() string

func (*CheckoutSetupBody) Validate added in v0.8.16

func (m *CheckoutSetupBody) Validate() error

Validate checks the field values on CheckoutSetupBody with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CheckoutSetupBody) ValidateAll added in v0.8.16

func (m *CheckoutSetupBody) ValidateAll() error

ValidateAll checks the field values on CheckoutSetupBody with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CheckoutSetupBodyMultiError, or nil if none found.

type CheckoutSetupBodyMultiError added in v0.8.16

type CheckoutSetupBodyMultiError []error

CheckoutSetupBodyMultiError is an error wrapping multiple validation errors returned by CheckoutSetupBody.ValidateAll() if the designated constraints aren't met.

func (CheckoutSetupBodyMultiError) AllErrors added in v0.8.16

func (m CheckoutSetupBodyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CheckoutSetupBodyMultiError) Error added in v0.8.16

Error returns a concatenation of all the error messages it wraps.

type CheckoutSetupBodyValidationError added in v0.8.16

type CheckoutSetupBodyValidationError struct {
	// contains filtered or unexported fields
}

CheckoutSetupBodyValidationError is the validation error returned by CheckoutSetupBody.Validate if the designated constraints aren't met.

func (CheckoutSetupBodyValidationError) Cause added in v0.8.16

Cause function returns cause value.

func (CheckoutSetupBodyValidationError) Error added in v0.8.16

Error satisfies the builtin error interface

func (CheckoutSetupBodyValidationError) ErrorName added in v0.8.16

ErrorName returns error name.

func (CheckoutSetupBodyValidationError) Field added in v0.8.16

Field function returns field value.

func (CheckoutSetupBodyValidationError) Key added in v0.8.16

Key function returns key value.

func (CheckoutSetupBodyValidationError) Reason added in v0.8.16

Reason function returns reason value.

type CheckoutSubscriptionBody added in v0.8.0

type CheckoutSubscriptionBody struct {
	Plan             string `protobuf:"bytes,1,opt,name=plan,proto3" json:"plan,omitempty"`
	SkipTrial        bool   `protobuf:"varint,2,opt,name=skip_trial,json=skipTrial,proto3" json:"skip_trial,omitempty"`
	CancelAfterTrial bool   `protobuf:"varint,3,opt,name=cancel_after_trial,json=cancelAfterTrial,proto3" json:"cancel_after_trial,omitempty"`
	// provider_coupon_id is the coupon code that will be applied to the subscription
	// generated by the billing provider, this will be deprecated once coupons are
	// managed by the platform
	ProviderCouponId string `protobuf:"bytes,4,opt,name=provider_coupon_id,json=providerCouponId,proto3" json:"provider_coupon_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CheckoutSubscriptionBody) Descriptor deprecated added in v0.8.0

func (*CheckoutSubscriptionBody) Descriptor() ([]byte, []int)

Deprecated: Use CheckoutSubscriptionBody.ProtoReflect.Descriptor instead.

func (*CheckoutSubscriptionBody) GetCancelAfterTrial added in v0.8.30

func (x *CheckoutSubscriptionBody) GetCancelAfterTrial() bool

func (*CheckoutSubscriptionBody) GetPlan added in v0.8.0

func (x *CheckoutSubscriptionBody) GetPlan() string

func (*CheckoutSubscriptionBody) GetProviderCouponId added in v0.8.41

func (x *CheckoutSubscriptionBody) GetProviderCouponId() string

func (*CheckoutSubscriptionBody) GetSkipTrial added in v0.8.30

func (x *CheckoutSubscriptionBody) GetSkipTrial() bool

func (*CheckoutSubscriptionBody) ProtoMessage added in v0.8.0

func (*CheckoutSubscriptionBody) ProtoMessage()

func (*CheckoutSubscriptionBody) ProtoReflect added in v0.8.0

func (x *CheckoutSubscriptionBody) ProtoReflect() protoreflect.Message

func (*CheckoutSubscriptionBody) Reset added in v0.8.0

func (x *CheckoutSubscriptionBody) Reset()

func (*CheckoutSubscriptionBody) String added in v0.8.0

func (x *CheckoutSubscriptionBody) String() string

func (*CheckoutSubscriptionBody) Validate added in v0.8.0

func (m *CheckoutSubscriptionBody) Validate() error

Validate checks the field values on CheckoutSubscriptionBody with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CheckoutSubscriptionBody) ValidateAll added in v0.8.0

func (m *CheckoutSubscriptionBody) ValidateAll() error

ValidateAll checks the field values on CheckoutSubscriptionBody with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CheckoutSubscriptionBodyMultiError, or nil if none found.

type CheckoutSubscriptionBodyMultiError added in v0.8.0

type CheckoutSubscriptionBodyMultiError []error

CheckoutSubscriptionBodyMultiError is an error wrapping multiple validation errors returned by CheckoutSubscriptionBody.ValidateAll() if the designated constraints aren't met.

func (CheckoutSubscriptionBodyMultiError) AllErrors added in v0.8.0

func (m CheckoutSubscriptionBodyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CheckoutSubscriptionBodyMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type CheckoutSubscriptionBodyValidationError added in v0.8.0

type CheckoutSubscriptionBodyValidationError struct {
	// contains filtered or unexported fields
}

CheckoutSubscriptionBodyValidationError is the validation error returned by CheckoutSubscriptionBody.Validate if the designated constraints aren't met.

func (CheckoutSubscriptionBodyValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (CheckoutSubscriptionBodyValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (CheckoutSubscriptionBodyValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (CheckoutSubscriptionBodyValidationError) Field added in v0.8.0

Field function returns field value.

func (CheckoutSubscriptionBodyValidationError) Key added in v0.8.0

Key function returns key value.

func (CheckoutSubscriptionBodyValidationError) Reason added in v0.8.0

Reason function returns reason value.

type CreateBillingAccountRequest added in v0.8.0

type CreateBillingAccountRequest struct {

	// ID of the organization to create the billing account for
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// Billing account to create.
	Body *BillingAccountRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateBillingAccountRequest) Descriptor deprecated added in v0.8.0

func (*CreateBillingAccountRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateBillingAccountRequest.ProtoReflect.Descriptor instead.

func (*CreateBillingAccountRequest) GetBody added in v0.8.0

func (*CreateBillingAccountRequest) GetOrgId added in v0.8.0

func (x *CreateBillingAccountRequest) GetOrgId() string

func (*CreateBillingAccountRequest) ProtoMessage added in v0.8.0

func (*CreateBillingAccountRequest) ProtoMessage()

func (*CreateBillingAccountRequest) ProtoReflect added in v0.8.0

func (*CreateBillingAccountRequest) Reset added in v0.8.0

func (x *CreateBillingAccountRequest) Reset()

func (*CreateBillingAccountRequest) String added in v0.8.0

func (x *CreateBillingAccountRequest) String() string

func (*CreateBillingAccountRequest) Validate added in v0.8.0

func (m *CreateBillingAccountRequest) Validate() error

Validate checks the field values on CreateBillingAccountRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateBillingAccountRequest) ValidateAll added in v0.8.0

func (m *CreateBillingAccountRequest) ValidateAll() error

ValidateAll checks the field values on CreateBillingAccountRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateBillingAccountRequestMultiError, or nil if none found.

type CreateBillingAccountRequestMultiError added in v0.8.0

type CreateBillingAccountRequestMultiError []error

CreateBillingAccountRequestMultiError is an error wrapping multiple validation errors returned by CreateBillingAccountRequest.ValidateAll() if the designated constraints aren't met.

func (CreateBillingAccountRequestMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (CreateBillingAccountRequestMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type CreateBillingAccountRequestValidationError added in v0.8.0

type CreateBillingAccountRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateBillingAccountRequestValidationError is the validation error returned by CreateBillingAccountRequest.Validate if the designated constraints aren't met.

func (CreateBillingAccountRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (CreateBillingAccountRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (CreateBillingAccountRequestValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (CreateBillingAccountRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (CreateBillingAccountRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (CreateBillingAccountRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type CreateBillingAccountResponse added in v0.8.0

type CreateBillingAccountResponse struct {

	// Created billing account
	BillingAccount *BillingAccount `protobuf:"bytes,1,opt,name=billing_account,json=billingAccount,proto3" json:"billing_account,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateBillingAccountResponse) Descriptor deprecated added in v0.8.0

func (*CreateBillingAccountResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateBillingAccountResponse.ProtoReflect.Descriptor instead.

func (*CreateBillingAccountResponse) GetBillingAccount added in v0.8.0

func (x *CreateBillingAccountResponse) GetBillingAccount() *BillingAccount

func (*CreateBillingAccountResponse) ProtoMessage added in v0.8.0

func (*CreateBillingAccountResponse) ProtoMessage()

func (*CreateBillingAccountResponse) ProtoReflect added in v0.8.0

func (*CreateBillingAccountResponse) Reset added in v0.8.0

func (x *CreateBillingAccountResponse) Reset()

func (*CreateBillingAccountResponse) String added in v0.8.0

func (*CreateBillingAccountResponse) Validate added in v0.8.0

func (m *CreateBillingAccountResponse) Validate() error

Validate checks the field values on CreateBillingAccountResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateBillingAccountResponse) ValidateAll added in v0.8.0

func (m *CreateBillingAccountResponse) ValidateAll() error

ValidateAll checks the field values on CreateBillingAccountResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateBillingAccountResponseMultiError, or nil if none found.

type CreateBillingAccountResponseMultiError added in v0.8.0

type CreateBillingAccountResponseMultiError []error

CreateBillingAccountResponseMultiError is an error wrapping multiple validation errors returned by CreateBillingAccountResponse.ValidateAll() if the designated constraints aren't met.

func (CreateBillingAccountResponseMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (CreateBillingAccountResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type CreateBillingAccountResponseValidationError added in v0.8.0

type CreateBillingAccountResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateBillingAccountResponseValidationError is the validation error returned by CreateBillingAccountResponse.Validate if the designated constraints aren't met.

func (CreateBillingAccountResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (CreateBillingAccountResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (CreateBillingAccountResponseValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (CreateBillingAccountResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (CreateBillingAccountResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (CreateBillingAccountResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type CreateBillingUsageRequest added in v0.8.0

type CreateBillingUsageRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// ID of the billing account to update the subscription for
	BillingId string `protobuf:"bytes,2,opt,name=billing_id,json=billingId,proto3" json:"billing_id,omitempty"`
	// either provide billing_id of the org or API can infer the default
	// billing ID from either org_id or project_id, not both
	ProjectId string `protobuf:"bytes,4,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// Usage to create
	Usages []*Usage `protobuf:"bytes,3,rep,name=usages,proto3" json:"usages,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateBillingUsageRequest) Descriptor deprecated added in v0.8.0

func (*CreateBillingUsageRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateBillingUsageRequest.ProtoReflect.Descriptor instead.

func (*CreateBillingUsageRequest) GetBillingId added in v0.8.0

func (x *CreateBillingUsageRequest) GetBillingId() string

func (*CreateBillingUsageRequest) GetOrgId added in v0.8.0

func (x *CreateBillingUsageRequest) GetOrgId() string

func (*CreateBillingUsageRequest) GetProjectId added in v0.8.36

func (x *CreateBillingUsageRequest) GetProjectId() string

func (*CreateBillingUsageRequest) GetUsages added in v0.8.0

func (x *CreateBillingUsageRequest) GetUsages() []*Usage

func (*CreateBillingUsageRequest) ProtoMessage added in v0.8.0

func (*CreateBillingUsageRequest) ProtoMessage()

func (*CreateBillingUsageRequest) ProtoReflect added in v0.8.0

func (*CreateBillingUsageRequest) Reset added in v0.8.0

func (x *CreateBillingUsageRequest) Reset()

func (*CreateBillingUsageRequest) String added in v0.8.0

func (x *CreateBillingUsageRequest) String() string

func (*CreateBillingUsageRequest) Validate added in v0.8.0

func (m *CreateBillingUsageRequest) Validate() error

Validate checks the field values on CreateBillingUsageRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateBillingUsageRequest) ValidateAll added in v0.8.0

func (m *CreateBillingUsageRequest) ValidateAll() error

ValidateAll checks the field values on CreateBillingUsageRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateBillingUsageRequestMultiError, or nil if none found.

type CreateBillingUsageRequestMultiError added in v0.8.0

type CreateBillingUsageRequestMultiError []error

CreateBillingUsageRequestMultiError is an error wrapping multiple validation errors returned by CreateBillingUsageRequest.ValidateAll() if the designated constraints aren't met.

func (CreateBillingUsageRequestMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (CreateBillingUsageRequestMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type CreateBillingUsageRequestValidationError added in v0.8.0

type CreateBillingUsageRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateBillingUsageRequestValidationError is the validation error returned by CreateBillingUsageRequest.Validate if the designated constraints aren't met.

func (CreateBillingUsageRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (CreateBillingUsageRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (CreateBillingUsageRequestValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (CreateBillingUsageRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (CreateBillingUsageRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (CreateBillingUsageRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type CreateBillingUsageResponse added in v0.8.0

type CreateBillingUsageResponse struct {
	// contains filtered or unexported fields
}

func (*CreateBillingUsageResponse) Descriptor deprecated added in v0.8.0

func (*CreateBillingUsageResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateBillingUsageResponse.ProtoReflect.Descriptor instead.

func (*CreateBillingUsageResponse) ProtoMessage added in v0.8.0

func (*CreateBillingUsageResponse) ProtoMessage()

func (*CreateBillingUsageResponse) ProtoReflect added in v0.8.0

func (*CreateBillingUsageResponse) Reset added in v0.8.0

func (x *CreateBillingUsageResponse) Reset()

func (*CreateBillingUsageResponse) String added in v0.8.0

func (x *CreateBillingUsageResponse) String() string

func (*CreateBillingUsageResponse) Validate added in v0.8.0

func (m *CreateBillingUsageResponse) Validate() error

Validate checks the field values on CreateBillingUsageResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateBillingUsageResponse) ValidateAll added in v0.8.0

func (m *CreateBillingUsageResponse) ValidateAll() error

ValidateAll checks the field values on CreateBillingUsageResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateBillingUsageResponseMultiError, or nil if none found.

type CreateBillingUsageResponseMultiError added in v0.8.0

type CreateBillingUsageResponseMultiError []error

CreateBillingUsageResponseMultiError is an error wrapping multiple validation errors returned by CreateBillingUsageResponse.ValidateAll() if the designated constraints aren't met.

func (CreateBillingUsageResponseMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (CreateBillingUsageResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type CreateBillingUsageResponseValidationError added in v0.8.0

type CreateBillingUsageResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateBillingUsageResponseValidationError is the validation error returned by CreateBillingUsageResponse.Validate if the designated constraints aren't met.

func (CreateBillingUsageResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (CreateBillingUsageResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (CreateBillingUsageResponseValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (CreateBillingUsageResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (CreateBillingUsageResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (CreateBillingUsageResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type CreateCheckoutRequest added in v0.8.0

type CreateCheckoutRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// ID of the billing account to update the subscription for
	BillingId  string `protobuf:"bytes,2,opt,name=billing_id,json=billingId,proto3" json:"billing_id,omitempty"`
	SuccessUrl string `protobuf:"bytes,3,opt,name=success_url,json=successUrl,proto3" json:"success_url,omitempty"`
	CancelUrl  string `protobuf:"bytes,4,opt,name=cancel_url,json=cancelUrl,proto3" json:"cancel_url,omitempty"`
	// Subscription to create
	SubscriptionBody *CheckoutSubscriptionBody `protobuf:"bytes,10,opt,name=subscription_body,json=subscriptionBody,proto3" json:"subscription_body,omitempty"`
	// Product to buy
	ProductBody *CheckoutProductBody `protobuf:"bytes,11,opt,name=product_body,json=productBody,proto3" json:"product_body,omitempty"`
	// Payment method setup
	SetupBody *CheckoutSetupBody `protobuf:"bytes,12,opt,name=setup_body,json=setupBody,proto3" json:"setup_body,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCheckoutRequest) Descriptor deprecated added in v0.8.0

func (*CreateCheckoutRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateCheckoutRequest.ProtoReflect.Descriptor instead.

func (*CreateCheckoutRequest) GetBillingId added in v0.8.0

func (x *CreateCheckoutRequest) GetBillingId() string

func (*CreateCheckoutRequest) GetCancelUrl added in v0.8.0

func (x *CreateCheckoutRequest) GetCancelUrl() string

func (*CreateCheckoutRequest) GetOrgId added in v0.8.0

func (x *CreateCheckoutRequest) GetOrgId() string

func (*CreateCheckoutRequest) GetProductBody added in v0.8.14

func (x *CreateCheckoutRequest) GetProductBody() *CheckoutProductBody

func (*CreateCheckoutRequest) GetSetupBody added in v0.8.16

func (x *CreateCheckoutRequest) GetSetupBody() *CheckoutSetupBody

func (*CreateCheckoutRequest) GetSubscriptionBody added in v0.8.0

func (x *CreateCheckoutRequest) GetSubscriptionBody() *CheckoutSubscriptionBody

func (*CreateCheckoutRequest) GetSuccessUrl added in v0.8.0

func (x *CreateCheckoutRequest) GetSuccessUrl() string

func (*CreateCheckoutRequest) ProtoMessage added in v0.8.0

func (*CreateCheckoutRequest) ProtoMessage()

func (*CreateCheckoutRequest) ProtoReflect added in v0.8.0

func (x *CreateCheckoutRequest) ProtoReflect() protoreflect.Message

func (*CreateCheckoutRequest) Reset added in v0.8.0

func (x *CreateCheckoutRequest) Reset()

func (*CreateCheckoutRequest) String added in v0.8.0

func (x *CreateCheckoutRequest) String() string

func (*CreateCheckoutRequest) Validate added in v0.8.0

func (m *CreateCheckoutRequest) Validate() error

Validate checks the field values on CreateCheckoutRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateCheckoutRequest) ValidateAll added in v0.8.0

func (m *CreateCheckoutRequest) ValidateAll() error

ValidateAll checks the field values on CreateCheckoutRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateCheckoutRequestMultiError, or nil if none found.

type CreateCheckoutRequestMultiError added in v0.8.0

type CreateCheckoutRequestMultiError []error

CreateCheckoutRequestMultiError is an error wrapping multiple validation errors returned by CreateCheckoutRequest.ValidateAll() if the designated constraints aren't met.

func (CreateCheckoutRequestMultiError) AllErrors added in v0.8.0

func (m CreateCheckoutRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateCheckoutRequestMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type CreateCheckoutRequestValidationError added in v0.8.0

type CreateCheckoutRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateCheckoutRequestValidationError is the validation error returned by CreateCheckoutRequest.Validate if the designated constraints aren't met.

func (CreateCheckoutRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (CreateCheckoutRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (CreateCheckoutRequestValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (CreateCheckoutRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (CreateCheckoutRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (CreateCheckoutRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type CreateCheckoutResponse added in v0.8.0

type CreateCheckoutResponse struct {

	// Checkout session
	CheckoutSession *CheckoutSession `protobuf:"bytes,1,opt,name=checkout_session,json=checkoutSession,proto3" json:"checkout_session,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCheckoutResponse) Descriptor deprecated added in v0.8.0

func (*CreateCheckoutResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateCheckoutResponse.ProtoReflect.Descriptor instead.

func (*CreateCheckoutResponse) GetCheckoutSession added in v0.8.0

func (x *CreateCheckoutResponse) GetCheckoutSession() *CheckoutSession

func (*CreateCheckoutResponse) ProtoMessage added in v0.8.0

func (*CreateCheckoutResponse) ProtoMessage()

func (*CreateCheckoutResponse) ProtoReflect added in v0.8.0

func (x *CreateCheckoutResponse) ProtoReflect() protoreflect.Message

func (*CreateCheckoutResponse) Reset added in v0.8.0

func (x *CreateCheckoutResponse) Reset()

func (*CreateCheckoutResponse) String added in v0.8.0

func (x *CreateCheckoutResponse) String() string

func (*CreateCheckoutResponse) Validate added in v0.8.0

func (m *CreateCheckoutResponse) Validate() error

Validate checks the field values on CreateCheckoutResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateCheckoutResponse) ValidateAll added in v0.8.0

func (m *CreateCheckoutResponse) ValidateAll() error

ValidateAll checks the field values on CreateCheckoutResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateCheckoutResponseMultiError, or nil if none found.

type CreateCheckoutResponseMultiError added in v0.8.0

type CreateCheckoutResponseMultiError []error

CreateCheckoutResponseMultiError is an error wrapping multiple validation errors returned by CreateCheckoutResponse.ValidateAll() if the designated constraints aren't met.

func (CreateCheckoutResponseMultiError) AllErrors added in v0.8.0

func (m CreateCheckoutResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateCheckoutResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type CreateCheckoutResponseValidationError added in v0.8.0

type CreateCheckoutResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateCheckoutResponseValidationError is the validation error returned by CreateCheckoutResponse.Validate if the designated constraints aren't met.

func (CreateCheckoutResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (CreateCheckoutResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (CreateCheckoutResponseValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (CreateCheckoutResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (CreateCheckoutResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (CreateCheckoutResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type CreateCurrentUserPreferencesRequest added in v0.7.3

type CreateCurrentUserPreferencesRequest struct {
	Bodies []*PreferenceRequestBody `protobuf:"bytes,2,rep,name=bodies,proto3" json:"bodies,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCurrentUserPreferencesRequest) Descriptor deprecated added in v0.7.3

func (*CreateCurrentUserPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateCurrentUserPreferencesRequest.ProtoReflect.Descriptor instead.

func (*CreateCurrentUserPreferencesRequest) GetBodies added in v0.7.3

func (*CreateCurrentUserPreferencesRequest) ProtoMessage added in v0.7.3

func (*CreateCurrentUserPreferencesRequest) ProtoMessage()

func (*CreateCurrentUserPreferencesRequest) ProtoReflect added in v0.7.3

func (*CreateCurrentUserPreferencesRequest) Reset added in v0.7.3

func (*CreateCurrentUserPreferencesRequest) String added in v0.7.3

func (*CreateCurrentUserPreferencesRequest) Validate added in v0.7.3

Validate checks the field values on CreateCurrentUserPreferencesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateCurrentUserPreferencesRequest) ValidateAll added in v0.7.3

func (m *CreateCurrentUserPreferencesRequest) ValidateAll() error

ValidateAll checks the field values on CreateCurrentUserPreferencesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateCurrentUserPreferencesRequestMultiError, or nil if none found.

type CreateCurrentUserPreferencesRequestMultiError added in v0.7.3

type CreateCurrentUserPreferencesRequestMultiError []error

CreateCurrentUserPreferencesRequestMultiError is an error wrapping multiple validation errors returned by CreateCurrentUserPreferencesRequest.ValidateAll() if the designated constraints aren't met.

func (CreateCurrentUserPreferencesRequestMultiError) AllErrors added in v0.7.3

AllErrors returns a list of validation violation errors.

func (CreateCurrentUserPreferencesRequestMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type CreateCurrentUserPreferencesRequestValidationError added in v0.7.3

type CreateCurrentUserPreferencesRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateCurrentUserPreferencesRequestValidationError is the validation error returned by CreateCurrentUserPreferencesRequest.Validate if the designated constraints aren't met.

func (CreateCurrentUserPreferencesRequestValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (CreateCurrentUserPreferencesRequestValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (CreateCurrentUserPreferencesRequestValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (CreateCurrentUserPreferencesRequestValidationError) Field added in v0.7.3

Field function returns field value.

func (CreateCurrentUserPreferencesRequestValidationError) Key added in v0.7.3

Key function returns key value.

func (CreateCurrentUserPreferencesRequestValidationError) Reason added in v0.7.3

Reason function returns reason value.

type CreateCurrentUserPreferencesResponse added in v0.7.3

type CreateCurrentUserPreferencesResponse struct {
	Preferences []*Preference `protobuf:"bytes,1,rep,name=preferences,proto3" json:"preferences,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCurrentUserPreferencesResponse) Descriptor deprecated added in v0.7.3

func (*CreateCurrentUserPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateCurrentUserPreferencesResponse.ProtoReflect.Descriptor instead.

func (*CreateCurrentUserPreferencesResponse) GetPreferences added in v0.7.3

func (x *CreateCurrentUserPreferencesResponse) GetPreferences() []*Preference

func (*CreateCurrentUserPreferencesResponse) ProtoMessage added in v0.7.3

func (*CreateCurrentUserPreferencesResponse) ProtoMessage()

func (*CreateCurrentUserPreferencesResponse) ProtoReflect added in v0.7.3

func (*CreateCurrentUserPreferencesResponse) Reset added in v0.7.3

func (*CreateCurrentUserPreferencesResponse) String added in v0.7.3

func (*CreateCurrentUserPreferencesResponse) Validate added in v0.7.3

Validate checks the field values on CreateCurrentUserPreferencesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateCurrentUserPreferencesResponse) ValidateAll added in v0.7.3

ValidateAll checks the field values on CreateCurrentUserPreferencesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateCurrentUserPreferencesResponseMultiError, or nil if none found.

type CreateCurrentUserPreferencesResponseMultiError added in v0.7.3

type CreateCurrentUserPreferencesResponseMultiError []error

CreateCurrentUserPreferencesResponseMultiError is an error wrapping multiple validation errors returned by CreateCurrentUserPreferencesResponse.ValidateAll() if the designated constraints aren't met.

func (CreateCurrentUserPreferencesResponseMultiError) AllErrors added in v0.7.3

AllErrors returns a list of validation violation errors.

func (CreateCurrentUserPreferencesResponseMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type CreateCurrentUserPreferencesResponseValidationError added in v0.7.3

type CreateCurrentUserPreferencesResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateCurrentUserPreferencesResponseValidationError is the validation error returned by CreateCurrentUserPreferencesResponse.Validate if the designated constraints aren't met.

func (CreateCurrentUserPreferencesResponseValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (CreateCurrentUserPreferencesResponseValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (CreateCurrentUserPreferencesResponseValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (CreateCurrentUserPreferencesResponseValidationError) Field added in v0.7.3

Field function returns field value.

func (CreateCurrentUserPreferencesResponseValidationError) Key added in v0.7.3

Key function returns key value.

func (CreateCurrentUserPreferencesResponseValidationError) Reason added in v0.7.3

Reason function returns reason value.

type CreateFeatureRequest added in v0.8.0

type CreateFeatureRequest struct {

	// Feature to create
	Body *FeatureRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateFeatureRequest) Descriptor deprecated added in v0.8.0

func (*CreateFeatureRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateFeatureRequest.ProtoReflect.Descriptor instead.

func (*CreateFeatureRequest) GetBody added in v0.8.0

func (*CreateFeatureRequest) ProtoMessage added in v0.8.0

func (*CreateFeatureRequest) ProtoMessage()

func (*CreateFeatureRequest) ProtoReflect added in v0.8.0

func (x *CreateFeatureRequest) ProtoReflect() protoreflect.Message

func (*CreateFeatureRequest) Reset added in v0.8.0

func (x *CreateFeatureRequest) Reset()

func (*CreateFeatureRequest) String added in v0.8.0

func (x *CreateFeatureRequest) String() string

func (*CreateFeatureRequest) Validate added in v0.8.0

func (m *CreateFeatureRequest) Validate() error

Validate checks the field values on CreateFeatureRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateFeatureRequest) ValidateAll added in v0.8.0

func (m *CreateFeatureRequest) ValidateAll() error

ValidateAll checks the field values on CreateFeatureRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateFeatureRequestMultiError, or nil if none found.

type CreateFeatureRequestMultiError added in v0.8.0

type CreateFeatureRequestMultiError []error

CreateFeatureRequestMultiError is an error wrapping multiple validation errors returned by CreateFeatureRequest.ValidateAll() if the designated constraints aren't met.

func (CreateFeatureRequestMultiError) AllErrors added in v0.8.0

func (m CreateFeatureRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateFeatureRequestMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type CreateFeatureRequestValidationError added in v0.8.0

type CreateFeatureRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateFeatureRequestValidationError is the validation error returned by CreateFeatureRequest.Validate if the designated constraints aren't met.

func (CreateFeatureRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (CreateFeatureRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (CreateFeatureRequestValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (CreateFeatureRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (CreateFeatureRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (CreateFeatureRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type CreateFeatureResponse added in v0.8.0

type CreateFeatureResponse struct {

	// Created feature
	Feature *Feature `protobuf:"bytes,1,opt,name=feature,proto3" json:"feature,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateFeatureResponse) Descriptor deprecated added in v0.8.0

func (*CreateFeatureResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateFeatureResponse.ProtoReflect.Descriptor instead.

func (*CreateFeatureResponse) GetFeature added in v0.8.0

func (x *CreateFeatureResponse) GetFeature() *Feature

func (*CreateFeatureResponse) ProtoMessage added in v0.8.0

func (*CreateFeatureResponse) ProtoMessage()

func (*CreateFeatureResponse) ProtoReflect added in v0.8.0

func (x *CreateFeatureResponse) ProtoReflect() protoreflect.Message

func (*CreateFeatureResponse) Reset added in v0.8.0

func (x *CreateFeatureResponse) Reset()

func (*CreateFeatureResponse) String added in v0.8.0

func (x *CreateFeatureResponse) String() string

func (*CreateFeatureResponse) Validate added in v0.8.0

func (m *CreateFeatureResponse) Validate() error

Validate checks the field values on CreateFeatureResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateFeatureResponse) ValidateAll added in v0.8.0

func (m *CreateFeatureResponse) ValidateAll() error

ValidateAll checks the field values on CreateFeatureResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateFeatureResponseMultiError, or nil if none found.

type CreateFeatureResponseMultiError added in v0.8.0

type CreateFeatureResponseMultiError []error

CreateFeatureResponseMultiError is an error wrapping multiple validation errors returned by CreateFeatureResponse.ValidateAll() if the designated constraints aren't met.

func (CreateFeatureResponseMultiError) AllErrors added in v0.8.0

func (m CreateFeatureResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateFeatureResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type CreateFeatureResponseValidationError added in v0.8.0

type CreateFeatureResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateFeatureResponseValidationError is the validation error returned by CreateFeatureResponse.Validate if the designated constraints aren't met.

func (CreateFeatureResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (CreateFeatureResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (CreateFeatureResponseValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (CreateFeatureResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (CreateFeatureResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (CreateFeatureResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type CreateGroupPreferencesRequest added in v0.7.3

type CreateGroupPreferencesRequest struct {
	Id     string                   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Bodies []*PreferenceRequestBody `protobuf:"bytes,2,rep,name=bodies,proto3" json:"bodies,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateGroupPreferencesRequest) Descriptor deprecated added in v0.7.3

func (*CreateGroupPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateGroupPreferencesRequest.ProtoReflect.Descriptor instead.

func (*CreateGroupPreferencesRequest) GetBodies added in v0.7.3

func (*CreateGroupPreferencesRequest) GetId added in v0.7.3

func (*CreateGroupPreferencesRequest) ProtoMessage added in v0.7.3

func (*CreateGroupPreferencesRequest) ProtoMessage()

func (*CreateGroupPreferencesRequest) ProtoReflect added in v0.7.3

func (*CreateGroupPreferencesRequest) Reset added in v0.7.3

func (x *CreateGroupPreferencesRequest) Reset()

func (*CreateGroupPreferencesRequest) String added in v0.7.3

func (*CreateGroupPreferencesRequest) Validate added in v0.7.3

func (m *CreateGroupPreferencesRequest) Validate() error

Validate checks the field values on CreateGroupPreferencesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateGroupPreferencesRequest) ValidateAll added in v0.7.3

func (m *CreateGroupPreferencesRequest) ValidateAll() error

ValidateAll checks the field values on CreateGroupPreferencesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateGroupPreferencesRequestMultiError, or nil if none found.

type CreateGroupPreferencesRequestMultiError added in v0.7.3

type CreateGroupPreferencesRequestMultiError []error

CreateGroupPreferencesRequestMultiError is an error wrapping multiple validation errors returned by CreateGroupPreferencesRequest.ValidateAll() if the designated constraints aren't met.

func (CreateGroupPreferencesRequestMultiError) AllErrors added in v0.7.3

AllErrors returns a list of validation violation errors.

func (CreateGroupPreferencesRequestMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type CreateGroupPreferencesRequestValidationError added in v0.7.3

type CreateGroupPreferencesRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateGroupPreferencesRequestValidationError is the validation error returned by CreateGroupPreferencesRequest.Validate if the designated constraints aren't met.

func (CreateGroupPreferencesRequestValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (CreateGroupPreferencesRequestValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (CreateGroupPreferencesRequestValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (CreateGroupPreferencesRequestValidationError) Field added in v0.7.3

Field function returns field value.

func (CreateGroupPreferencesRequestValidationError) Key added in v0.7.3

Key function returns key value.

func (CreateGroupPreferencesRequestValidationError) Reason added in v0.7.3

Reason function returns reason value.

type CreateGroupPreferencesResponse added in v0.7.3

type CreateGroupPreferencesResponse struct {
	Preferences []*Preference `protobuf:"bytes,1,rep,name=preferences,proto3" json:"preferences,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateGroupPreferencesResponse) Descriptor deprecated added in v0.7.3

func (*CreateGroupPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateGroupPreferencesResponse.ProtoReflect.Descriptor instead.

func (*CreateGroupPreferencesResponse) GetPreferences added in v0.7.3

func (x *CreateGroupPreferencesResponse) GetPreferences() []*Preference

func (*CreateGroupPreferencesResponse) ProtoMessage added in v0.7.3

func (*CreateGroupPreferencesResponse) ProtoMessage()

func (*CreateGroupPreferencesResponse) ProtoReflect added in v0.7.3

func (*CreateGroupPreferencesResponse) Reset added in v0.7.3

func (x *CreateGroupPreferencesResponse) Reset()

func (*CreateGroupPreferencesResponse) String added in v0.7.3

func (*CreateGroupPreferencesResponse) Validate added in v0.7.3

func (m *CreateGroupPreferencesResponse) Validate() error

Validate checks the field values on CreateGroupPreferencesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateGroupPreferencesResponse) ValidateAll added in v0.7.3

func (m *CreateGroupPreferencesResponse) ValidateAll() error

ValidateAll checks the field values on CreateGroupPreferencesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateGroupPreferencesResponseMultiError, or nil if none found.

type CreateGroupPreferencesResponseMultiError added in v0.7.3

type CreateGroupPreferencesResponseMultiError []error

CreateGroupPreferencesResponseMultiError is an error wrapping multiple validation errors returned by CreateGroupPreferencesResponse.ValidateAll() if the designated constraints aren't met.

func (CreateGroupPreferencesResponseMultiError) AllErrors added in v0.7.3

AllErrors returns a list of validation violation errors.

func (CreateGroupPreferencesResponseMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type CreateGroupPreferencesResponseValidationError added in v0.7.3

type CreateGroupPreferencesResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateGroupPreferencesResponseValidationError is the validation error returned by CreateGroupPreferencesResponse.Validate if the designated constraints aren't met.

func (CreateGroupPreferencesResponseValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (CreateGroupPreferencesResponseValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (CreateGroupPreferencesResponseValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (CreateGroupPreferencesResponseValidationError) Field added in v0.7.3

Field function returns field value.

func (CreateGroupPreferencesResponseValidationError) Key added in v0.7.3

Key function returns key value.

func (CreateGroupPreferencesResponseValidationError) Reason added in v0.7.3

Reason function returns reason value.

type CreateGroupRequest

type CreateGroupRequest struct {
	Body  *GroupRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	OrgId string            `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateGroupRequest) Descriptor deprecated

func (*CreateGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateGroupRequest.ProtoReflect.Descriptor instead.

func (*CreateGroupRequest) GetBody

func (x *CreateGroupRequest) GetBody() *GroupRequestBody

func (*CreateGroupRequest) GetOrgId

func (x *CreateGroupRequest) GetOrgId() string

func (*CreateGroupRequest) ProtoMessage

func (*CreateGroupRequest) ProtoMessage()

func (*CreateGroupRequest) ProtoReflect

func (x *CreateGroupRequest) ProtoReflect() protoreflect.Message

func (*CreateGroupRequest) Reset

func (x *CreateGroupRequest) Reset()

func (*CreateGroupRequest) String

func (x *CreateGroupRequest) String() string

func (*CreateGroupRequest) Validate

func (m *CreateGroupRequest) Validate() error

Validate checks the field values on CreateGroupRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateGroupRequest) ValidateAll

func (m *CreateGroupRequest) ValidateAll() error

ValidateAll checks the field values on CreateGroupRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateGroupRequestMultiError, or nil if none found.

type CreateGroupRequestMultiError

type CreateGroupRequestMultiError []error

CreateGroupRequestMultiError is an error wrapping multiple validation errors returned by CreateGroupRequest.ValidateAll() if the designated constraints aren't met.

func (CreateGroupRequestMultiError) AllErrors

func (m CreateGroupRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateGroupRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateGroupRequestValidationError

type CreateGroupRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateGroupRequestValidationError is the validation error returned by CreateGroupRequest.Validate if the designated constraints aren't met.

func (CreateGroupRequestValidationError) Cause

Cause function returns cause value.

func (CreateGroupRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateGroupRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateGroupRequestValidationError) Field

Field function returns field value.

func (CreateGroupRequestValidationError) Key

Key function returns key value.

func (CreateGroupRequestValidationError) Reason

Reason function returns reason value.

type CreateGroupResponse

type CreateGroupResponse struct {
	Group *Group `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateGroupResponse) Descriptor deprecated

func (*CreateGroupResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateGroupResponse.ProtoReflect.Descriptor instead.

func (*CreateGroupResponse) GetGroup

func (x *CreateGroupResponse) GetGroup() *Group

func (*CreateGroupResponse) ProtoMessage

func (*CreateGroupResponse) ProtoMessage()

func (*CreateGroupResponse) ProtoReflect

func (x *CreateGroupResponse) ProtoReflect() protoreflect.Message

func (*CreateGroupResponse) Reset

func (x *CreateGroupResponse) Reset()

func (*CreateGroupResponse) String

func (x *CreateGroupResponse) String() string

func (*CreateGroupResponse) Validate

func (m *CreateGroupResponse) Validate() error

Validate checks the field values on CreateGroupResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateGroupResponse) ValidateAll

func (m *CreateGroupResponse) ValidateAll() error

ValidateAll checks the field values on CreateGroupResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateGroupResponseMultiError, or nil if none found.

type CreateGroupResponseMultiError

type CreateGroupResponseMultiError []error

CreateGroupResponseMultiError is an error wrapping multiple validation errors returned by CreateGroupResponse.ValidateAll() if the designated constraints aren't met.

func (CreateGroupResponseMultiError) AllErrors

func (m CreateGroupResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateGroupResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateGroupResponseValidationError

type CreateGroupResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateGroupResponseValidationError is the validation error returned by CreateGroupResponse.Validate if the designated constraints aren't met.

func (CreateGroupResponseValidationError) Cause

Cause function returns cause value.

func (CreateGroupResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateGroupResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateGroupResponseValidationError) Field

Field function returns field value.

func (CreateGroupResponseValidationError) Key

Key function returns key value.

func (CreateGroupResponseValidationError) Reason

Reason function returns reason value.

type CreateMetaSchemaRequest

type CreateMetaSchemaRequest struct {
	Body *MetaSchemaRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateMetaSchemaRequest) Descriptor deprecated

func (*CreateMetaSchemaRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateMetaSchemaRequest.ProtoReflect.Descriptor instead.

func (*CreateMetaSchemaRequest) GetBody

func (*CreateMetaSchemaRequest) ProtoMessage

func (*CreateMetaSchemaRequest) ProtoMessage()

func (*CreateMetaSchemaRequest) ProtoReflect

func (x *CreateMetaSchemaRequest) ProtoReflect() protoreflect.Message

func (*CreateMetaSchemaRequest) Reset

func (x *CreateMetaSchemaRequest) Reset()

func (*CreateMetaSchemaRequest) String

func (x *CreateMetaSchemaRequest) String() string

func (*CreateMetaSchemaRequest) Validate

func (m *CreateMetaSchemaRequest) Validate() error

Validate checks the field values on CreateMetaSchemaRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateMetaSchemaRequest) ValidateAll

func (m *CreateMetaSchemaRequest) ValidateAll() error

ValidateAll checks the field values on CreateMetaSchemaRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateMetaSchemaRequestMultiError, or nil if none found.

type CreateMetaSchemaRequestMultiError

type CreateMetaSchemaRequestMultiError []error

CreateMetaSchemaRequestMultiError is an error wrapping multiple validation errors returned by CreateMetaSchemaRequest.ValidateAll() if the designated constraints aren't met.

func (CreateMetaSchemaRequestMultiError) AllErrors

func (m CreateMetaSchemaRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateMetaSchemaRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateMetaSchemaRequestValidationError

type CreateMetaSchemaRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateMetaSchemaRequestValidationError is the validation error returned by CreateMetaSchemaRequest.Validate if the designated constraints aren't met.

func (CreateMetaSchemaRequestValidationError) Cause

Cause function returns cause value.

func (CreateMetaSchemaRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateMetaSchemaRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateMetaSchemaRequestValidationError) Field

Field function returns field value.

func (CreateMetaSchemaRequestValidationError) Key

Key function returns key value.

func (CreateMetaSchemaRequestValidationError) Reason

Reason function returns reason value.

type CreateMetaSchemaResponse

type CreateMetaSchemaResponse struct {
	Metaschema *MetaSchema `protobuf:"bytes,1,opt,name=metaschema,proto3" json:"metaschema,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateMetaSchemaResponse) Descriptor deprecated

func (*CreateMetaSchemaResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateMetaSchemaResponse.ProtoReflect.Descriptor instead.

func (*CreateMetaSchemaResponse) GetMetaschema

func (x *CreateMetaSchemaResponse) GetMetaschema() *MetaSchema

func (*CreateMetaSchemaResponse) ProtoMessage

func (*CreateMetaSchemaResponse) ProtoMessage()

func (*CreateMetaSchemaResponse) ProtoReflect

func (x *CreateMetaSchemaResponse) ProtoReflect() protoreflect.Message

func (*CreateMetaSchemaResponse) Reset

func (x *CreateMetaSchemaResponse) Reset()

func (*CreateMetaSchemaResponse) String

func (x *CreateMetaSchemaResponse) String() string

func (*CreateMetaSchemaResponse) Validate

func (m *CreateMetaSchemaResponse) Validate() error

Validate checks the field values on CreateMetaSchemaResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateMetaSchemaResponse) ValidateAll

func (m *CreateMetaSchemaResponse) ValidateAll() error

ValidateAll checks the field values on CreateMetaSchemaResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateMetaSchemaResponseMultiError, or nil if none found.

type CreateMetaSchemaResponseMultiError

type CreateMetaSchemaResponseMultiError []error

CreateMetaSchemaResponseMultiError is an error wrapping multiple validation errors returned by CreateMetaSchemaResponse.ValidateAll() if the designated constraints aren't met.

func (CreateMetaSchemaResponseMultiError) AllErrors

func (m CreateMetaSchemaResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateMetaSchemaResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateMetaSchemaResponseValidationError

type CreateMetaSchemaResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateMetaSchemaResponseValidationError is the validation error returned by CreateMetaSchemaResponse.Validate if the designated constraints aren't met.

func (CreateMetaSchemaResponseValidationError) Cause

Cause function returns cause value.

func (CreateMetaSchemaResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateMetaSchemaResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateMetaSchemaResponseValidationError) Field

Field function returns field value.

func (CreateMetaSchemaResponseValidationError) Key

Key function returns key value.

func (CreateMetaSchemaResponseValidationError) Reason

Reason function returns reason value.

type CreateOrganizationAuditLogsRequest

type CreateOrganizationAuditLogsRequest struct {
	OrgId string      `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Logs  []*AuditLog `protobuf:"bytes,2,rep,name=logs,proto3" json:"logs,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrganizationAuditLogsRequest) Descriptor deprecated

func (*CreateOrganizationAuditLogsRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateOrganizationAuditLogsRequest.ProtoReflect.Descriptor instead.

func (*CreateOrganizationAuditLogsRequest) GetLogs

func (*CreateOrganizationAuditLogsRequest) GetOrgId

func (*CreateOrganizationAuditLogsRequest) ProtoMessage

func (*CreateOrganizationAuditLogsRequest) ProtoMessage()

func (*CreateOrganizationAuditLogsRequest) ProtoReflect

func (*CreateOrganizationAuditLogsRequest) Reset

func (*CreateOrganizationAuditLogsRequest) String

func (*CreateOrganizationAuditLogsRequest) Validate

Validate checks the field values on CreateOrganizationAuditLogsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateOrganizationAuditLogsRequest) ValidateAll

func (m *CreateOrganizationAuditLogsRequest) ValidateAll() error

ValidateAll checks the field values on CreateOrganizationAuditLogsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateOrganizationAuditLogsRequestMultiError, or nil if none found.

type CreateOrganizationAuditLogsRequestMultiError

type CreateOrganizationAuditLogsRequestMultiError []error

CreateOrganizationAuditLogsRequestMultiError is an error wrapping multiple validation errors returned by CreateOrganizationAuditLogsRequest.ValidateAll() if the designated constraints aren't met.

func (CreateOrganizationAuditLogsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateOrganizationAuditLogsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateOrganizationAuditLogsRequestValidationError

type CreateOrganizationAuditLogsRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateOrganizationAuditLogsRequestValidationError is the validation error returned by CreateOrganizationAuditLogsRequest.Validate if the designated constraints aren't met.

func (CreateOrganizationAuditLogsRequestValidationError) Cause

Cause function returns cause value.

func (CreateOrganizationAuditLogsRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateOrganizationAuditLogsRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateOrganizationAuditLogsRequestValidationError) Field

Field function returns field value.

func (CreateOrganizationAuditLogsRequestValidationError) Key

Key function returns key value.

func (CreateOrganizationAuditLogsRequestValidationError) Reason

Reason function returns reason value.

type CreateOrganizationAuditLogsResponse

type CreateOrganizationAuditLogsResponse struct {
	// contains filtered or unexported fields
}

func (*CreateOrganizationAuditLogsResponse) Descriptor deprecated

func (*CreateOrganizationAuditLogsResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateOrganizationAuditLogsResponse.ProtoReflect.Descriptor instead.

func (*CreateOrganizationAuditLogsResponse) ProtoMessage

func (*CreateOrganizationAuditLogsResponse) ProtoMessage()

func (*CreateOrganizationAuditLogsResponse) ProtoReflect

func (*CreateOrganizationAuditLogsResponse) Reset

func (*CreateOrganizationAuditLogsResponse) String

func (*CreateOrganizationAuditLogsResponse) Validate

Validate checks the field values on CreateOrganizationAuditLogsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateOrganizationAuditLogsResponse) ValidateAll

func (m *CreateOrganizationAuditLogsResponse) ValidateAll() error

ValidateAll checks the field values on CreateOrganizationAuditLogsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateOrganizationAuditLogsResponseMultiError, or nil if none found.

type CreateOrganizationAuditLogsResponseMultiError

type CreateOrganizationAuditLogsResponseMultiError []error

CreateOrganizationAuditLogsResponseMultiError is an error wrapping multiple validation errors returned by CreateOrganizationAuditLogsResponse.ValidateAll() if the designated constraints aren't met.

func (CreateOrganizationAuditLogsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateOrganizationAuditLogsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateOrganizationAuditLogsResponseValidationError

type CreateOrganizationAuditLogsResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateOrganizationAuditLogsResponseValidationError is the validation error returned by CreateOrganizationAuditLogsResponse.Validate if the designated constraints aren't met.

func (CreateOrganizationAuditLogsResponseValidationError) Cause

Cause function returns cause value.

func (CreateOrganizationAuditLogsResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateOrganizationAuditLogsResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateOrganizationAuditLogsResponseValidationError) Field

Field function returns field value.

func (CreateOrganizationAuditLogsResponseValidationError) Key

Key function returns key value.

func (CreateOrganizationAuditLogsResponseValidationError) Reason

Reason function returns reason value.

type CreateOrganizationDomainRequest added in v0.7.2

type CreateOrganizationDomainRequest struct {
	OrgId  string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Domain string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrganizationDomainRequest) Descriptor deprecated added in v0.7.2

func (*CreateOrganizationDomainRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateOrganizationDomainRequest.ProtoReflect.Descriptor instead.

func (*CreateOrganizationDomainRequest) GetDomain added in v0.7.2

func (x *CreateOrganizationDomainRequest) GetDomain() string

func (*CreateOrganizationDomainRequest) GetOrgId added in v0.7.2

func (*CreateOrganizationDomainRequest) ProtoMessage added in v0.7.2

func (*CreateOrganizationDomainRequest) ProtoMessage()

func (*CreateOrganizationDomainRequest) ProtoReflect added in v0.7.2

func (*CreateOrganizationDomainRequest) Reset added in v0.7.2

func (*CreateOrganizationDomainRequest) String added in v0.7.2

func (*CreateOrganizationDomainRequest) Validate added in v0.7.2

func (m *CreateOrganizationDomainRequest) Validate() error

Validate checks the field values on CreateOrganizationDomainRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateOrganizationDomainRequest) ValidateAll added in v0.7.2

func (m *CreateOrganizationDomainRequest) ValidateAll() error

ValidateAll checks the field values on CreateOrganizationDomainRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateOrganizationDomainRequestMultiError, or nil if none found.

type CreateOrganizationDomainRequestMultiError added in v0.7.2

type CreateOrganizationDomainRequestMultiError []error

CreateOrganizationDomainRequestMultiError is an error wrapping multiple validation errors returned by CreateOrganizationDomainRequest.ValidateAll() if the designated constraints aren't met.

func (CreateOrganizationDomainRequestMultiError) AllErrors added in v0.7.2

AllErrors returns a list of validation violation errors.

func (CreateOrganizationDomainRequestMultiError) Error added in v0.7.2

Error returns a concatenation of all the error messages it wraps.

type CreateOrganizationDomainRequestValidationError added in v0.7.2

type CreateOrganizationDomainRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateOrganizationDomainRequestValidationError is the validation error returned by CreateOrganizationDomainRequest.Validate if the designated constraints aren't met.

func (CreateOrganizationDomainRequestValidationError) Cause added in v0.7.2

Cause function returns cause value.

func (CreateOrganizationDomainRequestValidationError) Error added in v0.7.2

Error satisfies the builtin error interface

func (CreateOrganizationDomainRequestValidationError) ErrorName added in v0.7.2

ErrorName returns error name.

func (CreateOrganizationDomainRequestValidationError) Field added in v0.7.2

Field function returns field value.

func (CreateOrganizationDomainRequestValidationError) Key added in v0.7.2

Key function returns key value.

func (CreateOrganizationDomainRequestValidationError) Reason added in v0.7.2

Reason function returns reason value.

type CreateOrganizationDomainResponse added in v0.7.2

type CreateOrganizationDomainResponse struct {
	Domain *Domain `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrganizationDomainResponse) Descriptor deprecated added in v0.7.2

func (*CreateOrganizationDomainResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateOrganizationDomainResponse.ProtoReflect.Descriptor instead.

func (*CreateOrganizationDomainResponse) GetDomain added in v0.7.2

func (x *CreateOrganizationDomainResponse) GetDomain() *Domain

func (*CreateOrganizationDomainResponse) ProtoMessage added in v0.7.2

func (*CreateOrganizationDomainResponse) ProtoMessage()

func (*CreateOrganizationDomainResponse) ProtoReflect added in v0.7.2

func (*CreateOrganizationDomainResponse) Reset added in v0.7.2

func (*CreateOrganizationDomainResponse) String added in v0.7.2

func (*CreateOrganizationDomainResponse) Validate added in v0.7.2

Validate checks the field values on CreateOrganizationDomainResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateOrganizationDomainResponse) ValidateAll added in v0.7.2

func (m *CreateOrganizationDomainResponse) ValidateAll() error

ValidateAll checks the field values on CreateOrganizationDomainResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateOrganizationDomainResponseMultiError, or nil if none found.

type CreateOrganizationDomainResponseMultiError added in v0.7.2

type CreateOrganizationDomainResponseMultiError []error

CreateOrganizationDomainResponseMultiError is an error wrapping multiple validation errors returned by CreateOrganizationDomainResponse.ValidateAll() if the designated constraints aren't met.

func (CreateOrganizationDomainResponseMultiError) AllErrors added in v0.7.2

AllErrors returns a list of validation violation errors.

func (CreateOrganizationDomainResponseMultiError) Error added in v0.7.2

Error returns a concatenation of all the error messages it wraps.

type CreateOrganizationDomainResponseValidationError added in v0.7.2

type CreateOrganizationDomainResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateOrganizationDomainResponseValidationError is the validation error returned by CreateOrganizationDomainResponse.Validate if the designated constraints aren't met.

func (CreateOrganizationDomainResponseValidationError) Cause added in v0.7.2

Cause function returns cause value.

func (CreateOrganizationDomainResponseValidationError) Error added in v0.7.2

Error satisfies the builtin error interface

func (CreateOrganizationDomainResponseValidationError) ErrorName added in v0.7.2

ErrorName returns error name.

func (CreateOrganizationDomainResponseValidationError) Field added in v0.7.2

Field function returns field value.

func (CreateOrganizationDomainResponseValidationError) Key added in v0.7.2

Key function returns key value.

func (CreateOrganizationDomainResponseValidationError) Reason added in v0.7.2

Reason function returns reason value.

type CreateOrganizationInvitationRequest

type CreateOrganizationInvitationRequest struct {
	OrgId    string   `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	UserIds  []string `protobuf:"bytes,2,rep,name=user_ids,json=userIds,proto3" json:"user_ids,omitempty"`
	GroupIds []string `protobuf:"bytes,3,rep,name=group_ids,json=groupIds,proto3" json:"group_ids,omitempty"`
	RoleIds  []string `protobuf:"bytes,4,rep,name=role_ids,json=roleIds,proto3" json:"role_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrganizationInvitationRequest) Descriptor deprecated

func (*CreateOrganizationInvitationRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateOrganizationInvitationRequest.ProtoReflect.Descriptor instead.

func (*CreateOrganizationInvitationRequest) GetGroupIds

func (x *CreateOrganizationInvitationRequest) GetGroupIds() []string

func (*CreateOrganizationInvitationRequest) GetOrgId

func (*CreateOrganizationInvitationRequest) GetRoleIds added in v0.7.3

func (x *CreateOrganizationInvitationRequest) GetRoleIds() []string

func (*CreateOrganizationInvitationRequest) GetUserIds added in v0.7.2

func (x *CreateOrganizationInvitationRequest) GetUserIds() []string

func (*CreateOrganizationInvitationRequest) ProtoMessage

func (*CreateOrganizationInvitationRequest) ProtoMessage()

func (*CreateOrganizationInvitationRequest) ProtoReflect

func (*CreateOrganizationInvitationRequest) Reset

func (*CreateOrganizationInvitationRequest) String

func (*CreateOrganizationInvitationRequest) Validate

Validate checks the field values on CreateOrganizationInvitationRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateOrganizationInvitationRequest) ValidateAll

func (m *CreateOrganizationInvitationRequest) ValidateAll() error

ValidateAll checks the field values on CreateOrganizationInvitationRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateOrganizationInvitationRequestMultiError, or nil if none found.

type CreateOrganizationInvitationRequestMultiError

type CreateOrganizationInvitationRequestMultiError []error

CreateOrganizationInvitationRequestMultiError is an error wrapping multiple validation errors returned by CreateOrganizationInvitationRequest.ValidateAll() if the designated constraints aren't met.

func (CreateOrganizationInvitationRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateOrganizationInvitationRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateOrganizationInvitationRequestValidationError

type CreateOrganizationInvitationRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateOrganizationInvitationRequestValidationError is the validation error returned by CreateOrganizationInvitationRequest.Validate if the designated constraints aren't met.

func (CreateOrganizationInvitationRequestValidationError) Cause

Cause function returns cause value.

func (CreateOrganizationInvitationRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateOrganizationInvitationRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateOrganizationInvitationRequestValidationError) Field

Field function returns field value.

func (CreateOrganizationInvitationRequestValidationError) Key

Key function returns key value.

func (CreateOrganizationInvitationRequestValidationError) Reason

Reason function returns reason value.

type CreateOrganizationInvitationResponse

type CreateOrganizationInvitationResponse struct {
	Invitations []*Invitation `protobuf:"bytes,1,rep,name=invitations,proto3" json:"invitations,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrganizationInvitationResponse) Descriptor deprecated

func (*CreateOrganizationInvitationResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateOrganizationInvitationResponse.ProtoReflect.Descriptor instead.

func (*CreateOrganizationInvitationResponse) GetInvitations added in v0.7.2

func (x *CreateOrganizationInvitationResponse) GetInvitations() []*Invitation

func (*CreateOrganizationInvitationResponse) ProtoMessage

func (*CreateOrganizationInvitationResponse) ProtoMessage()

func (*CreateOrganizationInvitationResponse) ProtoReflect

func (*CreateOrganizationInvitationResponse) Reset

func (*CreateOrganizationInvitationResponse) String

func (*CreateOrganizationInvitationResponse) Validate

Validate checks the field values on CreateOrganizationInvitationResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateOrganizationInvitationResponse) ValidateAll

ValidateAll checks the field values on CreateOrganizationInvitationResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateOrganizationInvitationResponseMultiError, or nil if none found.

type CreateOrganizationInvitationResponseMultiError

type CreateOrganizationInvitationResponseMultiError []error

CreateOrganizationInvitationResponseMultiError is an error wrapping multiple validation errors returned by CreateOrganizationInvitationResponse.ValidateAll() if the designated constraints aren't met.

func (CreateOrganizationInvitationResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateOrganizationInvitationResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateOrganizationInvitationResponseValidationError

type CreateOrganizationInvitationResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateOrganizationInvitationResponseValidationError is the validation error returned by CreateOrganizationInvitationResponse.Validate if the designated constraints aren't met.

func (CreateOrganizationInvitationResponseValidationError) Cause

Cause function returns cause value.

func (CreateOrganizationInvitationResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateOrganizationInvitationResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateOrganizationInvitationResponseValidationError) Field

Field function returns field value.

func (CreateOrganizationInvitationResponseValidationError) Key

Key function returns key value.

func (CreateOrganizationInvitationResponseValidationError) Reason

Reason function returns reason value.

type CreateOrganizationPreferencesRequest added in v0.7.3

type CreateOrganizationPreferencesRequest struct {
	Id     string                   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Bodies []*PreferenceRequestBody `protobuf:"bytes,2,rep,name=bodies,proto3" json:"bodies,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrganizationPreferencesRequest) Descriptor deprecated added in v0.7.3

func (*CreateOrganizationPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateOrganizationPreferencesRequest.ProtoReflect.Descriptor instead.

func (*CreateOrganizationPreferencesRequest) GetBodies added in v0.7.3

func (*CreateOrganizationPreferencesRequest) GetId added in v0.7.3

func (*CreateOrganizationPreferencesRequest) ProtoMessage added in v0.7.3

func (*CreateOrganizationPreferencesRequest) ProtoMessage()

func (*CreateOrganizationPreferencesRequest) ProtoReflect added in v0.7.3

func (*CreateOrganizationPreferencesRequest) Reset added in v0.7.3

func (*CreateOrganizationPreferencesRequest) String added in v0.7.3

func (*CreateOrganizationPreferencesRequest) Validate added in v0.7.3

Validate checks the field values on CreateOrganizationPreferencesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateOrganizationPreferencesRequest) ValidateAll added in v0.7.3

ValidateAll checks the field values on CreateOrganizationPreferencesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateOrganizationPreferencesRequestMultiError, or nil if none found.

type CreateOrganizationPreferencesRequestMultiError added in v0.7.3

type CreateOrganizationPreferencesRequestMultiError []error

CreateOrganizationPreferencesRequestMultiError is an error wrapping multiple validation errors returned by CreateOrganizationPreferencesRequest.ValidateAll() if the designated constraints aren't met.

func (CreateOrganizationPreferencesRequestMultiError) AllErrors added in v0.7.3

AllErrors returns a list of validation violation errors.

func (CreateOrganizationPreferencesRequestMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type CreateOrganizationPreferencesRequestValidationError added in v0.7.3

type CreateOrganizationPreferencesRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateOrganizationPreferencesRequestValidationError is the validation error returned by CreateOrganizationPreferencesRequest.Validate if the designated constraints aren't met.

func (CreateOrganizationPreferencesRequestValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (CreateOrganizationPreferencesRequestValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (CreateOrganizationPreferencesRequestValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (CreateOrganizationPreferencesRequestValidationError) Field added in v0.7.3

Field function returns field value.

func (CreateOrganizationPreferencesRequestValidationError) Key added in v0.7.3

Key function returns key value.

func (CreateOrganizationPreferencesRequestValidationError) Reason added in v0.7.3

Reason function returns reason value.

type CreateOrganizationPreferencesResponse added in v0.7.3

type CreateOrganizationPreferencesResponse struct {
	Preferences []*Preference `protobuf:"bytes,1,rep,name=preferences,proto3" json:"preferences,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrganizationPreferencesResponse) Descriptor deprecated added in v0.7.3

func (*CreateOrganizationPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateOrganizationPreferencesResponse.ProtoReflect.Descriptor instead.

func (*CreateOrganizationPreferencesResponse) GetPreferences added in v0.7.3

func (x *CreateOrganizationPreferencesResponse) GetPreferences() []*Preference

func (*CreateOrganizationPreferencesResponse) ProtoMessage added in v0.7.3

func (*CreateOrganizationPreferencesResponse) ProtoMessage()

func (*CreateOrganizationPreferencesResponse) ProtoReflect added in v0.7.3

func (*CreateOrganizationPreferencesResponse) Reset added in v0.7.3

func (*CreateOrganizationPreferencesResponse) String added in v0.7.3

func (*CreateOrganizationPreferencesResponse) Validate added in v0.7.3

Validate checks the field values on CreateOrganizationPreferencesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateOrganizationPreferencesResponse) ValidateAll added in v0.7.3

ValidateAll checks the field values on CreateOrganizationPreferencesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateOrganizationPreferencesResponseMultiError, or nil if none found.

type CreateOrganizationPreferencesResponseMultiError added in v0.7.3

type CreateOrganizationPreferencesResponseMultiError []error

CreateOrganizationPreferencesResponseMultiError is an error wrapping multiple validation errors returned by CreateOrganizationPreferencesResponse.ValidateAll() if the designated constraints aren't met.

func (CreateOrganizationPreferencesResponseMultiError) AllErrors added in v0.7.3

AllErrors returns a list of validation violation errors.

func (CreateOrganizationPreferencesResponseMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type CreateOrganizationPreferencesResponseValidationError added in v0.7.3

type CreateOrganizationPreferencesResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateOrganizationPreferencesResponseValidationError is the validation error returned by CreateOrganizationPreferencesResponse.Validate if the designated constraints aren't met.

func (CreateOrganizationPreferencesResponseValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (CreateOrganizationPreferencesResponseValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (CreateOrganizationPreferencesResponseValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (CreateOrganizationPreferencesResponseValidationError) Field added in v0.7.3

Field function returns field value.

func (CreateOrganizationPreferencesResponseValidationError) Key added in v0.7.3

Key function returns key value.

func (CreateOrganizationPreferencesResponseValidationError) Reason added in v0.7.3

Reason function returns reason value.

type CreateOrganizationRequest

type CreateOrganizationRequest struct {
	Body *OrganizationRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrganizationRequest) Descriptor deprecated

func (*CreateOrganizationRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateOrganizationRequest.ProtoReflect.Descriptor instead.

func (*CreateOrganizationRequest) GetBody

func (*CreateOrganizationRequest) ProtoMessage

func (*CreateOrganizationRequest) ProtoMessage()

func (*CreateOrganizationRequest) ProtoReflect

func (*CreateOrganizationRequest) Reset

func (x *CreateOrganizationRequest) Reset()

func (*CreateOrganizationRequest) String

func (x *CreateOrganizationRequest) String() string

func (*CreateOrganizationRequest) Validate

func (m *CreateOrganizationRequest) Validate() error

Validate checks the field values on CreateOrganizationRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateOrganizationRequest) ValidateAll

func (m *CreateOrganizationRequest) ValidateAll() error

ValidateAll checks the field values on CreateOrganizationRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateOrganizationRequestMultiError, or nil if none found.

type CreateOrganizationRequestMultiError

type CreateOrganizationRequestMultiError []error

CreateOrganizationRequestMultiError is an error wrapping multiple validation errors returned by CreateOrganizationRequest.ValidateAll() if the designated constraints aren't met.

func (CreateOrganizationRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateOrganizationRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateOrganizationRequestValidationError

type CreateOrganizationRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateOrganizationRequestValidationError is the validation error returned by CreateOrganizationRequest.Validate if the designated constraints aren't met.

func (CreateOrganizationRequestValidationError) Cause

Cause function returns cause value.

func (CreateOrganizationRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateOrganizationRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateOrganizationRequestValidationError) Field

Field function returns field value.

func (CreateOrganizationRequestValidationError) Key

Key function returns key value.

func (CreateOrganizationRequestValidationError) Reason

Reason function returns reason value.

type CreateOrganizationResponse

type CreateOrganizationResponse struct {
	Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrganizationResponse) Descriptor deprecated

func (*CreateOrganizationResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateOrganizationResponse.ProtoReflect.Descriptor instead.

func (*CreateOrganizationResponse) GetOrganization

func (x *CreateOrganizationResponse) GetOrganization() *Organization

func (*CreateOrganizationResponse) ProtoMessage

func (*CreateOrganizationResponse) ProtoMessage()

func (*CreateOrganizationResponse) ProtoReflect

func (*CreateOrganizationResponse) Reset

func (x *CreateOrganizationResponse) Reset()

func (*CreateOrganizationResponse) String

func (x *CreateOrganizationResponse) String() string

func (*CreateOrganizationResponse) Validate

func (m *CreateOrganizationResponse) Validate() error

Validate checks the field values on CreateOrganizationResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateOrganizationResponse) ValidateAll

func (m *CreateOrganizationResponse) ValidateAll() error

ValidateAll checks the field values on CreateOrganizationResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateOrganizationResponseMultiError, or nil if none found.

type CreateOrganizationResponseMultiError

type CreateOrganizationResponseMultiError []error

CreateOrganizationResponseMultiError is an error wrapping multiple validation errors returned by CreateOrganizationResponse.ValidateAll() if the designated constraints aren't met.

func (CreateOrganizationResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateOrganizationResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateOrganizationResponseValidationError

type CreateOrganizationResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateOrganizationResponseValidationError is the validation error returned by CreateOrganizationResponse.Validate if the designated constraints aren't met.

func (CreateOrganizationResponseValidationError) Cause

Cause function returns cause value.

func (CreateOrganizationResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateOrganizationResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateOrganizationResponseValidationError) Field

Field function returns field value.

func (CreateOrganizationResponseValidationError) Key

Key function returns key value.

func (CreateOrganizationResponseValidationError) Reason

Reason function returns reason value.

type CreateOrganizationRoleRequest

type CreateOrganizationRoleRequest struct {
	Body  *RoleRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	OrgId string           `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrganizationRoleRequest) Descriptor deprecated

func (*CreateOrganizationRoleRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateOrganizationRoleRequest.ProtoReflect.Descriptor instead.

func (*CreateOrganizationRoleRequest) GetBody

func (*CreateOrganizationRoleRequest) GetOrgId

func (x *CreateOrganizationRoleRequest) GetOrgId() string

func (*CreateOrganizationRoleRequest) ProtoMessage

func (*CreateOrganizationRoleRequest) ProtoMessage()

func (*CreateOrganizationRoleRequest) ProtoReflect

func (*CreateOrganizationRoleRequest) Reset

func (x *CreateOrganizationRoleRequest) Reset()

func (*CreateOrganizationRoleRequest) String

func (*CreateOrganizationRoleRequest) Validate

func (m *CreateOrganizationRoleRequest) Validate() error

Validate checks the field values on CreateOrganizationRoleRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateOrganizationRoleRequest) ValidateAll

func (m *CreateOrganizationRoleRequest) ValidateAll() error

ValidateAll checks the field values on CreateOrganizationRoleRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateOrganizationRoleRequestMultiError, or nil if none found.

type CreateOrganizationRoleRequestMultiError

type CreateOrganizationRoleRequestMultiError []error

CreateOrganizationRoleRequestMultiError is an error wrapping multiple validation errors returned by CreateOrganizationRoleRequest.ValidateAll() if the designated constraints aren't met.

func (CreateOrganizationRoleRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateOrganizationRoleRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateOrganizationRoleRequestValidationError

type CreateOrganizationRoleRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateOrganizationRoleRequestValidationError is the validation error returned by CreateOrganizationRoleRequest.Validate if the designated constraints aren't met.

func (CreateOrganizationRoleRequestValidationError) Cause

Cause function returns cause value.

func (CreateOrganizationRoleRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateOrganizationRoleRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateOrganizationRoleRequestValidationError) Field

Field function returns field value.

func (CreateOrganizationRoleRequestValidationError) Key

Key function returns key value.

func (CreateOrganizationRoleRequestValidationError) Reason

Reason function returns reason value.

type CreateOrganizationRoleResponse

type CreateOrganizationRoleResponse struct {
	Role *Role `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrganizationRoleResponse) Descriptor deprecated

func (*CreateOrganizationRoleResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateOrganizationRoleResponse.ProtoReflect.Descriptor instead.

func (*CreateOrganizationRoleResponse) GetRole

func (x *CreateOrganizationRoleResponse) GetRole() *Role

func (*CreateOrganizationRoleResponse) ProtoMessage

func (*CreateOrganizationRoleResponse) ProtoMessage()

func (*CreateOrganizationRoleResponse) ProtoReflect

func (*CreateOrganizationRoleResponse) Reset

func (x *CreateOrganizationRoleResponse) Reset()

func (*CreateOrganizationRoleResponse) String

func (*CreateOrganizationRoleResponse) Validate

func (m *CreateOrganizationRoleResponse) Validate() error

Validate checks the field values on CreateOrganizationRoleResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateOrganizationRoleResponse) ValidateAll

func (m *CreateOrganizationRoleResponse) ValidateAll() error

ValidateAll checks the field values on CreateOrganizationRoleResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateOrganizationRoleResponseMultiError, or nil if none found.

type CreateOrganizationRoleResponseMultiError

type CreateOrganizationRoleResponseMultiError []error

CreateOrganizationRoleResponseMultiError is an error wrapping multiple validation errors returned by CreateOrganizationRoleResponse.ValidateAll() if the designated constraints aren't met.

func (CreateOrganizationRoleResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateOrganizationRoleResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateOrganizationRoleResponseValidationError

type CreateOrganizationRoleResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateOrganizationRoleResponseValidationError is the validation error returned by CreateOrganizationRoleResponse.Validate if the designated constraints aren't met.

func (CreateOrganizationRoleResponseValidationError) Cause

Cause function returns cause value.

func (CreateOrganizationRoleResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateOrganizationRoleResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateOrganizationRoleResponseValidationError) Field

Field function returns field value.

func (CreateOrganizationRoleResponseValidationError) Key

Key function returns key value.

func (CreateOrganizationRoleResponseValidationError) Reason

Reason function returns reason value.

type CreatePermissionRequest

type CreatePermissionRequest struct {
	Bodies []*PermissionRequestBody `protobuf:"bytes,1,rep,name=bodies,proto3" json:"bodies,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePermissionRequest) Descriptor deprecated

func (*CreatePermissionRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreatePermissionRequest.ProtoReflect.Descriptor instead.

func (*CreatePermissionRequest) GetBodies

func (*CreatePermissionRequest) ProtoMessage

func (*CreatePermissionRequest) ProtoMessage()

func (*CreatePermissionRequest) ProtoReflect

func (x *CreatePermissionRequest) ProtoReflect() protoreflect.Message

func (*CreatePermissionRequest) Reset

func (x *CreatePermissionRequest) Reset()

func (*CreatePermissionRequest) String

func (x *CreatePermissionRequest) String() string

func (*CreatePermissionRequest) Validate

func (m *CreatePermissionRequest) Validate() error

Validate checks the field values on CreatePermissionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreatePermissionRequest) ValidateAll

func (m *CreatePermissionRequest) ValidateAll() error

ValidateAll checks the field values on CreatePermissionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreatePermissionRequestMultiError, or nil if none found.

type CreatePermissionRequestMultiError

type CreatePermissionRequestMultiError []error

CreatePermissionRequestMultiError is an error wrapping multiple validation errors returned by CreatePermissionRequest.ValidateAll() if the designated constraints aren't met.

func (CreatePermissionRequestMultiError) AllErrors

func (m CreatePermissionRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreatePermissionRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreatePermissionRequestValidationError

type CreatePermissionRequestValidationError struct {
	// contains filtered or unexported fields
}

CreatePermissionRequestValidationError is the validation error returned by CreatePermissionRequest.Validate if the designated constraints aren't met.

func (CreatePermissionRequestValidationError) Cause

Cause function returns cause value.

func (CreatePermissionRequestValidationError) Error

Error satisfies the builtin error interface

func (CreatePermissionRequestValidationError) ErrorName

ErrorName returns error name.

func (CreatePermissionRequestValidationError) Field

Field function returns field value.

func (CreatePermissionRequestValidationError) Key

Key function returns key value.

func (CreatePermissionRequestValidationError) Reason

Reason function returns reason value.

type CreatePermissionResponse

type CreatePermissionResponse struct {
	Permissions []*Permission `protobuf:"bytes,1,rep,name=permissions,proto3" json:"permissions,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePermissionResponse) Descriptor deprecated

func (*CreatePermissionResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreatePermissionResponse.ProtoReflect.Descriptor instead.

func (*CreatePermissionResponse) GetPermissions

func (x *CreatePermissionResponse) GetPermissions() []*Permission

func (*CreatePermissionResponse) ProtoMessage

func (*CreatePermissionResponse) ProtoMessage()

func (*CreatePermissionResponse) ProtoReflect

func (x *CreatePermissionResponse) ProtoReflect() protoreflect.Message

func (*CreatePermissionResponse) Reset

func (x *CreatePermissionResponse) Reset()

func (*CreatePermissionResponse) String

func (x *CreatePermissionResponse) String() string

func (*CreatePermissionResponse) Validate

func (m *CreatePermissionResponse) Validate() error

Validate checks the field values on CreatePermissionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreatePermissionResponse) ValidateAll

func (m *CreatePermissionResponse) ValidateAll() error

ValidateAll checks the field values on CreatePermissionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreatePermissionResponseMultiError, or nil if none found.

type CreatePermissionResponseMultiError

type CreatePermissionResponseMultiError []error

CreatePermissionResponseMultiError is an error wrapping multiple validation errors returned by CreatePermissionResponse.ValidateAll() if the designated constraints aren't met.

func (CreatePermissionResponseMultiError) AllErrors

func (m CreatePermissionResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreatePermissionResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreatePermissionResponseValidationError

type CreatePermissionResponseValidationError struct {
	// contains filtered or unexported fields
}

CreatePermissionResponseValidationError is the validation error returned by CreatePermissionResponse.Validate if the designated constraints aren't met.

func (CreatePermissionResponseValidationError) Cause

Cause function returns cause value.

func (CreatePermissionResponseValidationError) Error

Error satisfies the builtin error interface

func (CreatePermissionResponseValidationError) ErrorName

ErrorName returns error name.

func (CreatePermissionResponseValidationError) Field

Field function returns field value.

func (CreatePermissionResponseValidationError) Key

Key function returns key value.

func (CreatePermissionResponseValidationError) Reason

Reason function returns reason value.

type CreatePlanRequest added in v0.8.0

type CreatePlanRequest struct {

	// Plan to create
	Body *PlanRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePlanRequest) Descriptor deprecated added in v0.8.0

func (*CreatePlanRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreatePlanRequest.ProtoReflect.Descriptor instead.

func (*CreatePlanRequest) GetBody added in v0.8.0

func (x *CreatePlanRequest) GetBody() *PlanRequestBody

func (*CreatePlanRequest) ProtoMessage added in v0.8.0

func (*CreatePlanRequest) ProtoMessage()

func (*CreatePlanRequest) ProtoReflect added in v0.8.0

func (x *CreatePlanRequest) ProtoReflect() protoreflect.Message

func (*CreatePlanRequest) Reset added in v0.8.0

func (x *CreatePlanRequest) Reset()

func (*CreatePlanRequest) String added in v0.8.0

func (x *CreatePlanRequest) String() string

func (*CreatePlanRequest) Validate added in v0.8.0

func (m *CreatePlanRequest) Validate() error

Validate checks the field values on CreatePlanRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreatePlanRequest) ValidateAll added in v0.8.0

func (m *CreatePlanRequest) ValidateAll() error

ValidateAll checks the field values on CreatePlanRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreatePlanRequestMultiError, or nil if none found.

type CreatePlanRequestMultiError added in v0.8.0

type CreatePlanRequestMultiError []error

CreatePlanRequestMultiError is an error wrapping multiple validation errors returned by CreatePlanRequest.ValidateAll() if the designated constraints aren't met.

func (CreatePlanRequestMultiError) AllErrors added in v0.8.0

func (m CreatePlanRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreatePlanRequestMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type CreatePlanRequestValidationError added in v0.8.0

type CreatePlanRequestValidationError struct {
	// contains filtered or unexported fields
}

CreatePlanRequestValidationError is the validation error returned by CreatePlanRequest.Validate if the designated constraints aren't met.

func (CreatePlanRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (CreatePlanRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (CreatePlanRequestValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (CreatePlanRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (CreatePlanRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (CreatePlanRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type CreatePlanResponse added in v0.8.0

type CreatePlanResponse struct {

	// Created plan
	Plan *Plan `protobuf:"bytes,1,opt,name=plan,proto3" json:"plan,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePlanResponse) Descriptor deprecated added in v0.8.0

func (*CreatePlanResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreatePlanResponse.ProtoReflect.Descriptor instead.

func (*CreatePlanResponse) GetPlan added in v0.8.0

func (x *CreatePlanResponse) GetPlan() *Plan

func (*CreatePlanResponse) ProtoMessage added in v0.8.0

func (*CreatePlanResponse) ProtoMessage()

func (*CreatePlanResponse) ProtoReflect added in v0.8.0

func (x *CreatePlanResponse) ProtoReflect() protoreflect.Message

func (*CreatePlanResponse) Reset added in v0.8.0

func (x *CreatePlanResponse) Reset()

func (*CreatePlanResponse) String added in v0.8.0

func (x *CreatePlanResponse) String() string

func (*CreatePlanResponse) Validate added in v0.8.0

func (m *CreatePlanResponse) Validate() error

Validate checks the field values on CreatePlanResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreatePlanResponse) ValidateAll added in v0.8.0

func (m *CreatePlanResponse) ValidateAll() error

ValidateAll checks the field values on CreatePlanResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreatePlanResponseMultiError, or nil if none found.

type CreatePlanResponseMultiError added in v0.8.0

type CreatePlanResponseMultiError []error

CreatePlanResponseMultiError is an error wrapping multiple validation errors returned by CreatePlanResponse.ValidateAll() if the designated constraints aren't met.

func (CreatePlanResponseMultiError) AllErrors added in v0.8.0

func (m CreatePlanResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreatePlanResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type CreatePlanResponseValidationError added in v0.8.0

type CreatePlanResponseValidationError struct {
	// contains filtered or unexported fields
}

CreatePlanResponseValidationError is the validation error returned by CreatePlanResponse.Validate if the designated constraints aren't met.

func (CreatePlanResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (CreatePlanResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (CreatePlanResponseValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (CreatePlanResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (CreatePlanResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (CreatePlanResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type CreatePolicyRequest

type CreatePolicyRequest struct {
	Body *PolicyRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePolicyRequest) Descriptor deprecated

func (*CreatePolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreatePolicyRequest.ProtoReflect.Descriptor instead.

func (*CreatePolicyRequest) GetBody

func (x *CreatePolicyRequest) GetBody() *PolicyRequestBody

func (*CreatePolicyRequest) ProtoMessage

func (*CreatePolicyRequest) ProtoMessage()

func (*CreatePolicyRequest) ProtoReflect

func (x *CreatePolicyRequest) ProtoReflect() protoreflect.Message

func (*CreatePolicyRequest) Reset

func (x *CreatePolicyRequest) Reset()

func (*CreatePolicyRequest) String

func (x *CreatePolicyRequest) String() string

func (*CreatePolicyRequest) Validate

func (m *CreatePolicyRequest) Validate() error

Validate checks the field values on CreatePolicyRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreatePolicyRequest) ValidateAll

func (m *CreatePolicyRequest) ValidateAll() error

ValidateAll checks the field values on CreatePolicyRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreatePolicyRequestMultiError, or nil if none found.

type CreatePolicyRequestMultiError

type CreatePolicyRequestMultiError []error

CreatePolicyRequestMultiError is an error wrapping multiple validation errors returned by CreatePolicyRequest.ValidateAll() if the designated constraints aren't met.

func (CreatePolicyRequestMultiError) AllErrors

func (m CreatePolicyRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreatePolicyRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreatePolicyRequestValidationError

type CreatePolicyRequestValidationError struct {
	// contains filtered or unexported fields
}

CreatePolicyRequestValidationError is the validation error returned by CreatePolicyRequest.Validate if the designated constraints aren't met.

func (CreatePolicyRequestValidationError) Cause

Cause function returns cause value.

func (CreatePolicyRequestValidationError) Error

Error satisfies the builtin error interface

func (CreatePolicyRequestValidationError) ErrorName

ErrorName returns error name.

func (CreatePolicyRequestValidationError) Field

Field function returns field value.

func (CreatePolicyRequestValidationError) Key

Key function returns key value.

func (CreatePolicyRequestValidationError) Reason

Reason function returns reason value.

type CreatePolicyResponse

type CreatePolicyResponse struct {
	Policy *Policy `protobuf:"bytes,2,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePolicyResponse) Descriptor deprecated

func (*CreatePolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreatePolicyResponse.ProtoReflect.Descriptor instead.

func (*CreatePolicyResponse) GetPolicy

func (x *CreatePolicyResponse) GetPolicy() *Policy

func (*CreatePolicyResponse) ProtoMessage

func (*CreatePolicyResponse) ProtoMessage()

func (*CreatePolicyResponse) ProtoReflect

func (x *CreatePolicyResponse) ProtoReflect() protoreflect.Message

func (*CreatePolicyResponse) Reset

func (x *CreatePolicyResponse) Reset()

func (*CreatePolicyResponse) String

func (x *CreatePolicyResponse) String() string

func (*CreatePolicyResponse) Validate

func (m *CreatePolicyResponse) Validate() error

Validate checks the field values on CreatePolicyResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreatePolicyResponse) ValidateAll

func (m *CreatePolicyResponse) ValidateAll() error

ValidateAll checks the field values on CreatePolicyResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreatePolicyResponseMultiError, or nil if none found.

type CreatePolicyResponseMultiError

type CreatePolicyResponseMultiError []error

CreatePolicyResponseMultiError is an error wrapping multiple validation errors returned by CreatePolicyResponse.ValidateAll() if the designated constraints aren't met.

func (CreatePolicyResponseMultiError) AllErrors

func (m CreatePolicyResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreatePolicyResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreatePolicyResponseValidationError

type CreatePolicyResponseValidationError struct {
	// contains filtered or unexported fields
}

CreatePolicyResponseValidationError is the validation error returned by CreatePolicyResponse.Validate if the designated constraints aren't met.

func (CreatePolicyResponseValidationError) Cause

Cause function returns cause value.

func (CreatePolicyResponseValidationError) Error

Error satisfies the builtin error interface

func (CreatePolicyResponseValidationError) ErrorName

ErrorName returns error name.

func (CreatePolicyResponseValidationError) Field

Field function returns field value.

func (CreatePolicyResponseValidationError) Key

Key function returns key value.

func (CreatePolicyResponseValidationError) Reason

Reason function returns reason value.

type CreatePreferencesRequest added in v0.7.3

type CreatePreferencesRequest struct {
	Preferences []*PreferenceRequestBody `protobuf:"bytes,1,rep,name=preferences,proto3" json:"preferences,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePreferencesRequest) Descriptor deprecated added in v0.7.3

func (*CreatePreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreatePreferencesRequest.ProtoReflect.Descriptor instead.

func (*CreatePreferencesRequest) GetPreferences added in v0.7.3

func (x *CreatePreferencesRequest) GetPreferences() []*PreferenceRequestBody

func (*CreatePreferencesRequest) ProtoMessage added in v0.7.3

func (*CreatePreferencesRequest) ProtoMessage()

func (*CreatePreferencesRequest) ProtoReflect added in v0.7.3

func (x *CreatePreferencesRequest) ProtoReflect() protoreflect.Message

func (*CreatePreferencesRequest) Reset added in v0.7.3

func (x *CreatePreferencesRequest) Reset()

func (*CreatePreferencesRequest) String added in v0.7.3

func (x *CreatePreferencesRequest) String() string

func (*CreatePreferencesRequest) Validate added in v0.7.3

func (m *CreatePreferencesRequest) Validate() error

Validate checks the field values on CreatePreferencesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreatePreferencesRequest) ValidateAll added in v0.7.3

func (m *CreatePreferencesRequest) ValidateAll() error

ValidateAll checks the field values on CreatePreferencesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreatePreferencesRequestMultiError, or nil if none found.

type CreatePreferencesRequestMultiError added in v0.7.3

type CreatePreferencesRequestMultiError []error

CreatePreferencesRequestMultiError is an error wrapping multiple validation errors returned by CreatePreferencesRequest.ValidateAll() if the designated constraints aren't met.

func (CreatePreferencesRequestMultiError) AllErrors added in v0.7.3

func (m CreatePreferencesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreatePreferencesRequestMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type CreatePreferencesRequestValidationError added in v0.7.3

type CreatePreferencesRequestValidationError struct {
	// contains filtered or unexported fields
}

CreatePreferencesRequestValidationError is the validation error returned by CreatePreferencesRequest.Validate if the designated constraints aren't met.

func (CreatePreferencesRequestValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (CreatePreferencesRequestValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (CreatePreferencesRequestValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (CreatePreferencesRequestValidationError) Field added in v0.7.3

Field function returns field value.

func (CreatePreferencesRequestValidationError) Key added in v0.7.3

Key function returns key value.

func (CreatePreferencesRequestValidationError) Reason added in v0.7.3

Reason function returns reason value.

type CreatePreferencesResponse added in v0.7.3

type CreatePreferencesResponse struct {
	Preference []*Preference `protobuf:"bytes,1,rep,name=preference,proto3" json:"preference,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePreferencesResponse) Descriptor deprecated added in v0.7.3

func (*CreatePreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreatePreferencesResponse.ProtoReflect.Descriptor instead.

func (*CreatePreferencesResponse) GetPreference added in v0.7.3

func (x *CreatePreferencesResponse) GetPreference() []*Preference

func (*CreatePreferencesResponse) ProtoMessage added in v0.7.3

func (*CreatePreferencesResponse) ProtoMessage()

func (*CreatePreferencesResponse) ProtoReflect added in v0.7.3

func (*CreatePreferencesResponse) Reset added in v0.7.3

func (x *CreatePreferencesResponse) Reset()

func (*CreatePreferencesResponse) String added in v0.7.3

func (x *CreatePreferencesResponse) String() string

func (*CreatePreferencesResponse) Validate added in v0.7.3

func (m *CreatePreferencesResponse) Validate() error

Validate checks the field values on CreatePreferencesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreatePreferencesResponse) ValidateAll added in v0.7.3

func (m *CreatePreferencesResponse) ValidateAll() error

ValidateAll checks the field values on CreatePreferencesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreatePreferencesResponseMultiError, or nil if none found.

type CreatePreferencesResponseMultiError added in v0.7.3

type CreatePreferencesResponseMultiError []error

CreatePreferencesResponseMultiError is an error wrapping multiple validation errors returned by CreatePreferencesResponse.ValidateAll() if the designated constraints aren't met.

func (CreatePreferencesResponseMultiError) AllErrors added in v0.7.3

AllErrors returns a list of validation violation errors.

func (CreatePreferencesResponseMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type CreatePreferencesResponseValidationError added in v0.7.3

type CreatePreferencesResponseValidationError struct {
	// contains filtered or unexported fields
}

CreatePreferencesResponseValidationError is the validation error returned by CreatePreferencesResponse.Validate if the designated constraints aren't met.

func (CreatePreferencesResponseValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (CreatePreferencesResponseValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (CreatePreferencesResponseValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (CreatePreferencesResponseValidationError) Field added in v0.7.3

Field function returns field value.

func (CreatePreferencesResponseValidationError) Key added in v0.7.3

Key function returns key value.

func (CreatePreferencesResponseValidationError) Reason added in v0.7.3

Reason function returns reason value.

type CreateProductRequest added in v0.8.14

type CreateProductRequest struct {

	// Product to create
	Body *ProductRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateProductRequest) Descriptor deprecated added in v0.8.14

func (*CreateProductRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateProductRequest.ProtoReflect.Descriptor instead.

func (*CreateProductRequest) GetBody added in v0.8.14

func (*CreateProductRequest) ProtoMessage added in v0.8.14

func (*CreateProductRequest) ProtoMessage()

func (*CreateProductRequest) ProtoReflect added in v0.8.14

func (x *CreateProductRequest) ProtoReflect() protoreflect.Message

func (*CreateProductRequest) Reset added in v0.8.14

func (x *CreateProductRequest) Reset()

func (*CreateProductRequest) String added in v0.8.14

func (x *CreateProductRequest) String() string

func (*CreateProductRequest) Validate added in v0.8.14

func (m *CreateProductRequest) Validate() error

Validate checks the field values on CreateProductRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateProductRequest) ValidateAll added in v0.8.14

func (m *CreateProductRequest) ValidateAll() error

ValidateAll checks the field values on CreateProductRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateProductRequestMultiError, or nil if none found.

type CreateProductRequestMultiError added in v0.8.14

type CreateProductRequestMultiError []error

CreateProductRequestMultiError is an error wrapping multiple validation errors returned by CreateProductRequest.ValidateAll() if the designated constraints aren't met.

func (CreateProductRequestMultiError) AllErrors added in v0.8.14

func (m CreateProductRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateProductRequestMultiError) Error added in v0.8.14

Error returns a concatenation of all the error messages it wraps.

type CreateProductRequestValidationError added in v0.8.14

type CreateProductRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateProductRequestValidationError is the validation error returned by CreateProductRequest.Validate if the designated constraints aren't met.

func (CreateProductRequestValidationError) Cause added in v0.8.14

Cause function returns cause value.

func (CreateProductRequestValidationError) Error added in v0.8.14

Error satisfies the builtin error interface

func (CreateProductRequestValidationError) ErrorName added in v0.8.14

ErrorName returns error name.

func (CreateProductRequestValidationError) Field added in v0.8.14

Field function returns field value.

func (CreateProductRequestValidationError) Key added in v0.8.14

Key function returns key value.

func (CreateProductRequestValidationError) Reason added in v0.8.14

Reason function returns reason value.

type CreateProductResponse added in v0.8.14

type CreateProductResponse struct {

	// Created product
	Product *Product `protobuf:"bytes,1,opt,name=product,proto3" json:"product,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateProductResponse) Descriptor deprecated added in v0.8.14

func (*CreateProductResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateProductResponse.ProtoReflect.Descriptor instead.

func (*CreateProductResponse) GetProduct added in v0.8.14

func (x *CreateProductResponse) GetProduct() *Product

func (*CreateProductResponse) ProtoMessage added in v0.8.14

func (*CreateProductResponse) ProtoMessage()

func (*CreateProductResponse) ProtoReflect added in v0.8.14

func (x *CreateProductResponse) ProtoReflect() protoreflect.Message

func (*CreateProductResponse) Reset added in v0.8.14

func (x *CreateProductResponse) Reset()

func (*CreateProductResponse) String added in v0.8.14

func (x *CreateProductResponse) String() string

func (*CreateProductResponse) Validate added in v0.8.14

func (m *CreateProductResponse) Validate() error

Validate checks the field values on CreateProductResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateProductResponse) ValidateAll added in v0.8.14

func (m *CreateProductResponse) ValidateAll() error

ValidateAll checks the field values on CreateProductResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateProductResponseMultiError, or nil if none found.

type CreateProductResponseMultiError added in v0.8.14

type CreateProductResponseMultiError []error

CreateProductResponseMultiError is an error wrapping multiple validation errors returned by CreateProductResponse.ValidateAll() if the designated constraints aren't met.

func (CreateProductResponseMultiError) AllErrors added in v0.8.14

func (m CreateProductResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateProductResponseMultiError) Error added in v0.8.14

Error returns a concatenation of all the error messages it wraps.

type CreateProductResponseValidationError added in v0.8.14

type CreateProductResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateProductResponseValidationError is the validation error returned by CreateProductResponse.Validate if the designated constraints aren't met.

func (CreateProductResponseValidationError) Cause added in v0.8.14

Cause function returns cause value.

func (CreateProductResponseValidationError) Error added in v0.8.14

Error satisfies the builtin error interface

func (CreateProductResponseValidationError) ErrorName added in v0.8.14

ErrorName returns error name.

func (CreateProductResponseValidationError) Field added in v0.8.14

Field function returns field value.

func (CreateProductResponseValidationError) Key added in v0.8.14

Key function returns key value.

func (CreateProductResponseValidationError) Reason added in v0.8.14

Reason function returns reason value.

type CreateProjectPreferencesRequest added in v0.7.3

type CreateProjectPreferencesRequest struct {
	Id     string                   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Bodies []*PreferenceRequestBody `protobuf:"bytes,2,rep,name=bodies,proto3" json:"bodies,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateProjectPreferencesRequest) Descriptor deprecated added in v0.7.3

func (*CreateProjectPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateProjectPreferencesRequest.ProtoReflect.Descriptor instead.

func (*CreateProjectPreferencesRequest) GetBodies added in v0.7.3

func (*CreateProjectPreferencesRequest) GetId added in v0.7.3

func (*CreateProjectPreferencesRequest) ProtoMessage added in v0.7.3

func (*CreateProjectPreferencesRequest) ProtoMessage()

func (*CreateProjectPreferencesRequest) ProtoReflect added in v0.7.3

func (*CreateProjectPreferencesRequest) Reset added in v0.7.3

func (*CreateProjectPreferencesRequest) String added in v0.7.3

func (*CreateProjectPreferencesRequest) Validate added in v0.7.3

func (m *CreateProjectPreferencesRequest) Validate() error

Validate checks the field values on CreateProjectPreferencesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateProjectPreferencesRequest) ValidateAll added in v0.7.3

func (m *CreateProjectPreferencesRequest) ValidateAll() error

ValidateAll checks the field values on CreateProjectPreferencesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateProjectPreferencesRequestMultiError, or nil if none found.

type CreateProjectPreferencesRequestMultiError added in v0.7.3

type CreateProjectPreferencesRequestMultiError []error

CreateProjectPreferencesRequestMultiError is an error wrapping multiple validation errors returned by CreateProjectPreferencesRequest.ValidateAll() if the designated constraints aren't met.

func (CreateProjectPreferencesRequestMultiError) AllErrors added in v0.7.3

AllErrors returns a list of validation violation errors.

func (CreateProjectPreferencesRequestMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type CreateProjectPreferencesRequestValidationError added in v0.7.3

type CreateProjectPreferencesRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateProjectPreferencesRequestValidationError is the validation error returned by CreateProjectPreferencesRequest.Validate if the designated constraints aren't met.

func (CreateProjectPreferencesRequestValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (CreateProjectPreferencesRequestValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (CreateProjectPreferencesRequestValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (CreateProjectPreferencesRequestValidationError) Field added in v0.7.3

Field function returns field value.

func (CreateProjectPreferencesRequestValidationError) Key added in v0.7.3

Key function returns key value.

func (CreateProjectPreferencesRequestValidationError) Reason added in v0.7.3

Reason function returns reason value.

type CreateProjectPreferencesResponse added in v0.7.3

type CreateProjectPreferencesResponse struct {
	Preferences []*Preference `protobuf:"bytes,1,rep,name=preferences,proto3" json:"preferences,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateProjectPreferencesResponse) Descriptor deprecated added in v0.7.3

func (*CreateProjectPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateProjectPreferencesResponse.ProtoReflect.Descriptor instead.

func (*CreateProjectPreferencesResponse) GetPreferences added in v0.7.3

func (x *CreateProjectPreferencesResponse) GetPreferences() []*Preference

func (*CreateProjectPreferencesResponse) ProtoMessage added in v0.7.3

func (*CreateProjectPreferencesResponse) ProtoMessage()

func (*CreateProjectPreferencesResponse) ProtoReflect added in v0.7.3

func (*CreateProjectPreferencesResponse) Reset added in v0.7.3

func (*CreateProjectPreferencesResponse) String added in v0.7.3

func (*CreateProjectPreferencesResponse) Validate added in v0.7.3

Validate checks the field values on CreateProjectPreferencesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateProjectPreferencesResponse) ValidateAll added in v0.7.3

func (m *CreateProjectPreferencesResponse) ValidateAll() error

ValidateAll checks the field values on CreateProjectPreferencesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateProjectPreferencesResponseMultiError, or nil if none found.

type CreateProjectPreferencesResponseMultiError added in v0.7.3

type CreateProjectPreferencesResponseMultiError []error

CreateProjectPreferencesResponseMultiError is an error wrapping multiple validation errors returned by CreateProjectPreferencesResponse.ValidateAll() if the designated constraints aren't met.

func (CreateProjectPreferencesResponseMultiError) AllErrors added in v0.7.3

AllErrors returns a list of validation violation errors.

func (CreateProjectPreferencesResponseMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type CreateProjectPreferencesResponseValidationError added in v0.7.3

type CreateProjectPreferencesResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateProjectPreferencesResponseValidationError is the validation error returned by CreateProjectPreferencesResponse.Validate if the designated constraints aren't met.

func (CreateProjectPreferencesResponseValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (CreateProjectPreferencesResponseValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (CreateProjectPreferencesResponseValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (CreateProjectPreferencesResponseValidationError) Field added in v0.7.3

Field function returns field value.

func (CreateProjectPreferencesResponseValidationError) Key added in v0.7.3

Key function returns key value.

func (CreateProjectPreferencesResponseValidationError) Reason added in v0.7.3

Reason function returns reason value.

type CreateProjectRequest

type CreateProjectRequest struct {
	Body *ProjectRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateProjectRequest) Descriptor deprecated

func (*CreateProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateProjectRequest.ProtoReflect.Descriptor instead.

func (*CreateProjectRequest) GetBody

func (*CreateProjectRequest) ProtoMessage

func (*CreateProjectRequest) ProtoMessage()

func (*CreateProjectRequest) ProtoReflect

func (x *CreateProjectRequest) ProtoReflect() protoreflect.Message

func (*CreateProjectRequest) Reset

func (x *CreateProjectRequest) Reset()

func (*CreateProjectRequest) String

func (x *CreateProjectRequest) String() string

func (*CreateProjectRequest) Validate

func (m *CreateProjectRequest) Validate() error

Validate checks the field values on CreateProjectRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateProjectRequest) ValidateAll

func (m *CreateProjectRequest) ValidateAll() error

ValidateAll checks the field values on CreateProjectRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateProjectRequestMultiError, or nil if none found.

type CreateProjectRequestMultiError

type CreateProjectRequestMultiError []error

CreateProjectRequestMultiError is an error wrapping multiple validation errors returned by CreateProjectRequest.ValidateAll() if the designated constraints aren't met.

func (CreateProjectRequestMultiError) AllErrors

func (m CreateProjectRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateProjectRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateProjectRequestValidationError

type CreateProjectRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateProjectRequestValidationError is the validation error returned by CreateProjectRequest.Validate if the designated constraints aren't met.

func (CreateProjectRequestValidationError) Cause

Cause function returns cause value.

func (CreateProjectRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateProjectRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateProjectRequestValidationError) Field

Field function returns field value.

func (CreateProjectRequestValidationError) Key

Key function returns key value.

func (CreateProjectRequestValidationError) Reason

Reason function returns reason value.

type CreateProjectResourceRequest

type CreateProjectResourceRequest struct {
	Body *ResourceRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// project uuid or name
	ProjectId string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Id        string `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateProjectResourceRequest) Descriptor deprecated

func (*CreateProjectResourceRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateProjectResourceRequest.ProtoReflect.Descriptor instead.

func (*CreateProjectResourceRequest) GetBody

func (*CreateProjectResourceRequest) GetId

func (*CreateProjectResourceRequest) GetProjectId

func (x *CreateProjectResourceRequest) GetProjectId() string

func (*CreateProjectResourceRequest) ProtoMessage

func (*CreateProjectResourceRequest) ProtoMessage()

func (*CreateProjectResourceRequest) ProtoReflect

func (*CreateProjectResourceRequest) Reset

func (x *CreateProjectResourceRequest) Reset()

func (*CreateProjectResourceRequest) String

func (*CreateProjectResourceRequest) Validate

func (m *CreateProjectResourceRequest) Validate() error

Validate checks the field values on CreateProjectResourceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateProjectResourceRequest) ValidateAll

func (m *CreateProjectResourceRequest) ValidateAll() error

ValidateAll checks the field values on CreateProjectResourceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateProjectResourceRequestMultiError, or nil if none found.

type CreateProjectResourceRequestMultiError

type CreateProjectResourceRequestMultiError []error

CreateProjectResourceRequestMultiError is an error wrapping multiple validation errors returned by CreateProjectResourceRequest.ValidateAll() if the designated constraints aren't met.

func (CreateProjectResourceRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateProjectResourceRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateProjectResourceRequestValidationError

type CreateProjectResourceRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateProjectResourceRequestValidationError is the validation error returned by CreateProjectResourceRequest.Validate if the designated constraints aren't met.

func (CreateProjectResourceRequestValidationError) Cause

Cause function returns cause value.

func (CreateProjectResourceRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateProjectResourceRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateProjectResourceRequestValidationError) Field

Field function returns field value.

func (CreateProjectResourceRequestValidationError) Key

Key function returns key value.

func (CreateProjectResourceRequestValidationError) Reason

Reason function returns reason value.

type CreateProjectResourceResponse

type CreateProjectResourceResponse struct {
	Resource *Resource `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateProjectResourceResponse) Descriptor deprecated

func (*CreateProjectResourceResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateProjectResourceResponse.ProtoReflect.Descriptor instead.

func (*CreateProjectResourceResponse) GetResource

func (x *CreateProjectResourceResponse) GetResource() *Resource

func (*CreateProjectResourceResponse) ProtoMessage

func (*CreateProjectResourceResponse) ProtoMessage()

func (*CreateProjectResourceResponse) ProtoReflect

func (*CreateProjectResourceResponse) Reset

func (x *CreateProjectResourceResponse) Reset()

func (*CreateProjectResourceResponse) String

func (*CreateProjectResourceResponse) Validate

func (m *CreateProjectResourceResponse) Validate() error

Validate checks the field values on CreateProjectResourceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateProjectResourceResponse) ValidateAll

func (m *CreateProjectResourceResponse) ValidateAll() error

ValidateAll checks the field values on CreateProjectResourceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateProjectResourceResponseMultiError, or nil if none found.

type CreateProjectResourceResponseMultiError

type CreateProjectResourceResponseMultiError []error

CreateProjectResourceResponseMultiError is an error wrapping multiple validation errors returned by CreateProjectResourceResponse.ValidateAll() if the designated constraints aren't met.

func (CreateProjectResourceResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateProjectResourceResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateProjectResourceResponseValidationError

type CreateProjectResourceResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateProjectResourceResponseValidationError is the validation error returned by CreateProjectResourceResponse.Validate if the designated constraints aren't met.

func (CreateProjectResourceResponseValidationError) Cause

Cause function returns cause value.

func (CreateProjectResourceResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateProjectResourceResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateProjectResourceResponseValidationError) Field

Field function returns field value.

func (CreateProjectResourceResponseValidationError) Key

Key function returns key value.

func (CreateProjectResourceResponseValidationError) Reason

Reason function returns reason value.

type CreateProjectResponse

type CreateProjectResponse struct {
	Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateProjectResponse) Descriptor deprecated

func (*CreateProjectResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateProjectResponse.ProtoReflect.Descriptor instead.

func (*CreateProjectResponse) GetProject

func (x *CreateProjectResponse) GetProject() *Project

func (*CreateProjectResponse) ProtoMessage

func (*CreateProjectResponse) ProtoMessage()

func (*CreateProjectResponse) ProtoReflect

func (x *CreateProjectResponse) ProtoReflect() protoreflect.Message

func (*CreateProjectResponse) Reset

func (x *CreateProjectResponse) Reset()

func (*CreateProjectResponse) String

func (x *CreateProjectResponse) String() string

func (*CreateProjectResponse) Validate

func (m *CreateProjectResponse) Validate() error

Validate checks the field values on CreateProjectResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateProjectResponse) ValidateAll

func (m *CreateProjectResponse) ValidateAll() error

ValidateAll checks the field values on CreateProjectResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateProjectResponseMultiError, or nil if none found.

type CreateProjectResponseMultiError

type CreateProjectResponseMultiError []error

CreateProjectResponseMultiError is an error wrapping multiple validation errors returned by CreateProjectResponse.ValidateAll() if the designated constraints aren't met.

func (CreateProjectResponseMultiError) AllErrors

func (m CreateProjectResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateProjectResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateProjectResponseValidationError

type CreateProjectResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateProjectResponseValidationError is the validation error returned by CreateProjectResponse.Validate if the designated constraints aren't met.

func (CreateProjectResponseValidationError) Cause

Cause function returns cause value.

func (CreateProjectResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateProjectResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateProjectResponseValidationError) Field

Field function returns field value.

func (CreateProjectResponseValidationError) Key

Key function returns key value.

func (CreateProjectResponseValidationError) Reason

Reason function returns reason value.

type CreateRelationRequest

type CreateRelationRequest struct {
	Body *RelationRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRelationRequest) Descriptor deprecated

func (*CreateRelationRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateRelationRequest.ProtoReflect.Descriptor instead.

func (*CreateRelationRequest) GetBody

func (*CreateRelationRequest) ProtoMessage

func (*CreateRelationRequest) ProtoMessage()

func (*CreateRelationRequest) ProtoReflect

func (x *CreateRelationRequest) ProtoReflect() protoreflect.Message

func (*CreateRelationRequest) Reset

func (x *CreateRelationRequest) Reset()

func (*CreateRelationRequest) String

func (x *CreateRelationRequest) String() string

func (*CreateRelationRequest) Validate

func (m *CreateRelationRequest) Validate() error

Validate checks the field values on CreateRelationRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateRelationRequest) ValidateAll

func (m *CreateRelationRequest) ValidateAll() error

ValidateAll checks the field values on CreateRelationRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateRelationRequestMultiError, or nil if none found.

type CreateRelationRequestMultiError

type CreateRelationRequestMultiError []error

CreateRelationRequestMultiError is an error wrapping multiple validation errors returned by CreateRelationRequest.ValidateAll() if the designated constraints aren't met.

func (CreateRelationRequestMultiError) AllErrors

func (m CreateRelationRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateRelationRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateRelationRequestValidationError

type CreateRelationRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateRelationRequestValidationError is the validation error returned by CreateRelationRequest.Validate if the designated constraints aren't met.

func (CreateRelationRequestValidationError) Cause

Cause function returns cause value.

func (CreateRelationRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateRelationRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateRelationRequestValidationError) Field

Field function returns field value.

func (CreateRelationRequestValidationError) Key

Key function returns key value.

func (CreateRelationRequestValidationError) Reason

Reason function returns reason value.

type CreateRelationResponse

type CreateRelationResponse struct {
	Relation *Relation `protobuf:"bytes,1,opt,name=relation,proto3" json:"relation,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRelationResponse) Descriptor deprecated

func (*CreateRelationResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateRelationResponse.ProtoReflect.Descriptor instead.

func (*CreateRelationResponse) GetRelation

func (x *CreateRelationResponse) GetRelation() *Relation

func (*CreateRelationResponse) ProtoMessage

func (*CreateRelationResponse) ProtoMessage()

func (*CreateRelationResponse) ProtoReflect

func (x *CreateRelationResponse) ProtoReflect() protoreflect.Message

func (*CreateRelationResponse) Reset

func (x *CreateRelationResponse) Reset()

func (*CreateRelationResponse) String

func (x *CreateRelationResponse) String() string

func (*CreateRelationResponse) Validate

func (m *CreateRelationResponse) Validate() error

Validate checks the field values on CreateRelationResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateRelationResponse) ValidateAll

func (m *CreateRelationResponse) ValidateAll() error

ValidateAll checks the field values on CreateRelationResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateRelationResponseMultiError, or nil if none found.

type CreateRelationResponseMultiError

type CreateRelationResponseMultiError []error

CreateRelationResponseMultiError is an error wrapping multiple validation errors returned by CreateRelationResponse.ValidateAll() if the designated constraints aren't met.

func (CreateRelationResponseMultiError) AllErrors

func (m CreateRelationResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateRelationResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateRelationResponseValidationError

type CreateRelationResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateRelationResponseValidationError is the validation error returned by CreateRelationResponse.Validate if the designated constraints aren't met.

func (CreateRelationResponseValidationError) Cause

Cause function returns cause value.

func (CreateRelationResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateRelationResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateRelationResponseValidationError) Field

Field function returns field value.

func (CreateRelationResponseValidationError) Key

Key function returns key value.

func (CreateRelationResponseValidationError) Reason

Reason function returns reason value.

type CreateRoleRequest

type CreateRoleRequest struct {
	Body *RoleRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRoleRequest) Descriptor deprecated

func (*CreateRoleRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateRoleRequest.ProtoReflect.Descriptor instead.

func (*CreateRoleRequest) GetBody

func (x *CreateRoleRequest) GetBody() *RoleRequestBody

func (*CreateRoleRequest) ProtoMessage

func (*CreateRoleRequest) ProtoMessage()

func (*CreateRoleRequest) ProtoReflect

func (x *CreateRoleRequest) ProtoReflect() protoreflect.Message

func (*CreateRoleRequest) Reset

func (x *CreateRoleRequest) Reset()

func (*CreateRoleRequest) String

func (x *CreateRoleRequest) String() string

func (*CreateRoleRequest) Validate

func (m *CreateRoleRequest) Validate() error

Validate checks the field values on CreateRoleRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateRoleRequest) ValidateAll

func (m *CreateRoleRequest) ValidateAll() error

ValidateAll checks the field values on CreateRoleRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateRoleRequestMultiError, or nil if none found.

type CreateRoleRequestMultiError

type CreateRoleRequestMultiError []error

CreateRoleRequestMultiError is an error wrapping multiple validation errors returned by CreateRoleRequest.ValidateAll() if the designated constraints aren't met.

func (CreateRoleRequestMultiError) AllErrors

func (m CreateRoleRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateRoleRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateRoleRequestValidationError

type CreateRoleRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateRoleRequestValidationError is the validation error returned by CreateRoleRequest.Validate if the designated constraints aren't met.

func (CreateRoleRequestValidationError) Cause

Cause function returns cause value.

func (CreateRoleRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateRoleRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateRoleRequestValidationError) Field

Field function returns field value.

func (CreateRoleRequestValidationError) Key

Key function returns key value.

func (CreateRoleRequestValidationError) Reason

Reason function returns reason value.

type CreateRoleResponse

type CreateRoleResponse struct {
	Role *Role `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRoleResponse) Descriptor deprecated

func (*CreateRoleResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateRoleResponse.ProtoReflect.Descriptor instead.

func (*CreateRoleResponse) GetRole

func (x *CreateRoleResponse) GetRole() *Role

func (*CreateRoleResponse) ProtoMessage

func (*CreateRoleResponse) ProtoMessage()

func (*CreateRoleResponse) ProtoReflect

func (x *CreateRoleResponse) ProtoReflect() protoreflect.Message

func (*CreateRoleResponse) Reset

func (x *CreateRoleResponse) Reset()

func (*CreateRoleResponse) String

func (x *CreateRoleResponse) String() string

func (*CreateRoleResponse) Validate

func (m *CreateRoleResponse) Validate() error

Validate checks the field values on CreateRoleResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateRoleResponse) ValidateAll

func (m *CreateRoleResponse) ValidateAll() error

ValidateAll checks the field values on CreateRoleResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateRoleResponseMultiError, or nil if none found.

type CreateRoleResponseMultiError

type CreateRoleResponseMultiError []error

CreateRoleResponseMultiError is an error wrapping multiple validation errors returned by CreateRoleResponse.ValidateAll() if the designated constraints aren't met.

func (CreateRoleResponseMultiError) AllErrors

func (m CreateRoleResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateRoleResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateRoleResponseValidationError

type CreateRoleResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateRoleResponseValidationError is the validation error returned by CreateRoleResponse.Validate if the designated constraints aren't met.

func (CreateRoleResponseValidationError) Cause

Cause function returns cause value.

func (CreateRoleResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateRoleResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateRoleResponseValidationError) Field

Field function returns field value.

func (CreateRoleResponseValidationError) Key

Key function returns key value.

func (CreateRoleResponseValidationError) Reason

Reason function returns reason value.

type CreateServiceUserCredentialRequest added in v0.9.1

type CreateServiceUserCredentialRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateServiceUserCredentialRequest) Descriptor deprecated added in v0.9.1

func (*CreateServiceUserCredentialRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateServiceUserCredentialRequest.ProtoReflect.Descriptor instead.

func (*CreateServiceUserCredentialRequest) GetId added in v0.9.1

func (*CreateServiceUserCredentialRequest) GetTitle added in v0.9.1

func (*CreateServiceUserCredentialRequest) ProtoMessage added in v0.9.1

func (*CreateServiceUserCredentialRequest) ProtoMessage()

func (*CreateServiceUserCredentialRequest) ProtoReflect added in v0.9.1

func (*CreateServiceUserCredentialRequest) Reset added in v0.9.1

func (*CreateServiceUserCredentialRequest) String added in v0.9.1

func (*CreateServiceUserCredentialRequest) Validate added in v0.9.1

Validate checks the field values on CreateServiceUserCredentialRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateServiceUserCredentialRequest) ValidateAll added in v0.9.1

func (m *CreateServiceUserCredentialRequest) ValidateAll() error

ValidateAll checks the field values on CreateServiceUserCredentialRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateServiceUserCredentialRequestMultiError, or nil if none found.

type CreateServiceUserCredentialRequestMultiError added in v0.9.1

type CreateServiceUserCredentialRequestMultiError []error

CreateServiceUserCredentialRequestMultiError is an error wrapping multiple validation errors returned by CreateServiceUserCredentialRequest.ValidateAll() if the designated constraints aren't met.

func (CreateServiceUserCredentialRequestMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (CreateServiceUserCredentialRequestMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type CreateServiceUserCredentialRequestValidationError added in v0.9.1

type CreateServiceUserCredentialRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateServiceUserCredentialRequestValidationError is the validation error returned by CreateServiceUserCredentialRequest.Validate if the designated constraints aren't met.

func (CreateServiceUserCredentialRequestValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (CreateServiceUserCredentialRequestValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (CreateServiceUserCredentialRequestValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (CreateServiceUserCredentialRequestValidationError) Field added in v0.9.1

Field function returns field value.

func (CreateServiceUserCredentialRequestValidationError) Key added in v0.9.1

Key function returns key value.

func (CreateServiceUserCredentialRequestValidationError) Reason added in v0.9.1

Reason function returns reason value.

type CreateServiceUserCredentialResponse added in v0.9.1

type CreateServiceUserCredentialResponse struct {
	Secret *SecretCredential `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateServiceUserCredentialResponse) Descriptor deprecated added in v0.9.1

func (*CreateServiceUserCredentialResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateServiceUserCredentialResponse.ProtoReflect.Descriptor instead.

func (*CreateServiceUserCredentialResponse) GetSecret added in v0.9.1

func (*CreateServiceUserCredentialResponse) ProtoMessage added in v0.9.1

func (*CreateServiceUserCredentialResponse) ProtoMessage()

func (*CreateServiceUserCredentialResponse) ProtoReflect added in v0.9.1

func (*CreateServiceUserCredentialResponse) Reset added in v0.9.1

func (*CreateServiceUserCredentialResponse) String added in v0.9.1

func (*CreateServiceUserCredentialResponse) Validate added in v0.9.1

Validate checks the field values on CreateServiceUserCredentialResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateServiceUserCredentialResponse) ValidateAll added in v0.9.1

func (m *CreateServiceUserCredentialResponse) ValidateAll() error

ValidateAll checks the field values on CreateServiceUserCredentialResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateServiceUserCredentialResponseMultiError, or nil if none found.

type CreateServiceUserCredentialResponseMultiError added in v0.9.1

type CreateServiceUserCredentialResponseMultiError []error

CreateServiceUserCredentialResponseMultiError is an error wrapping multiple validation errors returned by CreateServiceUserCredentialResponse.ValidateAll() if the designated constraints aren't met.

func (CreateServiceUserCredentialResponseMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (CreateServiceUserCredentialResponseMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type CreateServiceUserCredentialResponseValidationError added in v0.9.1

type CreateServiceUserCredentialResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateServiceUserCredentialResponseValidationError is the validation error returned by CreateServiceUserCredentialResponse.Validate if the designated constraints aren't met.

func (CreateServiceUserCredentialResponseValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (CreateServiceUserCredentialResponseValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (CreateServiceUserCredentialResponseValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (CreateServiceUserCredentialResponseValidationError) Field added in v0.9.1

Field function returns field value.

func (CreateServiceUserCredentialResponseValidationError) Key added in v0.9.1

Key function returns key value.

func (CreateServiceUserCredentialResponseValidationError) Reason added in v0.9.1

Reason function returns reason value.

type CreateServiceUserJWKRequest added in v0.9.1

type CreateServiceUserJWKRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateServiceUserJWKRequest) Descriptor deprecated added in v0.9.1

func (*CreateServiceUserJWKRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateServiceUserJWKRequest.ProtoReflect.Descriptor instead.

func (*CreateServiceUserJWKRequest) GetId added in v0.9.1

func (*CreateServiceUserJWKRequest) GetTitle added in v0.9.1

func (x *CreateServiceUserJWKRequest) GetTitle() string

func (*CreateServiceUserJWKRequest) ProtoMessage added in v0.9.1

func (*CreateServiceUserJWKRequest) ProtoMessage()

func (*CreateServiceUserJWKRequest) ProtoReflect added in v0.9.1

func (*CreateServiceUserJWKRequest) Reset added in v0.9.1

func (x *CreateServiceUserJWKRequest) Reset()

func (*CreateServiceUserJWKRequest) String added in v0.9.1

func (x *CreateServiceUserJWKRequest) String() string

func (*CreateServiceUserJWKRequest) Validate added in v0.9.1

func (m *CreateServiceUserJWKRequest) Validate() error

Validate checks the field values on CreateServiceUserJWKRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateServiceUserJWKRequest) ValidateAll added in v0.9.1

func (m *CreateServiceUserJWKRequest) ValidateAll() error

ValidateAll checks the field values on CreateServiceUserJWKRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateServiceUserJWKRequestMultiError, or nil if none found.

type CreateServiceUserJWKRequestMultiError added in v0.9.1

type CreateServiceUserJWKRequestMultiError []error

CreateServiceUserJWKRequestMultiError is an error wrapping multiple validation errors returned by CreateServiceUserJWKRequest.ValidateAll() if the designated constraints aren't met.

func (CreateServiceUserJWKRequestMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (CreateServiceUserJWKRequestMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type CreateServiceUserJWKRequestValidationError added in v0.9.1

type CreateServiceUserJWKRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateServiceUserJWKRequestValidationError is the validation error returned by CreateServiceUserJWKRequest.Validate if the designated constraints aren't met.

func (CreateServiceUserJWKRequestValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (CreateServiceUserJWKRequestValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (CreateServiceUserJWKRequestValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (CreateServiceUserJWKRequestValidationError) Field added in v0.9.1

Field function returns field value.

func (CreateServiceUserJWKRequestValidationError) Key added in v0.9.1

Key function returns key value.

func (CreateServiceUserJWKRequestValidationError) Reason added in v0.9.1

Reason function returns reason value.

type CreateServiceUserJWKResponse added in v0.9.1

type CreateServiceUserJWKResponse struct {
	Key *KeyCredential `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateServiceUserJWKResponse) Descriptor deprecated added in v0.9.1

func (*CreateServiceUserJWKResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateServiceUserJWKResponse.ProtoReflect.Descriptor instead.

func (*CreateServiceUserJWKResponse) GetKey added in v0.9.1

func (*CreateServiceUserJWKResponse) ProtoMessage added in v0.9.1

func (*CreateServiceUserJWKResponse) ProtoMessage()

func (*CreateServiceUserJWKResponse) ProtoReflect added in v0.9.1

func (*CreateServiceUserJWKResponse) Reset added in v0.9.1

func (x *CreateServiceUserJWKResponse) Reset()

func (*CreateServiceUserJWKResponse) String added in v0.9.1

func (*CreateServiceUserJWKResponse) Validate added in v0.9.1

func (m *CreateServiceUserJWKResponse) Validate() error

Validate checks the field values on CreateServiceUserJWKResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateServiceUserJWKResponse) ValidateAll added in v0.9.1

func (m *CreateServiceUserJWKResponse) ValidateAll() error

ValidateAll checks the field values on CreateServiceUserJWKResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateServiceUserJWKResponseMultiError, or nil if none found.

type CreateServiceUserJWKResponseMultiError added in v0.9.1

type CreateServiceUserJWKResponseMultiError []error

CreateServiceUserJWKResponseMultiError is an error wrapping multiple validation errors returned by CreateServiceUserJWKResponse.ValidateAll() if the designated constraints aren't met.

func (CreateServiceUserJWKResponseMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (CreateServiceUserJWKResponseMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type CreateServiceUserJWKResponseValidationError added in v0.9.1

type CreateServiceUserJWKResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateServiceUserJWKResponseValidationError is the validation error returned by CreateServiceUserJWKResponse.Validate if the designated constraints aren't met.

func (CreateServiceUserJWKResponseValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (CreateServiceUserJWKResponseValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (CreateServiceUserJWKResponseValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (CreateServiceUserJWKResponseValidationError) Field added in v0.9.1

Field function returns field value.

func (CreateServiceUserJWKResponseValidationError) Key added in v0.9.1

Key function returns key value.

func (CreateServiceUserJWKResponseValidationError) Reason added in v0.9.1

Reason function returns reason value.

type CreateServiceUserRequest

type CreateServiceUserRequest struct {
	Body  *ServiceUserRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	OrgId string                  `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateServiceUserRequest) Descriptor deprecated

func (*CreateServiceUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateServiceUserRequest.ProtoReflect.Descriptor instead.

func (*CreateServiceUserRequest) GetBody

func (*CreateServiceUserRequest) GetOrgId

func (x *CreateServiceUserRequest) GetOrgId() string

func (*CreateServiceUserRequest) ProtoMessage

func (*CreateServiceUserRequest) ProtoMessage()

func (*CreateServiceUserRequest) ProtoReflect

func (x *CreateServiceUserRequest) ProtoReflect() protoreflect.Message

func (*CreateServiceUserRequest) Reset

func (x *CreateServiceUserRequest) Reset()

func (*CreateServiceUserRequest) String

func (x *CreateServiceUserRequest) String() string

func (*CreateServiceUserRequest) Validate

func (m *CreateServiceUserRequest) Validate() error

Validate checks the field values on CreateServiceUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateServiceUserRequest) ValidateAll

func (m *CreateServiceUserRequest) ValidateAll() error

ValidateAll checks the field values on CreateServiceUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateServiceUserRequestMultiError, or nil if none found.

type CreateServiceUserRequestMultiError

type CreateServiceUserRequestMultiError []error

CreateServiceUserRequestMultiError is an error wrapping multiple validation errors returned by CreateServiceUserRequest.ValidateAll() if the designated constraints aren't met.

func (CreateServiceUserRequestMultiError) AllErrors

func (m CreateServiceUserRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateServiceUserRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateServiceUserRequestValidationError

type CreateServiceUserRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateServiceUserRequestValidationError is the validation error returned by CreateServiceUserRequest.Validate if the designated constraints aren't met.

func (CreateServiceUserRequestValidationError) Cause

Cause function returns cause value.

func (CreateServiceUserRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateServiceUserRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateServiceUserRequestValidationError) Field

Field function returns field value.

func (CreateServiceUserRequestValidationError) Key

Key function returns key value.

func (CreateServiceUserRequestValidationError) Reason

Reason function returns reason value.

type CreateServiceUserResponse

type CreateServiceUserResponse struct {
	Serviceuser *ServiceUser `protobuf:"bytes,1,opt,name=serviceuser,proto3" json:"serviceuser,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateServiceUserResponse) Descriptor deprecated

func (*CreateServiceUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateServiceUserResponse.ProtoReflect.Descriptor instead.

func (*CreateServiceUserResponse) GetServiceuser

func (x *CreateServiceUserResponse) GetServiceuser() *ServiceUser

func (*CreateServiceUserResponse) ProtoMessage

func (*CreateServiceUserResponse) ProtoMessage()

func (*CreateServiceUserResponse) ProtoReflect

func (*CreateServiceUserResponse) Reset

func (x *CreateServiceUserResponse) Reset()

func (*CreateServiceUserResponse) String

func (x *CreateServiceUserResponse) String() string

func (*CreateServiceUserResponse) Validate

func (m *CreateServiceUserResponse) Validate() error

Validate checks the field values on CreateServiceUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateServiceUserResponse) ValidateAll

func (m *CreateServiceUserResponse) ValidateAll() error

ValidateAll checks the field values on CreateServiceUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateServiceUserResponseMultiError, or nil if none found.

type CreateServiceUserResponseMultiError

type CreateServiceUserResponseMultiError []error

CreateServiceUserResponseMultiError is an error wrapping multiple validation errors returned by CreateServiceUserResponse.ValidateAll() if the designated constraints aren't met.

func (CreateServiceUserResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateServiceUserResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateServiceUserResponseValidationError

type CreateServiceUserResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateServiceUserResponseValidationError is the validation error returned by CreateServiceUserResponse.Validate if the designated constraints aren't met.

func (CreateServiceUserResponseValidationError) Cause

Cause function returns cause value.

func (CreateServiceUserResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateServiceUserResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateServiceUserResponseValidationError) Field

Field function returns field value.

func (CreateServiceUserResponseValidationError) Key

Key function returns key value.

func (CreateServiceUserResponseValidationError) Reason

Reason function returns reason value.

type CreateServiceUserTokenRequest added in v0.9.1

type CreateServiceUserTokenRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateServiceUserTokenRequest) Descriptor deprecated added in v0.9.1

func (*CreateServiceUserTokenRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateServiceUserTokenRequest.ProtoReflect.Descriptor instead.

func (*CreateServiceUserTokenRequest) GetId added in v0.9.1

func (*CreateServiceUserTokenRequest) GetTitle added in v0.9.1

func (x *CreateServiceUserTokenRequest) GetTitle() string

func (*CreateServiceUserTokenRequest) ProtoMessage added in v0.9.1

func (*CreateServiceUserTokenRequest) ProtoMessage()

func (*CreateServiceUserTokenRequest) ProtoReflect added in v0.9.1

func (*CreateServiceUserTokenRequest) Reset added in v0.9.1

func (x *CreateServiceUserTokenRequest) Reset()

func (*CreateServiceUserTokenRequest) String added in v0.9.1

func (*CreateServiceUserTokenRequest) Validate added in v0.9.1

func (m *CreateServiceUserTokenRequest) Validate() error

Validate checks the field values on CreateServiceUserTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateServiceUserTokenRequest) ValidateAll added in v0.9.1

func (m *CreateServiceUserTokenRequest) ValidateAll() error

ValidateAll checks the field values on CreateServiceUserTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateServiceUserTokenRequestMultiError, or nil if none found.

type CreateServiceUserTokenRequestMultiError added in v0.9.1

type CreateServiceUserTokenRequestMultiError []error

CreateServiceUserTokenRequestMultiError is an error wrapping multiple validation errors returned by CreateServiceUserTokenRequest.ValidateAll() if the designated constraints aren't met.

func (CreateServiceUserTokenRequestMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (CreateServiceUserTokenRequestMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type CreateServiceUserTokenRequestValidationError added in v0.9.1

type CreateServiceUserTokenRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateServiceUserTokenRequestValidationError is the validation error returned by CreateServiceUserTokenRequest.Validate if the designated constraints aren't met.

func (CreateServiceUserTokenRequestValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (CreateServiceUserTokenRequestValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (CreateServiceUserTokenRequestValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (CreateServiceUserTokenRequestValidationError) Field added in v0.9.1

Field function returns field value.

func (CreateServiceUserTokenRequestValidationError) Key added in v0.9.1

Key function returns key value.

func (CreateServiceUserTokenRequestValidationError) Reason added in v0.9.1

Reason function returns reason value.

type CreateServiceUserTokenResponse added in v0.9.1

type CreateServiceUserTokenResponse struct {
	Token *ServiceUserToken `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateServiceUserTokenResponse) Descriptor deprecated added in v0.9.1

func (*CreateServiceUserTokenResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateServiceUserTokenResponse.ProtoReflect.Descriptor instead.

func (*CreateServiceUserTokenResponse) GetToken added in v0.9.1

func (*CreateServiceUserTokenResponse) ProtoMessage added in v0.9.1

func (*CreateServiceUserTokenResponse) ProtoMessage()

func (*CreateServiceUserTokenResponse) ProtoReflect added in v0.9.1

func (*CreateServiceUserTokenResponse) Reset added in v0.9.1

func (x *CreateServiceUserTokenResponse) Reset()

func (*CreateServiceUserTokenResponse) String added in v0.9.1

func (*CreateServiceUserTokenResponse) Validate added in v0.9.1

func (m *CreateServiceUserTokenResponse) Validate() error

Validate checks the field values on CreateServiceUserTokenResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateServiceUserTokenResponse) ValidateAll added in v0.9.1

func (m *CreateServiceUserTokenResponse) ValidateAll() error

ValidateAll checks the field values on CreateServiceUserTokenResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateServiceUserTokenResponseMultiError, or nil if none found.

type CreateServiceUserTokenResponseMultiError added in v0.9.1

type CreateServiceUserTokenResponseMultiError []error

CreateServiceUserTokenResponseMultiError is an error wrapping multiple validation errors returned by CreateServiceUserTokenResponse.ValidateAll() if the designated constraints aren't met.

func (CreateServiceUserTokenResponseMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (CreateServiceUserTokenResponseMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type CreateServiceUserTokenResponseValidationError added in v0.9.1

type CreateServiceUserTokenResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateServiceUserTokenResponseValidationError is the validation error returned by CreateServiceUserTokenResponse.Validate if the designated constraints aren't met.

func (CreateServiceUserTokenResponseValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (CreateServiceUserTokenResponseValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (CreateServiceUserTokenResponseValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (CreateServiceUserTokenResponseValidationError) Field added in v0.9.1

Field function returns field value.

func (CreateServiceUserTokenResponseValidationError) Key added in v0.9.1

Key function returns key value.

func (CreateServiceUserTokenResponseValidationError) Reason added in v0.9.1

Reason function returns reason value.

type CreateUserPreferencesRequest added in v0.7.3

type CreateUserPreferencesRequest struct {
	Id     string                   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Bodies []*PreferenceRequestBody `protobuf:"bytes,2,rep,name=bodies,proto3" json:"bodies,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateUserPreferencesRequest) Descriptor deprecated added in v0.7.3

func (*CreateUserPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateUserPreferencesRequest.ProtoReflect.Descriptor instead.

func (*CreateUserPreferencesRequest) GetBodies added in v0.7.3

func (*CreateUserPreferencesRequest) GetId added in v0.7.3

func (*CreateUserPreferencesRequest) ProtoMessage added in v0.7.3

func (*CreateUserPreferencesRequest) ProtoMessage()

func (*CreateUserPreferencesRequest) ProtoReflect added in v0.7.3

func (*CreateUserPreferencesRequest) Reset added in v0.7.3

func (x *CreateUserPreferencesRequest) Reset()

func (*CreateUserPreferencesRequest) String added in v0.7.3

func (*CreateUserPreferencesRequest) Validate added in v0.7.3

func (m *CreateUserPreferencesRequest) Validate() error

Validate checks the field values on CreateUserPreferencesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateUserPreferencesRequest) ValidateAll added in v0.7.3

func (m *CreateUserPreferencesRequest) ValidateAll() error

ValidateAll checks the field values on CreateUserPreferencesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateUserPreferencesRequestMultiError, or nil if none found.

type CreateUserPreferencesRequestMultiError added in v0.7.3

type CreateUserPreferencesRequestMultiError []error

CreateUserPreferencesRequestMultiError is an error wrapping multiple validation errors returned by CreateUserPreferencesRequest.ValidateAll() if the designated constraints aren't met.

func (CreateUserPreferencesRequestMultiError) AllErrors added in v0.7.3

AllErrors returns a list of validation violation errors.

func (CreateUserPreferencesRequestMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type CreateUserPreferencesRequestValidationError added in v0.7.3

type CreateUserPreferencesRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateUserPreferencesRequestValidationError is the validation error returned by CreateUserPreferencesRequest.Validate if the designated constraints aren't met.

func (CreateUserPreferencesRequestValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (CreateUserPreferencesRequestValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (CreateUserPreferencesRequestValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (CreateUserPreferencesRequestValidationError) Field added in v0.7.3

Field function returns field value.

func (CreateUserPreferencesRequestValidationError) Key added in v0.7.3

Key function returns key value.

func (CreateUserPreferencesRequestValidationError) Reason added in v0.7.3

Reason function returns reason value.

type CreateUserPreferencesResponse added in v0.7.3

type CreateUserPreferencesResponse struct {
	Preferences []*Preference `protobuf:"bytes,1,rep,name=preferences,proto3" json:"preferences,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateUserPreferencesResponse) Descriptor deprecated added in v0.7.3

func (*CreateUserPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateUserPreferencesResponse.ProtoReflect.Descriptor instead.

func (*CreateUserPreferencesResponse) GetPreferences added in v0.7.3

func (x *CreateUserPreferencesResponse) GetPreferences() []*Preference

func (*CreateUserPreferencesResponse) ProtoMessage added in v0.7.3

func (*CreateUserPreferencesResponse) ProtoMessage()

func (*CreateUserPreferencesResponse) ProtoReflect added in v0.7.3

func (*CreateUserPreferencesResponse) Reset added in v0.7.3

func (x *CreateUserPreferencesResponse) Reset()

func (*CreateUserPreferencesResponse) String added in v0.7.3

func (*CreateUserPreferencesResponse) Validate added in v0.7.3

func (m *CreateUserPreferencesResponse) Validate() error

Validate checks the field values on CreateUserPreferencesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateUserPreferencesResponse) ValidateAll added in v0.7.3

func (m *CreateUserPreferencesResponse) ValidateAll() error

ValidateAll checks the field values on CreateUserPreferencesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateUserPreferencesResponseMultiError, or nil if none found.

type CreateUserPreferencesResponseMultiError added in v0.7.3

type CreateUserPreferencesResponseMultiError []error

CreateUserPreferencesResponseMultiError is an error wrapping multiple validation errors returned by CreateUserPreferencesResponse.ValidateAll() if the designated constraints aren't met.

func (CreateUserPreferencesResponseMultiError) AllErrors added in v0.7.3

AllErrors returns a list of validation violation errors.

func (CreateUserPreferencesResponseMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type CreateUserPreferencesResponseValidationError added in v0.7.3

type CreateUserPreferencesResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateUserPreferencesResponseValidationError is the validation error returned by CreateUserPreferencesResponse.Validate if the designated constraints aren't met.

func (CreateUserPreferencesResponseValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (CreateUserPreferencesResponseValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (CreateUserPreferencesResponseValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (CreateUserPreferencesResponseValidationError) Field added in v0.7.3

Field function returns field value.

func (CreateUserPreferencesResponseValidationError) Key added in v0.7.3

Key function returns key value.

func (CreateUserPreferencesResponseValidationError) Reason added in v0.7.3

Reason function returns reason value.

type CreateUserRequest

type CreateUserRequest struct {
	Body *UserRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateUserRequest) Descriptor deprecated

func (*CreateUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateUserRequest.ProtoReflect.Descriptor instead.

func (*CreateUserRequest) GetBody

func (x *CreateUserRequest) GetBody() *UserRequestBody

func (*CreateUserRequest) ProtoMessage

func (*CreateUserRequest) ProtoMessage()

func (*CreateUserRequest) ProtoReflect

func (x *CreateUserRequest) ProtoReflect() protoreflect.Message

func (*CreateUserRequest) Reset

func (x *CreateUserRequest) Reset()

func (*CreateUserRequest) String

func (x *CreateUserRequest) String() string

func (*CreateUserRequest) Validate

func (m *CreateUserRequest) Validate() error

Validate checks the field values on CreateUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateUserRequest) ValidateAll

func (m *CreateUserRequest) ValidateAll() error

ValidateAll checks the field values on CreateUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateUserRequestMultiError, or nil if none found.

type CreateUserRequestMultiError

type CreateUserRequestMultiError []error

CreateUserRequestMultiError is an error wrapping multiple validation errors returned by CreateUserRequest.ValidateAll() if the designated constraints aren't met.

func (CreateUserRequestMultiError) AllErrors

func (m CreateUserRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateUserRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateUserRequestValidationError

type CreateUserRequestValidationError struct {
	// contains filtered or unexported fields
}

CreateUserRequestValidationError is the validation error returned by CreateUserRequest.Validate if the designated constraints aren't met.

func (CreateUserRequestValidationError) Cause

Cause function returns cause value.

func (CreateUserRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateUserRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateUserRequestValidationError) Field

Field function returns field value.

func (CreateUserRequestValidationError) Key

Key function returns key value.

func (CreateUserRequestValidationError) Reason

Reason function returns reason value.

type CreateUserResponse

type CreateUserResponse struct {
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateUserResponse) Descriptor deprecated

func (*CreateUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateUserResponse.ProtoReflect.Descriptor instead.

func (*CreateUserResponse) GetUser

func (x *CreateUserResponse) GetUser() *User

func (*CreateUserResponse) ProtoMessage

func (*CreateUserResponse) ProtoMessage()

func (*CreateUserResponse) ProtoReflect

func (x *CreateUserResponse) ProtoReflect() protoreflect.Message

func (*CreateUserResponse) Reset

func (x *CreateUserResponse) Reset()

func (*CreateUserResponse) String

func (x *CreateUserResponse) String() string

func (*CreateUserResponse) Validate

func (m *CreateUserResponse) Validate() error

Validate checks the field values on CreateUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*CreateUserResponse) ValidateAll

func (m *CreateUserResponse) ValidateAll() error

ValidateAll checks the field values on CreateUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in CreateUserResponseMultiError, or nil if none found.

type CreateUserResponseMultiError

type CreateUserResponseMultiError []error

CreateUserResponseMultiError is an error wrapping multiple validation errors returned by CreateUserResponse.ValidateAll() if the designated constraints aren't met.

func (CreateUserResponseMultiError) AllErrors

func (m CreateUserResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateUserResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type CreateUserResponseValidationError

type CreateUserResponseValidationError struct {
	// contains filtered or unexported fields
}

CreateUserResponseValidationError is the validation error returned by CreateUserResponse.Validate if the designated constraints aren't met.

func (CreateUserResponseValidationError) Cause

Cause function returns cause value.

func (CreateUserResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateUserResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateUserResponseValidationError) Field

Field function returns field value.

func (CreateUserResponseValidationError) Key

Key function returns key value.

func (CreateUserResponseValidationError) Reason

Reason function returns reason value.

type DelegatedCheckoutRequest added in v0.8.3

type DelegatedCheckoutRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// ID of the billing account to update the subscription for
	BillingId string `protobuf:"bytes,2,opt,name=billing_id,json=billingId,proto3" json:"billing_id,omitempty"`
	// Subscription to create
	SubscriptionBody *CheckoutSubscriptionBody `protobuf:"bytes,10,opt,name=subscription_body,json=subscriptionBody,proto3" json:"subscription_body,omitempty"`
	// Product to buy
	ProductBody *CheckoutProductBody `protobuf:"bytes,11,opt,name=product_body,json=productBody,proto3" json:"product_body,omitempty"`
	// contains filtered or unexported fields
}

func (*DelegatedCheckoutRequest) Descriptor deprecated added in v0.8.3

func (*DelegatedCheckoutRequest) Descriptor() ([]byte, []int)

Deprecated: Use DelegatedCheckoutRequest.ProtoReflect.Descriptor instead.

func (*DelegatedCheckoutRequest) GetBillingId added in v0.8.3

func (x *DelegatedCheckoutRequest) GetBillingId() string

func (*DelegatedCheckoutRequest) GetOrgId added in v0.8.3

func (x *DelegatedCheckoutRequest) GetOrgId() string

func (*DelegatedCheckoutRequest) GetProductBody added in v0.8.14

func (x *DelegatedCheckoutRequest) GetProductBody() *CheckoutProductBody

func (*DelegatedCheckoutRequest) GetSubscriptionBody added in v0.8.3

func (x *DelegatedCheckoutRequest) GetSubscriptionBody() *CheckoutSubscriptionBody

func (*DelegatedCheckoutRequest) ProtoMessage added in v0.8.3

func (*DelegatedCheckoutRequest) ProtoMessage()

func (*DelegatedCheckoutRequest) ProtoReflect added in v0.8.3

func (x *DelegatedCheckoutRequest) ProtoReflect() protoreflect.Message

func (*DelegatedCheckoutRequest) Reset added in v0.8.3

func (x *DelegatedCheckoutRequest) Reset()

func (*DelegatedCheckoutRequest) String added in v0.8.3

func (x *DelegatedCheckoutRequest) String() string

func (*DelegatedCheckoutRequest) Validate added in v0.8.3

func (m *DelegatedCheckoutRequest) Validate() error

Validate checks the field values on DelegatedCheckoutRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DelegatedCheckoutRequest) ValidateAll added in v0.8.3

func (m *DelegatedCheckoutRequest) ValidateAll() error

ValidateAll checks the field values on DelegatedCheckoutRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DelegatedCheckoutRequestMultiError, or nil if none found.

type DelegatedCheckoutRequestMultiError added in v0.8.3

type DelegatedCheckoutRequestMultiError []error

DelegatedCheckoutRequestMultiError is an error wrapping multiple validation errors returned by DelegatedCheckoutRequest.ValidateAll() if the designated constraints aren't met.

func (DelegatedCheckoutRequestMultiError) AllErrors added in v0.8.3

func (m DelegatedCheckoutRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DelegatedCheckoutRequestMultiError) Error added in v0.8.3

Error returns a concatenation of all the error messages it wraps.

type DelegatedCheckoutRequestValidationError added in v0.8.3

type DelegatedCheckoutRequestValidationError struct {
	// contains filtered or unexported fields
}

DelegatedCheckoutRequestValidationError is the validation error returned by DelegatedCheckoutRequest.Validate if the designated constraints aren't met.

func (DelegatedCheckoutRequestValidationError) Cause added in v0.8.3

Cause function returns cause value.

func (DelegatedCheckoutRequestValidationError) Error added in v0.8.3

Error satisfies the builtin error interface

func (DelegatedCheckoutRequestValidationError) ErrorName added in v0.8.3

ErrorName returns error name.

func (DelegatedCheckoutRequestValidationError) Field added in v0.8.3

Field function returns field value.

func (DelegatedCheckoutRequestValidationError) Key added in v0.8.3

Key function returns key value.

func (DelegatedCheckoutRequestValidationError) Reason added in v0.8.3

Reason function returns reason value.

type DelegatedCheckoutResponse added in v0.8.3

type DelegatedCheckoutResponse struct {

	// subscription if created
	Subscription *Subscription `protobuf:"bytes,1,opt,name=subscription,proto3" json:"subscription,omitempty"`
	// product if bought
	Product *Product `protobuf:"bytes,2,opt,name=product,proto3" json:"product,omitempty"`
	// contains filtered or unexported fields
}

func (*DelegatedCheckoutResponse) Descriptor deprecated added in v0.8.3

func (*DelegatedCheckoutResponse) Descriptor() ([]byte, []int)

Deprecated: Use DelegatedCheckoutResponse.ProtoReflect.Descriptor instead.

func (*DelegatedCheckoutResponse) GetProduct added in v0.8.16

func (x *DelegatedCheckoutResponse) GetProduct() *Product

func (*DelegatedCheckoutResponse) GetSubscription added in v0.8.16

func (x *DelegatedCheckoutResponse) GetSubscription() *Subscription

func (*DelegatedCheckoutResponse) ProtoMessage added in v0.8.3

func (*DelegatedCheckoutResponse) ProtoMessage()

func (*DelegatedCheckoutResponse) ProtoReflect added in v0.8.3

func (*DelegatedCheckoutResponse) Reset added in v0.8.3

func (x *DelegatedCheckoutResponse) Reset()

func (*DelegatedCheckoutResponse) String added in v0.8.3

func (x *DelegatedCheckoutResponse) String() string

func (*DelegatedCheckoutResponse) Validate added in v0.8.3

func (m *DelegatedCheckoutResponse) Validate() error

Validate checks the field values on DelegatedCheckoutResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DelegatedCheckoutResponse) ValidateAll added in v0.8.3

func (m *DelegatedCheckoutResponse) ValidateAll() error

ValidateAll checks the field values on DelegatedCheckoutResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DelegatedCheckoutResponseMultiError, or nil if none found.

type DelegatedCheckoutResponseMultiError added in v0.8.3

type DelegatedCheckoutResponseMultiError []error

DelegatedCheckoutResponseMultiError is an error wrapping multiple validation errors returned by DelegatedCheckoutResponse.ValidateAll() if the designated constraints aren't met.

func (DelegatedCheckoutResponseMultiError) AllErrors added in v0.8.3

AllErrors returns a list of validation violation errors.

func (DelegatedCheckoutResponseMultiError) Error added in v0.8.3

Error returns a concatenation of all the error messages it wraps.

type DelegatedCheckoutResponseValidationError added in v0.8.3

type DelegatedCheckoutResponseValidationError struct {
	// contains filtered or unexported fields
}

DelegatedCheckoutResponseValidationError is the validation error returned by DelegatedCheckoutResponse.Validate if the designated constraints aren't met.

func (DelegatedCheckoutResponseValidationError) Cause added in v0.8.3

Cause function returns cause value.

func (DelegatedCheckoutResponseValidationError) Error added in v0.8.3

Error satisfies the builtin error interface

func (DelegatedCheckoutResponseValidationError) ErrorName added in v0.8.3

ErrorName returns error name.

func (DelegatedCheckoutResponseValidationError) Field added in v0.8.3

Field function returns field value.

func (DelegatedCheckoutResponseValidationError) Key added in v0.8.3

Key function returns key value.

func (DelegatedCheckoutResponseValidationError) Reason added in v0.8.3

Reason function returns reason value.

type DeleteBillingAccountRequest added in v0.8.0

type DeleteBillingAccountRequest struct {

	// ID of the billing account to delete
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteBillingAccountRequest) Descriptor deprecated added in v0.8.0

func (*DeleteBillingAccountRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteBillingAccountRequest.ProtoReflect.Descriptor instead.

func (*DeleteBillingAccountRequest) GetId added in v0.8.0

func (*DeleteBillingAccountRequest) GetOrgId added in v0.8.0

func (x *DeleteBillingAccountRequest) GetOrgId() string

func (*DeleteBillingAccountRequest) ProtoMessage added in v0.8.0

func (*DeleteBillingAccountRequest) ProtoMessage()

func (*DeleteBillingAccountRequest) ProtoReflect added in v0.8.0

func (*DeleteBillingAccountRequest) Reset added in v0.8.0

func (x *DeleteBillingAccountRequest) Reset()

func (*DeleteBillingAccountRequest) String added in v0.8.0

func (x *DeleteBillingAccountRequest) String() string

func (*DeleteBillingAccountRequest) Validate added in v0.8.0

func (m *DeleteBillingAccountRequest) Validate() error

Validate checks the field values on DeleteBillingAccountRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteBillingAccountRequest) ValidateAll added in v0.8.0

func (m *DeleteBillingAccountRequest) ValidateAll() error

ValidateAll checks the field values on DeleteBillingAccountRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteBillingAccountRequestMultiError, or nil if none found.

type DeleteBillingAccountRequestMultiError added in v0.8.0

type DeleteBillingAccountRequestMultiError []error

DeleteBillingAccountRequestMultiError is an error wrapping multiple validation errors returned by DeleteBillingAccountRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteBillingAccountRequestMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (DeleteBillingAccountRequestMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type DeleteBillingAccountRequestValidationError added in v0.8.0

type DeleteBillingAccountRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteBillingAccountRequestValidationError is the validation error returned by DeleteBillingAccountRequest.Validate if the designated constraints aren't met.

func (DeleteBillingAccountRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (DeleteBillingAccountRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (DeleteBillingAccountRequestValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (DeleteBillingAccountRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (DeleteBillingAccountRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (DeleteBillingAccountRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type DeleteBillingAccountResponse added in v0.8.0

type DeleteBillingAccountResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteBillingAccountResponse) Descriptor deprecated added in v0.8.0

func (*DeleteBillingAccountResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteBillingAccountResponse.ProtoReflect.Descriptor instead.

func (*DeleteBillingAccountResponse) ProtoMessage added in v0.8.0

func (*DeleteBillingAccountResponse) ProtoMessage()

func (*DeleteBillingAccountResponse) ProtoReflect added in v0.8.0

func (*DeleteBillingAccountResponse) Reset added in v0.8.0

func (x *DeleteBillingAccountResponse) Reset()

func (*DeleteBillingAccountResponse) String added in v0.8.0

func (*DeleteBillingAccountResponse) Validate added in v0.8.0

func (m *DeleteBillingAccountResponse) Validate() error

Validate checks the field values on DeleteBillingAccountResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteBillingAccountResponse) ValidateAll added in v0.8.0

func (m *DeleteBillingAccountResponse) ValidateAll() error

ValidateAll checks the field values on DeleteBillingAccountResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteBillingAccountResponseMultiError, or nil if none found.

type DeleteBillingAccountResponseMultiError added in v0.8.0

type DeleteBillingAccountResponseMultiError []error

DeleteBillingAccountResponseMultiError is an error wrapping multiple validation errors returned by DeleteBillingAccountResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteBillingAccountResponseMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (DeleteBillingAccountResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type DeleteBillingAccountResponseValidationError added in v0.8.0

type DeleteBillingAccountResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteBillingAccountResponseValidationError is the validation error returned by DeleteBillingAccountResponse.Validate if the designated constraints aren't met.

func (DeleteBillingAccountResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (DeleteBillingAccountResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (DeleteBillingAccountResponseValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (DeleteBillingAccountResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (DeleteBillingAccountResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (DeleteBillingAccountResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type DeleteGroupRequest

type DeleteGroupRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteGroupRequest) Descriptor deprecated

func (*DeleteGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteGroupRequest.ProtoReflect.Descriptor instead.

func (*DeleteGroupRequest) GetId

func (x *DeleteGroupRequest) GetId() string

func (*DeleteGroupRequest) GetOrgId

func (x *DeleteGroupRequest) GetOrgId() string

func (*DeleteGroupRequest) ProtoMessage

func (*DeleteGroupRequest) ProtoMessage()

func (*DeleteGroupRequest) ProtoReflect

func (x *DeleteGroupRequest) ProtoReflect() protoreflect.Message

func (*DeleteGroupRequest) Reset

func (x *DeleteGroupRequest) Reset()

func (*DeleteGroupRequest) String

func (x *DeleteGroupRequest) String() string

func (*DeleteGroupRequest) Validate

func (m *DeleteGroupRequest) Validate() error

Validate checks the field values on DeleteGroupRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteGroupRequest) ValidateAll

func (m *DeleteGroupRequest) ValidateAll() error

ValidateAll checks the field values on DeleteGroupRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteGroupRequestMultiError, or nil if none found.

type DeleteGroupRequestMultiError

type DeleteGroupRequestMultiError []error

DeleteGroupRequestMultiError is an error wrapping multiple validation errors returned by DeleteGroupRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteGroupRequestMultiError) AllErrors

func (m DeleteGroupRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteGroupRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteGroupRequestValidationError

type DeleteGroupRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteGroupRequestValidationError is the validation error returned by DeleteGroupRequest.Validate if the designated constraints aren't met.

func (DeleteGroupRequestValidationError) Cause

Cause function returns cause value.

func (DeleteGroupRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteGroupRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteGroupRequestValidationError) Field

Field function returns field value.

func (DeleteGroupRequestValidationError) Key

Key function returns key value.

func (DeleteGroupRequestValidationError) Reason

Reason function returns reason value.

type DeleteGroupResponse

type DeleteGroupResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteGroupResponse) Descriptor deprecated

func (*DeleteGroupResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteGroupResponse.ProtoReflect.Descriptor instead.

func (*DeleteGroupResponse) ProtoMessage

func (*DeleteGroupResponse) ProtoMessage()

func (*DeleteGroupResponse) ProtoReflect

func (x *DeleteGroupResponse) ProtoReflect() protoreflect.Message

func (*DeleteGroupResponse) Reset

func (x *DeleteGroupResponse) Reset()

func (*DeleteGroupResponse) String

func (x *DeleteGroupResponse) String() string

func (*DeleteGroupResponse) Validate

func (m *DeleteGroupResponse) Validate() error

Validate checks the field values on DeleteGroupResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteGroupResponse) ValidateAll

func (m *DeleteGroupResponse) ValidateAll() error

ValidateAll checks the field values on DeleteGroupResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteGroupResponseMultiError, or nil if none found.

type DeleteGroupResponseMultiError

type DeleteGroupResponseMultiError []error

DeleteGroupResponseMultiError is an error wrapping multiple validation errors returned by DeleteGroupResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteGroupResponseMultiError) AllErrors

func (m DeleteGroupResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteGroupResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteGroupResponseValidationError

type DeleteGroupResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteGroupResponseValidationError is the validation error returned by DeleteGroupResponse.Validate if the designated constraints aren't met.

func (DeleteGroupResponseValidationError) Cause

Cause function returns cause value.

func (DeleteGroupResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteGroupResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteGroupResponseValidationError) Field

Field function returns field value.

func (DeleteGroupResponseValidationError) Key

Key function returns key value.

func (DeleteGroupResponseValidationError) Reason

Reason function returns reason value.

type DeleteMetaSchemaRequest

type DeleteMetaSchemaRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteMetaSchemaRequest) Descriptor deprecated

func (*DeleteMetaSchemaRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteMetaSchemaRequest.ProtoReflect.Descriptor instead.

func (*DeleteMetaSchemaRequest) GetId

func (x *DeleteMetaSchemaRequest) GetId() string

func (*DeleteMetaSchemaRequest) ProtoMessage

func (*DeleteMetaSchemaRequest) ProtoMessage()

func (*DeleteMetaSchemaRequest) ProtoReflect

func (x *DeleteMetaSchemaRequest) ProtoReflect() protoreflect.Message

func (*DeleteMetaSchemaRequest) Reset

func (x *DeleteMetaSchemaRequest) Reset()

func (*DeleteMetaSchemaRequest) String

func (x *DeleteMetaSchemaRequest) String() string

func (*DeleteMetaSchemaRequest) Validate

func (m *DeleteMetaSchemaRequest) Validate() error

Validate checks the field values on DeleteMetaSchemaRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteMetaSchemaRequest) ValidateAll

func (m *DeleteMetaSchemaRequest) ValidateAll() error

ValidateAll checks the field values on DeleteMetaSchemaRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteMetaSchemaRequestMultiError, or nil if none found.

type DeleteMetaSchemaRequestMultiError

type DeleteMetaSchemaRequestMultiError []error

DeleteMetaSchemaRequestMultiError is an error wrapping multiple validation errors returned by DeleteMetaSchemaRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteMetaSchemaRequestMultiError) AllErrors

func (m DeleteMetaSchemaRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteMetaSchemaRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteMetaSchemaRequestValidationError

type DeleteMetaSchemaRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteMetaSchemaRequestValidationError is the validation error returned by DeleteMetaSchemaRequest.Validate if the designated constraints aren't met.

func (DeleteMetaSchemaRequestValidationError) Cause

Cause function returns cause value.

func (DeleteMetaSchemaRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteMetaSchemaRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteMetaSchemaRequestValidationError) Field

Field function returns field value.

func (DeleteMetaSchemaRequestValidationError) Key

Key function returns key value.

func (DeleteMetaSchemaRequestValidationError) Reason

Reason function returns reason value.

type DeleteMetaSchemaResponse

type DeleteMetaSchemaResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteMetaSchemaResponse) Descriptor deprecated

func (*DeleteMetaSchemaResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteMetaSchemaResponse.ProtoReflect.Descriptor instead.

func (*DeleteMetaSchemaResponse) ProtoMessage

func (*DeleteMetaSchemaResponse) ProtoMessage()

func (*DeleteMetaSchemaResponse) ProtoReflect

func (x *DeleteMetaSchemaResponse) ProtoReflect() protoreflect.Message

func (*DeleteMetaSchemaResponse) Reset

func (x *DeleteMetaSchemaResponse) Reset()

func (*DeleteMetaSchemaResponse) String

func (x *DeleteMetaSchemaResponse) String() string

func (*DeleteMetaSchemaResponse) Validate

func (m *DeleteMetaSchemaResponse) Validate() error

Validate checks the field values on DeleteMetaSchemaResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteMetaSchemaResponse) ValidateAll

func (m *DeleteMetaSchemaResponse) ValidateAll() error

ValidateAll checks the field values on DeleteMetaSchemaResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteMetaSchemaResponseMultiError, or nil if none found.

type DeleteMetaSchemaResponseMultiError

type DeleteMetaSchemaResponseMultiError []error

DeleteMetaSchemaResponseMultiError is an error wrapping multiple validation errors returned by DeleteMetaSchemaResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteMetaSchemaResponseMultiError) AllErrors

func (m DeleteMetaSchemaResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteMetaSchemaResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteMetaSchemaResponseValidationError

type DeleteMetaSchemaResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteMetaSchemaResponseValidationError is the validation error returned by DeleteMetaSchemaResponse.Validate if the designated constraints aren't met.

func (DeleteMetaSchemaResponseValidationError) Cause

Cause function returns cause value.

func (DeleteMetaSchemaResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteMetaSchemaResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteMetaSchemaResponseValidationError) Field

Field function returns field value.

func (DeleteMetaSchemaResponseValidationError) Key

Key function returns key value.

func (DeleteMetaSchemaResponseValidationError) Reason

Reason function returns reason value.

type DeleteOrganizationDomainRequest added in v0.7.2

type DeleteOrganizationDomainRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteOrganizationDomainRequest) Descriptor deprecated added in v0.7.2

func (*DeleteOrganizationDomainRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteOrganizationDomainRequest.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationDomainRequest) GetId added in v0.7.2

func (*DeleteOrganizationDomainRequest) GetOrgId added in v0.7.2

func (*DeleteOrganizationDomainRequest) ProtoMessage added in v0.7.2

func (*DeleteOrganizationDomainRequest) ProtoMessage()

func (*DeleteOrganizationDomainRequest) ProtoReflect added in v0.7.2

func (*DeleteOrganizationDomainRequest) Reset added in v0.7.2

func (*DeleteOrganizationDomainRequest) String added in v0.7.2

func (*DeleteOrganizationDomainRequest) Validate added in v0.7.2

func (m *DeleteOrganizationDomainRequest) Validate() error

Validate checks the field values on DeleteOrganizationDomainRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteOrganizationDomainRequest) ValidateAll added in v0.7.2

func (m *DeleteOrganizationDomainRequest) ValidateAll() error

ValidateAll checks the field values on DeleteOrganizationDomainRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteOrganizationDomainRequestMultiError, or nil if none found.

type DeleteOrganizationDomainRequestMultiError added in v0.7.2

type DeleteOrganizationDomainRequestMultiError []error

DeleteOrganizationDomainRequestMultiError is an error wrapping multiple validation errors returned by DeleteOrganizationDomainRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteOrganizationDomainRequestMultiError) AllErrors added in v0.7.2

AllErrors returns a list of validation violation errors.

func (DeleteOrganizationDomainRequestMultiError) Error added in v0.7.2

Error returns a concatenation of all the error messages it wraps.

type DeleteOrganizationDomainRequestValidationError added in v0.7.2

type DeleteOrganizationDomainRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteOrganizationDomainRequestValidationError is the validation error returned by DeleteOrganizationDomainRequest.Validate if the designated constraints aren't met.

func (DeleteOrganizationDomainRequestValidationError) Cause added in v0.7.2

Cause function returns cause value.

func (DeleteOrganizationDomainRequestValidationError) Error added in v0.7.2

Error satisfies the builtin error interface

func (DeleteOrganizationDomainRequestValidationError) ErrorName added in v0.7.2

ErrorName returns error name.

func (DeleteOrganizationDomainRequestValidationError) Field added in v0.7.2

Field function returns field value.

func (DeleteOrganizationDomainRequestValidationError) Key added in v0.7.2

Key function returns key value.

func (DeleteOrganizationDomainRequestValidationError) Reason added in v0.7.2

Reason function returns reason value.

type DeleteOrganizationDomainResponse added in v0.7.2

type DeleteOrganizationDomainResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteOrganizationDomainResponse) Descriptor deprecated added in v0.7.2

func (*DeleteOrganizationDomainResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteOrganizationDomainResponse.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationDomainResponse) ProtoMessage added in v0.7.2

func (*DeleteOrganizationDomainResponse) ProtoMessage()

func (*DeleteOrganizationDomainResponse) ProtoReflect added in v0.7.2

func (*DeleteOrganizationDomainResponse) Reset added in v0.7.2

func (*DeleteOrganizationDomainResponse) String added in v0.7.2

func (*DeleteOrganizationDomainResponse) Validate added in v0.7.2

Validate checks the field values on DeleteOrganizationDomainResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteOrganizationDomainResponse) ValidateAll added in v0.7.2

func (m *DeleteOrganizationDomainResponse) ValidateAll() error

ValidateAll checks the field values on DeleteOrganizationDomainResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteOrganizationDomainResponseMultiError, or nil if none found.

type DeleteOrganizationDomainResponseMultiError added in v0.7.2

type DeleteOrganizationDomainResponseMultiError []error

DeleteOrganizationDomainResponseMultiError is an error wrapping multiple validation errors returned by DeleteOrganizationDomainResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteOrganizationDomainResponseMultiError) AllErrors added in v0.7.2

AllErrors returns a list of validation violation errors.

func (DeleteOrganizationDomainResponseMultiError) Error added in v0.7.2

Error returns a concatenation of all the error messages it wraps.

type DeleteOrganizationDomainResponseValidationError added in v0.7.2

type DeleteOrganizationDomainResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteOrganizationDomainResponseValidationError is the validation error returned by DeleteOrganizationDomainResponse.Validate if the designated constraints aren't met.

func (DeleteOrganizationDomainResponseValidationError) Cause added in v0.7.2

Cause function returns cause value.

func (DeleteOrganizationDomainResponseValidationError) Error added in v0.7.2

Error satisfies the builtin error interface

func (DeleteOrganizationDomainResponseValidationError) ErrorName added in v0.7.2

ErrorName returns error name.

func (DeleteOrganizationDomainResponseValidationError) Field added in v0.7.2

Field function returns field value.

func (DeleteOrganizationDomainResponseValidationError) Key added in v0.7.2

Key function returns key value.

func (DeleteOrganizationDomainResponseValidationError) Reason added in v0.7.2

Reason function returns reason value.

type DeleteOrganizationInvitationRequest

type DeleteOrganizationInvitationRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteOrganizationInvitationRequest) Descriptor deprecated

func (*DeleteOrganizationInvitationRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteOrganizationInvitationRequest.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationInvitationRequest) GetId

func (*DeleteOrganizationInvitationRequest) GetOrgId

func (*DeleteOrganizationInvitationRequest) ProtoMessage

func (*DeleteOrganizationInvitationRequest) ProtoMessage()

func (*DeleteOrganizationInvitationRequest) ProtoReflect

func (*DeleteOrganizationInvitationRequest) Reset

func (*DeleteOrganizationInvitationRequest) String

func (*DeleteOrganizationInvitationRequest) Validate

Validate checks the field values on DeleteOrganizationInvitationRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteOrganizationInvitationRequest) ValidateAll

func (m *DeleteOrganizationInvitationRequest) ValidateAll() error

ValidateAll checks the field values on DeleteOrganizationInvitationRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteOrganizationInvitationRequestMultiError, or nil if none found.

type DeleteOrganizationInvitationRequestMultiError

type DeleteOrganizationInvitationRequestMultiError []error

DeleteOrganizationInvitationRequestMultiError is an error wrapping multiple validation errors returned by DeleteOrganizationInvitationRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteOrganizationInvitationRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteOrganizationInvitationRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteOrganizationInvitationRequestValidationError

type DeleteOrganizationInvitationRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteOrganizationInvitationRequestValidationError is the validation error returned by DeleteOrganizationInvitationRequest.Validate if the designated constraints aren't met.

func (DeleteOrganizationInvitationRequestValidationError) Cause

Cause function returns cause value.

func (DeleteOrganizationInvitationRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteOrganizationInvitationRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteOrganizationInvitationRequestValidationError) Field

Field function returns field value.

func (DeleteOrganizationInvitationRequestValidationError) Key

Key function returns key value.

func (DeleteOrganizationInvitationRequestValidationError) Reason

Reason function returns reason value.

type DeleteOrganizationInvitationResponse

type DeleteOrganizationInvitationResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteOrganizationInvitationResponse) Descriptor deprecated

func (*DeleteOrganizationInvitationResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteOrganizationInvitationResponse.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationInvitationResponse) ProtoMessage

func (*DeleteOrganizationInvitationResponse) ProtoMessage()

func (*DeleteOrganizationInvitationResponse) ProtoReflect

func (*DeleteOrganizationInvitationResponse) Reset

func (*DeleteOrganizationInvitationResponse) String

func (*DeleteOrganizationInvitationResponse) Validate

Validate checks the field values on DeleteOrganizationInvitationResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteOrganizationInvitationResponse) ValidateAll

ValidateAll checks the field values on DeleteOrganizationInvitationResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteOrganizationInvitationResponseMultiError, or nil if none found.

type DeleteOrganizationInvitationResponseMultiError

type DeleteOrganizationInvitationResponseMultiError []error

DeleteOrganizationInvitationResponseMultiError is an error wrapping multiple validation errors returned by DeleteOrganizationInvitationResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteOrganizationInvitationResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteOrganizationInvitationResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteOrganizationInvitationResponseValidationError

type DeleteOrganizationInvitationResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteOrganizationInvitationResponseValidationError is the validation error returned by DeleteOrganizationInvitationResponse.Validate if the designated constraints aren't met.

func (DeleteOrganizationInvitationResponseValidationError) Cause

Cause function returns cause value.

func (DeleteOrganizationInvitationResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteOrganizationInvitationResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteOrganizationInvitationResponseValidationError) Field

Field function returns field value.

func (DeleteOrganizationInvitationResponseValidationError) Key

Key function returns key value.

func (DeleteOrganizationInvitationResponseValidationError) Reason

Reason function returns reason value.

type DeleteOrganizationRequest

type DeleteOrganizationRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteOrganizationRequest) Descriptor deprecated

func (*DeleteOrganizationRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteOrganizationRequest.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationRequest) GetId

func (x *DeleteOrganizationRequest) GetId() string

func (*DeleteOrganizationRequest) ProtoMessage

func (*DeleteOrganizationRequest) ProtoMessage()

func (*DeleteOrganizationRequest) ProtoReflect

func (*DeleteOrganizationRequest) Reset

func (x *DeleteOrganizationRequest) Reset()

func (*DeleteOrganizationRequest) String

func (x *DeleteOrganizationRequest) String() string

func (*DeleteOrganizationRequest) Validate

func (m *DeleteOrganizationRequest) Validate() error

Validate checks the field values on DeleteOrganizationRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteOrganizationRequest) ValidateAll

func (m *DeleteOrganizationRequest) ValidateAll() error

ValidateAll checks the field values on DeleteOrganizationRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteOrganizationRequestMultiError, or nil if none found.

type DeleteOrganizationRequestMultiError

type DeleteOrganizationRequestMultiError []error

DeleteOrganizationRequestMultiError is an error wrapping multiple validation errors returned by DeleteOrganizationRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteOrganizationRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteOrganizationRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteOrganizationRequestValidationError

type DeleteOrganizationRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteOrganizationRequestValidationError is the validation error returned by DeleteOrganizationRequest.Validate if the designated constraints aren't met.

func (DeleteOrganizationRequestValidationError) Cause

Cause function returns cause value.

func (DeleteOrganizationRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteOrganizationRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteOrganizationRequestValidationError) Field

Field function returns field value.

func (DeleteOrganizationRequestValidationError) Key

Key function returns key value.

func (DeleteOrganizationRequestValidationError) Reason

Reason function returns reason value.

type DeleteOrganizationResponse

type DeleteOrganizationResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteOrganizationResponse) Descriptor deprecated

func (*DeleteOrganizationResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteOrganizationResponse.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationResponse) ProtoMessage

func (*DeleteOrganizationResponse) ProtoMessage()

func (*DeleteOrganizationResponse) ProtoReflect

func (*DeleteOrganizationResponse) Reset

func (x *DeleteOrganizationResponse) Reset()

func (*DeleteOrganizationResponse) String

func (x *DeleteOrganizationResponse) String() string

func (*DeleteOrganizationResponse) Validate

func (m *DeleteOrganizationResponse) Validate() error

Validate checks the field values on DeleteOrganizationResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteOrganizationResponse) ValidateAll

func (m *DeleteOrganizationResponse) ValidateAll() error

ValidateAll checks the field values on DeleteOrganizationResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteOrganizationResponseMultiError, or nil if none found.

type DeleteOrganizationResponseMultiError

type DeleteOrganizationResponseMultiError []error

DeleteOrganizationResponseMultiError is an error wrapping multiple validation errors returned by DeleteOrganizationResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteOrganizationResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteOrganizationResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteOrganizationResponseValidationError

type DeleteOrganizationResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteOrganizationResponseValidationError is the validation error returned by DeleteOrganizationResponse.Validate if the designated constraints aren't met.

func (DeleteOrganizationResponseValidationError) Cause

Cause function returns cause value.

func (DeleteOrganizationResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteOrganizationResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteOrganizationResponseValidationError) Field

Field function returns field value.

func (DeleteOrganizationResponseValidationError) Key

Key function returns key value.

func (DeleteOrganizationResponseValidationError) Reason

Reason function returns reason value.

type DeleteOrganizationRoleRequest

type DeleteOrganizationRoleRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteOrganizationRoleRequest) Descriptor deprecated

func (*DeleteOrganizationRoleRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteOrganizationRoleRequest.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationRoleRequest) GetId

func (*DeleteOrganizationRoleRequest) GetOrgId

func (x *DeleteOrganizationRoleRequest) GetOrgId() string

func (*DeleteOrganizationRoleRequest) ProtoMessage

func (*DeleteOrganizationRoleRequest) ProtoMessage()

func (*DeleteOrganizationRoleRequest) ProtoReflect

func (*DeleteOrganizationRoleRequest) Reset

func (x *DeleteOrganizationRoleRequest) Reset()

func (*DeleteOrganizationRoleRequest) String

func (*DeleteOrganizationRoleRequest) Validate

func (m *DeleteOrganizationRoleRequest) Validate() error

Validate checks the field values on DeleteOrganizationRoleRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteOrganizationRoleRequest) ValidateAll

func (m *DeleteOrganizationRoleRequest) ValidateAll() error

ValidateAll checks the field values on DeleteOrganizationRoleRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteOrganizationRoleRequestMultiError, or nil if none found.

type DeleteOrganizationRoleRequestMultiError

type DeleteOrganizationRoleRequestMultiError []error

DeleteOrganizationRoleRequestMultiError is an error wrapping multiple validation errors returned by DeleteOrganizationRoleRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteOrganizationRoleRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteOrganizationRoleRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteOrganizationRoleRequestValidationError

type DeleteOrganizationRoleRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteOrganizationRoleRequestValidationError is the validation error returned by DeleteOrganizationRoleRequest.Validate if the designated constraints aren't met.

func (DeleteOrganizationRoleRequestValidationError) Cause

Cause function returns cause value.

func (DeleteOrganizationRoleRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteOrganizationRoleRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteOrganizationRoleRequestValidationError) Field

Field function returns field value.

func (DeleteOrganizationRoleRequestValidationError) Key

Key function returns key value.

func (DeleteOrganizationRoleRequestValidationError) Reason

Reason function returns reason value.

type DeleteOrganizationRoleResponse

type DeleteOrganizationRoleResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteOrganizationRoleResponse) Descriptor deprecated

func (*DeleteOrganizationRoleResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteOrganizationRoleResponse.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationRoleResponse) ProtoMessage

func (*DeleteOrganizationRoleResponse) ProtoMessage()

func (*DeleteOrganizationRoleResponse) ProtoReflect

func (*DeleteOrganizationRoleResponse) Reset

func (x *DeleteOrganizationRoleResponse) Reset()

func (*DeleteOrganizationRoleResponse) String

func (*DeleteOrganizationRoleResponse) Validate

func (m *DeleteOrganizationRoleResponse) Validate() error

Validate checks the field values on DeleteOrganizationRoleResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteOrganizationRoleResponse) ValidateAll

func (m *DeleteOrganizationRoleResponse) ValidateAll() error

ValidateAll checks the field values on DeleteOrganizationRoleResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteOrganizationRoleResponseMultiError, or nil if none found.

type DeleteOrganizationRoleResponseMultiError

type DeleteOrganizationRoleResponseMultiError []error

DeleteOrganizationRoleResponseMultiError is an error wrapping multiple validation errors returned by DeleteOrganizationRoleResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteOrganizationRoleResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteOrganizationRoleResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteOrganizationRoleResponseValidationError

type DeleteOrganizationRoleResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteOrganizationRoleResponseValidationError is the validation error returned by DeleteOrganizationRoleResponse.Validate if the designated constraints aren't met.

func (DeleteOrganizationRoleResponseValidationError) Cause

Cause function returns cause value.

func (DeleteOrganizationRoleResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteOrganizationRoleResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteOrganizationRoleResponseValidationError) Field

Field function returns field value.

func (DeleteOrganizationRoleResponseValidationError) Key

Key function returns key value.

func (DeleteOrganizationRoleResponseValidationError) Reason

Reason function returns reason value.

type DeletePermissionRequest

type DeletePermissionRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeletePermissionRequest) Descriptor deprecated

func (*DeletePermissionRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeletePermissionRequest.ProtoReflect.Descriptor instead.

func (*DeletePermissionRequest) GetId

func (x *DeletePermissionRequest) GetId() string

func (*DeletePermissionRequest) ProtoMessage

func (*DeletePermissionRequest) ProtoMessage()

func (*DeletePermissionRequest) ProtoReflect

func (x *DeletePermissionRequest) ProtoReflect() protoreflect.Message

func (*DeletePermissionRequest) Reset

func (x *DeletePermissionRequest) Reset()

func (*DeletePermissionRequest) String

func (x *DeletePermissionRequest) String() string

func (*DeletePermissionRequest) Validate

func (m *DeletePermissionRequest) Validate() error

Validate checks the field values on DeletePermissionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeletePermissionRequest) ValidateAll

func (m *DeletePermissionRequest) ValidateAll() error

ValidateAll checks the field values on DeletePermissionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeletePermissionRequestMultiError, or nil if none found.

type DeletePermissionRequestMultiError

type DeletePermissionRequestMultiError []error

DeletePermissionRequestMultiError is an error wrapping multiple validation errors returned by DeletePermissionRequest.ValidateAll() if the designated constraints aren't met.

func (DeletePermissionRequestMultiError) AllErrors

func (m DeletePermissionRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeletePermissionRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeletePermissionRequestValidationError

type DeletePermissionRequestValidationError struct {
	// contains filtered or unexported fields
}

DeletePermissionRequestValidationError is the validation error returned by DeletePermissionRequest.Validate if the designated constraints aren't met.

func (DeletePermissionRequestValidationError) Cause

Cause function returns cause value.

func (DeletePermissionRequestValidationError) Error

Error satisfies the builtin error interface

func (DeletePermissionRequestValidationError) ErrorName

ErrorName returns error name.

func (DeletePermissionRequestValidationError) Field

Field function returns field value.

func (DeletePermissionRequestValidationError) Key

Key function returns key value.

func (DeletePermissionRequestValidationError) Reason

Reason function returns reason value.

type DeletePermissionResponse

type DeletePermissionResponse struct {
	// contains filtered or unexported fields
}

func (*DeletePermissionResponse) Descriptor deprecated

func (*DeletePermissionResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeletePermissionResponse.ProtoReflect.Descriptor instead.

func (*DeletePermissionResponse) ProtoMessage

func (*DeletePermissionResponse) ProtoMessage()

func (*DeletePermissionResponse) ProtoReflect

func (x *DeletePermissionResponse) ProtoReflect() protoreflect.Message

func (*DeletePermissionResponse) Reset

func (x *DeletePermissionResponse) Reset()

func (*DeletePermissionResponse) String

func (x *DeletePermissionResponse) String() string

func (*DeletePermissionResponse) Validate

func (m *DeletePermissionResponse) Validate() error

Validate checks the field values on DeletePermissionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeletePermissionResponse) ValidateAll

func (m *DeletePermissionResponse) ValidateAll() error

ValidateAll checks the field values on DeletePermissionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeletePermissionResponseMultiError, or nil if none found.

type DeletePermissionResponseMultiError

type DeletePermissionResponseMultiError []error

DeletePermissionResponseMultiError is an error wrapping multiple validation errors returned by DeletePermissionResponse.ValidateAll() if the designated constraints aren't met.

func (DeletePermissionResponseMultiError) AllErrors

func (m DeletePermissionResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeletePermissionResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeletePermissionResponseValidationError

type DeletePermissionResponseValidationError struct {
	// contains filtered or unexported fields
}

DeletePermissionResponseValidationError is the validation error returned by DeletePermissionResponse.Validate if the designated constraints aren't met.

func (DeletePermissionResponseValidationError) Cause

Cause function returns cause value.

func (DeletePermissionResponseValidationError) Error

Error satisfies the builtin error interface

func (DeletePermissionResponseValidationError) ErrorName

ErrorName returns error name.

func (DeletePermissionResponseValidationError) Field

Field function returns field value.

func (DeletePermissionResponseValidationError) Key

Key function returns key value.

func (DeletePermissionResponseValidationError) Reason

Reason function returns reason value.

type DeletePolicyRequest

type DeletePolicyRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeletePolicyRequest) Descriptor deprecated

func (*DeletePolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeletePolicyRequest.ProtoReflect.Descriptor instead.

func (*DeletePolicyRequest) GetId

func (x *DeletePolicyRequest) GetId() string

func (*DeletePolicyRequest) ProtoMessage

func (*DeletePolicyRequest) ProtoMessage()

func (*DeletePolicyRequest) ProtoReflect

func (x *DeletePolicyRequest) ProtoReflect() protoreflect.Message

func (*DeletePolicyRequest) Reset

func (x *DeletePolicyRequest) Reset()

func (*DeletePolicyRequest) String

func (x *DeletePolicyRequest) String() string

func (*DeletePolicyRequest) Validate

func (m *DeletePolicyRequest) Validate() error

Validate checks the field values on DeletePolicyRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeletePolicyRequest) ValidateAll

func (m *DeletePolicyRequest) ValidateAll() error

ValidateAll checks the field values on DeletePolicyRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeletePolicyRequestMultiError, or nil if none found.

type DeletePolicyRequestMultiError

type DeletePolicyRequestMultiError []error

DeletePolicyRequestMultiError is an error wrapping multiple validation errors returned by DeletePolicyRequest.ValidateAll() if the designated constraints aren't met.

func (DeletePolicyRequestMultiError) AllErrors

func (m DeletePolicyRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeletePolicyRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeletePolicyRequestValidationError

type DeletePolicyRequestValidationError struct {
	// contains filtered or unexported fields
}

DeletePolicyRequestValidationError is the validation error returned by DeletePolicyRequest.Validate if the designated constraints aren't met.

func (DeletePolicyRequestValidationError) Cause

Cause function returns cause value.

func (DeletePolicyRequestValidationError) Error

Error satisfies the builtin error interface

func (DeletePolicyRequestValidationError) ErrorName

ErrorName returns error name.

func (DeletePolicyRequestValidationError) Field

Field function returns field value.

func (DeletePolicyRequestValidationError) Key

Key function returns key value.

func (DeletePolicyRequestValidationError) Reason

Reason function returns reason value.

type DeletePolicyResponse

type DeletePolicyResponse struct {
	// contains filtered or unexported fields
}

func (*DeletePolicyResponse) Descriptor deprecated

func (*DeletePolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeletePolicyResponse.ProtoReflect.Descriptor instead.

func (*DeletePolicyResponse) ProtoMessage

func (*DeletePolicyResponse) ProtoMessage()

func (*DeletePolicyResponse) ProtoReflect

func (x *DeletePolicyResponse) ProtoReflect() protoreflect.Message

func (*DeletePolicyResponse) Reset

func (x *DeletePolicyResponse) Reset()

func (*DeletePolicyResponse) String

func (x *DeletePolicyResponse) String() string

func (*DeletePolicyResponse) Validate

func (m *DeletePolicyResponse) Validate() error

Validate checks the field values on DeletePolicyResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeletePolicyResponse) ValidateAll

func (m *DeletePolicyResponse) ValidateAll() error

ValidateAll checks the field values on DeletePolicyResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeletePolicyResponseMultiError, or nil if none found.

type DeletePolicyResponseMultiError

type DeletePolicyResponseMultiError []error

DeletePolicyResponseMultiError is an error wrapping multiple validation errors returned by DeletePolicyResponse.ValidateAll() if the designated constraints aren't met.

func (DeletePolicyResponseMultiError) AllErrors

func (m DeletePolicyResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeletePolicyResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeletePolicyResponseValidationError

type DeletePolicyResponseValidationError struct {
	// contains filtered or unexported fields
}

DeletePolicyResponseValidationError is the validation error returned by DeletePolicyResponse.Validate if the designated constraints aren't met.

func (DeletePolicyResponseValidationError) Cause

Cause function returns cause value.

func (DeletePolicyResponseValidationError) Error

Error satisfies the builtin error interface

func (DeletePolicyResponseValidationError) ErrorName

ErrorName returns error name.

func (DeletePolicyResponseValidationError) Field

Field function returns field value.

func (DeletePolicyResponseValidationError) Key

Key function returns key value.

func (DeletePolicyResponseValidationError) Reason

Reason function returns reason value.

type DeleteProjectRequest

type DeleteProjectRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteProjectRequest) Descriptor deprecated

func (*DeleteProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteProjectRequest.ProtoReflect.Descriptor instead.

func (*DeleteProjectRequest) GetId

func (x *DeleteProjectRequest) GetId() string

func (*DeleteProjectRequest) ProtoMessage

func (*DeleteProjectRequest) ProtoMessage()

func (*DeleteProjectRequest) ProtoReflect

func (x *DeleteProjectRequest) ProtoReflect() protoreflect.Message

func (*DeleteProjectRequest) Reset

func (x *DeleteProjectRequest) Reset()

func (*DeleteProjectRequest) String

func (x *DeleteProjectRequest) String() string

func (*DeleteProjectRequest) Validate

func (m *DeleteProjectRequest) Validate() error

Validate checks the field values on DeleteProjectRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteProjectRequest) ValidateAll

func (m *DeleteProjectRequest) ValidateAll() error

ValidateAll checks the field values on DeleteProjectRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteProjectRequestMultiError, or nil if none found.

type DeleteProjectRequestMultiError

type DeleteProjectRequestMultiError []error

DeleteProjectRequestMultiError is an error wrapping multiple validation errors returned by DeleteProjectRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteProjectRequestMultiError) AllErrors

func (m DeleteProjectRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteProjectRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteProjectRequestValidationError

type DeleteProjectRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteProjectRequestValidationError is the validation error returned by DeleteProjectRequest.Validate if the designated constraints aren't met.

func (DeleteProjectRequestValidationError) Cause

Cause function returns cause value.

func (DeleteProjectRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteProjectRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteProjectRequestValidationError) Field

Field function returns field value.

func (DeleteProjectRequestValidationError) Key

Key function returns key value.

func (DeleteProjectRequestValidationError) Reason

Reason function returns reason value.

type DeleteProjectResourceRequest

type DeleteProjectResourceRequest struct {
	Id        string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ProjectId string `protobuf:"bytes,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteProjectResourceRequest) Descriptor deprecated

func (*DeleteProjectResourceRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteProjectResourceRequest.ProtoReflect.Descriptor instead.

func (*DeleteProjectResourceRequest) GetId

func (*DeleteProjectResourceRequest) GetProjectId

func (x *DeleteProjectResourceRequest) GetProjectId() string

func (*DeleteProjectResourceRequest) ProtoMessage

func (*DeleteProjectResourceRequest) ProtoMessage()

func (*DeleteProjectResourceRequest) ProtoReflect

func (*DeleteProjectResourceRequest) Reset

func (x *DeleteProjectResourceRequest) Reset()

func (*DeleteProjectResourceRequest) String

func (*DeleteProjectResourceRequest) Validate

func (m *DeleteProjectResourceRequest) Validate() error

Validate checks the field values on DeleteProjectResourceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteProjectResourceRequest) ValidateAll

func (m *DeleteProjectResourceRequest) ValidateAll() error

ValidateAll checks the field values on DeleteProjectResourceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteProjectResourceRequestMultiError, or nil if none found.

type DeleteProjectResourceRequestMultiError

type DeleteProjectResourceRequestMultiError []error

DeleteProjectResourceRequestMultiError is an error wrapping multiple validation errors returned by DeleteProjectResourceRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteProjectResourceRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteProjectResourceRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteProjectResourceRequestValidationError

type DeleteProjectResourceRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteProjectResourceRequestValidationError is the validation error returned by DeleteProjectResourceRequest.Validate if the designated constraints aren't met.

func (DeleteProjectResourceRequestValidationError) Cause

Cause function returns cause value.

func (DeleteProjectResourceRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteProjectResourceRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteProjectResourceRequestValidationError) Field

Field function returns field value.

func (DeleteProjectResourceRequestValidationError) Key

Key function returns key value.

func (DeleteProjectResourceRequestValidationError) Reason

Reason function returns reason value.

type DeleteProjectResourceResponse

type DeleteProjectResourceResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteProjectResourceResponse) Descriptor deprecated

func (*DeleteProjectResourceResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteProjectResourceResponse.ProtoReflect.Descriptor instead.

func (*DeleteProjectResourceResponse) ProtoMessage

func (*DeleteProjectResourceResponse) ProtoMessage()

func (*DeleteProjectResourceResponse) ProtoReflect

func (*DeleteProjectResourceResponse) Reset

func (x *DeleteProjectResourceResponse) Reset()

func (*DeleteProjectResourceResponse) String

func (*DeleteProjectResourceResponse) Validate

func (m *DeleteProjectResourceResponse) Validate() error

Validate checks the field values on DeleteProjectResourceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteProjectResourceResponse) ValidateAll

func (m *DeleteProjectResourceResponse) ValidateAll() error

ValidateAll checks the field values on DeleteProjectResourceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteProjectResourceResponseMultiError, or nil if none found.

type DeleteProjectResourceResponseMultiError

type DeleteProjectResourceResponseMultiError []error

DeleteProjectResourceResponseMultiError is an error wrapping multiple validation errors returned by DeleteProjectResourceResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteProjectResourceResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteProjectResourceResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteProjectResourceResponseValidationError

type DeleteProjectResourceResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteProjectResourceResponseValidationError is the validation error returned by DeleteProjectResourceResponse.Validate if the designated constraints aren't met.

func (DeleteProjectResourceResponseValidationError) Cause

Cause function returns cause value.

func (DeleteProjectResourceResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteProjectResourceResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteProjectResourceResponseValidationError) Field

Field function returns field value.

func (DeleteProjectResourceResponseValidationError) Key

Key function returns key value.

func (DeleteProjectResourceResponseValidationError) Reason

Reason function returns reason value.

type DeleteProjectResponse

type DeleteProjectResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteProjectResponse) Descriptor deprecated

func (*DeleteProjectResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteProjectResponse.ProtoReflect.Descriptor instead.

func (*DeleteProjectResponse) ProtoMessage

func (*DeleteProjectResponse) ProtoMessage()

func (*DeleteProjectResponse) ProtoReflect

func (x *DeleteProjectResponse) ProtoReflect() protoreflect.Message

func (*DeleteProjectResponse) Reset

func (x *DeleteProjectResponse) Reset()

func (*DeleteProjectResponse) String

func (x *DeleteProjectResponse) String() string

func (*DeleteProjectResponse) Validate

func (m *DeleteProjectResponse) Validate() error

Validate checks the field values on DeleteProjectResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteProjectResponse) ValidateAll

func (m *DeleteProjectResponse) ValidateAll() error

ValidateAll checks the field values on DeleteProjectResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteProjectResponseMultiError, or nil if none found.

type DeleteProjectResponseMultiError

type DeleteProjectResponseMultiError []error

DeleteProjectResponseMultiError is an error wrapping multiple validation errors returned by DeleteProjectResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteProjectResponseMultiError) AllErrors

func (m DeleteProjectResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteProjectResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteProjectResponseValidationError

type DeleteProjectResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteProjectResponseValidationError is the validation error returned by DeleteProjectResponse.Validate if the designated constraints aren't met.

func (DeleteProjectResponseValidationError) Cause

Cause function returns cause value.

func (DeleteProjectResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteProjectResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteProjectResponseValidationError) Field

Field function returns field value.

func (DeleteProjectResponseValidationError) Key

Key function returns key value.

func (DeleteProjectResponseValidationError) Reason

Reason function returns reason value.

type DeleteRelationRequest

type DeleteRelationRequest struct {

	// objectnamespace:uuid
	Object string `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"`
	// subjectnamespace:uuid
	Subject  string `protobuf:"bytes,2,opt,name=subject,proto3" json:"subject,omitempty"`
	Relation string `protobuf:"bytes,4,opt,name=relation,proto3" json:"relation,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteRelationRequest) Descriptor deprecated

func (*DeleteRelationRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRelationRequest.ProtoReflect.Descriptor instead.

func (*DeleteRelationRequest) GetObject

func (x *DeleteRelationRequest) GetObject() string

func (*DeleteRelationRequest) GetRelation

func (x *DeleteRelationRequest) GetRelation() string

func (*DeleteRelationRequest) GetSubject

func (x *DeleteRelationRequest) GetSubject() string

func (*DeleteRelationRequest) ProtoMessage

func (*DeleteRelationRequest) ProtoMessage()

func (*DeleteRelationRequest) ProtoReflect

func (x *DeleteRelationRequest) ProtoReflect() protoreflect.Message

func (*DeleteRelationRequest) Reset

func (x *DeleteRelationRequest) Reset()

func (*DeleteRelationRequest) String

func (x *DeleteRelationRequest) String() string

func (*DeleteRelationRequest) Validate

func (m *DeleteRelationRequest) Validate() error

Validate checks the field values on DeleteRelationRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteRelationRequest) ValidateAll

func (m *DeleteRelationRequest) ValidateAll() error

ValidateAll checks the field values on DeleteRelationRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteRelationRequestMultiError, or nil if none found.

type DeleteRelationRequestMultiError

type DeleteRelationRequestMultiError []error

DeleteRelationRequestMultiError is an error wrapping multiple validation errors returned by DeleteRelationRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteRelationRequestMultiError) AllErrors

func (m DeleteRelationRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteRelationRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteRelationRequestValidationError

type DeleteRelationRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteRelationRequestValidationError is the validation error returned by DeleteRelationRequest.Validate if the designated constraints aren't met.

func (DeleteRelationRequestValidationError) Cause

Cause function returns cause value.

func (DeleteRelationRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteRelationRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteRelationRequestValidationError) Field

Field function returns field value.

func (DeleteRelationRequestValidationError) Key

Key function returns key value.

func (DeleteRelationRequestValidationError) Reason

Reason function returns reason value.

type DeleteRelationResponse

type DeleteRelationResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteRelationResponse) Descriptor deprecated

func (*DeleteRelationResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRelationResponse.ProtoReflect.Descriptor instead.

func (*DeleteRelationResponse) ProtoMessage

func (*DeleteRelationResponse) ProtoMessage()

func (*DeleteRelationResponse) ProtoReflect

func (x *DeleteRelationResponse) ProtoReflect() protoreflect.Message

func (*DeleteRelationResponse) Reset

func (x *DeleteRelationResponse) Reset()

func (*DeleteRelationResponse) String

func (x *DeleteRelationResponse) String() string

func (*DeleteRelationResponse) Validate

func (m *DeleteRelationResponse) Validate() error

Validate checks the field values on DeleteRelationResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteRelationResponse) ValidateAll

func (m *DeleteRelationResponse) ValidateAll() error

ValidateAll checks the field values on DeleteRelationResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteRelationResponseMultiError, or nil if none found.

type DeleteRelationResponseMultiError

type DeleteRelationResponseMultiError []error

DeleteRelationResponseMultiError is an error wrapping multiple validation errors returned by DeleteRelationResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteRelationResponseMultiError) AllErrors

func (m DeleteRelationResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteRelationResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteRelationResponseValidationError

type DeleteRelationResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteRelationResponseValidationError is the validation error returned by DeleteRelationResponse.Validate if the designated constraints aren't met.

func (DeleteRelationResponseValidationError) Cause

Cause function returns cause value.

func (DeleteRelationResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteRelationResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteRelationResponseValidationError) Field

Field function returns field value.

func (DeleteRelationResponseValidationError) Key

Key function returns key value.

func (DeleteRelationResponseValidationError) Reason

Reason function returns reason value.

type DeleteRoleRequest

type DeleteRoleRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteRoleRequest) Descriptor deprecated

func (*DeleteRoleRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRoleRequest.ProtoReflect.Descriptor instead.

func (*DeleteRoleRequest) GetId

func (x *DeleteRoleRequest) GetId() string

func (*DeleteRoleRequest) ProtoMessage

func (*DeleteRoleRequest) ProtoMessage()

func (*DeleteRoleRequest) ProtoReflect

func (x *DeleteRoleRequest) ProtoReflect() protoreflect.Message

func (*DeleteRoleRequest) Reset

func (x *DeleteRoleRequest) Reset()

func (*DeleteRoleRequest) String

func (x *DeleteRoleRequest) String() string

func (*DeleteRoleRequest) Validate

func (m *DeleteRoleRequest) Validate() error

Validate checks the field values on DeleteRoleRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteRoleRequest) ValidateAll

func (m *DeleteRoleRequest) ValidateAll() error

ValidateAll checks the field values on DeleteRoleRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteRoleRequestMultiError, or nil if none found.

type DeleteRoleRequestMultiError

type DeleteRoleRequestMultiError []error

DeleteRoleRequestMultiError is an error wrapping multiple validation errors returned by DeleteRoleRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteRoleRequestMultiError) AllErrors

func (m DeleteRoleRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteRoleRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteRoleRequestValidationError

type DeleteRoleRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteRoleRequestValidationError is the validation error returned by DeleteRoleRequest.Validate if the designated constraints aren't met.

func (DeleteRoleRequestValidationError) Cause

Cause function returns cause value.

func (DeleteRoleRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteRoleRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteRoleRequestValidationError) Field

Field function returns field value.

func (DeleteRoleRequestValidationError) Key

Key function returns key value.

func (DeleteRoleRequestValidationError) Reason

Reason function returns reason value.

type DeleteRoleResponse

type DeleteRoleResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteRoleResponse) Descriptor deprecated

func (*DeleteRoleResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteRoleResponse.ProtoReflect.Descriptor instead.

func (*DeleteRoleResponse) ProtoMessage

func (*DeleteRoleResponse) ProtoMessage()

func (*DeleteRoleResponse) ProtoReflect

func (x *DeleteRoleResponse) ProtoReflect() protoreflect.Message

func (*DeleteRoleResponse) Reset

func (x *DeleteRoleResponse) Reset()

func (*DeleteRoleResponse) String

func (x *DeleteRoleResponse) String() string

func (*DeleteRoleResponse) Validate

func (m *DeleteRoleResponse) Validate() error

Validate checks the field values on DeleteRoleResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteRoleResponse) ValidateAll

func (m *DeleteRoleResponse) ValidateAll() error

ValidateAll checks the field values on DeleteRoleResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteRoleResponseMultiError, or nil if none found.

type DeleteRoleResponseMultiError

type DeleteRoleResponseMultiError []error

DeleteRoleResponseMultiError is an error wrapping multiple validation errors returned by DeleteRoleResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteRoleResponseMultiError) AllErrors

func (m DeleteRoleResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteRoleResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteRoleResponseValidationError

type DeleteRoleResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteRoleResponseValidationError is the validation error returned by DeleteRoleResponse.Validate if the designated constraints aren't met.

func (DeleteRoleResponseValidationError) Cause

Cause function returns cause value.

func (DeleteRoleResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteRoleResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteRoleResponseValidationError) Field

Field function returns field value.

func (DeleteRoleResponseValidationError) Key

Key function returns key value.

func (DeleteRoleResponseValidationError) Reason

Reason function returns reason value.

type DeleteServiceUserCredentialRequest added in v0.9.1

type DeleteServiceUserCredentialRequest struct {
	Id       string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	SecretId string `protobuf:"bytes,2,opt,name=secret_id,json=secretId,proto3" json:"secret_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteServiceUserCredentialRequest) Descriptor deprecated added in v0.9.1

func (*DeleteServiceUserCredentialRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteServiceUserCredentialRequest.ProtoReflect.Descriptor instead.

func (*DeleteServiceUserCredentialRequest) GetId added in v0.9.1

func (*DeleteServiceUserCredentialRequest) GetSecretId added in v0.9.1

func (x *DeleteServiceUserCredentialRequest) GetSecretId() string

func (*DeleteServiceUserCredentialRequest) ProtoMessage added in v0.9.1

func (*DeleteServiceUserCredentialRequest) ProtoMessage()

func (*DeleteServiceUserCredentialRequest) ProtoReflect added in v0.9.1

func (*DeleteServiceUserCredentialRequest) Reset added in v0.9.1

func (*DeleteServiceUserCredentialRequest) String added in v0.9.1

func (*DeleteServiceUserCredentialRequest) Validate added in v0.9.1

Validate checks the field values on DeleteServiceUserCredentialRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteServiceUserCredentialRequest) ValidateAll added in v0.9.1

func (m *DeleteServiceUserCredentialRequest) ValidateAll() error

ValidateAll checks the field values on DeleteServiceUserCredentialRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteServiceUserCredentialRequestMultiError, or nil if none found.

type DeleteServiceUserCredentialRequestMultiError added in v0.9.1

type DeleteServiceUserCredentialRequestMultiError []error

DeleteServiceUserCredentialRequestMultiError is an error wrapping multiple validation errors returned by DeleteServiceUserCredentialRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteServiceUserCredentialRequestMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (DeleteServiceUserCredentialRequestMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type DeleteServiceUserCredentialRequestValidationError added in v0.9.1

type DeleteServiceUserCredentialRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteServiceUserCredentialRequestValidationError is the validation error returned by DeleteServiceUserCredentialRequest.Validate if the designated constraints aren't met.

func (DeleteServiceUserCredentialRequestValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (DeleteServiceUserCredentialRequestValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (DeleteServiceUserCredentialRequestValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (DeleteServiceUserCredentialRequestValidationError) Field added in v0.9.1

Field function returns field value.

func (DeleteServiceUserCredentialRequestValidationError) Key added in v0.9.1

Key function returns key value.

func (DeleteServiceUserCredentialRequestValidationError) Reason added in v0.9.1

Reason function returns reason value.

type DeleteServiceUserCredentialResponse added in v0.9.1

type DeleteServiceUserCredentialResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteServiceUserCredentialResponse) Descriptor deprecated added in v0.9.1

func (*DeleteServiceUserCredentialResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteServiceUserCredentialResponse.ProtoReflect.Descriptor instead.

func (*DeleteServiceUserCredentialResponse) ProtoMessage added in v0.9.1

func (*DeleteServiceUserCredentialResponse) ProtoMessage()

func (*DeleteServiceUserCredentialResponse) ProtoReflect added in v0.9.1

func (*DeleteServiceUserCredentialResponse) Reset added in v0.9.1

func (*DeleteServiceUserCredentialResponse) String added in v0.9.1

func (*DeleteServiceUserCredentialResponse) Validate added in v0.9.1

Validate checks the field values on DeleteServiceUserCredentialResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteServiceUserCredentialResponse) ValidateAll added in v0.9.1

func (m *DeleteServiceUserCredentialResponse) ValidateAll() error

ValidateAll checks the field values on DeleteServiceUserCredentialResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteServiceUserCredentialResponseMultiError, or nil if none found.

type DeleteServiceUserCredentialResponseMultiError added in v0.9.1

type DeleteServiceUserCredentialResponseMultiError []error

DeleteServiceUserCredentialResponseMultiError is an error wrapping multiple validation errors returned by DeleteServiceUserCredentialResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteServiceUserCredentialResponseMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (DeleteServiceUserCredentialResponseMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type DeleteServiceUserCredentialResponseValidationError added in v0.9.1

type DeleteServiceUserCredentialResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteServiceUserCredentialResponseValidationError is the validation error returned by DeleteServiceUserCredentialResponse.Validate if the designated constraints aren't met.

func (DeleteServiceUserCredentialResponseValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (DeleteServiceUserCredentialResponseValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (DeleteServiceUserCredentialResponseValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (DeleteServiceUserCredentialResponseValidationError) Field added in v0.9.1

Field function returns field value.

func (DeleteServiceUserCredentialResponseValidationError) Key added in v0.9.1

Key function returns key value.

func (DeleteServiceUserCredentialResponseValidationError) Reason added in v0.9.1

Reason function returns reason value.

type DeleteServiceUserJWKRequest added in v0.9.1

type DeleteServiceUserJWKRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	KeyId string `protobuf:"bytes,2,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteServiceUserJWKRequest) Descriptor deprecated added in v0.9.1

func (*DeleteServiceUserJWKRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteServiceUserJWKRequest.ProtoReflect.Descriptor instead.

func (*DeleteServiceUserJWKRequest) GetId added in v0.9.1

func (*DeleteServiceUserJWKRequest) GetKeyId added in v0.9.1

func (x *DeleteServiceUserJWKRequest) GetKeyId() string

func (*DeleteServiceUserJWKRequest) ProtoMessage added in v0.9.1

func (*DeleteServiceUserJWKRequest) ProtoMessage()

func (*DeleteServiceUserJWKRequest) ProtoReflect added in v0.9.1

func (*DeleteServiceUserJWKRequest) Reset added in v0.9.1

func (x *DeleteServiceUserJWKRequest) Reset()

func (*DeleteServiceUserJWKRequest) String added in v0.9.1

func (x *DeleteServiceUserJWKRequest) String() string

func (*DeleteServiceUserJWKRequest) Validate added in v0.9.1

func (m *DeleteServiceUserJWKRequest) Validate() error

Validate checks the field values on DeleteServiceUserJWKRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteServiceUserJWKRequest) ValidateAll added in v0.9.1

func (m *DeleteServiceUserJWKRequest) ValidateAll() error

ValidateAll checks the field values on DeleteServiceUserJWKRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteServiceUserJWKRequestMultiError, or nil if none found.

type DeleteServiceUserJWKRequestMultiError added in v0.9.1

type DeleteServiceUserJWKRequestMultiError []error

DeleteServiceUserJWKRequestMultiError is an error wrapping multiple validation errors returned by DeleteServiceUserJWKRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteServiceUserJWKRequestMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (DeleteServiceUserJWKRequestMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type DeleteServiceUserJWKRequestValidationError added in v0.9.1

type DeleteServiceUserJWKRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteServiceUserJWKRequestValidationError is the validation error returned by DeleteServiceUserJWKRequest.Validate if the designated constraints aren't met.

func (DeleteServiceUserJWKRequestValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (DeleteServiceUserJWKRequestValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (DeleteServiceUserJWKRequestValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (DeleteServiceUserJWKRequestValidationError) Field added in v0.9.1

Field function returns field value.

func (DeleteServiceUserJWKRequestValidationError) Key added in v0.9.1

Key function returns key value.

func (DeleteServiceUserJWKRequestValidationError) Reason added in v0.9.1

Reason function returns reason value.

type DeleteServiceUserJWKResponse added in v0.9.1

type DeleteServiceUserJWKResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteServiceUserJWKResponse) Descriptor deprecated added in v0.9.1

func (*DeleteServiceUserJWKResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteServiceUserJWKResponse.ProtoReflect.Descriptor instead.

func (*DeleteServiceUserJWKResponse) ProtoMessage added in v0.9.1

func (*DeleteServiceUserJWKResponse) ProtoMessage()

func (*DeleteServiceUserJWKResponse) ProtoReflect added in v0.9.1

func (*DeleteServiceUserJWKResponse) Reset added in v0.9.1

func (x *DeleteServiceUserJWKResponse) Reset()

func (*DeleteServiceUserJWKResponse) String added in v0.9.1

func (*DeleteServiceUserJWKResponse) Validate added in v0.9.1

func (m *DeleteServiceUserJWKResponse) Validate() error

Validate checks the field values on DeleteServiceUserJWKResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteServiceUserJWKResponse) ValidateAll added in v0.9.1

func (m *DeleteServiceUserJWKResponse) ValidateAll() error

ValidateAll checks the field values on DeleteServiceUserJWKResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteServiceUserJWKResponseMultiError, or nil if none found.

type DeleteServiceUserJWKResponseMultiError added in v0.9.1

type DeleteServiceUserJWKResponseMultiError []error

DeleteServiceUserJWKResponseMultiError is an error wrapping multiple validation errors returned by DeleteServiceUserJWKResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteServiceUserJWKResponseMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (DeleteServiceUserJWKResponseMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type DeleteServiceUserJWKResponseValidationError added in v0.9.1

type DeleteServiceUserJWKResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteServiceUserJWKResponseValidationError is the validation error returned by DeleteServiceUserJWKResponse.Validate if the designated constraints aren't met.

func (DeleteServiceUserJWKResponseValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (DeleteServiceUserJWKResponseValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (DeleteServiceUserJWKResponseValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (DeleteServiceUserJWKResponseValidationError) Field added in v0.9.1

Field function returns field value.

func (DeleteServiceUserJWKResponseValidationError) Key added in v0.9.1

Key function returns key value.

func (DeleteServiceUserJWKResponseValidationError) Reason added in v0.9.1

Reason function returns reason value.

type DeleteServiceUserRequest

type DeleteServiceUserRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteServiceUserRequest) Descriptor deprecated

func (*DeleteServiceUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteServiceUserRequest.ProtoReflect.Descriptor instead.

func (*DeleteServiceUserRequest) GetId

func (x *DeleteServiceUserRequest) GetId() string

func (*DeleteServiceUserRequest) GetOrgId

func (x *DeleteServiceUserRequest) GetOrgId() string

func (*DeleteServiceUserRequest) ProtoMessage

func (*DeleteServiceUserRequest) ProtoMessage()

func (*DeleteServiceUserRequest) ProtoReflect

func (x *DeleteServiceUserRequest) ProtoReflect() protoreflect.Message

func (*DeleteServiceUserRequest) Reset

func (x *DeleteServiceUserRequest) Reset()

func (*DeleteServiceUserRequest) String

func (x *DeleteServiceUserRequest) String() string

func (*DeleteServiceUserRequest) Validate

func (m *DeleteServiceUserRequest) Validate() error

Validate checks the field values on DeleteServiceUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteServiceUserRequest) ValidateAll

func (m *DeleteServiceUserRequest) ValidateAll() error

ValidateAll checks the field values on DeleteServiceUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteServiceUserRequestMultiError, or nil if none found.

type DeleteServiceUserRequestMultiError

type DeleteServiceUserRequestMultiError []error

DeleteServiceUserRequestMultiError is an error wrapping multiple validation errors returned by DeleteServiceUserRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteServiceUserRequestMultiError) AllErrors

func (m DeleteServiceUserRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteServiceUserRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteServiceUserRequestValidationError

type DeleteServiceUserRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteServiceUserRequestValidationError is the validation error returned by DeleteServiceUserRequest.Validate if the designated constraints aren't met.

func (DeleteServiceUserRequestValidationError) Cause

Cause function returns cause value.

func (DeleteServiceUserRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteServiceUserRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteServiceUserRequestValidationError) Field

Field function returns field value.

func (DeleteServiceUserRequestValidationError) Key

Key function returns key value.

func (DeleteServiceUserRequestValidationError) Reason

Reason function returns reason value.

type DeleteServiceUserResponse

type DeleteServiceUserResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteServiceUserResponse) Descriptor deprecated

func (*DeleteServiceUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteServiceUserResponse.ProtoReflect.Descriptor instead.

func (*DeleteServiceUserResponse) ProtoMessage

func (*DeleteServiceUserResponse) ProtoMessage()

func (*DeleteServiceUserResponse) ProtoReflect

func (*DeleteServiceUserResponse) Reset

func (x *DeleteServiceUserResponse) Reset()

func (*DeleteServiceUserResponse) String

func (x *DeleteServiceUserResponse) String() string

func (*DeleteServiceUserResponse) Validate

func (m *DeleteServiceUserResponse) Validate() error

Validate checks the field values on DeleteServiceUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteServiceUserResponse) ValidateAll

func (m *DeleteServiceUserResponse) ValidateAll() error

ValidateAll checks the field values on DeleteServiceUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteServiceUserResponseMultiError, or nil if none found.

type DeleteServiceUserResponseMultiError

type DeleteServiceUserResponseMultiError []error

DeleteServiceUserResponseMultiError is an error wrapping multiple validation errors returned by DeleteServiceUserResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteServiceUserResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteServiceUserResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteServiceUserResponseValidationError

type DeleteServiceUserResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteServiceUserResponseValidationError is the validation error returned by DeleteServiceUserResponse.Validate if the designated constraints aren't met.

func (DeleteServiceUserResponseValidationError) Cause

Cause function returns cause value.

func (DeleteServiceUserResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteServiceUserResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteServiceUserResponseValidationError) Field

Field function returns field value.

func (DeleteServiceUserResponseValidationError) Key

Key function returns key value.

func (DeleteServiceUserResponseValidationError) Reason

Reason function returns reason value.

type DeleteServiceUserTokenRequest added in v0.9.1

type DeleteServiceUserTokenRequest struct {
	Id      string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	TokenId string `protobuf:"bytes,2,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteServiceUserTokenRequest) Descriptor deprecated added in v0.9.1

func (*DeleteServiceUserTokenRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteServiceUserTokenRequest.ProtoReflect.Descriptor instead.

func (*DeleteServiceUserTokenRequest) GetId added in v0.9.1

func (*DeleteServiceUserTokenRequest) GetTokenId added in v0.9.1

func (x *DeleteServiceUserTokenRequest) GetTokenId() string

func (*DeleteServiceUserTokenRequest) ProtoMessage added in v0.9.1

func (*DeleteServiceUserTokenRequest) ProtoMessage()

func (*DeleteServiceUserTokenRequest) ProtoReflect added in v0.9.1

func (*DeleteServiceUserTokenRequest) Reset added in v0.9.1

func (x *DeleteServiceUserTokenRequest) Reset()

func (*DeleteServiceUserTokenRequest) String added in v0.9.1

func (*DeleteServiceUserTokenRequest) Validate added in v0.9.1

func (m *DeleteServiceUserTokenRequest) Validate() error

Validate checks the field values on DeleteServiceUserTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteServiceUserTokenRequest) ValidateAll added in v0.9.1

func (m *DeleteServiceUserTokenRequest) ValidateAll() error

ValidateAll checks the field values on DeleteServiceUserTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteServiceUserTokenRequestMultiError, or nil if none found.

type DeleteServiceUserTokenRequestMultiError added in v0.9.1

type DeleteServiceUserTokenRequestMultiError []error

DeleteServiceUserTokenRequestMultiError is an error wrapping multiple validation errors returned by DeleteServiceUserTokenRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteServiceUserTokenRequestMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (DeleteServiceUserTokenRequestMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type DeleteServiceUserTokenRequestValidationError added in v0.9.1

type DeleteServiceUserTokenRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteServiceUserTokenRequestValidationError is the validation error returned by DeleteServiceUserTokenRequest.Validate if the designated constraints aren't met.

func (DeleteServiceUserTokenRequestValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (DeleteServiceUserTokenRequestValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (DeleteServiceUserTokenRequestValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (DeleteServiceUserTokenRequestValidationError) Field added in v0.9.1

Field function returns field value.

func (DeleteServiceUserTokenRequestValidationError) Key added in v0.9.1

Key function returns key value.

func (DeleteServiceUserTokenRequestValidationError) Reason added in v0.9.1

Reason function returns reason value.

type DeleteServiceUserTokenResponse added in v0.9.1

type DeleteServiceUserTokenResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteServiceUserTokenResponse) Descriptor deprecated added in v0.9.1

func (*DeleteServiceUserTokenResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteServiceUserTokenResponse.ProtoReflect.Descriptor instead.

func (*DeleteServiceUserTokenResponse) ProtoMessage added in v0.9.1

func (*DeleteServiceUserTokenResponse) ProtoMessage()

func (*DeleteServiceUserTokenResponse) ProtoReflect added in v0.9.1

func (*DeleteServiceUserTokenResponse) Reset added in v0.9.1

func (x *DeleteServiceUserTokenResponse) Reset()

func (*DeleteServiceUserTokenResponse) String added in v0.9.1

func (*DeleteServiceUserTokenResponse) Validate added in v0.9.1

func (m *DeleteServiceUserTokenResponse) Validate() error

Validate checks the field values on DeleteServiceUserTokenResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteServiceUserTokenResponse) ValidateAll added in v0.9.1

func (m *DeleteServiceUserTokenResponse) ValidateAll() error

ValidateAll checks the field values on DeleteServiceUserTokenResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteServiceUserTokenResponseMultiError, or nil if none found.

type DeleteServiceUserTokenResponseMultiError added in v0.9.1

type DeleteServiceUserTokenResponseMultiError []error

DeleteServiceUserTokenResponseMultiError is an error wrapping multiple validation errors returned by DeleteServiceUserTokenResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteServiceUserTokenResponseMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (DeleteServiceUserTokenResponseMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type DeleteServiceUserTokenResponseValidationError added in v0.9.1

type DeleteServiceUserTokenResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteServiceUserTokenResponseValidationError is the validation error returned by DeleteServiceUserTokenResponse.Validate if the designated constraints aren't met.

func (DeleteServiceUserTokenResponseValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (DeleteServiceUserTokenResponseValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (DeleteServiceUserTokenResponseValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (DeleteServiceUserTokenResponseValidationError) Field added in v0.9.1

Field function returns field value.

func (DeleteServiceUserTokenResponseValidationError) Key added in v0.9.1

Key function returns key value.

func (DeleteServiceUserTokenResponseValidationError) Reason added in v0.9.1

Reason function returns reason value.

type DeleteUserRequest

type DeleteUserRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteUserRequest) Descriptor deprecated

func (*DeleteUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use DeleteUserRequest.ProtoReflect.Descriptor instead.

func (*DeleteUserRequest) GetId

func (x *DeleteUserRequest) GetId() string

func (*DeleteUserRequest) ProtoMessage

func (*DeleteUserRequest) ProtoMessage()

func (*DeleteUserRequest) ProtoReflect

func (x *DeleteUserRequest) ProtoReflect() protoreflect.Message

func (*DeleteUserRequest) Reset

func (x *DeleteUserRequest) Reset()

func (*DeleteUserRequest) String

func (x *DeleteUserRequest) String() string

func (*DeleteUserRequest) Validate

func (m *DeleteUserRequest) Validate() error

Validate checks the field values on DeleteUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteUserRequest) ValidateAll

func (m *DeleteUserRequest) ValidateAll() error

ValidateAll checks the field values on DeleteUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteUserRequestMultiError, or nil if none found.

type DeleteUserRequestMultiError

type DeleteUserRequestMultiError []error

DeleteUserRequestMultiError is an error wrapping multiple validation errors returned by DeleteUserRequest.ValidateAll() if the designated constraints aren't met.

func (DeleteUserRequestMultiError) AllErrors

func (m DeleteUserRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteUserRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteUserRequestValidationError

type DeleteUserRequestValidationError struct {
	// contains filtered or unexported fields
}

DeleteUserRequestValidationError is the validation error returned by DeleteUserRequest.Validate if the designated constraints aren't met.

func (DeleteUserRequestValidationError) Cause

Cause function returns cause value.

func (DeleteUserRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteUserRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteUserRequestValidationError) Field

Field function returns field value.

func (DeleteUserRequestValidationError) Key

Key function returns key value.

func (DeleteUserRequestValidationError) Reason

Reason function returns reason value.

type DeleteUserResponse

type DeleteUserResponse struct {
	// contains filtered or unexported fields
}

func (*DeleteUserResponse) Descriptor deprecated

func (*DeleteUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use DeleteUserResponse.ProtoReflect.Descriptor instead.

func (*DeleteUserResponse) ProtoMessage

func (*DeleteUserResponse) ProtoMessage()

func (*DeleteUserResponse) ProtoReflect

func (x *DeleteUserResponse) ProtoReflect() protoreflect.Message

func (*DeleteUserResponse) Reset

func (x *DeleteUserResponse) Reset()

func (*DeleteUserResponse) String

func (x *DeleteUserResponse) String() string

func (*DeleteUserResponse) Validate

func (m *DeleteUserResponse) Validate() error

Validate checks the field values on DeleteUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DeleteUserResponse) ValidateAll

func (m *DeleteUserResponse) ValidateAll() error

ValidateAll checks the field values on DeleteUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeleteUserResponseMultiError, or nil if none found.

type DeleteUserResponseMultiError

type DeleteUserResponseMultiError []error

DeleteUserResponseMultiError is an error wrapping multiple validation errors returned by DeleteUserResponse.ValidateAll() if the designated constraints aren't met.

func (DeleteUserResponseMultiError) AllErrors

func (m DeleteUserResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteUserResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DeleteUserResponseValidationError

type DeleteUserResponseValidationError struct {
	// contains filtered or unexported fields
}

DeleteUserResponseValidationError is the validation error returned by DeleteUserResponse.Validate if the designated constraints aren't met.

func (DeleteUserResponseValidationError) Cause

Cause function returns cause value.

func (DeleteUserResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteUserResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteUserResponseValidationError) Field

Field function returns field value.

func (DeleteUserResponseValidationError) Key

Key function returns key value.

func (DeleteUserResponseValidationError) Reason

Reason function returns reason value.

type DescribePreferencesRequest added in v0.7.3

type DescribePreferencesRequest struct {
	// contains filtered or unexported fields
}

func (*DescribePreferencesRequest) Descriptor deprecated added in v0.7.3

func (*DescribePreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use DescribePreferencesRequest.ProtoReflect.Descriptor instead.

func (*DescribePreferencesRequest) ProtoMessage added in v0.7.3

func (*DescribePreferencesRequest) ProtoMessage()

func (*DescribePreferencesRequest) ProtoReflect added in v0.7.3

func (*DescribePreferencesRequest) Reset added in v0.7.3

func (x *DescribePreferencesRequest) Reset()

func (*DescribePreferencesRequest) String added in v0.7.3

func (x *DescribePreferencesRequest) String() string

func (*DescribePreferencesRequest) Validate added in v0.7.3

func (m *DescribePreferencesRequest) Validate() error

Validate checks the field values on DescribePreferencesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DescribePreferencesRequest) ValidateAll added in v0.7.3

func (m *DescribePreferencesRequest) ValidateAll() error

ValidateAll checks the field values on DescribePreferencesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribePreferencesRequestMultiError, or nil if none found.

type DescribePreferencesRequestMultiError added in v0.7.3

type DescribePreferencesRequestMultiError []error

DescribePreferencesRequestMultiError is an error wrapping multiple validation errors returned by DescribePreferencesRequest.ValidateAll() if the designated constraints aren't met.

func (DescribePreferencesRequestMultiError) AllErrors added in v0.7.3

AllErrors returns a list of validation violation errors.

func (DescribePreferencesRequestMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type DescribePreferencesRequestValidationError added in v0.7.3

type DescribePreferencesRequestValidationError struct {
	// contains filtered or unexported fields
}

DescribePreferencesRequestValidationError is the validation error returned by DescribePreferencesRequest.Validate if the designated constraints aren't met.

func (DescribePreferencesRequestValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (DescribePreferencesRequestValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (DescribePreferencesRequestValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (DescribePreferencesRequestValidationError) Field added in v0.7.3

Field function returns field value.

func (DescribePreferencesRequestValidationError) Key added in v0.7.3

Key function returns key value.

func (DescribePreferencesRequestValidationError) Reason added in v0.7.3

Reason function returns reason value.

type DescribePreferencesResponse added in v0.7.3

type DescribePreferencesResponse struct {
	Traits []*PreferenceTrait `protobuf:"bytes,1,rep,name=traits,proto3" json:"traits,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribePreferencesResponse) Descriptor deprecated added in v0.7.3

func (*DescribePreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use DescribePreferencesResponse.ProtoReflect.Descriptor instead.

func (*DescribePreferencesResponse) GetTraits added in v0.7.3

func (x *DescribePreferencesResponse) GetTraits() []*PreferenceTrait

func (*DescribePreferencesResponse) ProtoMessage added in v0.7.3

func (*DescribePreferencesResponse) ProtoMessage()

func (*DescribePreferencesResponse) ProtoReflect added in v0.7.3

func (*DescribePreferencesResponse) Reset added in v0.7.3

func (x *DescribePreferencesResponse) Reset()

func (*DescribePreferencesResponse) String added in v0.7.3

func (x *DescribePreferencesResponse) String() string

func (*DescribePreferencesResponse) Validate added in v0.7.3

func (m *DescribePreferencesResponse) Validate() error

Validate checks the field values on DescribePreferencesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DescribePreferencesResponse) ValidateAll added in v0.7.3

func (m *DescribePreferencesResponse) ValidateAll() error

ValidateAll checks the field values on DescribePreferencesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DescribePreferencesResponseMultiError, or nil if none found.

type DescribePreferencesResponseMultiError added in v0.7.3

type DescribePreferencesResponseMultiError []error

DescribePreferencesResponseMultiError is an error wrapping multiple validation errors returned by DescribePreferencesResponse.ValidateAll() if the designated constraints aren't met.

func (DescribePreferencesResponseMultiError) AllErrors added in v0.7.3

AllErrors returns a list of validation violation errors.

func (DescribePreferencesResponseMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type DescribePreferencesResponseValidationError added in v0.7.3

type DescribePreferencesResponseValidationError struct {
	// contains filtered or unexported fields
}

DescribePreferencesResponseValidationError is the validation error returned by DescribePreferencesResponse.Validate if the designated constraints aren't met.

func (DescribePreferencesResponseValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (DescribePreferencesResponseValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (DescribePreferencesResponseValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (DescribePreferencesResponseValidationError) Field added in v0.7.3

Field function returns field value.

func (DescribePreferencesResponseValidationError) Key added in v0.7.3

Key function returns key value.

func (DescribePreferencesResponseValidationError) Reason added in v0.7.3

Reason function returns reason value.

type DisableGroupRequest

type DisableGroupRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DisableGroupRequest) Descriptor deprecated

func (*DisableGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use DisableGroupRequest.ProtoReflect.Descriptor instead.

func (*DisableGroupRequest) GetId

func (x *DisableGroupRequest) GetId() string

func (*DisableGroupRequest) GetOrgId

func (x *DisableGroupRequest) GetOrgId() string

func (*DisableGroupRequest) ProtoMessage

func (*DisableGroupRequest) ProtoMessage()

func (*DisableGroupRequest) ProtoReflect

func (x *DisableGroupRequest) ProtoReflect() protoreflect.Message

func (*DisableGroupRequest) Reset

func (x *DisableGroupRequest) Reset()

func (*DisableGroupRequest) String

func (x *DisableGroupRequest) String() string

func (*DisableGroupRequest) Validate

func (m *DisableGroupRequest) Validate() error

Validate checks the field values on DisableGroupRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DisableGroupRequest) ValidateAll

func (m *DisableGroupRequest) ValidateAll() error

ValidateAll checks the field values on DisableGroupRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DisableGroupRequestMultiError, or nil if none found.

type DisableGroupRequestMultiError

type DisableGroupRequestMultiError []error

DisableGroupRequestMultiError is an error wrapping multiple validation errors returned by DisableGroupRequest.ValidateAll() if the designated constraints aren't met.

func (DisableGroupRequestMultiError) AllErrors

func (m DisableGroupRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DisableGroupRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DisableGroupRequestValidationError

type DisableGroupRequestValidationError struct {
	// contains filtered or unexported fields
}

DisableGroupRequestValidationError is the validation error returned by DisableGroupRequest.Validate if the designated constraints aren't met.

func (DisableGroupRequestValidationError) Cause

Cause function returns cause value.

func (DisableGroupRequestValidationError) Error

Error satisfies the builtin error interface

func (DisableGroupRequestValidationError) ErrorName

ErrorName returns error name.

func (DisableGroupRequestValidationError) Field

Field function returns field value.

func (DisableGroupRequestValidationError) Key

Key function returns key value.

func (DisableGroupRequestValidationError) Reason

Reason function returns reason value.

type DisableGroupResponse

type DisableGroupResponse struct {
	// contains filtered or unexported fields
}

func (*DisableGroupResponse) Descriptor deprecated

func (*DisableGroupResponse) Descriptor() ([]byte, []int)

Deprecated: Use DisableGroupResponse.ProtoReflect.Descriptor instead.

func (*DisableGroupResponse) ProtoMessage

func (*DisableGroupResponse) ProtoMessage()

func (*DisableGroupResponse) ProtoReflect

func (x *DisableGroupResponse) ProtoReflect() protoreflect.Message

func (*DisableGroupResponse) Reset

func (x *DisableGroupResponse) Reset()

func (*DisableGroupResponse) String

func (x *DisableGroupResponse) String() string

func (*DisableGroupResponse) Validate

func (m *DisableGroupResponse) Validate() error

Validate checks the field values on DisableGroupResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DisableGroupResponse) ValidateAll

func (m *DisableGroupResponse) ValidateAll() error

ValidateAll checks the field values on DisableGroupResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DisableGroupResponseMultiError, or nil if none found.

type DisableGroupResponseMultiError

type DisableGroupResponseMultiError []error

DisableGroupResponseMultiError is an error wrapping multiple validation errors returned by DisableGroupResponse.ValidateAll() if the designated constraints aren't met.

func (DisableGroupResponseMultiError) AllErrors

func (m DisableGroupResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DisableGroupResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DisableGroupResponseValidationError

type DisableGroupResponseValidationError struct {
	// contains filtered or unexported fields
}

DisableGroupResponseValidationError is the validation error returned by DisableGroupResponse.Validate if the designated constraints aren't met.

func (DisableGroupResponseValidationError) Cause

Cause function returns cause value.

func (DisableGroupResponseValidationError) Error

Error satisfies the builtin error interface

func (DisableGroupResponseValidationError) ErrorName

ErrorName returns error name.

func (DisableGroupResponseValidationError) Field

Field function returns field value.

func (DisableGroupResponseValidationError) Key

Key function returns key value.

func (DisableGroupResponseValidationError) Reason

Reason function returns reason value.

type DisableOrganizationRequest

type DisableOrganizationRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DisableOrganizationRequest) Descriptor deprecated

func (*DisableOrganizationRequest) Descriptor() ([]byte, []int)

Deprecated: Use DisableOrganizationRequest.ProtoReflect.Descriptor instead.

func (*DisableOrganizationRequest) GetId

func (*DisableOrganizationRequest) ProtoMessage

func (*DisableOrganizationRequest) ProtoMessage()

func (*DisableOrganizationRequest) ProtoReflect

func (*DisableOrganizationRequest) Reset

func (x *DisableOrganizationRequest) Reset()

func (*DisableOrganizationRequest) String

func (x *DisableOrganizationRequest) String() string

func (*DisableOrganizationRequest) Validate

func (m *DisableOrganizationRequest) Validate() error

Validate checks the field values on DisableOrganizationRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DisableOrganizationRequest) ValidateAll

func (m *DisableOrganizationRequest) ValidateAll() error

ValidateAll checks the field values on DisableOrganizationRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DisableOrganizationRequestMultiError, or nil if none found.

type DisableOrganizationRequestMultiError

type DisableOrganizationRequestMultiError []error

DisableOrganizationRequestMultiError is an error wrapping multiple validation errors returned by DisableOrganizationRequest.ValidateAll() if the designated constraints aren't met.

func (DisableOrganizationRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DisableOrganizationRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DisableOrganizationRequestValidationError

type DisableOrganizationRequestValidationError struct {
	// contains filtered or unexported fields
}

DisableOrganizationRequestValidationError is the validation error returned by DisableOrganizationRequest.Validate if the designated constraints aren't met.

func (DisableOrganizationRequestValidationError) Cause

Cause function returns cause value.

func (DisableOrganizationRequestValidationError) Error

Error satisfies the builtin error interface

func (DisableOrganizationRequestValidationError) ErrorName

ErrorName returns error name.

func (DisableOrganizationRequestValidationError) Field

Field function returns field value.

func (DisableOrganizationRequestValidationError) Key

Key function returns key value.

func (DisableOrganizationRequestValidationError) Reason

Reason function returns reason value.

type DisableOrganizationResponse

type DisableOrganizationResponse struct {
	// contains filtered or unexported fields
}

func (*DisableOrganizationResponse) Descriptor deprecated

func (*DisableOrganizationResponse) Descriptor() ([]byte, []int)

Deprecated: Use DisableOrganizationResponse.ProtoReflect.Descriptor instead.

func (*DisableOrganizationResponse) ProtoMessage

func (*DisableOrganizationResponse) ProtoMessage()

func (*DisableOrganizationResponse) ProtoReflect

func (*DisableOrganizationResponse) Reset

func (x *DisableOrganizationResponse) Reset()

func (*DisableOrganizationResponse) String

func (x *DisableOrganizationResponse) String() string

func (*DisableOrganizationResponse) Validate

func (m *DisableOrganizationResponse) Validate() error

Validate checks the field values on DisableOrganizationResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DisableOrganizationResponse) ValidateAll

func (m *DisableOrganizationResponse) ValidateAll() error

ValidateAll checks the field values on DisableOrganizationResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DisableOrganizationResponseMultiError, or nil if none found.

type DisableOrganizationResponseMultiError

type DisableOrganizationResponseMultiError []error

DisableOrganizationResponseMultiError is an error wrapping multiple validation errors returned by DisableOrganizationResponse.ValidateAll() if the designated constraints aren't met.

func (DisableOrganizationResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DisableOrganizationResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DisableOrganizationResponseValidationError

type DisableOrganizationResponseValidationError struct {
	// contains filtered or unexported fields
}

DisableOrganizationResponseValidationError is the validation error returned by DisableOrganizationResponse.Validate if the designated constraints aren't met.

func (DisableOrganizationResponseValidationError) Cause

Cause function returns cause value.

func (DisableOrganizationResponseValidationError) Error

Error satisfies the builtin error interface

func (DisableOrganizationResponseValidationError) ErrorName

ErrorName returns error name.

func (DisableOrganizationResponseValidationError) Field

Field function returns field value.

func (DisableOrganizationResponseValidationError) Key

Key function returns key value.

func (DisableOrganizationResponseValidationError) Reason

Reason function returns reason value.

type DisableProjectRequest

type DisableProjectRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DisableProjectRequest) Descriptor deprecated

func (*DisableProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use DisableProjectRequest.ProtoReflect.Descriptor instead.

func (*DisableProjectRequest) GetId

func (x *DisableProjectRequest) GetId() string

func (*DisableProjectRequest) ProtoMessage

func (*DisableProjectRequest) ProtoMessage()

func (*DisableProjectRequest) ProtoReflect

func (x *DisableProjectRequest) ProtoReflect() protoreflect.Message

func (*DisableProjectRequest) Reset

func (x *DisableProjectRequest) Reset()

func (*DisableProjectRequest) String

func (x *DisableProjectRequest) String() string

func (*DisableProjectRequest) Validate

func (m *DisableProjectRequest) Validate() error

Validate checks the field values on DisableProjectRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DisableProjectRequest) ValidateAll

func (m *DisableProjectRequest) ValidateAll() error

ValidateAll checks the field values on DisableProjectRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DisableProjectRequestMultiError, or nil if none found.

type DisableProjectRequestMultiError

type DisableProjectRequestMultiError []error

DisableProjectRequestMultiError is an error wrapping multiple validation errors returned by DisableProjectRequest.ValidateAll() if the designated constraints aren't met.

func (DisableProjectRequestMultiError) AllErrors

func (m DisableProjectRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DisableProjectRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DisableProjectRequestValidationError

type DisableProjectRequestValidationError struct {
	// contains filtered or unexported fields
}

DisableProjectRequestValidationError is the validation error returned by DisableProjectRequest.Validate if the designated constraints aren't met.

func (DisableProjectRequestValidationError) Cause

Cause function returns cause value.

func (DisableProjectRequestValidationError) Error

Error satisfies the builtin error interface

func (DisableProjectRequestValidationError) ErrorName

ErrorName returns error name.

func (DisableProjectRequestValidationError) Field

Field function returns field value.

func (DisableProjectRequestValidationError) Key

Key function returns key value.

func (DisableProjectRequestValidationError) Reason

Reason function returns reason value.

type DisableProjectResponse

type DisableProjectResponse struct {
	// contains filtered or unexported fields
}

func (*DisableProjectResponse) Descriptor deprecated

func (*DisableProjectResponse) Descriptor() ([]byte, []int)

Deprecated: Use DisableProjectResponse.ProtoReflect.Descriptor instead.

func (*DisableProjectResponse) ProtoMessage

func (*DisableProjectResponse) ProtoMessage()

func (*DisableProjectResponse) ProtoReflect

func (x *DisableProjectResponse) ProtoReflect() protoreflect.Message

func (*DisableProjectResponse) Reset

func (x *DisableProjectResponse) Reset()

func (*DisableProjectResponse) String

func (x *DisableProjectResponse) String() string

func (*DisableProjectResponse) Validate

func (m *DisableProjectResponse) Validate() error

Validate checks the field values on DisableProjectResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DisableProjectResponse) ValidateAll

func (m *DisableProjectResponse) ValidateAll() error

ValidateAll checks the field values on DisableProjectResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DisableProjectResponseMultiError, or nil if none found.

type DisableProjectResponseMultiError

type DisableProjectResponseMultiError []error

DisableProjectResponseMultiError is an error wrapping multiple validation errors returned by DisableProjectResponse.ValidateAll() if the designated constraints aren't met.

func (DisableProjectResponseMultiError) AllErrors

func (m DisableProjectResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DisableProjectResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DisableProjectResponseValidationError

type DisableProjectResponseValidationError struct {
	// contains filtered or unexported fields
}

DisableProjectResponseValidationError is the validation error returned by DisableProjectResponse.Validate if the designated constraints aren't met.

func (DisableProjectResponseValidationError) Cause

Cause function returns cause value.

func (DisableProjectResponseValidationError) Error

Error satisfies the builtin error interface

func (DisableProjectResponseValidationError) ErrorName

ErrorName returns error name.

func (DisableProjectResponseValidationError) Field

Field function returns field value.

func (DisableProjectResponseValidationError) Key

Key function returns key value.

func (DisableProjectResponseValidationError) Reason

Reason function returns reason value.

type DisableUserRequest

type DisableUserRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*DisableUserRequest) Descriptor deprecated

func (*DisableUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use DisableUserRequest.ProtoReflect.Descriptor instead.

func (*DisableUserRequest) GetId

func (x *DisableUserRequest) GetId() string

func (*DisableUserRequest) ProtoMessage

func (*DisableUserRequest) ProtoMessage()

func (*DisableUserRequest) ProtoReflect

func (x *DisableUserRequest) ProtoReflect() protoreflect.Message

func (*DisableUserRequest) Reset

func (x *DisableUserRequest) Reset()

func (*DisableUserRequest) String

func (x *DisableUserRequest) String() string

func (*DisableUserRequest) Validate

func (m *DisableUserRequest) Validate() error

Validate checks the field values on DisableUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DisableUserRequest) ValidateAll

func (m *DisableUserRequest) ValidateAll() error

ValidateAll checks the field values on DisableUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DisableUserRequestMultiError, or nil if none found.

type DisableUserRequestMultiError

type DisableUserRequestMultiError []error

DisableUserRequestMultiError is an error wrapping multiple validation errors returned by DisableUserRequest.ValidateAll() if the designated constraints aren't met.

func (DisableUserRequestMultiError) AllErrors

func (m DisableUserRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DisableUserRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DisableUserRequestValidationError

type DisableUserRequestValidationError struct {
	// contains filtered or unexported fields
}

DisableUserRequestValidationError is the validation error returned by DisableUserRequest.Validate if the designated constraints aren't met.

func (DisableUserRequestValidationError) Cause

Cause function returns cause value.

func (DisableUserRequestValidationError) Error

Error satisfies the builtin error interface

func (DisableUserRequestValidationError) ErrorName

ErrorName returns error name.

func (DisableUserRequestValidationError) Field

Field function returns field value.

func (DisableUserRequestValidationError) Key

Key function returns key value.

func (DisableUserRequestValidationError) Reason

Reason function returns reason value.

type DisableUserResponse

type DisableUserResponse struct {
	// contains filtered or unexported fields
}

func (*DisableUserResponse) Descriptor deprecated

func (*DisableUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use DisableUserResponse.ProtoReflect.Descriptor instead.

func (*DisableUserResponse) ProtoMessage

func (*DisableUserResponse) ProtoMessage()

func (*DisableUserResponse) ProtoReflect

func (x *DisableUserResponse) ProtoReflect() protoreflect.Message

func (*DisableUserResponse) Reset

func (x *DisableUserResponse) Reset()

func (*DisableUserResponse) String

func (x *DisableUserResponse) String() string

func (*DisableUserResponse) Validate

func (m *DisableUserResponse) Validate() error

Validate checks the field values on DisableUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*DisableUserResponse) ValidateAll

func (m *DisableUserResponse) ValidateAll() error

ValidateAll checks the field values on DisableUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DisableUserResponseMultiError, or nil if none found.

type DisableUserResponseMultiError

type DisableUserResponseMultiError []error

DisableUserResponseMultiError is an error wrapping multiple validation errors returned by DisableUserResponse.ValidateAll() if the designated constraints aren't met.

func (DisableUserResponseMultiError) AllErrors

func (m DisableUserResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DisableUserResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type DisableUserResponseValidationError

type DisableUserResponseValidationError struct {
	// contains filtered or unexported fields
}

DisableUserResponseValidationError is the validation error returned by DisableUserResponse.Validate if the designated constraints aren't met.

func (DisableUserResponseValidationError) Cause

Cause function returns cause value.

func (DisableUserResponseValidationError) Error

Error satisfies the builtin error interface

func (DisableUserResponseValidationError) ErrorName

ErrorName returns error name.

func (DisableUserResponseValidationError) Field

Field function returns field value.

func (DisableUserResponseValidationError) Key

Key function returns key value.

func (DisableUserResponseValidationError) Reason

Reason function returns reason value.

type Domain added in v0.7.2

type Domain struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name      string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	OrgId     string                 `protobuf:"bytes,3,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Token     string                 `protobuf:"bytes,4,opt,name=token,proto3" json:"token,omitempty"`
	State     string                 `protobuf:"bytes,5,opt,name=state,proto3" json:"state,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Domain) Descriptor deprecated added in v0.7.2

func (*Domain) Descriptor() ([]byte, []int)

Deprecated: Use Domain.ProtoReflect.Descriptor instead.

func (*Domain) GetCreatedAt added in v0.7.2

func (x *Domain) GetCreatedAt() *timestamppb.Timestamp

func (*Domain) GetId added in v0.7.2

func (x *Domain) GetId() string

func (*Domain) GetName added in v0.7.2

func (x *Domain) GetName() string

func (*Domain) GetOrgId added in v0.7.2

func (x *Domain) GetOrgId() string

func (*Domain) GetState added in v0.7.2

func (x *Domain) GetState() string

func (*Domain) GetToken added in v0.7.2

func (x *Domain) GetToken() string

func (*Domain) GetUpdatedAt added in v0.7.2

func (x *Domain) GetUpdatedAt() *timestamppb.Timestamp

func (*Domain) ProtoMessage added in v0.7.2

func (*Domain) ProtoMessage()

func (*Domain) ProtoReflect added in v0.7.2

func (x *Domain) ProtoReflect() protoreflect.Message

func (*Domain) Reset added in v0.7.2

func (x *Domain) Reset()

func (*Domain) String added in v0.7.2

func (x *Domain) String() string

func (*Domain) Validate added in v0.7.2

func (m *Domain) Validate() error

Validate checks the field values on Domain with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Domain) ValidateAll added in v0.7.2

func (m *Domain) ValidateAll() error

ValidateAll checks the field values on Domain with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DomainMultiError, or nil if none found.

type DomainMultiError added in v0.7.2

type DomainMultiError []error

DomainMultiError is an error wrapping multiple validation errors returned by Domain.ValidateAll() if the designated constraints aren't met.

func (DomainMultiError) AllErrors added in v0.7.2

func (m DomainMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DomainMultiError) Error added in v0.7.2

func (m DomainMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type DomainValidationError added in v0.7.2

type DomainValidationError struct {
	// contains filtered or unexported fields
}

DomainValidationError is the validation error returned by Domain.Validate if the designated constraints aren't met.

func (DomainValidationError) Cause added in v0.7.2

func (e DomainValidationError) Cause() error

Cause function returns cause value.

func (DomainValidationError) Error added in v0.7.2

func (e DomainValidationError) Error() string

Error satisfies the builtin error interface

func (DomainValidationError) ErrorName added in v0.7.2

func (e DomainValidationError) ErrorName() string

ErrorName returns error name.

func (DomainValidationError) Field added in v0.7.2

func (e DomainValidationError) Field() string

Field function returns field value.

func (DomainValidationError) Key added in v0.7.2

func (e DomainValidationError) Key() bool

Key function returns key value.

func (DomainValidationError) Reason added in v0.7.2

func (e DomainValidationError) Reason() string

Reason function returns reason value.

type EnableGroupRequest

type EnableGroupRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*EnableGroupRequest) Descriptor deprecated

func (*EnableGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use EnableGroupRequest.ProtoReflect.Descriptor instead.

func (*EnableGroupRequest) GetId

func (x *EnableGroupRequest) GetId() string

func (*EnableGroupRequest) GetOrgId

func (x *EnableGroupRequest) GetOrgId() string

func (*EnableGroupRequest) ProtoMessage

func (*EnableGroupRequest) ProtoMessage()

func (*EnableGroupRequest) ProtoReflect

func (x *EnableGroupRequest) ProtoReflect() protoreflect.Message

func (*EnableGroupRequest) Reset

func (x *EnableGroupRequest) Reset()

func (*EnableGroupRequest) String

func (x *EnableGroupRequest) String() string

func (*EnableGroupRequest) Validate

func (m *EnableGroupRequest) Validate() error

Validate checks the field values on EnableGroupRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EnableGroupRequest) ValidateAll

func (m *EnableGroupRequest) ValidateAll() error

ValidateAll checks the field values on EnableGroupRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EnableGroupRequestMultiError, or nil if none found.

type EnableGroupRequestMultiError

type EnableGroupRequestMultiError []error

EnableGroupRequestMultiError is an error wrapping multiple validation errors returned by EnableGroupRequest.ValidateAll() if the designated constraints aren't met.

func (EnableGroupRequestMultiError) AllErrors

func (m EnableGroupRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EnableGroupRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type EnableGroupRequestValidationError

type EnableGroupRequestValidationError struct {
	// contains filtered or unexported fields
}

EnableGroupRequestValidationError is the validation error returned by EnableGroupRequest.Validate if the designated constraints aren't met.

func (EnableGroupRequestValidationError) Cause

Cause function returns cause value.

func (EnableGroupRequestValidationError) Error

Error satisfies the builtin error interface

func (EnableGroupRequestValidationError) ErrorName

ErrorName returns error name.

func (EnableGroupRequestValidationError) Field

Field function returns field value.

func (EnableGroupRequestValidationError) Key

Key function returns key value.

func (EnableGroupRequestValidationError) Reason

Reason function returns reason value.

type EnableGroupResponse

type EnableGroupResponse struct {
	// contains filtered or unexported fields
}

func (*EnableGroupResponse) Descriptor deprecated

func (*EnableGroupResponse) Descriptor() ([]byte, []int)

Deprecated: Use EnableGroupResponse.ProtoReflect.Descriptor instead.

func (*EnableGroupResponse) ProtoMessage

func (*EnableGroupResponse) ProtoMessage()

func (*EnableGroupResponse) ProtoReflect

func (x *EnableGroupResponse) ProtoReflect() protoreflect.Message

func (*EnableGroupResponse) Reset

func (x *EnableGroupResponse) Reset()

func (*EnableGroupResponse) String

func (x *EnableGroupResponse) String() string

func (*EnableGroupResponse) Validate

func (m *EnableGroupResponse) Validate() error

Validate checks the field values on EnableGroupResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EnableGroupResponse) ValidateAll

func (m *EnableGroupResponse) ValidateAll() error

ValidateAll checks the field values on EnableGroupResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EnableGroupResponseMultiError, or nil if none found.

type EnableGroupResponseMultiError

type EnableGroupResponseMultiError []error

EnableGroupResponseMultiError is an error wrapping multiple validation errors returned by EnableGroupResponse.ValidateAll() if the designated constraints aren't met.

func (EnableGroupResponseMultiError) AllErrors

func (m EnableGroupResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EnableGroupResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type EnableGroupResponseValidationError

type EnableGroupResponseValidationError struct {
	// contains filtered or unexported fields
}

EnableGroupResponseValidationError is the validation error returned by EnableGroupResponse.Validate if the designated constraints aren't met.

func (EnableGroupResponseValidationError) Cause

Cause function returns cause value.

func (EnableGroupResponseValidationError) Error

Error satisfies the builtin error interface

func (EnableGroupResponseValidationError) ErrorName

ErrorName returns error name.

func (EnableGroupResponseValidationError) Field

Field function returns field value.

func (EnableGroupResponseValidationError) Key

Key function returns key value.

func (EnableGroupResponseValidationError) Reason

Reason function returns reason value.

type EnableOrganizationRequest

type EnableOrganizationRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*EnableOrganizationRequest) Descriptor deprecated

func (*EnableOrganizationRequest) Descriptor() ([]byte, []int)

Deprecated: Use EnableOrganizationRequest.ProtoReflect.Descriptor instead.

func (*EnableOrganizationRequest) GetId

func (x *EnableOrganizationRequest) GetId() string

func (*EnableOrganizationRequest) ProtoMessage

func (*EnableOrganizationRequest) ProtoMessage()

func (*EnableOrganizationRequest) ProtoReflect

func (*EnableOrganizationRequest) Reset

func (x *EnableOrganizationRequest) Reset()

func (*EnableOrganizationRequest) String

func (x *EnableOrganizationRequest) String() string

func (*EnableOrganizationRequest) Validate

func (m *EnableOrganizationRequest) Validate() error

Validate checks the field values on EnableOrganizationRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EnableOrganizationRequest) ValidateAll

func (m *EnableOrganizationRequest) ValidateAll() error

ValidateAll checks the field values on EnableOrganizationRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EnableOrganizationRequestMultiError, or nil if none found.

type EnableOrganizationRequestMultiError

type EnableOrganizationRequestMultiError []error

EnableOrganizationRequestMultiError is an error wrapping multiple validation errors returned by EnableOrganizationRequest.ValidateAll() if the designated constraints aren't met.

func (EnableOrganizationRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (EnableOrganizationRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type EnableOrganizationRequestValidationError

type EnableOrganizationRequestValidationError struct {
	// contains filtered or unexported fields
}

EnableOrganizationRequestValidationError is the validation error returned by EnableOrganizationRequest.Validate if the designated constraints aren't met.

func (EnableOrganizationRequestValidationError) Cause

Cause function returns cause value.

func (EnableOrganizationRequestValidationError) Error

Error satisfies the builtin error interface

func (EnableOrganizationRequestValidationError) ErrorName

ErrorName returns error name.

func (EnableOrganizationRequestValidationError) Field

Field function returns field value.

func (EnableOrganizationRequestValidationError) Key

Key function returns key value.

func (EnableOrganizationRequestValidationError) Reason

Reason function returns reason value.

type EnableOrganizationResponse

type EnableOrganizationResponse struct {
	// contains filtered or unexported fields
}

func (*EnableOrganizationResponse) Descriptor deprecated

func (*EnableOrganizationResponse) Descriptor() ([]byte, []int)

Deprecated: Use EnableOrganizationResponse.ProtoReflect.Descriptor instead.

func (*EnableOrganizationResponse) ProtoMessage

func (*EnableOrganizationResponse) ProtoMessage()

func (*EnableOrganizationResponse) ProtoReflect

func (*EnableOrganizationResponse) Reset

func (x *EnableOrganizationResponse) Reset()

func (*EnableOrganizationResponse) String

func (x *EnableOrganizationResponse) String() string

func (*EnableOrganizationResponse) Validate

func (m *EnableOrganizationResponse) Validate() error

Validate checks the field values on EnableOrganizationResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EnableOrganizationResponse) ValidateAll

func (m *EnableOrganizationResponse) ValidateAll() error

ValidateAll checks the field values on EnableOrganizationResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EnableOrganizationResponseMultiError, or nil if none found.

type EnableOrganizationResponseMultiError

type EnableOrganizationResponseMultiError []error

EnableOrganizationResponseMultiError is an error wrapping multiple validation errors returned by EnableOrganizationResponse.ValidateAll() if the designated constraints aren't met.

func (EnableOrganizationResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (EnableOrganizationResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type EnableOrganizationResponseValidationError

type EnableOrganizationResponseValidationError struct {
	// contains filtered or unexported fields
}

EnableOrganizationResponseValidationError is the validation error returned by EnableOrganizationResponse.Validate if the designated constraints aren't met.

func (EnableOrganizationResponseValidationError) Cause

Cause function returns cause value.

func (EnableOrganizationResponseValidationError) Error

Error satisfies the builtin error interface

func (EnableOrganizationResponseValidationError) ErrorName

ErrorName returns error name.

func (EnableOrganizationResponseValidationError) Field

Field function returns field value.

func (EnableOrganizationResponseValidationError) Key

Key function returns key value.

func (EnableOrganizationResponseValidationError) Reason

Reason function returns reason value.

type EnableProjectRequest

type EnableProjectRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*EnableProjectRequest) Descriptor deprecated

func (*EnableProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use EnableProjectRequest.ProtoReflect.Descriptor instead.

func (*EnableProjectRequest) GetId

func (x *EnableProjectRequest) GetId() string

func (*EnableProjectRequest) ProtoMessage

func (*EnableProjectRequest) ProtoMessage()

func (*EnableProjectRequest) ProtoReflect

func (x *EnableProjectRequest) ProtoReflect() protoreflect.Message

func (*EnableProjectRequest) Reset

func (x *EnableProjectRequest) Reset()

func (*EnableProjectRequest) String

func (x *EnableProjectRequest) String() string

func (*EnableProjectRequest) Validate

func (m *EnableProjectRequest) Validate() error

Validate checks the field values on EnableProjectRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EnableProjectRequest) ValidateAll

func (m *EnableProjectRequest) ValidateAll() error

ValidateAll checks the field values on EnableProjectRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EnableProjectRequestMultiError, or nil if none found.

type EnableProjectRequestMultiError

type EnableProjectRequestMultiError []error

EnableProjectRequestMultiError is an error wrapping multiple validation errors returned by EnableProjectRequest.ValidateAll() if the designated constraints aren't met.

func (EnableProjectRequestMultiError) AllErrors

func (m EnableProjectRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EnableProjectRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type EnableProjectRequestValidationError

type EnableProjectRequestValidationError struct {
	// contains filtered or unexported fields
}

EnableProjectRequestValidationError is the validation error returned by EnableProjectRequest.Validate if the designated constraints aren't met.

func (EnableProjectRequestValidationError) Cause

Cause function returns cause value.

func (EnableProjectRequestValidationError) Error

Error satisfies the builtin error interface

func (EnableProjectRequestValidationError) ErrorName

ErrorName returns error name.

func (EnableProjectRequestValidationError) Field

Field function returns field value.

func (EnableProjectRequestValidationError) Key

Key function returns key value.

func (EnableProjectRequestValidationError) Reason

Reason function returns reason value.

type EnableProjectResponse

type EnableProjectResponse struct {
	// contains filtered or unexported fields
}

func (*EnableProjectResponse) Descriptor deprecated

func (*EnableProjectResponse) Descriptor() ([]byte, []int)

Deprecated: Use EnableProjectResponse.ProtoReflect.Descriptor instead.

func (*EnableProjectResponse) ProtoMessage

func (*EnableProjectResponse) ProtoMessage()

func (*EnableProjectResponse) ProtoReflect

func (x *EnableProjectResponse) ProtoReflect() protoreflect.Message

func (*EnableProjectResponse) Reset

func (x *EnableProjectResponse) Reset()

func (*EnableProjectResponse) String

func (x *EnableProjectResponse) String() string

func (*EnableProjectResponse) Validate

func (m *EnableProjectResponse) Validate() error

Validate checks the field values on EnableProjectResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EnableProjectResponse) ValidateAll

func (m *EnableProjectResponse) ValidateAll() error

ValidateAll checks the field values on EnableProjectResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EnableProjectResponseMultiError, or nil if none found.

type EnableProjectResponseMultiError

type EnableProjectResponseMultiError []error

EnableProjectResponseMultiError is an error wrapping multiple validation errors returned by EnableProjectResponse.ValidateAll() if the designated constraints aren't met.

func (EnableProjectResponseMultiError) AllErrors

func (m EnableProjectResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EnableProjectResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type EnableProjectResponseValidationError

type EnableProjectResponseValidationError struct {
	// contains filtered or unexported fields
}

EnableProjectResponseValidationError is the validation error returned by EnableProjectResponse.Validate if the designated constraints aren't met.

func (EnableProjectResponseValidationError) Cause

Cause function returns cause value.

func (EnableProjectResponseValidationError) Error

Error satisfies the builtin error interface

func (EnableProjectResponseValidationError) ErrorName

ErrorName returns error name.

func (EnableProjectResponseValidationError) Field

Field function returns field value.

func (EnableProjectResponseValidationError) Key

Key function returns key value.

func (EnableProjectResponseValidationError) Reason

Reason function returns reason value.

type EnableUserRequest

type EnableUserRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*EnableUserRequest) Descriptor deprecated

func (*EnableUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use EnableUserRequest.ProtoReflect.Descriptor instead.

func (*EnableUserRequest) GetId

func (x *EnableUserRequest) GetId() string

func (*EnableUserRequest) ProtoMessage

func (*EnableUserRequest) ProtoMessage()

func (*EnableUserRequest) ProtoReflect

func (x *EnableUserRequest) ProtoReflect() protoreflect.Message

func (*EnableUserRequest) Reset

func (x *EnableUserRequest) Reset()

func (*EnableUserRequest) String

func (x *EnableUserRequest) String() string

func (*EnableUserRequest) Validate

func (m *EnableUserRequest) Validate() error

Validate checks the field values on EnableUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EnableUserRequest) ValidateAll

func (m *EnableUserRequest) ValidateAll() error

ValidateAll checks the field values on EnableUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EnableUserRequestMultiError, or nil if none found.

type EnableUserRequestMultiError

type EnableUserRequestMultiError []error

EnableUserRequestMultiError is an error wrapping multiple validation errors returned by EnableUserRequest.ValidateAll() if the designated constraints aren't met.

func (EnableUserRequestMultiError) AllErrors

func (m EnableUserRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EnableUserRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type EnableUserRequestValidationError

type EnableUserRequestValidationError struct {
	// contains filtered or unexported fields
}

EnableUserRequestValidationError is the validation error returned by EnableUserRequest.Validate if the designated constraints aren't met.

func (EnableUserRequestValidationError) Cause

Cause function returns cause value.

func (EnableUserRequestValidationError) Error

Error satisfies the builtin error interface

func (EnableUserRequestValidationError) ErrorName

ErrorName returns error name.

func (EnableUserRequestValidationError) Field

Field function returns field value.

func (EnableUserRequestValidationError) Key

Key function returns key value.

func (EnableUserRequestValidationError) Reason

Reason function returns reason value.

type EnableUserResponse

type EnableUserResponse struct {
	// contains filtered or unexported fields
}

func (*EnableUserResponse) Descriptor deprecated

func (*EnableUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use EnableUserResponse.ProtoReflect.Descriptor instead.

func (*EnableUserResponse) ProtoMessage

func (*EnableUserResponse) ProtoMessage()

func (*EnableUserResponse) ProtoReflect

func (x *EnableUserResponse) ProtoReflect() protoreflect.Message

func (*EnableUserResponse) Reset

func (x *EnableUserResponse) Reset()

func (*EnableUserResponse) String

func (x *EnableUserResponse) String() string

func (*EnableUserResponse) Validate

func (m *EnableUserResponse) Validate() error

Validate checks the field values on EnableUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*EnableUserResponse) ValidateAll

func (m *EnableUserResponse) ValidateAll() error

ValidateAll checks the field values on EnableUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in EnableUserResponseMultiError, or nil if none found.

type EnableUserResponseMultiError

type EnableUserResponseMultiError []error

EnableUserResponseMultiError is an error wrapping multiple validation errors returned by EnableUserResponse.ValidateAll() if the designated constraints aren't met.

func (EnableUserResponseMultiError) AllErrors

func (m EnableUserResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EnableUserResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type EnableUserResponseValidationError

type EnableUserResponseValidationError struct {
	// contains filtered or unexported fields
}

EnableUserResponseValidationError is the validation error returned by EnableUserResponse.Validate if the designated constraints aren't met.

func (EnableUserResponseValidationError) Cause

Cause function returns cause value.

func (EnableUserResponseValidationError) Error

Error satisfies the builtin error interface

func (EnableUserResponseValidationError) ErrorName

ErrorName returns error name.

func (EnableUserResponseValidationError) Field

Field function returns field value.

func (EnableUserResponseValidationError) Key

Key function returns key value.

func (EnableUserResponseValidationError) Reason

Reason function returns reason value.

type Feature added in v0.8.0

type Feature struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// machine friendly name
	Name       string   `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	ProductIds []string `protobuf:"bytes,3,rep,name=product_ids,json=productIds,proto3" json:"product_ids,omitempty"`
	// human friendly name
	Title     string                 `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	Metadata  *structpb.Struct       `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,21,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,22,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Feature) Descriptor deprecated added in v0.8.0

func (*Feature) Descriptor() ([]byte, []int)

Deprecated: Use Feature.ProtoReflect.Descriptor instead.

func (*Feature) GetCreatedAt added in v0.8.0

func (x *Feature) GetCreatedAt() *timestamppb.Timestamp

func (*Feature) GetId added in v0.8.0

func (x *Feature) GetId() string

func (*Feature) GetMetadata added in v0.8.0

func (x *Feature) GetMetadata() *structpb.Struct

func (*Feature) GetName added in v0.8.0

func (x *Feature) GetName() string

func (*Feature) GetProductIds added in v0.8.14

func (x *Feature) GetProductIds() []string

func (*Feature) GetTitle added in v0.8.0

func (x *Feature) GetTitle() string

func (*Feature) GetUpdatedAt added in v0.8.0

func (x *Feature) GetUpdatedAt() *timestamppb.Timestamp

func (*Feature) ProtoMessage added in v0.8.0

func (*Feature) ProtoMessage()

func (*Feature) ProtoReflect added in v0.8.0

func (x *Feature) ProtoReflect() protoreflect.Message

func (*Feature) Reset added in v0.8.0

func (x *Feature) Reset()

func (*Feature) String added in v0.8.0

func (x *Feature) String() string

func (*Feature) Validate added in v0.8.0

func (m *Feature) Validate() error

Validate checks the field values on Feature with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Feature) ValidateAll added in v0.8.0

func (m *Feature) ValidateAll() error

ValidateAll checks the field values on Feature with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FeatureMultiError, or nil if none found.

type FeatureMultiError added in v0.8.0

type FeatureMultiError []error

FeatureMultiError is an error wrapping multiple validation errors returned by Feature.ValidateAll() if the designated constraints aren't met.

func (FeatureMultiError) AllErrors added in v0.8.0

func (m FeatureMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FeatureMultiError) Error added in v0.8.0

func (m FeatureMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type FeatureRequestBody added in v0.8.0

type FeatureRequestBody struct {

	// machine friendly name
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// human friendly title
	Title      string           `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	ProductIds []string         `protobuf:"bytes,3,rep,name=product_ids,json=productIds,proto3" json:"product_ids,omitempty"`
	Metadata   *structpb.Struct `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*FeatureRequestBody) Descriptor deprecated added in v0.8.0

func (*FeatureRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use FeatureRequestBody.ProtoReflect.Descriptor instead.

func (*FeatureRequestBody) GetMetadata added in v0.8.0

func (x *FeatureRequestBody) GetMetadata() *structpb.Struct

func (*FeatureRequestBody) GetName added in v0.8.0

func (x *FeatureRequestBody) GetName() string

func (*FeatureRequestBody) GetProductIds added in v0.8.34

func (x *FeatureRequestBody) GetProductIds() []string

func (*FeatureRequestBody) GetTitle added in v0.8.0

func (x *FeatureRequestBody) GetTitle() string

func (*FeatureRequestBody) ProtoMessage added in v0.8.0

func (*FeatureRequestBody) ProtoMessage()

func (*FeatureRequestBody) ProtoReflect added in v0.8.0

func (x *FeatureRequestBody) ProtoReflect() protoreflect.Message

func (*FeatureRequestBody) Reset added in v0.8.0

func (x *FeatureRequestBody) Reset()

func (*FeatureRequestBody) String added in v0.8.0

func (x *FeatureRequestBody) String() string

func (*FeatureRequestBody) Validate added in v0.8.0

func (m *FeatureRequestBody) Validate() error

Validate checks the field values on FeatureRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*FeatureRequestBody) ValidateAll added in v0.8.0

func (m *FeatureRequestBody) ValidateAll() error

ValidateAll checks the field values on FeatureRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in FeatureRequestBodyMultiError, or nil if none found.

type FeatureRequestBodyMultiError added in v0.8.0

type FeatureRequestBodyMultiError []error

FeatureRequestBodyMultiError is an error wrapping multiple validation errors returned by FeatureRequestBody.ValidateAll() if the designated constraints aren't met.

func (FeatureRequestBodyMultiError) AllErrors added in v0.8.0

func (m FeatureRequestBodyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (FeatureRequestBodyMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type FeatureRequestBodyValidationError added in v0.8.0

type FeatureRequestBodyValidationError struct {
	// contains filtered or unexported fields
}

FeatureRequestBodyValidationError is the validation error returned by FeatureRequestBody.Validate if the designated constraints aren't met.

func (FeatureRequestBodyValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (FeatureRequestBodyValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (FeatureRequestBodyValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (FeatureRequestBodyValidationError) Field added in v0.8.0

Field function returns field value.

func (FeatureRequestBodyValidationError) Key added in v0.8.0

Key function returns key value.

func (FeatureRequestBodyValidationError) Reason added in v0.8.0

Reason function returns reason value.

type FeatureValidationError added in v0.8.0

type FeatureValidationError struct {
	// contains filtered or unexported fields
}

FeatureValidationError is the validation error returned by Feature.Validate if the designated constraints aren't met.

func (FeatureValidationError) Cause added in v0.8.0

func (e FeatureValidationError) Cause() error

Cause function returns cause value.

func (FeatureValidationError) Error added in v0.8.0

func (e FeatureValidationError) Error() string

Error satisfies the builtin error interface

func (FeatureValidationError) ErrorName added in v0.8.0

func (e FeatureValidationError) ErrorName() string

ErrorName returns error name.

func (FeatureValidationError) Field added in v0.8.0

func (e FeatureValidationError) Field() string

Field function returns field value.

func (FeatureValidationError) Key added in v0.8.0

func (e FeatureValidationError) Key() bool

Key function returns key value.

func (FeatureValidationError) Reason added in v0.8.0

func (e FeatureValidationError) Reason() string

Reason function returns reason value.

type FrontierServiceClient

type FrontierServiceClient interface {
	// Users
	ListUsers(ctx context.Context, in *ListUsersRequest, opts ...grpc.CallOption) (*ListUsersResponse, error)
	CreateUser(ctx context.Context, in *CreateUserRequest, opts ...grpc.CallOption) (*CreateUserResponse, error)
	GetUser(ctx context.Context, in *GetUserRequest, opts ...grpc.CallOption) (*GetUserResponse, error)
	ListUserGroups(ctx context.Context, in *ListUserGroupsRequest, opts ...grpc.CallOption) (*ListUserGroupsResponse, error)
	ListCurrentUserGroups(ctx context.Context, in *ListCurrentUserGroupsRequest, opts ...grpc.CallOption) (*ListCurrentUserGroupsResponse, error)
	GetCurrentUser(ctx context.Context, in *GetCurrentUserRequest, opts ...grpc.CallOption) (*GetCurrentUserResponse, error)
	UpdateUser(ctx context.Context, in *UpdateUserRequest, opts ...grpc.CallOption) (*UpdateUserResponse, error)
	UpdateCurrentUser(ctx context.Context, in *UpdateCurrentUserRequest, opts ...grpc.CallOption) (*UpdateCurrentUserResponse, error)
	EnableUser(ctx context.Context, in *EnableUserRequest, opts ...grpc.CallOption) (*EnableUserResponse, error)
	DisableUser(ctx context.Context, in *DisableUserRequest, opts ...grpc.CallOption) (*DisableUserResponse, error)
	DeleteUser(ctx context.Context, in *DeleteUserRequest, opts ...grpc.CallOption) (*DeleteUserResponse, error)
	ListOrganizationsByUser(ctx context.Context, in *ListOrganizationsByUserRequest, opts ...grpc.CallOption) (*ListOrganizationsByUserResponse, error)
	ListOrganizationsByCurrentUser(ctx context.Context, in *ListOrganizationsByCurrentUserRequest, opts ...grpc.CallOption) (*ListOrganizationsByCurrentUserResponse, error)
	ListProjectsByUser(ctx context.Context, in *ListProjectsByUserRequest, opts ...grpc.CallOption) (*ListProjectsByUserResponse, error)
	ListProjectsByCurrentUser(ctx context.Context, in *ListProjectsByCurrentUserRequest, opts ...grpc.CallOption) (*ListProjectsByCurrentUserResponse, error)
	ListUserInvitations(ctx context.Context, in *ListUserInvitationsRequest, opts ...grpc.CallOption) (*ListUserInvitationsResponse, error)
	ListCurrentUserInvitations(ctx context.Context, in *ListCurrentUserInvitationsRequest, opts ...grpc.CallOption) (*ListCurrentUserInvitationsResponse, error)
	// ServieUser
	ListServiceUsers(ctx context.Context, in *ListServiceUsersRequest, opts ...grpc.CallOption) (*ListServiceUsersResponse, error)
	CreateServiceUser(ctx context.Context, in *CreateServiceUserRequest, opts ...grpc.CallOption) (*CreateServiceUserResponse, error)
	GetServiceUser(ctx context.Context, in *GetServiceUserRequest, opts ...grpc.CallOption) (*GetServiceUserResponse, error)
	DeleteServiceUser(ctx context.Context, in *DeleteServiceUserRequest, opts ...grpc.CallOption) (*DeleteServiceUserResponse, error)
	CreateServiceUserJWK(ctx context.Context, in *CreateServiceUserJWKRequest, opts ...grpc.CallOption) (*CreateServiceUserJWKResponse, error)
	ListServiceUserJWKs(ctx context.Context, in *ListServiceUserJWKsRequest, opts ...grpc.CallOption) (*ListServiceUserJWKsResponse, error)
	GetServiceUserJWK(ctx context.Context, in *GetServiceUserJWKRequest, opts ...grpc.CallOption) (*GetServiceUserJWKResponse, error)
	DeleteServiceUserJWK(ctx context.Context, in *DeleteServiceUserJWKRequest, opts ...grpc.CallOption) (*DeleteServiceUserJWKResponse, error)
	CreateServiceUserCredential(ctx context.Context, in *CreateServiceUserCredentialRequest, opts ...grpc.CallOption) (*CreateServiceUserCredentialResponse, error)
	ListServiceUserCredentials(ctx context.Context, in *ListServiceUserCredentialsRequest, opts ...grpc.CallOption) (*ListServiceUserCredentialsResponse, error)
	DeleteServiceUserCredential(ctx context.Context, in *DeleteServiceUserCredentialRequest, opts ...grpc.CallOption) (*DeleteServiceUserCredentialResponse, error)
	CreateServiceUserToken(ctx context.Context, in *CreateServiceUserTokenRequest, opts ...grpc.CallOption) (*CreateServiceUserTokenResponse, error)
	ListServiceUserTokens(ctx context.Context, in *ListServiceUserTokensRequest, opts ...grpc.CallOption) (*ListServiceUserTokensResponse, error)
	DeleteServiceUserToken(ctx context.Context, in *DeleteServiceUserTokenRequest, opts ...grpc.CallOption) (*DeleteServiceUserTokenResponse, error)
	// Group
	ListOrganizationGroups(ctx context.Context, in *ListOrganizationGroupsRequest, opts ...grpc.CallOption) (*ListOrganizationGroupsResponse, error)
	CreateGroup(ctx context.Context, in *CreateGroupRequest, opts ...grpc.CallOption) (*CreateGroupResponse, error)
	GetGroup(ctx context.Context, in *GetGroupRequest, opts ...grpc.CallOption) (*GetGroupResponse, error)
	UpdateGroup(ctx context.Context, in *UpdateGroupRequest, opts ...grpc.CallOption) (*UpdateGroupResponse, error)
	ListGroupUsers(ctx context.Context, in *ListGroupUsersRequest, opts ...grpc.CallOption) (*ListGroupUsersResponse, error)
	AddGroupUsers(ctx context.Context, in *AddGroupUsersRequest, opts ...grpc.CallOption) (*AddGroupUsersResponse, error)
	RemoveGroupUser(ctx context.Context, in *RemoveGroupUserRequest, opts ...grpc.CallOption) (*RemoveGroupUserResponse, error)
	EnableGroup(ctx context.Context, in *EnableGroupRequest, opts ...grpc.CallOption) (*EnableGroupResponse, error)
	DisableGroup(ctx context.Context, in *DisableGroupRequest, opts ...grpc.CallOption) (*DisableGroupResponse, error)
	DeleteGroup(ctx context.Context, in *DeleteGroupRequest, opts ...grpc.CallOption) (*DeleteGroupResponse, error)
	// Roles
	ListRoles(ctx context.Context, in *ListRolesRequest, opts ...grpc.CallOption) (*ListRolesResponse, error)
	ListOrganizationRoles(ctx context.Context, in *ListOrganizationRolesRequest, opts ...grpc.CallOption) (*ListOrganizationRolesResponse, error)
	CreateOrganizationRole(ctx context.Context, in *CreateOrganizationRoleRequest, opts ...grpc.CallOption) (*CreateOrganizationRoleResponse, error)
	GetOrganizationRole(ctx context.Context, in *GetOrganizationRoleRequest, opts ...grpc.CallOption) (*GetOrganizationRoleResponse, error)
	UpdateOrganizationRole(ctx context.Context, in *UpdateOrganizationRoleRequest, opts ...grpc.CallOption) (*UpdateOrganizationRoleResponse, error)
	DeleteOrganizationRole(ctx context.Context, in *DeleteOrganizationRoleRequest, opts ...grpc.CallOption) (*DeleteOrganizationRoleResponse, error)
	// Organizations
	ListOrganizations(ctx context.Context, in *ListOrganizationsRequest, opts ...grpc.CallOption) (*ListOrganizationsResponse, error)
	CreateOrganization(ctx context.Context, in *CreateOrganizationRequest, opts ...grpc.CallOption) (*CreateOrganizationResponse, error)
	GetOrganization(ctx context.Context, in *GetOrganizationRequest, opts ...grpc.CallOption) (*GetOrganizationResponse, error)
	UpdateOrganization(ctx context.Context, in *UpdateOrganizationRequest, opts ...grpc.CallOption) (*UpdateOrganizationResponse, error)
	ListOrganizationProjects(ctx context.Context, in *ListOrganizationProjectsRequest, opts ...grpc.CallOption) (*ListOrganizationProjectsResponse, error)
	ListOrganizationAdmins(ctx context.Context, in *ListOrganizationAdminsRequest, opts ...grpc.CallOption) (*ListOrganizationAdminsResponse, error)
	ListOrganizationUsers(ctx context.Context, in *ListOrganizationUsersRequest, opts ...grpc.CallOption) (*ListOrganizationUsersResponse, error)
	AddOrganizationUsers(ctx context.Context, in *AddOrganizationUsersRequest, opts ...grpc.CallOption) (*AddOrganizationUsersResponse, error)
	RemoveOrganizationUser(ctx context.Context, in *RemoveOrganizationUserRequest, opts ...grpc.CallOption) (*RemoveOrganizationUserResponse, error)
	ListOrganizationServiceUsers(ctx context.Context, in *ListOrganizationServiceUsersRequest, opts ...grpc.CallOption) (*ListOrganizationServiceUsersResponse, error)
	ListOrganizationInvitations(ctx context.Context, in *ListOrganizationInvitationsRequest, opts ...grpc.CallOption) (*ListOrganizationInvitationsResponse, error)
	CreateOrganizationInvitation(ctx context.Context, in *CreateOrganizationInvitationRequest, opts ...grpc.CallOption) (*CreateOrganizationInvitationResponse, error)
	GetOrganizationInvitation(ctx context.Context, in *GetOrganizationInvitationRequest, opts ...grpc.CallOption) (*GetOrganizationInvitationResponse, error)
	AcceptOrganizationInvitation(ctx context.Context, in *AcceptOrganizationInvitationRequest, opts ...grpc.CallOption) (*AcceptOrganizationInvitationResponse, error)
	DeleteOrganizationInvitation(ctx context.Context, in *DeleteOrganizationInvitationRequest, opts ...grpc.CallOption) (*DeleteOrganizationInvitationResponse, error)
	ListOrganizationDomains(ctx context.Context, in *ListOrganizationDomainsRequest, opts ...grpc.CallOption) (*ListOrganizationDomainsResponse, error)
	CreateOrganizationDomain(ctx context.Context, in *CreateOrganizationDomainRequest, opts ...grpc.CallOption) (*CreateOrganizationDomainResponse, error)
	DeleteOrganizationDomain(ctx context.Context, in *DeleteOrganizationDomainRequest, opts ...grpc.CallOption) (*DeleteOrganizationDomainResponse, error)
	GetOrganizationDomain(ctx context.Context, in *GetOrganizationDomainRequest, opts ...grpc.CallOption) (*GetOrganizationDomainResponse, error)
	VerifyOrganizationDomain(ctx context.Context, in *VerifyOrganizationDomainRequest, opts ...grpc.CallOption) (*VerifyOrganizationDomainResponse, error)
	JoinOrganization(ctx context.Context, in *JoinOrganizationRequest, opts ...grpc.CallOption) (*JoinOrganizationResponse, error)
	EnableOrganization(ctx context.Context, in *EnableOrganizationRequest, opts ...grpc.CallOption) (*EnableOrganizationResponse, error)
	DisableOrganization(ctx context.Context, in *DisableOrganizationRequest, opts ...grpc.CallOption) (*DisableOrganizationResponse, error)
	DeleteOrganization(ctx context.Context, in *DeleteOrganizationRequest, opts ...grpc.CallOption) (*DeleteOrganizationResponse, error)
	// Projects
	CreateProject(ctx context.Context, in *CreateProjectRequest, opts ...grpc.CallOption) (*CreateProjectResponse, error)
	GetProject(ctx context.Context, in *GetProjectRequest, opts ...grpc.CallOption) (*GetProjectResponse, error)
	UpdateProject(ctx context.Context, in *UpdateProjectRequest, opts ...grpc.CallOption) (*UpdateProjectResponse, error)
	ListProjectAdmins(ctx context.Context, in *ListProjectAdminsRequest, opts ...grpc.CallOption) (*ListProjectAdminsResponse, error)
	ListProjectUsers(ctx context.Context, in *ListProjectUsersRequest, opts ...grpc.CallOption) (*ListProjectUsersResponse, error)
	ListProjectServiceUsers(ctx context.Context, in *ListProjectServiceUsersRequest, opts ...grpc.CallOption) (*ListProjectServiceUsersResponse, error)
	ListProjectGroups(ctx context.Context, in *ListProjectGroupsRequest, opts ...grpc.CallOption) (*ListProjectGroupsResponse, error)
	EnableProject(ctx context.Context, in *EnableProjectRequest, opts ...grpc.CallOption) (*EnableProjectResponse, error)
	DisableProject(ctx context.Context, in *DisableProjectRequest, opts ...grpc.CallOption) (*DisableProjectResponse, error)
	DeleteProject(ctx context.Context, in *DeleteProjectRequest, opts ...grpc.CallOption) (*DeleteProjectResponse, error)
	// Policies
	CreatePolicy(ctx context.Context, in *CreatePolicyRequest, opts ...grpc.CallOption) (*CreatePolicyResponse, error)
	GetPolicy(ctx context.Context, in *GetPolicyRequest, opts ...grpc.CallOption) (*GetPolicyResponse, error)
	ListPolicies(ctx context.Context, in *ListPoliciesRequest, opts ...grpc.CallOption) (*ListPoliciesResponse, error)
	UpdatePolicy(ctx context.Context, in *UpdatePolicyRequest, opts ...grpc.CallOption) (*UpdatePolicyResponse, error)
	DeletePolicy(ctx context.Context, in *DeletePolicyRequest, opts ...grpc.CallOption) (*DeletePolicyResponse, error)
	// Relations
	CreateRelation(ctx context.Context, in *CreateRelationRequest, opts ...grpc.CallOption) (*CreateRelationResponse, error)
	GetRelation(ctx context.Context, in *GetRelationRequest, opts ...grpc.CallOption) (*GetRelationResponse, error)
	DeleteRelation(ctx context.Context, in *DeleteRelationRequest, opts ...grpc.CallOption) (*DeleteRelationResponse, error)
	// Permissions
	ListPermissions(ctx context.Context, in *ListPermissionsRequest, opts ...grpc.CallOption) (*ListPermissionsResponse, error)
	GetPermission(ctx context.Context, in *GetPermissionRequest, opts ...grpc.CallOption) (*GetPermissionResponse, error)
	// Namespaces
	ListNamespaces(ctx context.Context, in *ListNamespacesRequest, opts ...grpc.CallOption) (*ListNamespacesResponse, error)
	GetNamespace(ctx context.Context, in *GetNamespaceRequest, opts ...grpc.CallOption) (*GetNamespaceResponse, error)
	// Resources
	ListProjectResources(ctx context.Context, in *ListProjectResourcesRequest, opts ...grpc.CallOption) (*ListProjectResourcesResponse, error)
	CreateProjectResource(ctx context.Context, in *CreateProjectResourceRequest, opts ...grpc.CallOption) (*CreateProjectResourceResponse, error)
	GetProjectResource(ctx context.Context, in *GetProjectResourceRequest, opts ...grpc.CallOption) (*GetProjectResourceResponse, error)
	UpdateProjectResource(ctx context.Context, in *UpdateProjectResourceRequest, opts ...grpc.CallOption) (*UpdateProjectResourceResponse, error)
	DeleteProjectResource(ctx context.Context, in *DeleteProjectResourceRequest, opts ...grpc.CallOption) (*DeleteProjectResourceResponse, error)
	// Authz
	CheckResourcePermission(ctx context.Context, in *CheckResourcePermissionRequest, opts ...grpc.CallOption) (*CheckResourcePermissionResponse, error)
	BatchCheckPermission(ctx context.Context, in *BatchCheckPermissionRequest, opts ...grpc.CallOption) (*BatchCheckPermissionResponse, error)
	// Authn
	GetJWKs(ctx context.Context, in *GetJWKsRequest, opts ...grpc.CallOption) (*GetJWKsResponse, error)
	ListAuthStrategies(ctx context.Context, in *ListAuthStrategiesRequest, opts ...grpc.CallOption) (*ListAuthStrategiesResponse, error)
	Authenticate(ctx context.Context, in *AuthenticateRequest, opts ...grpc.CallOption) (*AuthenticateResponse, error)
	AuthCallback(ctx context.Context, in *AuthCallbackRequest, opts ...grpc.CallOption) (*AuthCallbackResponse, error)
	AuthToken(ctx context.Context, in *AuthTokenRequest, opts ...grpc.CallOption) (*AuthTokenResponse, error)
	AuthLogout(ctx context.Context, in *AuthLogoutRequest, opts ...grpc.CallOption) (*AuthLogoutResponse, error)
	// MetaSchemas
	ListMetaSchemas(ctx context.Context, in *ListMetaSchemasRequest, opts ...grpc.CallOption) (*ListMetaSchemasResponse, error)
	CreateMetaSchema(ctx context.Context, in *CreateMetaSchemaRequest, opts ...grpc.CallOption) (*CreateMetaSchemaResponse, error)
	GetMetaSchema(ctx context.Context, in *GetMetaSchemaRequest, opts ...grpc.CallOption) (*GetMetaSchemaResponse, error)
	UpdateMetaSchema(ctx context.Context, in *UpdateMetaSchemaRequest, opts ...grpc.CallOption) (*UpdateMetaSchemaResponse, error)
	DeleteMetaSchema(ctx context.Context, in *DeleteMetaSchemaRequest, opts ...grpc.CallOption) (*DeleteMetaSchemaResponse, error)
	// Audit logs
	ListOrganizationAuditLogs(ctx context.Context, in *ListOrganizationAuditLogsRequest, opts ...grpc.CallOption) (*ListOrganizationAuditLogsResponse, error)
	CreateOrganizationAuditLogs(ctx context.Context, in *CreateOrganizationAuditLogsRequest, opts ...grpc.CallOption) (*CreateOrganizationAuditLogsResponse, error)
	GetOrganizationAuditLog(ctx context.Context, in *GetOrganizationAuditLogRequest, opts ...grpc.CallOption) (*GetOrganizationAuditLogResponse, error)
	// DescribePreferences list down all the supported preferences of entities
	DescribePreferences(ctx context.Context, in *DescribePreferencesRequest, opts ...grpc.CallOption) (*DescribePreferencesResponse, error)
	CreateOrganizationPreferences(ctx context.Context, in *CreateOrganizationPreferencesRequest, opts ...grpc.CallOption) (*CreateOrganizationPreferencesResponse, error)
	ListOrganizationPreferences(ctx context.Context, in *ListOrganizationPreferencesRequest, opts ...grpc.CallOption) (*ListOrganizationPreferencesResponse, error)
	CreateProjectPreferences(ctx context.Context, in *CreateProjectPreferencesRequest, opts ...grpc.CallOption) (*CreateProjectPreferencesResponse, error)
	ListProjectPreferences(ctx context.Context, in *ListProjectPreferencesRequest, opts ...grpc.CallOption) (*ListProjectPreferencesResponse, error)
	CreateGroupPreferences(ctx context.Context, in *CreateGroupPreferencesRequest, opts ...grpc.CallOption) (*CreateGroupPreferencesResponse, error)
	ListGroupPreferences(ctx context.Context, in *ListGroupPreferencesRequest, opts ...grpc.CallOption) (*ListGroupPreferencesResponse, error)
	CreateUserPreferences(ctx context.Context, in *CreateUserPreferencesRequest, opts ...grpc.CallOption) (*CreateUserPreferencesResponse, error)
	ListUserPreferences(ctx context.Context, in *ListUserPreferencesRequest, opts ...grpc.CallOption) (*ListUserPreferencesResponse, error)
	CreateCurrentUserPreferences(ctx context.Context, in *CreateCurrentUserPreferencesRequest, opts ...grpc.CallOption) (*CreateCurrentUserPreferencesResponse, error)
	ListCurrentUserPreferences(ctx context.Context, in *ListCurrentUserPreferencesRequest, opts ...grpc.CallOption) (*ListCurrentUserPreferencesResponse, error)
	// Billing account
	CreateBillingAccount(ctx context.Context, in *CreateBillingAccountRequest, opts ...grpc.CallOption) (*CreateBillingAccountResponse, error)
	GetBillingAccount(ctx context.Context, in *GetBillingAccountRequest, opts ...grpc.CallOption) (*GetBillingAccountResponse, error)
	UpdateBillingAccount(ctx context.Context, in *UpdateBillingAccountRequest, opts ...grpc.CallOption) (*UpdateBillingAccountResponse, error)
	ListBillingAccounts(ctx context.Context, in *ListBillingAccountsRequest, opts ...grpc.CallOption) (*ListBillingAccountsResponse, error)
	DeleteBillingAccount(ctx context.Context, in *DeleteBillingAccountRequest, opts ...grpc.CallOption) (*DeleteBillingAccountResponse, error)
	GetBillingBalance(ctx context.Context, in *GetBillingBalanceRequest, opts ...grpc.CallOption) (*GetBillingBalanceResponse, error)
	HasTrialed(ctx context.Context, in *HasTrialedRequest, opts ...grpc.CallOption) (*HasTrialedResponse, error)
	// Subscriptions
	GetSubscription(ctx context.Context, in *GetSubscriptionRequest, opts ...grpc.CallOption) (*GetSubscriptionResponse, error)
	CancelSubscription(ctx context.Context, in *CancelSubscriptionRequest, opts ...grpc.CallOption) (*CancelSubscriptionResponse, error)
	ListSubscriptions(ctx context.Context, in *ListSubscriptionsRequest, opts ...grpc.CallOption) (*ListSubscriptionsResponse, error)
	ChangeSubscription(ctx context.Context, in *ChangeSubscriptionRequest, opts ...grpc.CallOption) (*ChangeSubscriptionResponse, error)
	UpdateSubscription(ctx context.Context, in *UpdateSubscriptionRequest, opts ...grpc.CallOption) (*UpdateSubscriptionResponse, error)
	// Billing Product
	CreateProduct(ctx context.Context, in *CreateProductRequest, opts ...grpc.CallOption) (*CreateProductResponse, error)
	GetProduct(ctx context.Context, in *GetProductRequest, opts ...grpc.CallOption) (*GetProductResponse, error)
	ListProducts(ctx context.Context, in *ListProductsRequest, opts ...grpc.CallOption) (*ListProductsResponse, error)
	UpdateProduct(ctx context.Context, in *UpdateProductRequest, opts ...grpc.CallOption) (*UpdateProductResponse, error)
	CreateFeature(ctx context.Context, in *CreateFeatureRequest, opts ...grpc.CallOption) (*CreateFeatureResponse, error)
	GetFeature(ctx context.Context, in *GetFeatureRequest, opts ...grpc.CallOption) (*GetFeatureResponse, error)
	UpdateFeature(ctx context.Context, in *UpdateFeatureRequest, opts ...grpc.CallOption) (*UpdateFeatureResponse, error)
	ListFeatures(ctx context.Context, in *ListFeaturesRequest, opts ...grpc.CallOption) (*ListFeaturesResponse, error)
	// Plans
	CreatePlan(ctx context.Context, in *CreatePlanRequest, opts ...grpc.CallOption) (*CreatePlanResponse, error)
	ListPlans(ctx context.Context, in *ListPlansRequest, opts ...grpc.CallOption) (*ListPlansResponse, error)
	GetPlan(ctx context.Context, in *GetPlanRequest, opts ...grpc.CallOption) (*GetPlanResponse, error)
	UpdatePlan(ctx context.Context, in *UpdatePlanRequest, opts ...grpc.CallOption) (*UpdatePlanResponse, error)
	// Checkout
	CreateCheckout(ctx context.Context, in *CreateCheckoutRequest, opts ...grpc.CallOption) (*CreateCheckoutResponse, error)
	ListCheckouts(ctx context.Context, in *ListCheckoutsRequest, opts ...grpc.CallOption) (*ListCheckoutsResponse, error)
	// Billing Entitlements
	CheckFeatureEntitlement(ctx context.Context, in *CheckFeatureEntitlementRequest, opts ...grpc.CallOption) (*CheckFeatureEntitlementResponse, error)
	// Transactions
	CreateBillingUsage(ctx context.Context, in *CreateBillingUsageRequest, opts ...grpc.CallOption) (*CreateBillingUsageResponse, error)
	ListBillingTransactions(ctx context.Context, in *ListBillingTransactionsRequest, opts ...grpc.CallOption) (*ListBillingTransactionsResponse, error)
	// Invoice
	ListInvoices(ctx context.Context, in *ListInvoicesRequest, opts ...grpc.CallOption) (*ListInvoicesResponse, error)
	GetUpcomingInvoice(ctx context.Context, in *GetUpcomingInvoiceRequest, opts ...grpc.CallOption) (*GetUpcomingInvoiceResponse, error)
}

FrontierServiceClient is the client API for FrontierService 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.

type FrontierServiceServer

type FrontierServiceServer interface {
	// Users
	ListUsers(context.Context, *ListUsersRequest) (*ListUsersResponse, error)
	CreateUser(context.Context, *CreateUserRequest) (*CreateUserResponse, error)
	GetUser(context.Context, *GetUserRequest) (*GetUserResponse, error)
	ListUserGroups(context.Context, *ListUserGroupsRequest) (*ListUserGroupsResponse, error)
	ListCurrentUserGroups(context.Context, *ListCurrentUserGroupsRequest) (*ListCurrentUserGroupsResponse, error)
	GetCurrentUser(context.Context, *GetCurrentUserRequest) (*GetCurrentUserResponse, error)
	UpdateUser(context.Context, *UpdateUserRequest) (*UpdateUserResponse, error)
	UpdateCurrentUser(context.Context, *UpdateCurrentUserRequest) (*UpdateCurrentUserResponse, error)
	EnableUser(context.Context, *EnableUserRequest) (*EnableUserResponse, error)
	DisableUser(context.Context, *DisableUserRequest) (*DisableUserResponse, error)
	DeleteUser(context.Context, *DeleteUserRequest) (*DeleteUserResponse, error)
	ListOrganizationsByUser(context.Context, *ListOrganizationsByUserRequest) (*ListOrganizationsByUserResponse, error)
	ListOrganizationsByCurrentUser(context.Context, *ListOrganizationsByCurrentUserRequest) (*ListOrganizationsByCurrentUserResponse, error)
	ListProjectsByUser(context.Context, *ListProjectsByUserRequest) (*ListProjectsByUserResponse, error)
	ListProjectsByCurrentUser(context.Context, *ListProjectsByCurrentUserRequest) (*ListProjectsByCurrentUserResponse, error)
	ListUserInvitations(context.Context, *ListUserInvitationsRequest) (*ListUserInvitationsResponse, error)
	ListCurrentUserInvitations(context.Context, *ListCurrentUserInvitationsRequest) (*ListCurrentUserInvitationsResponse, error)
	// ServieUser
	ListServiceUsers(context.Context, *ListServiceUsersRequest) (*ListServiceUsersResponse, error)
	CreateServiceUser(context.Context, *CreateServiceUserRequest) (*CreateServiceUserResponse, error)
	GetServiceUser(context.Context, *GetServiceUserRequest) (*GetServiceUserResponse, error)
	DeleteServiceUser(context.Context, *DeleteServiceUserRequest) (*DeleteServiceUserResponse, error)
	CreateServiceUserJWK(context.Context, *CreateServiceUserJWKRequest) (*CreateServiceUserJWKResponse, error)
	ListServiceUserJWKs(context.Context, *ListServiceUserJWKsRequest) (*ListServiceUserJWKsResponse, error)
	GetServiceUserJWK(context.Context, *GetServiceUserJWKRequest) (*GetServiceUserJWKResponse, error)
	DeleteServiceUserJWK(context.Context, *DeleteServiceUserJWKRequest) (*DeleteServiceUserJWKResponse, error)
	CreateServiceUserCredential(context.Context, *CreateServiceUserCredentialRequest) (*CreateServiceUserCredentialResponse, error)
	ListServiceUserCredentials(context.Context, *ListServiceUserCredentialsRequest) (*ListServiceUserCredentialsResponse, error)
	DeleteServiceUserCredential(context.Context, *DeleteServiceUserCredentialRequest) (*DeleteServiceUserCredentialResponse, error)
	CreateServiceUserToken(context.Context, *CreateServiceUserTokenRequest) (*CreateServiceUserTokenResponse, error)
	ListServiceUserTokens(context.Context, *ListServiceUserTokensRequest) (*ListServiceUserTokensResponse, error)
	DeleteServiceUserToken(context.Context, *DeleteServiceUserTokenRequest) (*DeleteServiceUserTokenResponse, error)
	// Group
	ListOrganizationGroups(context.Context, *ListOrganizationGroupsRequest) (*ListOrganizationGroupsResponse, error)
	CreateGroup(context.Context, *CreateGroupRequest) (*CreateGroupResponse, error)
	GetGroup(context.Context, *GetGroupRequest) (*GetGroupResponse, error)
	UpdateGroup(context.Context, *UpdateGroupRequest) (*UpdateGroupResponse, error)
	ListGroupUsers(context.Context, *ListGroupUsersRequest) (*ListGroupUsersResponse, error)
	AddGroupUsers(context.Context, *AddGroupUsersRequest) (*AddGroupUsersResponse, error)
	RemoveGroupUser(context.Context, *RemoveGroupUserRequest) (*RemoveGroupUserResponse, error)
	EnableGroup(context.Context, *EnableGroupRequest) (*EnableGroupResponse, error)
	DisableGroup(context.Context, *DisableGroupRequest) (*DisableGroupResponse, error)
	DeleteGroup(context.Context, *DeleteGroupRequest) (*DeleteGroupResponse, error)
	// Roles
	ListRoles(context.Context, *ListRolesRequest) (*ListRolesResponse, error)
	ListOrganizationRoles(context.Context, *ListOrganizationRolesRequest) (*ListOrganizationRolesResponse, error)
	CreateOrganizationRole(context.Context, *CreateOrganizationRoleRequest) (*CreateOrganizationRoleResponse, error)
	GetOrganizationRole(context.Context, *GetOrganizationRoleRequest) (*GetOrganizationRoleResponse, error)
	UpdateOrganizationRole(context.Context, *UpdateOrganizationRoleRequest) (*UpdateOrganizationRoleResponse, error)
	DeleteOrganizationRole(context.Context, *DeleteOrganizationRoleRequest) (*DeleteOrganizationRoleResponse, error)
	// Organizations
	ListOrganizations(context.Context, *ListOrganizationsRequest) (*ListOrganizationsResponse, error)
	CreateOrganization(context.Context, *CreateOrganizationRequest) (*CreateOrganizationResponse, error)
	GetOrganization(context.Context, *GetOrganizationRequest) (*GetOrganizationResponse, error)
	UpdateOrganization(context.Context, *UpdateOrganizationRequest) (*UpdateOrganizationResponse, error)
	ListOrganizationProjects(context.Context, *ListOrganizationProjectsRequest) (*ListOrganizationProjectsResponse, error)
	ListOrganizationAdmins(context.Context, *ListOrganizationAdminsRequest) (*ListOrganizationAdminsResponse, error)
	ListOrganizationUsers(context.Context, *ListOrganizationUsersRequest) (*ListOrganizationUsersResponse, error)
	AddOrganizationUsers(context.Context, *AddOrganizationUsersRequest) (*AddOrganizationUsersResponse, error)
	RemoveOrganizationUser(context.Context, *RemoveOrganizationUserRequest) (*RemoveOrganizationUserResponse, error)
	ListOrganizationServiceUsers(context.Context, *ListOrganizationServiceUsersRequest) (*ListOrganizationServiceUsersResponse, error)
	ListOrganizationInvitations(context.Context, *ListOrganizationInvitationsRequest) (*ListOrganizationInvitationsResponse, error)
	CreateOrganizationInvitation(context.Context, *CreateOrganizationInvitationRequest) (*CreateOrganizationInvitationResponse, error)
	GetOrganizationInvitation(context.Context, *GetOrganizationInvitationRequest) (*GetOrganizationInvitationResponse, error)
	AcceptOrganizationInvitation(context.Context, *AcceptOrganizationInvitationRequest) (*AcceptOrganizationInvitationResponse, error)
	DeleteOrganizationInvitation(context.Context, *DeleteOrganizationInvitationRequest) (*DeleteOrganizationInvitationResponse, error)
	ListOrganizationDomains(context.Context, *ListOrganizationDomainsRequest) (*ListOrganizationDomainsResponse, error)
	CreateOrganizationDomain(context.Context, *CreateOrganizationDomainRequest) (*CreateOrganizationDomainResponse, error)
	DeleteOrganizationDomain(context.Context, *DeleteOrganizationDomainRequest) (*DeleteOrganizationDomainResponse, error)
	GetOrganizationDomain(context.Context, *GetOrganizationDomainRequest) (*GetOrganizationDomainResponse, error)
	VerifyOrganizationDomain(context.Context, *VerifyOrganizationDomainRequest) (*VerifyOrganizationDomainResponse, error)
	JoinOrganization(context.Context, *JoinOrganizationRequest) (*JoinOrganizationResponse, error)
	EnableOrganization(context.Context, *EnableOrganizationRequest) (*EnableOrganizationResponse, error)
	DisableOrganization(context.Context, *DisableOrganizationRequest) (*DisableOrganizationResponse, error)
	DeleteOrganization(context.Context, *DeleteOrganizationRequest) (*DeleteOrganizationResponse, error)
	// Projects
	CreateProject(context.Context, *CreateProjectRequest) (*CreateProjectResponse, error)
	GetProject(context.Context, *GetProjectRequest) (*GetProjectResponse, error)
	UpdateProject(context.Context, *UpdateProjectRequest) (*UpdateProjectResponse, error)
	ListProjectAdmins(context.Context, *ListProjectAdminsRequest) (*ListProjectAdminsResponse, error)
	ListProjectUsers(context.Context, *ListProjectUsersRequest) (*ListProjectUsersResponse, error)
	ListProjectServiceUsers(context.Context, *ListProjectServiceUsersRequest) (*ListProjectServiceUsersResponse, error)
	ListProjectGroups(context.Context, *ListProjectGroupsRequest) (*ListProjectGroupsResponse, error)
	EnableProject(context.Context, *EnableProjectRequest) (*EnableProjectResponse, error)
	DisableProject(context.Context, *DisableProjectRequest) (*DisableProjectResponse, error)
	DeleteProject(context.Context, *DeleteProjectRequest) (*DeleteProjectResponse, error)
	// Policies
	CreatePolicy(context.Context, *CreatePolicyRequest) (*CreatePolicyResponse, error)
	GetPolicy(context.Context, *GetPolicyRequest) (*GetPolicyResponse, error)
	ListPolicies(context.Context, *ListPoliciesRequest) (*ListPoliciesResponse, error)
	UpdatePolicy(context.Context, *UpdatePolicyRequest) (*UpdatePolicyResponse, error)
	DeletePolicy(context.Context, *DeletePolicyRequest) (*DeletePolicyResponse, error)
	// Relations
	CreateRelation(context.Context, *CreateRelationRequest) (*CreateRelationResponse, error)
	GetRelation(context.Context, *GetRelationRequest) (*GetRelationResponse, error)
	DeleteRelation(context.Context, *DeleteRelationRequest) (*DeleteRelationResponse, error)
	// Permissions
	ListPermissions(context.Context, *ListPermissionsRequest) (*ListPermissionsResponse, error)
	GetPermission(context.Context, *GetPermissionRequest) (*GetPermissionResponse, error)
	// Namespaces
	ListNamespaces(context.Context, *ListNamespacesRequest) (*ListNamespacesResponse, error)
	GetNamespace(context.Context, *GetNamespaceRequest) (*GetNamespaceResponse, error)
	// Resources
	ListProjectResources(context.Context, *ListProjectResourcesRequest) (*ListProjectResourcesResponse, error)
	CreateProjectResource(context.Context, *CreateProjectResourceRequest) (*CreateProjectResourceResponse, error)
	GetProjectResource(context.Context, *GetProjectResourceRequest) (*GetProjectResourceResponse, error)
	UpdateProjectResource(context.Context, *UpdateProjectResourceRequest) (*UpdateProjectResourceResponse, error)
	DeleteProjectResource(context.Context, *DeleteProjectResourceRequest) (*DeleteProjectResourceResponse, error)
	// Authz
	CheckResourcePermission(context.Context, *CheckResourcePermissionRequest) (*CheckResourcePermissionResponse, error)
	BatchCheckPermission(context.Context, *BatchCheckPermissionRequest) (*BatchCheckPermissionResponse, error)
	// Authn
	GetJWKs(context.Context, *GetJWKsRequest) (*GetJWKsResponse, error)
	ListAuthStrategies(context.Context, *ListAuthStrategiesRequest) (*ListAuthStrategiesResponse, error)
	Authenticate(context.Context, *AuthenticateRequest) (*AuthenticateResponse, error)
	AuthCallback(context.Context, *AuthCallbackRequest) (*AuthCallbackResponse, error)
	AuthToken(context.Context, *AuthTokenRequest) (*AuthTokenResponse, error)
	AuthLogout(context.Context, *AuthLogoutRequest) (*AuthLogoutResponse, error)
	// MetaSchemas
	ListMetaSchemas(context.Context, *ListMetaSchemasRequest) (*ListMetaSchemasResponse, error)
	CreateMetaSchema(context.Context, *CreateMetaSchemaRequest) (*CreateMetaSchemaResponse, error)
	GetMetaSchema(context.Context, *GetMetaSchemaRequest) (*GetMetaSchemaResponse, error)
	UpdateMetaSchema(context.Context, *UpdateMetaSchemaRequest) (*UpdateMetaSchemaResponse, error)
	DeleteMetaSchema(context.Context, *DeleteMetaSchemaRequest) (*DeleteMetaSchemaResponse, error)
	// Audit logs
	ListOrganizationAuditLogs(context.Context, *ListOrganizationAuditLogsRequest) (*ListOrganizationAuditLogsResponse, error)
	CreateOrganizationAuditLogs(context.Context, *CreateOrganizationAuditLogsRequest) (*CreateOrganizationAuditLogsResponse, error)
	GetOrganizationAuditLog(context.Context, *GetOrganizationAuditLogRequest) (*GetOrganizationAuditLogResponse, error)
	// DescribePreferences list down all the supported preferences of entities
	DescribePreferences(context.Context, *DescribePreferencesRequest) (*DescribePreferencesResponse, error)
	CreateOrganizationPreferences(context.Context, *CreateOrganizationPreferencesRequest) (*CreateOrganizationPreferencesResponse, error)
	ListOrganizationPreferences(context.Context, *ListOrganizationPreferencesRequest) (*ListOrganizationPreferencesResponse, error)
	CreateProjectPreferences(context.Context, *CreateProjectPreferencesRequest) (*CreateProjectPreferencesResponse, error)
	ListProjectPreferences(context.Context, *ListProjectPreferencesRequest) (*ListProjectPreferencesResponse, error)
	CreateGroupPreferences(context.Context, *CreateGroupPreferencesRequest) (*CreateGroupPreferencesResponse, error)
	ListGroupPreferences(context.Context, *ListGroupPreferencesRequest) (*ListGroupPreferencesResponse, error)
	CreateUserPreferences(context.Context, *CreateUserPreferencesRequest) (*CreateUserPreferencesResponse, error)
	ListUserPreferences(context.Context, *ListUserPreferencesRequest) (*ListUserPreferencesResponse, error)
	CreateCurrentUserPreferences(context.Context, *CreateCurrentUserPreferencesRequest) (*CreateCurrentUserPreferencesResponse, error)
	ListCurrentUserPreferences(context.Context, *ListCurrentUserPreferencesRequest) (*ListCurrentUserPreferencesResponse, error)
	// Billing account
	CreateBillingAccount(context.Context, *CreateBillingAccountRequest) (*CreateBillingAccountResponse, error)
	GetBillingAccount(context.Context, *GetBillingAccountRequest) (*GetBillingAccountResponse, error)
	UpdateBillingAccount(context.Context, *UpdateBillingAccountRequest) (*UpdateBillingAccountResponse, error)
	ListBillingAccounts(context.Context, *ListBillingAccountsRequest) (*ListBillingAccountsResponse, error)
	DeleteBillingAccount(context.Context, *DeleteBillingAccountRequest) (*DeleteBillingAccountResponse, error)
	GetBillingBalance(context.Context, *GetBillingBalanceRequest) (*GetBillingBalanceResponse, error)
	HasTrialed(context.Context, *HasTrialedRequest) (*HasTrialedResponse, error)
	// Subscriptions
	GetSubscription(context.Context, *GetSubscriptionRequest) (*GetSubscriptionResponse, error)
	CancelSubscription(context.Context, *CancelSubscriptionRequest) (*CancelSubscriptionResponse, error)
	ListSubscriptions(context.Context, *ListSubscriptionsRequest) (*ListSubscriptionsResponse, error)
	ChangeSubscription(context.Context, *ChangeSubscriptionRequest) (*ChangeSubscriptionResponse, error)
	UpdateSubscription(context.Context, *UpdateSubscriptionRequest) (*UpdateSubscriptionResponse, error)
	// Billing Product
	CreateProduct(context.Context, *CreateProductRequest) (*CreateProductResponse, error)
	GetProduct(context.Context, *GetProductRequest) (*GetProductResponse, error)
	ListProducts(context.Context, *ListProductsRequest) (*ListProductsResponse, error)
	UpdateProduct(context.Context, *UpdateProductRequest) (*UpdateProductResponse, error)
	CreateFeature(context.Context, *CreateFeatureRequest) (*CreateFeatureResponse, error)
	GetFeature(context.Context, *GetFeatureRequest) (*GetFeatureResponse, error)
	UpdateFeature(context.Context, *UpdateFeatureRequest) (*UpdateFeatureResponse, error)
	ListFeatures(context.Context, *ListFeaturesRequest) (*ListFeaturesResponse, error)
	// Plans
	CreatePlan(context.Context, *CreatePlanRequest) (*CreatePlanResponse, error)
	ListPlans(context.Context, *ListPlansRequest) (*ListPlansResponse, error)
	GetPlan(context.Context, *GetPlanRequest) (*GetPlanResponse, error)
	UpdatePlan(context.Context, *UpdatePlanRequest) (*UpdatePlanResponse, error)
	// Checkout
	CreateCheckout(context.Context, *CreateCheckoutRequest) (*CreateCheckoutResponse, error)
	ListCheckouts(context.Context, *ListCheckoutsRequest) (*ListCheckoutsResponse, error)
	// Billing Entitlements
	CheckFeatureEntitlement(context.Context, *CheckFeatureEntitlementRequest) (*CheckFeatureEntitlementResponse, error)
	// Transactions
	CreateBillingUsage(context.Context, *CreateBillingUsageRequest) (*CreateBillingUsageResponse, error)
	ListBillingTransactions(context.Context, *ListBillingTransactionsRequest) (*ListBillingTransactionsResponse, error)
	// Invoice
	ListInvoices(context.Context, *ListInvoicesRequest) (*ListInvoicesResponse, error)
	GetUpcomingInvoice(context.Context, *GetUpcomingInvoiceRequest) (*GetUpcomingInvoiceResponse, error)
	// contains filtered or unexported methods
}

FrontierServiceServer is the server API for FrontierService service. All implementations must embed UnimplementedFrontierServiceServer for forward compatibility

type GetBillingAccountRequest added in v0.8.0

type GetBillingAccountRequest struct {

	// ID of the billing account to get
	Id                 string   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId              string   `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	WithPaymentMethods bool     `protobuf:"varint,3,opt,name=with_payment_methods,json=withPaymentMethods,proto3" json:"with_payment_methods,omitempty"`
	Expand             []string `protobuf:"bytes,101,rep,name=expand,proto3" json:"expand,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBillingAccountRequest) Descriptor deprecated added in v0.8.0

func (*GetBillingAccountRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetBillingAccountRequest.ProtoReflect.Descriptor instead.

func (*GetBillingAccountRequest) GetExpand added in v0.8.41

func (x *GetBillingAccountRequest) GetExpand() []string

func (*GetBillingAccountRequest) GetId added in v0.8.0

func (x *GetBillingAccountRequest) GetId() string

func (*GetBillingAccountRequest) GetOrgId added in v0.8.0

func (x *GetBillingAccountRequest) GetOrgId() string

func (*GetBillingAccountRequest) GetWithPaymentMethods added in v0.8.13

func (x *GetBillingAccountRequest) GetWithPaymentMethods() bool

func (*GetBillingAccountRequest) ProtoMessage added in v0.8.0

func (*GetBillingAccountRequest) ProtoMessage()

func (*GetBillingAccountRequest) ProtoReflect added in v0.8.0

func (x *GetBillingAccountRequest) ProtoReflect() protoreflect.Message

func (*GetBillingAccountRequest) Reset added in v0.8.0

func (x *GetBillingAccountRequest) Reset()

func (*GetBillingAccountRequest) String added in v0.8.0

func (x *GetBillingAccountRequest) String() string

func (*GetBillingAccountRequest) Validate added in v0.8.0

func (m *GetBillingAccountRequest) Validate() error

Validate checks the field values on GetBillingAccountRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetBillingAccountRequest) ValidateAll added in v0.8.0

func (m *GetBillingAccountRequest) ValidateAll() error

ValidateAll checks the field values on GetBillingAccountRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetBillingAccountRequestMultiError, or nil if none found.

type GetBillingAccountRequestMultiError added in v0.8.0

type GetBillingAccountRequestMultiError []error

GetBillingAccountRequestMultiError is an error wrapping multiple validation errors returned by GetBillingAccountRequest.ValidateAll() if the designated constraints aren't met.

func (GetBillingAccountRequestMultiError) AllErrors added in v0.8.0

func (m GetBillingAccountRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetBillingAccountRequestMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type GetBillingAccountRequestValidationError added in v0.8.0

type GetBillingAccountRequestValidationError struct {
	// contains filtered or unexported fields
}

GetBillingAccountRequestValidationError is the validation error returned by GetBillingAccountRequest.Validate if the designated constraints aren't met.

func (GetBillingAccountRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (GetBillingAccountRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (GetBillingAccountRequestValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (GetBillingAccountRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (GetBillingAccountRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (GetBillingAccountRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type GetBillingAccountResponse added in v0.8.0

type GetBillingAccountResponse struct {

	// Billing account
	BillingAccount *BillingAccount `protobuf:"bytes,1,opt,name=billing_account,json=billingAccount,proto3" json:"billing_account,omitempty"`
	// List of payment methods
	PaymentMethods []*PaymentMethod `protobuf:"bytes,2,rep,name=payment_methods,json=paymentMethods,proto3" json:"payment_methods,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBillingAccountResponse) Descriptor deprecated added in v0.8.0

func (*GetBillingAccountResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetBillingAccountResponse.ProtoReflect.Descriptor instead.

func (*GetBillingAccountResponse) GetBillingAccount added in v0.8.0

func (x *GetBillingAccountResponse) GetBillingAccount() *BillingAccount

func (*GetBillingAccountResponse) GetPaymentMethods added in v0.8.13

func (x *GetBillingAccountResponse) GetPaymentMethods() []*PaymentMethod

func (*GetBillingAccountResponse) ProtoMessage added in v0.8.0

func (*GetBillingAccountResponse) ProtoMessage()

func (*GetBillingAccountResponse) ProtoReflect added in v0.8.0

func (*GetBillingAccountResponse) Reset added in v0.8.0

func (x *GetBillingAccountResponse) Reset()

func (*GetBillingAccountResponse) String added in v0.8.0

func (x *GetBillingAccountResponse) String() string

func (*GetBillingAccountResponse) Validate added in v0.8.0

func (m *GetBillingAccountResponse) Validate() error

Validate checks the field values on GetBillingAccountResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetBillingAccountResponse) ValidateAll added in v0.8.0

func (m *GetBillingAccountResponse) ValidateAll() error

ValidateAll checks the field values on GetBillingAccountResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetBillingAccountResponseMultiError, or nil if none found.

type GetBillingAccountResponseMultiError added in v0.8.0

type GetBillingAccountResponseMultiError []error

GetBillingAccountResponseMultiError is an error wrapping multiple validation errors returned by GetBillingAccountResponse.ValidateAll() if the designated constraints aren't met.

func (GetBillingAccountResponseMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (GetBillingAccountResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type GetBillingAccountResponseValidationError added in v0.8.0

type GetBillingAccountResponseValidationError struct {
	// contains filtered or unexported fields
}

GetBillingAccountResponseValidationError is the validation error returned by GetBillingAccountResponse.Validate if the designated constraints aren't met.

func (GetBillingAccountResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (GetBillingAccountResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (GetBillingAccountResponseValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (GetBillingAccountResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (GetBillingAccountResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (GetBillingAccountResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type GetBillingBalanceRequest added in v0.8.0

type GetBillingBalanceRequest struct {

	// ID of the billing account to get the balance for
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBillingBalanceRequest) Descriptor deprecated added in v0.8.0

func (*GetBillingBalanceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetBillingBalanceRequest.ProtoReflect.Descriptor instead.

func (*GetBillingBalanceRequest) GetId added in v0.8.0

func (x *GetBillingBalanceRequest) GetId() string

func (*GetBillingBalanceRequest) GetOrgId added in v0.8.0

func (x *GetBillingBalanceRequest) GetOrgId() string

func (*GetBillingBalanceRequest) ProtoMessage added in v0.8.0

func (*GetBillingBalanceRequest) ProtoMessage()

func (*GetBillingBalanceRequest) ProtoReflect added in v0.8.0

func (x *GetBillingBalanceRequest) ProtoReflect() protoreflect.Message

func (*GetBillingBalanceRequest) Reset added in v0.8.0

func (x *GetBillingBalanceRequest) Reset()

func (*GetBillingBalanceRequest) String added in v0.8.0

func (x *GetBillingBalanceRequest) String() string

func (*GetBillingBalanceRequest) Validate added in v0.8.0

func (m *GetBillingBalanceRequest) Validate() error

Validate checks the field values on GetBillingBalanceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetBillingBalanceRequest) ValidateAll added in v0.8.0

func (m *GetBillingBalanceRequest) ValidateAll() error

ValidateAll checks the field values on GetBillingBalanceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetBillingBalanceRequestMultiError, or nil if none found.

type GetBillingBalanceRequestMultiError added in v0.8.0

type GetBillingBalanceRequestMultiError []error

GetBillingBalanceRequestMultiError is an error wrapping multiple validation errors returned by GetBillingBalanceRequest.ValidateAll() if the designated constraints aren't met.

func (GetBillingBalanceRequestMultiError) AllErrors added in v0.8.0

func (m GetBillingBalanceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetBillingBalanceRequestMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type GetBillingBalanceRequestValidationError added in v0.8.0

type GetBillingBalanceRequestValidationError struct {
	// contains filtered or unexported fields
}

GetBillingBalanceRequestValidationError is the validation error returned by GetBillingBalanceRequest.Validate if the designated constraints aren't met.

func (GetBillingBalanceRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (GetBillingBalanceRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (GetBillingBalanceRequestValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (GetBillingBalanceRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (GetBillingBalanceRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (GetBillingBalanceRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type GetBillingBalanceResponse added in v0.8.0

type GetBillingBalanceResponse struct {

	// Balance of the billing account
	Balance *BillingAccount_Balance `protobuf:"bytes,1,opt,name=balance,proto3" json:"balance,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBillingBalanceResponse) Descriptor deprecated added in v0.8.0

func (*GetBillingBalanceResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetBillingBalanceResponse.ProtoReflect.Descriptor instead.

func (*GetBillingBalanceResponse) GetBalance added in v0.8.0

func (*GetBillingBalanceResponse) ProtoMessage added in v0.8.0

func (*GetBillingBalanceResponse) ProtoMessage()

func (*GetBillingBalanceResponse) ProtoReflect added in v0.8.0

func (*GetBillingBalanceResponse) Reset added in v0.8.0

func (x *GetBillingBalanceResponse) Reset()

func (*GetBillingBalanceResponse) String added in v0.8.0

func (x *GetBillingBalanceResponse) String() string

func (*GetBillingBalanceResponse) Validate added in v0.8.0

func (m *GetBillingBalanceResponse) Validate() error

Validate checks the field values on GetBillingBalanceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetBillingBalanceResponse) ValidateAll added in v0.8.0

func (m *GetBillingBalanceResponse) ValidateAll() error

ValidateAll checks the field values on GetBillingBalanceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetBillingBalanceResponseMultiError, or nil if none found.

type GetBillingBalanceResponseMultiError added in v0.8.0

type GetBillingBalanceResponseMultiError []error

GetBillingBalanceResponseMultiError is an error wrapping multiple validation errors returned by GetBillingBalanceResponse.ValidateAll() if the designated constraints aren't met.

func (GetBillingBalanceResponseMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (GetBillingBalanceResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type GetBillingBalanceResponseValidationError added in v0.8.0

type GetBillingBalanceResponseValidationError struct {
	// contains filtered or unexported fields
}

GetBillingBalanceResponseValidationError is the validation error returned by GetBillingBalanceResponse.Validate if the designated constraints aren't met.

func (GetBillingBalanceResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (GetBillingBalanceResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (GetBillingBalanceResponseValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (GetBillingBalanceResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (GetBillingBalanceResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (GetBillingBalanceResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type GetCurrentUserRequest

type GetCurrentUserRequest struct {
	// contains filtered or unexported fields
}

func (*GetCurrentUserRequest) Descriptor deprecated

func (*GetCurrentUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetCurrentUserRequest.ProtoReflect.Descriptor instead.

func (*GetCurrentUserRequest) ProtoMessage

func (*GetCurrentUserRequest) ProtoMessage()

func (*GetCurrentUserRequest) ProtoReflect

func (x *GetCurrentUserRequest) ProtoReflect() protoreflect.Message

func (*GetCurrentUserRequest) Reset

func (x *GetCurrentUserRequest) Reset()

func (*GetCurrentUserRequest) String

func (x *GetCurrentUserRequest) String() string

func (*GetCurrentUserRequest) Validate

func (m *GetCurrentUserRequest) Validate() error

Validate checks the field values on GetCurrentUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetCurrentUserRequest) ValidateAll

func (m *GetCurrentUserRequest) ValidateAll() error

ValidateAll checks the field values on GetCurrentUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCurrentUserRequestMultiError, or nil if none found.

type GetCurrentUserRequestMultiError

type GetCurrentUserRequestMultiError []error

GetCurrentUserRequestMultiError is an error wrapping multiple validation errors returned by GetCurrentUserRequest.ValidateAll() if the designated constraints aren't met.

func (GetCurrentUserRequestMultiError) AllErrors

func (m GetCurrentUserRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCurrentUserRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetCurrentUserRequestValidationError

type GetCurrentUserRequestValidationError struct {
	// contains filtered or unexported fields
}

GetCurrentUserRequestValidationError is the validation error returned by GetCurrentUserRequest.Validate if the designated constraints aren't met.

func (GetCurrentUserRequestValidationError) Cause

Cause function returns cause value.

func (GetCurrentUserRequestValidationError) Error

Error satisfies the builtin error interface

func (GetCurrentUserRequestValidationError) ErrorName

ErrorName returns error name.

func (GetCurrentUserRequestValidationError) Field

Field function returns field value.

func (GetCurrentUserRequestValidationError) Key

Key function returns key value.

func (GetCurrentUserRequestValidationError) Reason

Reason function returns reason value.

type GetCurrentUserResponse

type GetCurrentUserResponse struct {
	User        *User        `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	Serviceuser *ServiceUser `protobuf:"bytes,2,opt,name=serviceuser,proto3" json:"serviceuser,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCurrentUserResponse) Descriptor deprecated

func (*GetCurrentUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetCurrentUserResponse.ProtoReflect.Descriptor instead.

func (*GetCurrentUserResponse) GetServiceuser

func (x *GetCurrentUserResponse) GetServiceuser() *ServiceUser

func (*GetCurrentUserResponse) GetUser

func (x *GetCurrentUserResponse) GetUser() *User

func (*GetCurrentUserResponse) ProtoMessage

func (*GetCurrentUserResponse) ProtoMessage()

func (*GetCurrentUserResponse) ProtoReflect

func (x *GetCurrentUserResponse) ProtoReflect() protoreflect.Message

func (*GetCurrentUserResponse) Reset

func (x *GetCurrentUserResponse) Reset()

func (*GetCurrentUserResponse) String

func (x *GetCurrentUserResponse) String() string

func (*GetCurrentUserResponse) Validate

func (m *GetCurrentUserResponse) Validate() error

Validate checks the field values on GetCurrentUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetCurrentUserResponse) ValidateAll

func (m *GetCurrentUserResponse) ValidateAll() error

ValidateAll checks the field values on GetCurrentUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetCurrentUserResponseMultiError, or nil if none found.

type GetCurrentUserResponseMultiError

type GetCurrentUserResponseMultiError []error

GetCurrentUserResponseMultiError is an error wrapping multiple validation errors returned by GetCurrentUserResponse.ValidateAll() if the designated constraints aren't met.

func (GetCurrentUserResponseMultiError) AllErrors

func (m GetCurrentUserResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetCurrentUserResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetCurrentUserResponseValidationError

type GetCurrentUserResponseValidationError struct {
	// contains filtered or unexported fields
}

GetCurrentUserResponseValidationError is the validation error returned by GetCurrentUserResponse.Validate if the designated constraints aren't met.

func (GetCurrentUserResponseValidationError) Cause

Cause function returns cause value.

func (GetCurrentUserResponseValidationError) Error

Error satisfies the builtin error interface

func (GetCurrentUserResponseValidationError) ErrorName

ErrorName returns error name.

func (GetCurrentUserResponseValidationError) Field

Field function returns field value.

func (GetCurrentUserResponseValidationError) Key

Key function returns key value.

func (GetCurrentUserResponseValidationError) Reason

Reason function returns reason value.

type GetFeatureRequest added in v0.8.0

type GetFeatureRequest struct {

	// ID of the feature to get
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFeatureRequest) Descriptor deprecated added in v0.8.0

func (*GetFeatureRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetFeatureRequest.ProtoReflect.Descriptor instead.

func (*GetFeatureRequest) GetId added in v0.8.0

func (x *GetFeatureRequest) GetId() string

func (*GetFeatureRequest) ProtoMessage added in v0.8.0

func (*GetFeatureRequest) ProtoMessage()

func (*GetFeatureRequest) ProtoReflect added in v0.8.0

func (x *GetFeatureRequest) ProtoReflect() protoreflect.Message

func (*GetFeatureRequest) Reset added in v0.8.0

func (x *GetFeatureRequest) Reset()

func (*GetFeatureRequest) String added in v0.8.0

func (x *GetFeatureRequest) String() string

func (*GetFeatureRequest) Validate added in v0.8.0

func (m *GetFeatureRequest) Validate() error

Validate checks the field values on GetFeatureRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetFeatureRequest) ValidateAll added in v0.8.0

func (m *GetFeatureRequest) ValidateAll() error

ValidateAll checks the field values on GetFeatureRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetFeatureRequestMultiError, or nil if none found.

type GetFeatureRequestMultiError added in v0.8.0

type GetFeatureRequestMultiError []error

GetFeatureRequestMultiError is an error wrapping multiple validation errors returned by GetFeatureRequest.ValidateAll() if the designated constraints aren't met.

func (GetFeatureRequestMultiError) AllErrors added in v0.8.0

func (m GetFeatureRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetFeatureRequestMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type GetFeatureRequestValidationError added in v0.8.0

type GetFeatureRequestValidationError struct {
	// contains filtered or unexported fields
}

GetFeatureRequestValidationError is the validation error returned by GetFeatureRequest.Validate if the designated constraints aren't met.

func (GetFeatureRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (GetFeatureRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (GetFeatureRequestValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (GetFeatureRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (GetFeatureRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (GetFeatureRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type GetFeatureResponse added in v0.8.0

type GetFeatureResponse struct {

	// Feature
	Feature *Feature `protobuf:"bytes,1,opt,name=feature,proto3" json:"feature,omitempty"`
	// contains filtered or unexported fields
}

func (*GetFeatureResponse) Descriptor deprecated added in v0.8.0

func (*GetFeatureResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetFeatureResponse.ProtoReflect.Descriptor instead.

func (*GetFeatureResponse) GetFeature added in v0.8.0

func (x *GetFeatureResponse) GetFeature() *Feature

func (*GetFeatureResponse) ProtoMessage added in v0.8.0

func (*GetFeatureResponse) ProtoMessage()

func (*GetFeatureResponse) ProtoReflect added in v0.8.0

func (x *GetFeatureResponse) ProtoReflect() protoreflect.Message

func (*GetFeatureResponse) Reset added in v0.8.0

func (x *GetFeatureResponse) Reset()

func (*GetFeatureResponse) String added in v0.8.0

func (x *GetFeatureResponse) String() string

func (*GetFeatureResponse) Validate added in v0.8.0

func (m *GetFeatureResponse) Validate() error

Validate checks the field values on GetFeatureResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetFeatureResponse) ValidateAll added in v0.8.0

func (m *GetFeatureResponse) ValidateAll() error

ValidateAll checks the field values on GetFeatureResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetFeatureResponseMultiError, or nil if none found.

type GetFeatureResponseMultiError added in v0.8.0

type GetFeatureResponseMultiError []error

GetFeatureResponseMultiError is an error wrapping multiple validation errors returned by GetFeatureResponse.ValidateAll() if the designated constraints aren't met.

func (GetFeatureResponseMultiError) AllErrors added in v0.8.0

func (m GetFeatureResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetFeatureResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type GetFeatureResponseValidationError added in v0.8.0

type GetFeatureResponseValidationError struct {
	// contains filtered or unexported fields
}

GetFeatureResponseValidationError is the validation error returned by GetFeatureResponse.Validate if the designated constraints aren't met.

func (GetFeatureResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (GetFeatureResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (GetFeatureResponseValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (GetFeatureResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (GetFeatureResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (GetFeatureResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type GetGroupRequest

type GetGroupRequest struct {
	Id          string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId       string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	WithMembers bool   `protobuf:"varint,3,opt,name=with_members,json=withMembers,proto3" json:"with_members,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGroupRequest) Descriptor deprecated

func (*GetGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetGroupRequest.ProtoReflect.Descriptor instead.

func (*GetGroupRequest) GetId

func (x *GetGroupRequest) GetId() string

func (*GetGroupRequest) GetOrgId

func (x *GetGroupRequest) GetOrgId() string

func (*GetGroupRequest) GetWithMembers added in v0.8.0

func (x *GetGroupRequest) GetWithMembers() bool

func (*GetGroupRequest) ProtoMessage

func (*GetGroupRequest) ProtoMessage()

func (*GetGroupRequest) ProtoReflect

func (x *GetGroupRequest) ProtoReflect() protoreflect.Message

func (*GetGroupRequest) Reset

func (x *GetGroupRequest) Reset()

func (*GetGroupRequest) String

func (x *GetGroupRequest) String() string

func (*GetGroupRequest) Validate

func (m *GetGroupRequest) Validate() error

Validate checks the field values on GetGroupRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetGroupRequest) ValidateAll

func (m *GetGroupRequest) ValidateAll() error

ValidateAll checks the field values on GetGroupRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetGroupRequestMultiError, or nil if none found.

type GetGroupRequestMultiError

type GetGroupRequestMultiError []error

GetGroupRequestMultiError is an error wrapping multiple validation errors returned by GetGroupRequest.ValidateAll() if the designated constraints aren't met.

func (GetGroupRequestMultiError) AllErrors

func (m GetGroupRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetGroupRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetGroupRequestValidationError

type GetGroupRequestValidationError struct {
	// contains filtered or unexported fields
}

GetGroupRequestValidationError is the validation error returned by GetGroupRequest.Validate if the designated constraints aren't met.

func (GetGroupRequestValidationError) Cause

Cause function returns cause value.

func (GetGroupRequestValidationError) Error

Error satisfies the builtin error interface

func (GetGroupRequestValidationError) ErrorName

func (e GetGroupRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetGroupRequestValidationError) Field

Field function returns field value.

func (GetGroupRequestValidationError) Key

Key function returns key value.

func (GetGroupRequestValidationError) Reason

Reason function returns reason value.

type GetGroupResponse

type GetGroupResponse struct {
	Group *Group `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGroupResponse) Descriptor deprecated

func (*GetGroupResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetGroupResponse.ProtoReflect.Descriptor instead.

func (*GetGroupResponse) GetGroup

func (x *GetGroupResponse) GetGroup() *Group

func (*GetGroupResponse) ProtoMessage

func (*GetGroupResponse) ProtoMessage()

func (*GetGroupResponse) ProtoReflect

func (x *GetGroupResponse) ProtoReflect() protoreflect.Message

func (*GetGroupResponse) Reset

func (x *GetGroupResponse) Reset()

func (*GetGroupResponse) String

func (x *GetGroupResponse) String() string

func (*GetGroupResponse) Validate

func (m *GetGroupResponse) Validate() error

Validate checks the field values on GetGroupResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetGroupResponse) ValidateAll

func (m *GetGroupResponse) ValidateAll() error

ValidateAll checks the field values on GetGroupResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetGroupResponseMultiError, or nil if none found.

type GetGroupResponseMultiError

type GetGroupResponseMultiError []error

GetGroupResponseMultiError is an error wrapping multiple validation errors returned by GetGroupResponse.ValidateAll() if the designated constraints aren't met.

func (GetGroupResponseMultiError) AllErrors

func (m GetGroupResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetGroupResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetGroupResponseValidationError

type GetGroupResponseValidationError struct {
	// contains filtered or unexported fields
}

GetGroupResponseValidationError is the validation error returned by GetGroupResponse.Validate if the designated constraints aren't met.

func (GetGroupResponseValidationError) Cause

Cause function returns cause value.

func (GetGroupResponseValidationError) Error

Error satisfies the builtin error interface

func (GetGroupResponseValidationError) ErrorName

ErrorName returns error name.

func (GetGroupResponseValidationError) Field

Field function returns field value.

func (GetGroupResponseValidationError) Key

Key function returns key value.

func (GetGroupResponseValidationError) Reason

Reason function returns reason value.

type GetJWKsRequest

type GetJWKsRequest struct {
	// contains filtered or unexported fields
}

func (*GetJWKsRequest) Descriptor deprecated

func (*GetJWKsRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetJWKsRequest.ProtoReflect.Descriptor instead.

func (*GetJWKsRequest) ProtoMessage

func (*GetJWKsRequest) ProtoMessage()

func (*GetJWKsRequest) ProtoReflect

func (x *GetJWKsRequest) ProtoReflect() protoreflect.Message

func (*GetJWKsRequest) Reset

func (x *GetJWKsRequest) Reset()

func (*GetJWKsRequest) String

func (x *GetJWKsRequest) String() string

func (*GetJWKsRequest) Validate

func (m *GetJWKsRequest) Validate() error

Validate checks the field values on GetJWKsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetJWKsRequest) ValidateAll

func (m *GetJWKsRequest) ValidateAll() error

ValidateAll checks the field values on GetJWKsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetJWKsRequestMultiError, or nil if none found.

type GetJWKsRequestMultiError

type GetJWKsRequestMultiError []error

GetJWKsRequestMultiError is an error wrapping multiple validation errors returned by GetJWKsRequest.ValidateAll() if the designated constraints aren't met.

func (GetJWKsRequestMultiError) AllErrors

func (m GetJWKsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetJWKsRequestMultiError) Error

func (m GetJWKsRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GetJWKsRequestValidationError

type GetJWKsRequestValidationError struct {
	// contains filtered or unexported fields
}

GetJWKsRequestValidationError is the validation error returned by GetJWKsRequest.Validate if the designated constraints aren't met.

func (GetJWKsRequestValidationError) Cause

Cause function returns cause value.

func (GetJWKsRequestValidationError) Error

Error satisfies the builtin error interface

func (GetJWKsRequestValidationError) ErrorName

func (e GetJWKsRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetJWKsRequestValidationError) Field

Field function returns field value.

func (GetJWKsRequestValidationError) Key

Key function returns key value.

func (GetJWKsRequestValidationError) Reason

Reason function returns reason value.

type GetJWKsResponse

type GetJWKsResponse struct {
	Keys []*JSONWebKey `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
	// contains filtered or unexported fields
}

GetJWKsResponse is a valid JSON Web Key Set as specififed in rfc 7517

func (*GetJWKsResponse) Descriptor deprecated

func (*GetJWKsResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetJWKsResponse.ProtoReflect.Descriptor instead.

func (*GetJWKsResponse) GetKeys

func (x *GetJWKsResponse) GetKeys() []*JSONWebKey

func (*GetJWKsResponse) ProtoMessage

func (*GetJWKsResponse) ProtoMessage()

func (*GetJWKsResponse) ProtoReflect

func (x *GetJWKsResponse) ProtoReflect() protoreflect.Message

func (*GetJWKsResponse) Reset

func (x *GetJWKsResponse) Reset()

func (*GetJWKsResponse) String

func (x *GetJWKsResponse) String() string

func (*GetJWKsResponse) Validate

func (m *GetJWKsResponse) Validate() error

Validate checks the field values on GetJWKsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetJWKsResponse) ValidateAll

func (m *GetJWKsResponse) ValidateAll() error

ValidateAll checks the field values on GetJWKsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetJWKsResponseMultiError, or nil if none found.

type GetJWKsResponseMultiError

type GetJWKsResponseMultiError []error

GetJWKsResponseMultiError is an error wrapping multiple validation errors returned by GetJWKsResponse.ValidateAll() if the designated constraints aren't met.

func (GetJWKsResponseMultiError) AllErrors

func (m GetJWKsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetJWKsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetJWKsResponseValidationError

type GetJWKsResponseValidationError struct {
	// contains filtered or unexported fields
}

GetJWKsResponseValidationError is the validation error returned by GetJWKsResponse.Validate if the designated constraints aren't met.

func (GetJWKsResponseValidationError) Cause

Cause function returns cause value.

func (GetJWKsResponseValidationError) Error

Error satisfies the builtin error interface

func (GetJWKsResponseValidationError) ErrorName

func (e GetJWKsResponseValidationError) ErrorName() string

ErrorName returns error name.

func (GetJWKsResponseValidationError) Field

Field function returns field value.

func (GetJWKsResponseValidationError) Key

Key function returns key value.

func (GetJWKsResponseValidationError) Reason

Reason function returns reason value.

type GetMetaSchemaRequest

type GetMetaSchemaRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMetaSchemaRequest) Descriptor deprecated

func (*GetMetaSchemaRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetMetaSchemaRequest.ProtoReflect.Descriptor instead.

func (*GetMetaSchemaRequest) GetId

func (x *GetMetaSchemaRequest) GetId() string

func (*GetMetaSchemaRequest) ProtoMessage

func (*GetMetaSchemaRequest) ProtoMessage()

func (*GetMetaSchemaRequest) ProtoReflect

func (x *GetMetaSchemaRequest) ProtoReflect() protoreflect.Message

func (*GetMetaSchemaRequest) Reset

func (x *GetMetaSchemaRequest) Reset()

func (*GetMetaSchemaRequest) String

func (x *GetMetaSchemaRequest) String() string

func (*GetMetaSchemaRequest) Validate

func (m *GetMetaSchemaRequest) Validate() error

Validate checks the field values on GetMetaSchemaRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetMetaSchemaRequest) ValidateAll

func (m *GetMetaSchemaRequest) ValidateAll() error

ValidateAll checks the field values on GetMetaSchemaRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetMetaSchemaRequestMultiError, or nil if none found.

type GetMetaSchemaRequestMultiError

type GetMetaSchemaRequestMultiError []error

GetMetaSchemaRequestMultiError is an error wrapping multiple validation errors returned by GetMetaSchemaRequest.ValidateAll() if the designated constraints aren't met.

func (GetMetaSchemaRequestMultiError) AllErrors

func (m GetMetaSchemaRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetMetaSchemaRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetMetaSchemaRequestValidationError

type GetMetaSchemaRequestValidationError struct {
	// contains filtered or unexported fields
}

GetMetaSchemaRequestValidationError is the validation error returned by GetMetaSchemaRequest.Validate if the designated constraints aren't met.

func (GetMetaSchemaRequestValidationError) Cause

Cause function returns cause value.

func (GetMetaSchemaRequestValidationError) Error

Error satisfies the builtin error interface

func (GetMetaSchemaRequestValidationError) ErrorName

ErrorName returns error name.

func (GetMetaSchemaRequestValidationError) Field

Field function returns field value.

func (GetMetaSchemaRequestValidationError) Key

Key function returns key value.

func (GetMetaSchemaRequestValidationError) Reason

Reason function returns reason value.

type GetMetaSchemaResponse

type GetMetaSchemaResponse struct {
	Metaschema *MetaSchema `protobuf:"bytes,1,opt,name=metaschema,proto3" json:"metaschema,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMetaSchemaResponse) Descriptor deprecated

func (*GetMetaSchemaResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetMetaSchemaResponse.ProtoReflect.Descriptor instead.

func (*GetMetaSchemaResponse) GetMetaschema

func (x *GetMetaSchemaResponse) GetMetaschema() *MetaSchema

func (*GetMetaSchemaResponse) ProtoMessage

func (*GetMetaSchemaResponse) ProtoMessage()

func (*GetMetaSchemaResponse) ProtoReflect

func (x *GetMetaSchemaResponse) ProtoReflect() protoreflect.Message

func (*GetMetaSchemaResponse) Reset

func (x *GetMetaSchemaResponse) Reset()

func (*GetMetaSchemaResponse) String

func (x *GetMetaSchemaResponse) String() string

func (*GetMetaSchemaResponse) Validate

func (m *GetMetaSchemaResponse) Validate() error

Validate checks the field values on GetMetaSchemaResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetMetaSchemaResponse) ValidateAll

func (m *GetMetaSchemaResponse) ValidateAll() error

ValidateAll checks the field values on GetMetaSchemaResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetMetaSchemaResponseMultiError, or nil if none found.

type GetMetaSchemaResponseMultiError

type GetMetaSchemaResponseMultiError []error

GetMetaSchemaResponseMultiError is an error wrapping multiple validation errors returned by GetMetaSchemaResponse.ValidateAll() if the designated constraints aren't met.

func (GetMetaSchemaResponseMultiError) AllErrors

func (m GetMetaSchemaResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetMetaSchemaResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetMetaSchemaResponseValidationError

type GetMetaSchemaResponseValidationError struct {
	// contains filtered or unexported fields
}

GetMetaSchemaResponseValidationError is the validation error returned by GetMetaSchemaResponse.Validate if the designated constraints aren't met.

func (GetMetaSchemaResponseValidationError) Cause

Cause function returns cause value.

func (GetMetaSchemaResponseValidationError) Error

Error satisfies the builtin error interface

func (GetMetaSchemaResponseValidationError) ErrorName

ErrorName returns error name.

func (GetMetaSchemaResponseValidationError) Field

Field function returns field value.

func (GetMetaSchemaResponseValidationError) Key

Key function returns key value.

func (GetMetaSchemaResponseValidationError) Reason

Reason function returns reason value.

type GetNamespaceRequest

type GetNamespaceRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNamespaceRequest) Descriptor deprecated

func (*GetNamespaceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetNamespaceRequest.ProtoReflect.Descriptor instead.

func (*GetNamespaceRequest) GetId

func (x *GetNamespaceRequest) GetId() string

func (*GetNamespaceRequest) ProtoMessage

func (*GetNamespaceRequest) ProtoMessage()

func (*GetNamespaceRequest) ProtoReflect

func (x *GetNamespaceRequest) ProtoReflect() protoreflect.Message

func (*GetNamespaceRequest) Reset

func (x *GetNamespaceRequest) Reset()

func (*GetNamespaceRequest) String

func (x *GetNamespaceRequest) String() string

func (*GetNamespaceRequest) Validate

func (m *GetNamespaceRequest) Validate() error

Validate checks the field values on GetNamespaceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetNamespaceRequest) ValidateAll

func (m *GetNamespaceRequest) ValidateAll() error

ValidateAll checks the field values on GetNamespaceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetNamespaceRequestMultiError, or nil if none found.

type GetNamespaceRequestMultiError

type GetNamespaceRequestMultiError []error

GetNamespaceRequestMultiError is an error wrapping multiple validation errors returned by GetNamespaceRequest.ValidateAll() if the designated constraints aren't met.

func (GetNamespaceRequestMultiError) AllErrors

func (m GetNamespaceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetNamespaceRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetNamespaceRequestValidationError

type GetNamespaceRequestValidationError struct {
	// contains filtered or unexported fields
}

GetNamespaceRequestValidationError is the validation error returned by GetNamespaceRequest.Validate if the designated constraints aren't met.

func (GetNamespaceRequestValidationError) Cause

Cause function returns cause value.

func (GetNamespaceRequestValidationError) Error

Error satisfies the builtin error interface

func (GetNamespaceRequestValidationError) ErrorName

ErrorName returns error name.

func (GetNamespaceRequestValidationError) Field

Field function returns field value.

func (GetNamespaceRequestValidationError) Key

Key function returns key value.

func (GetNamespaceRequestValidationError) Reason

Reason function returns reason value.

type GetNamespaceResponse

type GetNamespaceResponse struct {
	Namespace *Namespace `protobuf:"bytes,1,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNamespaceResponse) Descriptor deprecated

func (*GetNamespaceResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetNamespaceResponse.ProtoReflect.Descriptor instead.

func (*GetNamespaceResponse) GetNamespace

func (x *GetNamespaceResponse) GetNamespace() *Namespace

func (*GetNamespaceResponse) ProtoMessage

func (*GetNamespaceResponse) ProtoMessage()

func (*GetNamespaceResponse) ProtoReflect

func (x *GetNamespaceResponse) ProtoReflect() protoreflect.Message

func (*GetNamespaceResponse) Reset

func (x *GetNamespaceResponse) Reset()

func (*GetNamespaceResponse) String

func (x *GetNamespaceResponse) String() string

func (*GetNamespaceResponse) Validate

func (m *GetNamespaceResponse) Validate() error

Validate checks the field values on GetNamespaceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetNamespaceResponse) ValidateAll

func (m *GetNamespaceResponse) ValidateAll() error

ValidateAll checks the field values on GetNamespaceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetNamespaceResponseMultiError, or nil if none found.

type GetNamespaceResponseMultiError

type GetNamespaceResponseMultiError []error

GetNamespaceResponseMultiError is an error wrapping multiple validation errors returned by GetNamespaceResponse.ValidateAll() if the designated constraints aren't met.

func (GetNamespaceResponseMultiError) AllErrors

func (m GetNamespaceResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetNamespaceResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetNamespaceResponseValidationError

type GetNamespaceResponseValidationError struct {
	// contains filtered or unexported fields
}

GetNamespaceResponseValidationError is the validation error returned by GetNamespaceResponse.Validate if the designated constraints aren't met.

func (GetNamespaceResponseValidationError) Cause

Cause function returns cause value.

func (GetNamespaceResponseValidationError) Error

Error satisfies the builtin error interface

func (GetNamespaceResponseValidationError) ErrorName

ErrorName returns error name.

func (GetNamespaceResponseValidationError) Field

Field function returns field value.

func (GetNamespaceResponseValidationError) Key

Key function returns key value.

func (GetNamespaceResponseValidationError) Reason

Reason function returns reason value.

type GetOrganizationAuditLogRequest

type GetOrganizationAuditLogRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Id    string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationAuditLogRequest) Descriptor deprecated

func (*GetOrganizationAuditLogRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetOrganizationAuditLogRequest.ProtoReflect.Descriptor instead.

func (*GetOrganizationAuditLogRequest) GetId

func (*GetOrganizationAuditLogRequest) GetOrgId

func (x *GetOrganizationAuditLogRequest) GetOrgId() string

func (*GetOrganizationAuditLogRequest) ProtoMessage

func (*GetOrganizationAuditLogRequest) ProtoMessage()

func (*GetOrganizationAuditLogRequest) ProtoReflect

func (*GetOrganizationAuditLogRequest) Reset

func (x *GetOrganizationAuditLogRequest) Reset()

func (*GetOrganizationAuditLogRequest) String

func (*GetOrganizationAuditLogRequest) Validate

func (m *GetOrganizationAuditLogRequest) Validate() error

Validate checks the field values on GetOrganizationAuditLogRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetOrganizationAuditLogRequest) ValidateAll

func (m *GetOrganizationAuditLogRequest) ValidateAll() error

ValidateAll checks the field values on GetOrganizationAuditLogRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetOrganizationAuditLogRequestMultiError, or nil if none found.

type GetOrganizationAuditLogRequestMultiError

type GetOrganizationAuditLogRequestMultiError []error

GetOrganizationAuditLogRequestMultiError is an error wrapping multiple validation errors returned by GetOrganizationAuditLogRequest.ValidateAll() if the designated constraints aren't met.

func (GetOrganizationAuditLogRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetOrganizationAuditLogRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetOrganizationAuditLogRequestValidationError

type GetOrganizationAuditLogRequestValidationError struct {
	// contains filtered or unexported fields
}

GetOrganizationAuditLogRequestValidationError is the validation error returned by GetOrganizationAuditLogRequest.Validate if the designated constraints aren't met.

func (GetOrganizationAuditLogRequestValidationError) Cause

Cause function returns cause value.

func (GetOrganizationAuditLogRequestValidationError) Error

Error satisfies the builtin error interface

func (GetOrganizationAuditLogRequestValidationError) ErrorName

ErrorName returns error name.

func (GetOrganizationAuditLogRequestValidationError) Field

Field function returns field value.

func (GetOrganizationAuditLogRequestValidationError) Key

Key function returns key value.

func (GetOrganizationAuditLogRequestValidationError) Reason

Reason function returns reason value.

type GetOrganizationAuditLogResponse

type GetOrganizationAuditLogResponse struct {
	Log *AuditLog `protobuf:"bytes,1,opt,name=log,proto3" json:"log,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationAuditLogResponse) Descriptor deprecated

func (*GetOrganizationAuditLogResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetOrganizationAuditLogResponse.ProtoReflect.Descriptor instead.

func (*GetOrganizationAuditLogResponse) GetLog

func (*GetOrganizationAuditLogResponse) ProtoMessage

func (*GetOrganizationAuditLogResponse) ProtoMessage()

func (*GetOrganizationAuditLogResponse) ProtoReflect

func (*GetOrganizationAuditLogResponse) Reset

func (*GetOrganizationAuditLogResponse) String

func (*GetOrganizationAuditLogResponse) Validate

func (m *GetOrganizationAuditLogResponse) Validate() error

Validate checks the field values on GetOrganizationAuditLogResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetOrganizationAuditLogResponse) ValidateAll

func (m *GetOrganizationAuditLogResponse) ValidateAll() error

ValidateAll checks the field values on GetOrganizationAuditLogResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetOrganizationAuditLogResponseMultiError, or nil if none found.

type GetOrganizationAuditLogResponseMultiError

type GetOrganizationAuditLogResponseMultiError []error

GetOrganizationAuditLogResponseMultiError is an error wrapping multiple validation errors returned by GetOrganizationAuditLogResponse.ValidateAll() if the designated constraints aren't met.

func (GetOrganizationAuditLogResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetOrganizationAuditLogResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetOrganizationAuditLogResponseValidationError

type GetOrganizationAuditLogResponseValidationError struct {
	// contains filtered or unexported fields
}

GetOrganizationAuditLogResponseValidationError is the validation error returned by GetOrganizationAuditLogResponse.Validate if the designated constraints aren't met.

func (GetOrganizationAuditLogResponseValidationError) Cause

Cause function returns cause value.

func (GetOrganizationAuditLogResponseValidationError) Error

Error satisfies the builtin error interface

func (GetOrganizationAuditLogResponseValidationError) ErrorName

ErrorName returns error name.

func (GetOrganizationAuditLogResponseValidationError) Field

Field function returns field value.

func (GetOrganizationAuditLogResponseValidationError) Key

Key function returns key value.

func (GetOrganizationAuditLogResponseValidationError) Reason

Reason function returns reason value.

type GetOrganizationDomainRequest added in v0.7.2

type GetOrganizationDomainRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationDomainRequest) Descriptor deprecated added in v0.7.2

func (*GetOrganizationDomainRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetOrganizationDomainRequest.ProtoReflect.Descriptor instead.

func (*GetOrganizationDomainRequest) GetId added in v0.7.2

func (*GetOrganizationDomainRequest) GetOrgId added in v0.7.2

func (x *GetOrganizationDomainRequest) GetOrgId() string

func (*GetOrganizationDomainRequest) ProtoMessage added in v0.7.2

func (*GetOrganizationDomainRequest) ProtoMessage()

func (*GetOrganizationDomainRequest) ProtoReflect added in v0.7.2

func (*GetOrganizationDomainRequest) Reset added in v0.7.2

func (x *GetOrganizationDomainRequest) Reset()

func (*GetOrganizationDomainRequest) String added in v0.7.2

func (*GetOrganizationDomainRequest) Validate added in v0.7.2

func (m *GetOrganizationDomainRequest) Validate() error

Validate checks the field values on GetOrganizationDomainRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetOrganizationDomainRequest) ValidateAll added in v0.7.2

func (m *GetOrganizationDomainRequest) ValidateAll() error

ValidateAll checks the field values on GetOrganizationDomainRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetOrganizationDomainRequestMultiError, or nil if none found.

type GetOrganizationDomainRequestMultiError added in v0.7.2

type GetOrganizationDomainRequestMultiError []error

GetOrganizationDomainRequestMultiError is an error wrapping multiple validation errors returned by GetOrganizationDomainRequest.ValidateAll() if the designated constraints aren't met.

func (GetOrganizationDomainRequestMultiError) AllErrors added in v0.7.2

AllErrors returns a list of validation violation errors.

func (GetOrganizationDomainRequestMultiError) Error added in v0.7.2

Error returns a concatenation of all the error messages it wraps.

type GetOrganizationDomainRequestValidationError added in v0.7.2

type GetOrganizationDomainRequestValidationError struct {
	// contains filtered or unexported fields
}

GetOrganizationDomainRequestValidationError is the validation error returned by GetOrganizationDomainRequest.Validate if the designated constraints aren't met.

func (GetOrganizationDomainRequestValidationError) Cause added in v0.7.2

Cause function returns cause value.

func (GetOrganizationDomainRequestValidationError) Error added in v0.7.2

Error satisfies the builtin error interface

func (GetOrganizationDomainRequestValidationError) ErrorName added in v0.7.2

ErrorName returns error name.

func (GetOrganizationDomainRequestValidationError) Field added in v0.7.2

Field function returns field value.

func (GetOrganizationDomainRequestValidationError) Key added in v0.7.2

Key function returns key value.

func (GetOrganizationDomainRequestValidationError) Reason added in v0.7.2

Reason function returns reason value.

type GetOrganizationDomainResponse added in v0.7.2

type GetOrganizationDomainResponse struct {
	Domain *Domain `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationDomainResponse) Descriptor deprecated added in v0.7.2

func (*GetOrganizationDomainResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetOrganizationDomainResponse.ProtoReflect.Descriptor instead.

func (*GetOrganizationDomainResponse) GetDomain added in v0.7.2

func (x *GetOrganizationDomainResponse) GetDomain() *Domain

func (*GetOrganizationDomainResponse) ProtoMessage added in v0.7.2

func (*GetOrganizationDomainResponse) ProtoMessage()

func (*GetOrganizationDomainResponse) ProtoReflect added in v0.7.2

func (*GetOrganizationDomainResponse) Reset added in v0.7.2

func (x *GetOrganizationDomainResponse) Reset()

func (*GetOrganizationDomainResponse) String added in v0.7.2

func (*GetOrganizationDomainResponse) Validate added in v0.7.2

func (m *GetOrganizationDomainResponse) Validate() error

Validate checks the field values on GetOrganizationDomainResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetOrganizationDomainResponse) ValidateAll added in v0.7.2

func (m *GetOrganizationDomainResponse) ValidateAll() error

ValidateAll checks the field values on GetOrganizationDomainResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetOrganizationDomainResponseMultiError, or nil if none found.

type GetOrganizationDomainResponseMultiError added in v0.7.2

type GetOrganizationDomainResponseMultiError []error

GetOrganizationDomainResponseMultiError is an error wrapping multiple validation errors returned by GetOrganizationDomainResponse.ValidateAll() if the designated constraints aren't met.

func (GetOrganizationDomainResponseMultiError) AllErrors added in v0.7.2

AllErrors returns a list of validation violation errors.

func (GetOrganizationDomainResponseMultiError) Error added in v0.7.2

Error returns a concatenation of all the error messages it wraps.

type GetOrganizationDomainResponseValidationError added in v0.7.2

type GetOrganizationDomainResponseValidationError struct {
	// contains filtered or unexported fields
}

GetOrganizationDomainResponseValidationError is the validation error returned by GetOrganizationDomainResponse.Validate if the designated constraints aren't met.

func (GetOrganizationDomainResponseValidationError) Cause added in v0.7.2

Cause function returns cause value.

func (GetOrganizationDomainResponseValidationError) Error added in v0.7.2

Error satisfies the builtin error interface

func (GetOrganizationDomainResponseValidationError) ErrorName added in v0.7.2

ErrorName returns error name.

func (GetOrganizationDomainResponseValidationError) Field added in v0.7.2

Field function returns field value.

func (GetOrganizationDomainResponseValidationError) Key added in v0.7.2

Key function returns key value.

func (GetOrganizationDomainResponseValidationError) Reason added in v0.7.2

Reason function returns reason value.

type GetOrganizationInvitationRequest

type GetOrganizationInvitationRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationInvitationRequest) Descriptor deprecated

func (*GetOrganizationInvitationRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetOrganizationInvitationRequest.ProtoReflect.Descriptor instead.

func (*GetOrganizationInvitationRequest) GetId

func (*GetOrganizationInvitationRequest) GetOrgId

func (*GetOrganizationInvitationRequest) ProtoMessage

func (*GetOrganizationInvitationRequest) ProtoMessage()

func (*GetOrganizationInvitationRequest) ProtoReflect

func (*GetOrganizationInvitationRequest) Reset

func (*GetOrganizationInvitationRequest) String

func (*GetOrganizationInvitationRequest) Validate

Validate checks the field values on GetOrganizationInvitationRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetOrganizationInvitationRequest) ValidateAll

func (m *GetOrganizationInvitationRequest) ValidateAll() error

ValidateAll checks the field values on GetOrganizationInvitationRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetOrganizationInvitationRequestMultiError, or nil if none found.

type GetOrganizationInvitationRequestMultiError

type GetOrganizationInvitationRequestMultiError []error

GetOrganizationInvitationRequestMultiError is an error wrapping multiple validation errors returned by GetOrganizationInvitationRequest.ValidateAll() if the designated constraints aren't met.

func (GetOrganizationInvitationRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetOrganizationInvitationRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetOrganizationInvitationRequestValidationError

type GetOrganizationInvitationRequestValidationError struct {
	// contains filtered or unexported fields
}

GetOrganizationInvitationRequestValidationError is the validation error returned by GetOrganizationInvitationRequest.Validate if the designated constraints aren't met.

func (GetOrganizationInvitationRequestValidationError) Cause

Cause function returns cause value.

func (GetOrganizationInvitationRequestValidationError) Error

Error satisfies the builtin error interface

func (GetOrganizationInvitationRequestValidationError) ErrorName

ErrorName returns error name.

func (GetOrganizationInvitationRequestValidationError) Field

Field function returns field value.

func (GetOrganizationInvitationRequestValidationError) Key

Key function returns key value.

func (GetOrganizationInvitationRequestValidationError) Reason

Reason function returns reason value.

type GetOrganizationInvitationResponse

type GetOrganizationInvitationResponse struct {
	Invitation *Invitation `protobuf:"bytes,1,opt,name=invitation,proto3" json:"invitation,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationInvitationResponse) Descriptor deprecated

func (*GetOrganizationInvitationResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetOrganizationInvitationResponse.ProtoReflect.Descriptor instead.

func (*GetOrganizationInvitationResponse) GetInvitation

func (x *GetOrganizationInvitationResponse) GetInvitation() *Invitation

func (*GetOrganizationInvitationResponse) ProtoMessage

func (*GetOrganizationInvitationResponse) ProtoMessage()

func (*GetOrganizationInvitationResponse) ProtoReflect

func (*GetOrganizationInvitationResponse) Reset

func (*GetOrganizationInvitationResponse) String

func (*GetOrganizationInvitationResponse) Validate

Validate checks the field values on GetOrganizationInvitationResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetOrganizationInvitationResponse) ValidateAll

func (m *GetOrganizationInvitationResponse) ValidateAll() error

ValidateAll checks the field values on GetOrganizationInvitationResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetOrganizationInvitationResponseMultiError, or nil if none found.

type GetOrganizationInvitationResponseMultiError

type GetOrganizationInvitationResponseMultiError []error

GetOrganizationInvitationResponseMultiError is an error wrapping multiple validation errors returned by GetOrganizationInvitationResponse.ValidateAll() if the designated constraints aren't met.

func (GetOrganizationInvitationResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetOrganizationInvitationResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetOrganizationInvitationResponseValidationError

type GetOrganizationInvitationResponseValidationError struct {
	// contains filtered or unexported fields
}

GetOrganizationInvitationResponseValidationError is the validation error returned by GetOrganizationInvitationResponse.Validate if the designated constraints aren't met.

func (GetOrganizationInvitationResponseValidationError) Cause

Cause function returns cause value.

func (GetOrganizationInvitationResponseValidationError) Error

Error satisfies the builtin error interface

func (GetOrganizationInvitationResponseValidationError) ErrorName

ErrorName returns error name.

func (GetOrganizationInvitationResponseValidationError) Field

Field function returns field value.

func (GetOrganizationInvitationResponseValidationError) Key

Key function returns key value.

func (GetOrganizationInvitationResponseValidationError) Reason

Reason function returns reason value.

type GetOrganizationRequest

type GetOrganizationRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationRequest) Descriptor deprecated

func (*GetOrganizationRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetOrganizationRequest.ProtoReflect.Descriptor instead.

func (*GetOrganizationRequest) GetId

func (x *GetOrganizationRequest) GetId() string

func (*GetOrganizationRequest) ProtoMessage

func (*GetOrganizationRequest) ProtoMessage()

func (*GetOrganizationRequest) ProtoReflect

func (x *GetOrganizationRequest) ProtoReflect() protoreflect.Message

func (*GetOrganizationRequest) Reset

func (x *GetOrganizationRequest) Reset()

func (*GetOrganizationRequest) String

func (x *GetOrganizationRequest) String() string

func (*GetOrganizationRequest) Validate

func (m *GetOrganizationRequest) Validate() error

Validate checks the field values on GetOrganizationRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetOrganizationRequest) ValidateAll

func (m *GetOrganizationRequest) ValidateAll() error

ValidateAll checks the field values on GetOrganizationRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetOrganizationRequestMultiError, or nil if none found.

type GetOrganizationRequestMultiError

type GetOrganizationRequestMultiError []error

GetOrganizationRequestMultiError is an error wrapping multiple validation errors returned by GetOrganizationRequest.ValidateAll() if the designated constraints aren't met.

func (GetOrganizationRequestMultiError) AllErrors

func (m GetOrganizationRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetOrganizationRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetOrganizationRequestValidationError

type GetOrganizationRequestValidationError struct {
	// contains filtered or unexported fields
}

GetOrganizationRequestValidationError is the validation error returned by GetOrganizationRequest.Validate if the designated constraints aren't met.

func (GetOrganizationRequestValidationError) Cause

Cause function returns cause value.

func (GetOrganizationRequestValidationError) Error

Error satisfies the builtin error interface

func (GetOrganizationRequestValidationError) ErrorName

ErrorName returns error name.

func (GetOrganizationRequestValidationError) Field

Field function returns field value.

func (GetOrganizationRequestValidationError) Key

Key function returns key value.

func (GetOrganizationRequestValidationError) Reason

Reason function returns reason value.

type GetOrganizationResponse

type GetOrganizationResponse struct {
	Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationResponse) Descriptor deprecated

func (*GetOrganizationResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetOrganizationResponse.ProtoReflect.Descriptor instead.

func (*GetOrganizationResponse) GetOrganization

func (x *GetOrganizationResponse) GetOrganization() *Organization

func (*GetOrganizationResponse) ProtoMessage

func (*GetOrganizationResponse) ProtoMessage()

func (*GetOrganizationResponse) ProtoReflect

func (x *GetOrganizationResponse) ProtoReflect() protoreflect.Message

func (*GetOrganizationResponse) Reset

func (x *GetOrganizationResponse) Reset()

func (*GetOrganizationResponse) String

func (x *GetOrganizationResponse) String() string

func (*GetOrganizationResponse) Validate

func (m *GetOrganizationResponse) Validate() error

Validate checks the field values on GetOrganizationResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetOrganizationResponse) ValidateAll

func (m *GetOrganizationResponse) ValidateAll() error

ValidateAll checks the field values on GetOrganizationResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetOrganizationResponseMultiError, or nil if none found.

type GetOrganizationResponseMultiError

type GetOrganizationResponseMultiError []error

GetOrganizationResponseMultiError is an error wrapping multiple validation errors returned by GetOrganizationResponse.ValidateAll() if the designated constraints aren't met.

func (GetOrganizationResponseMultiError) AllErrors

func (m GetOrganizationResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetOrganizationResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetOrganizationResponseValidationError

type GetOrganizationResponseValidationError struct {
	// contains filtered or unexported fields
}

GetOrganizationResponseValidationError is the validation error returned by GetOrganizationResponse.Validate if the designated constraints aren't met.

func (GetOrganizationResponseValidationError) Cause

Cause function returns cause value.

func (GetOrganizationResponseValidationError) Error

Error satisfies the builtin error interface

func (GetOrganizationResponseValidationError) ErrorName

ErrorName returns error name.

func (GetOrganizationResponseValidationError) Field

Field function returns field value.

func (GetOrganizationResponseValidationError) Key

Key function returns key value.

func (GetOrganizationResponseValidationError) Reason

Reason function returns reason value.

type GetOrganizationRoleRequest

type GetOrganizationRoleRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationRoleRequest) Descriptor deprecated

func (*GetOrganizationRoleRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetOrganizationRoleRequest.ProtoReflect.Descriptor instead.

func (*GetOrganizationRoleRequest) GetId

func (*GetOrganizationRoleRequest) GetOrgId

func (x *GetOrganizationRoleRequest) GetOrgId() string

func (*GetOrganizationRoleRequest) ProtoMessage

func (*GetOrganizationRoleRequest) ProtoMessage()

func (*GetOrganizationRoleRequest) ProtoReflect

func (*GetOrganizationRoleRequest) Reset

func (x *GetOrganizationRoleRequest) Reset()

func (*GetOrganizationRoleRequest) String

func (x *GetOrganizationRoleRequest) String() string

func (*GetOrganizationRoleRequest) Validate

func (m *GetOrganizationRoleRequest) Validate() error

Validate checks the field values on GetOrganizationRoleRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetOrganizationRoleRequest) ValidateAll

func (m *GetOrganizationRoleRequest) ValidateAll() error

ValidateAll checks the field values on GetOrganizationRoleRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetOrganizationRoleRequestMultiError, or nil if none found.

type GetOrganizationRoleRequestMultiError

type GetOrganizationRoleRequestMultiError []error

GetOrganizationRoleRequestMultiError is an error wrapping multiple validation errors returned by GetOrganizationRoleRequest.ValidateAll() if the designated constraints aren't met.

func (GetOrganizationRoleRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetOrganizationRoleRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetOrganizationRoleRequestValidationError

type GetOrganizationRoleRequestValidationError struct {
	// contains filtered or unexported fields
}

GetOrganizationRoleRequestValidationError is the validation error returned by GetOrganizationRoleRequest.Validate if the designated constraints aren't met.

func (GetOrganizationRoleRequestValidationError) Cause

Cause function returns cause value.

func (GetOrganizationRoleRequestValidationError) Error

Error satisfies the builtin error interface

func (GetOrganizationRoleRequestValidationError) ErrorName

ErrorName returns error name.

func (GetOrganizationRoleRequestValidationError) Field

Field function returns field value.

func (GetOrganizationRoleRequestValidationError) Key

Key function returns key value.

func (GetOrganizationRoleRequestValidationError) Reason

Reason function returns reason value.

type GetOrganizationRoleResponse

type GetOrganizationRoleResponse struct {
	Role *Role `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationRoleResponse) Descriptor deprecated

func (*GetOrganizationRoleResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetOrganizationRoleResponse.ProtoReflect.Descriptor instead.

func (*GetOrganizationRoleResponse) GetRole

func (x *GetOrganizationRoleResponse) GetRole() *Role

func (*GetOrganizationRoleResponse) ProtoMessage

func (*GetOrganizationRoleResponse) ProtoMessage()

func (*GetOrganizationRoleResponse) ProtoReflect

func (*GetOrganizationRoleResponse) Reset

func (x *GetOrganizationRoleResponse) Reset()

func (*GetOrganizationRoleResponse) String

func (x *GetOrganizationRoleResponse) String() string

func (*GetOrganizationRoleResponse) Validate

func (m *GetOrganizationRoleResponse) Validate() error

Validate checks the field values on GetOrganizationRoleResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetOrganizationRoleResponse) ValidateAll

func (m *GetOrganizationRoleResponse) ValidateAll() error

ValidateAll checks the field values on GetOrganizationRoleResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetOrganizationRoleResponseMultiError, or nil if none found.

type GetOrganizationRoleResponseMultiError

type GetOrganizationRoleResponseMultiError []error

GetOrganizationRoleResponseMultiError is an error wrapping multiple validation errors returned by GetOrganizationRoleResponse.ValidateAll() if the designated constraints aren't met.

func (GetOrganizationRoleResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetOrganizationRoleResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetOrganizationRoleResponseValidationError

type GetOrganizationRoleResponseValidationError struct {
	// contains filtered or unexported fields
}

GetOrganizationRoleResponseValidationError is the validation error returned by GetOrganizationRoleResponse.Validate if the designated constraints aren't met.

func (GetOrganizationRoleResponseValidationError) Cause

Cause function returns cause value.

func (GetOrganizationRoleResponseValidationError) Error

Error satisfies the builtin error interface

func (GetOrganizationRoleResponseValidationError) ErrorName

ErrorName returns error name.

func (GetOrganizationRoleResponseValidationError) Field

Field function returns field value.

func (GetOrganizationRoleResponseValidationError) Key

Key function returns key value.

func (GetOrganizationRoleResponseValidationError) Reason

Reason function returns reason value.

type GetPermissionRequest

type GetPermissionRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPermissionRequest) Descriptor deprecated

func (*GetPermissionRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetPermissionRequest.ProtoReflect.Descriptor instead.

func (*GetPermissionRequest) GetId

func (x *GetPermissionRequest) GetId() string

func (*GetPermissionRequest) ProtoMessage

func (*GetPermissionRequest) ProtoMessage()

func (*GetPermissionRequest) ProtoReflect

func (x *GetPermissionRequest) ProtoReflect() protoreflect.Message

func (*GetPermissionRequest) Reset

func (x *GetPermissionRequest) Reset()

func (*GetPermissionRequest) String

func (x *GetPermissionRequest) String() string

func (*GetPermissionRequest) Validate

func (m *GetPermissionRequest) Validate() error

Validate checks the field values on GetPermissionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetPermissionRequest) ValidateAll

func (m *GetPermissionRequest) ValidateAll() error

ValidateAll checks the field values on GetPermissionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetPermissionRequestMultiError, or nil if none found.

type GetPermissionRequestMultiError

type GetPermissionRequestMultiError []error

GetPermissionRequestMultiError is an error wrapping multiple validation errors returned by GetPermissionRequest.ValidateAll() if the designated constraints aren't met.

func (GetPermissionRequestMultiError) AllErrors

func (m GetPermissionRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetPermissionRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetPermissionRequestValidationError

type GetPermissionRequestValidationError struct {
	// contains filtered or unexported fields
}

GetPermissionRequestValidationError is the validation error returned by GetPermissionRequest.Validate if the designated constraints aren't met.

func (GetPermissionRequestValidationError) Cause

Cause function returns cause value.

func (GetPermissionRequestValidationError) Error

Error satisfies the builtin error interface

func (GetPermissionRequestValidationError) ErrorName

ErrorName returns error name.

func (GetPermissionRequestValidationError) Field

Field function returns field value.

func (GetPermissionRequestValidationError) Key

Key function returns key value.

func (GetPermissionRequestValidationError) Reason

Reason function returns reason value.

type GetPermissionResponse

type GetPermissionResponse struct {
	Permission *Permission `protobuf:"bytes,1,opt,name=permission,proto3" json:"permission,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPermissionResponse) Descriptor deprecated

func (*GetPermissionResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetPermissionResponse.ProtoReflect.Descriptor instead.

func (*GetPermissionResponse) GetPermission

func (x *GetPermissionResponse) GetPermission() *Permission

func (*GetPermissionResponse) ProtoMessage

func (*GetPermissionResponse) ProtoMessage()

func (*GetPermissionResponse) ProtoReflect

func (x *GetPermissionResponse) ProtoReflect() protoreflect.Message

func (*GetPermissionResponse) Reset

func (x *GetPermissionResponse) Reset()

func (*GetPermissionResponse) String

func (x *GetPermissionResponse) String() string

func (*GetPermissionResponse) Validate

func (m *GetPermissionResponse) Validate() error

Validate checks the field values on GetPermissionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetPermissionResponse) ValidateAll

func (m *GetPermissionResponse) ValidateAll() error

ValidateAll checks the field values on GetPermissionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetPermissionResponseMultiError, or nil if none found.

type GetPermissionResponseMultiError

type GetPermissionResponseMultiError []error

GetPermissionResponseMultiError is an error wrapping multiple validation errors returned by GetPermissionResponse.ValidateAll() if the designated constraints aren't met.

func (GetPermissionResponseMultiError) AllErrors

func (m GetPermissionResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetPermissionResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetPermissionResponseValidationError

type GetPermissionResponseValidationError struct {
	// contains filtered or unexported fields
}

GetPermissionResponseValidationError is the validation error returned by GetPermissionResponse.Validate if the designated constraints aren't met.

func (GetPermissionResponseValidationError) Cause

Cause function returns cause value.

func (GetPermissionResponseValidationError) Error

Error satisfies the builtin error interface

func (GetPermissionResponseValidationError) ErrorName

ErrorName returns error name.

func (GetPermissionResponseValidationError) Field

Field function returns field value.

func (GetPermissionResponseValidationError) Key

Key function returns key value.

func (GetPermissionResponseValidationError) Reason

Reason function returns reason value.

type GetPlanRequest added in v0.8.0

type GetPlanRequest struct {

	// ID of the plan to get
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPlanRequest) Descriptor deprecated added in v0.8.0

func (*GetPlanRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetPlanRequest.ProtoReflect.Descriptor instead.

func (*GetPlanRequest) GetId added in v0.8.0

func (x *GetPlanRequest) GetId() string

func (*GetPlanRequest) ProtoMessage added in v0.8.0

func (*GetPlanRequest) ProtoMessage()

func (*GetPlanRequest) ProtoReflect added in v0.8.0

func (x *GetPlanRequest) ProtoReflect() protoreflect.Message

func (*GetPlanRequest) Reset added in v0.8.0

func (x *GetPlanRequest) Reset()

func (*GetPlanRequest) String added in v0.8.0

func (x *GetPlanRequest) String() string

func (*GetPlanRequest) Validate added in v0.8.0

func (m *GetPlanRequest) Validate() error

Validate checks the field values on GetPlanRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetPlanRequest) ValidateAll added in v0.8.0

func (m *GetPlanRequest) ValidateAll() error

ValidateAll checks the field values on GetPlanRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetPlanRequestMultiError, or nil if none found.

type GetPlanRequestMultiError added in v0.8.0

type GetPlanRequestMultiError []error

GetPlanRequestMultiError is an error wrapping multiple validation errors returned by GetPlanRequest.ValidateAll() if the designated constraints aren't met.

func (GetPlanRequestMultiError) AllErrors added in v0.8.0

func (m GetPlanRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetPlanRequestMultiError) Error added in v0.8.0

func (m GetPlanRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GetPlanRequestValidationError added in v0.8.0

type GetPlanRequestValidationError struct {
	// contains filtered or unexported fields
}

GetPlanRequestValidationError is the validation error returned by GetPlanRequest.Validate if the designated constraints aren't met.

func (GetPlanRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (GetPlanRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (GetPlanRequestValidationError) ErrorName added in v0.8.0

func (e GetPlanRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetPlanRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (GetPlanRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (GetPlanRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type GetPlanResponse added in v0.8.0

type GetPlanResponse struct {

	// Plan
	Plan *Plan `protobuf:"bytes,1,opt,name=plan,proto3" json:"plan,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPlanResponse) Descriptor deprecated added in v0.8.0

func (*GetPlanResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetPlanResponse.ProtoReflect.Descriptor instead.

func (*GetPlanResponse) GetPlan added in v0.8.0

func (x *GetPlanResponse) GetPlan() *Plan

func (*GetPlanResponse) ProtoMessage added in v0.8.0

func (*GetPlanResponse) ProtoMessage()

func (*GetPlanResponse) ProtoReflect added in v0.8.0

func (x *GetPlanResponse) ProtoReflect() protoreflect.Message

func (*GetPlanResponse) Reset added in v0.8.0

func (x *GetPlanResponse) Reset()

func (*GetPlanResponse) String added in v0.8.0

func (x *GetPlanResponse) String() string

func (*GetPlanResponse) Validate added in v0.8.0

func (m *GetPlanResponse) Validate() error

Validate checks the field values on GetPlanResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetPlanResponse) ValidateAll added in v0.8.0

func (m *GetPlanResponse) ValidateAll() error

ValidateAll checks the field values on GetPlanResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetPlanResponseMultiError, or nil if none found.

type GetPlanResponseMultiError added in v0.8.0

type GetPlanResponseMultiError []error

GetPlanResponseMultiError is an error wrapping multiple validation errors returned by GetPlanResponse.ValidateAll() if the designated constraints aren't met.

func (GetPlanResponseMultiError) AllErrors added in v0.8.0

func (m GetPlanResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetPlanResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type GetPlanResponseValidationError added in v0.8.0

type GetPlanResponseValidationError struct {
	// contains filtered or unexported fields
}

GetPlanResponseValidationError is the validation error returned by GetPlanResponse.Validate if the designated constraints aren't met.

func (GetPlanResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (GetPlanResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (GetPlanResponseValidationError) ErrorName added in v0.8.0

func (e GetPlanResponseValidationError) ErrorName() string

ErrorName returns error name.

func (GetPlanResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (GetPlanResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (GetPlanResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type GetPolicyRequest

type GetPolicyRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPolicyRequest) Descriptor deprecated

func (*GetPolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetPolicyRequest) GetId

func (x *GetPolicyRequest) GetId() string

func (*GetPolicyRequest) ProtoMessage

func (*GetPolicyRequest) ProtoMessage()

func (*GetPolicyRequest) ProtoReflect

func (x *GetPolicyRequest) ProtoReflect() protoreflect.Message

func (*GetPolicyRequest) Reset

func (x *GetPolicyRequest) Reset()

func (*GetPolicyRequest) String

func (x *GetPolicyRequest) String() string

func (*GetPolicyRequest) Validate

func (m *GetPolicyRequest) Validate() error

Validate checks the field values on GetPolicyRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetPolicyRequest) ValidateAll

func (m *GetPolicyRequest) ValidateAll() error

ValidateAll checks the field values on GetPolicyRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetPolicyRequestMultiError, or nil if none found.

type GetPolicyRequestMultiError

type GetPolicyRequestMultiError []error

GetPolicyRequestMultiError is an error wrapping multiple validation errors returned by GetPolicyRequest.ValidateAll() if the designated constraints aren't met.

func (GetPolicyRequestMultiError) AllErrors

func (m GetPolicyRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetPolicyRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetPolicyRequestValidationError

type GetPolicyRequestValidationError struct {
	// contains filtered or unexported fields
}

GetPolicyRequestValidationError is the validation error returned by GetPolicyRequest.Validate if the designated constraints aren't met.

func (GetPolicyRequestValidationError) Cause

Cause function returns cause value.

func (GetPolicyRequestValidationError) Error

Error satisfies the builtin error interface

func (GetPolicyRequestValidationError) ErrorName

ErrorName returns error name.

func (GetPolicyRequestValidationError) Field

Field function returns field value.

func (GetPolicyRequestValidationError) Key

Key function returns key value.

func (GetPolicyRequestValidationError) Reason

Reason function returns reason value.

type GetPolicyResponse

type GetPolicyResponse struct {
	Policy *Policy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPolicyResponse) Descriptor deprecated

func (*GetPolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetPolicyResponse.ProtoReflect.Descriptor instead.

func (*GetPolicyResponse) GetPolicy

func (x *GetPolicyResponse) GetPolicy() *Policy

func (*GetPolicyResponse) ProtoMessage

func (*GetPolicyResponse) ProtoMessage()

func (*GetPolicyResponse) ProtoReflect

func (x *GetPolicyResponse) ProtoReflect() protoreflect.Message

func (*GetPolicyResponse) Reset

func (x *GetPolicyResponse) Reset()

func (*GetPolicyResponse) String

func (x *GetPolicyResponse) String() string

func (*GetPolicyResponse) Validate

func (m *GetPolicyResponse) Validate() error

Validate checks the field values on GetPolicyResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetPolicyResponse) ValidateAll

func (m *GetPolicyResponse) ValidateAll() error

ValidateAll checks the field values on GetPolicyResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetPolicyResponseMultiError, or nil if none found.

type GetPolicyResponseMultiError

type GetPolicyResponseMultiError []error

GetPolicyResponseMultiError is an error wrapping multiple validation errors returned by GetPolicyResponse.ValidateAll() if the designated constraints aren't met.

func (GetPolicyResponseMultiError) AllErrors

func (m GetPolicyResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetPolicyResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetPolicyResponseValidationError

type GetPolicyResponseValidationError struct {
	// contains filtered or unexported fields
}

GetPolicyResponseValidationError is the validation error returned by GetPolicyResponse.Validate if the designated constraints aren't met.

func (GetPolicyResponseValidationError) Cause

Cause function returns cause value.

func (GetPolicyResponseValidationError) Error

Error satisfies the builtin error interface

func (GetPolicyResponseValidationError) ErrorName

ErrorName returns error name.

func (GetPolicyResponseValidationError) Field

Field function returns field value.

func (GetPolicyResponseValidationError) Key

Key function returns key value.

func (GetPolicyResponseValidationError) Reason

Reason function returns reason value.

type GetProductRequest added in v0.8.14

type GetProductRequest struct {

	// ID of the product to get
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProductRequest) Descriptor deprecated added in v0.8.14

func (*GetProductRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetProductRequest.ProtoReflect.Descriptor instead.

func (*GetProductRequest) GetId added in v0.8.14

func (x *GetProductRequest) GetId() string

func (*GetProductRequest) ProtoMessage added in v0.8.14

func (*GetProductRequest) ProtoMessage()

func (*GetProductRequest) ProtoReflect added in v0.8.14

func (x *GetProductRequest) ProtoReflect() protoreflect.Message

func (*GetProductRequest) Reset added in v0.8.14

func (x *GetProductRequest) Reset()

func (*GetProductRequest) String added in v0.8.14

func (x *GetProductRequest) String() string

func (*GetProductRequest) Validate added in v0.8.14

func (m *GetProductRequest) Validate() error

Validate checks the field values on GetProductRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetProductRequest) ValidateAll added in v0.8.14

func (m *GetProductRequest) ValidateAll() error

ValidateAll checks the field values on GetProductRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetProductRequestMultiError, or nil if none found.

type GetProductRequestMultiError added in v0.8.14

type GetProductRequestMultiError []error

GetProductRequestMultiError is an error wrapping multiple validation errors returned by GetProductRequest.ValidateAll() if the designated constraints aren't met.

func (GetProductRequestMultiError) AllErrors added in v0.8.14

func (m GetProductRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetProductRequestMultiError) Error added in v0.8.14

Error returns a concatenation of all the error messages it wraps.

type GetProductRequestValidationError added in v0.8.14

type GetProductRequestValidationError struct {
	// contains filtered or unexported fields
}

GetProductRequestValidationError is the validation error returned by GetProductRequest.Validate if the designated constraints aren't met.

func (GetProductRequestValidationError) Cause added in v0.8.14

Cause function returns cause value.

func (GetProductRequestValidationError) Error added in v0.8.14

Error satisfies the builtin error interface

func (GetProductRequestValidationError) ErrorName added in v0.8.14

ErrorName returns error name.

func (GetProductRequestValidationError) Field added in v0.8.14

Field function returns field value.

func (GetProductRequestValidationError) Key added in v0.8.14

Key function returns key value.

func (GetProductRequestValidationError) Reason added in v0.8.14

Reason function returns reason value.

type GetProductResponse added in v0.8.14

type GetProductResponse struct {

	// Product
	Product *Product `protobuf:"bytes,1,opt,name=product,proto3" json:"product,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProductResponse) Descriptor deprecated added in v0.8.14

func (*GetProductResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetProductResponse.ProtoReflect.Descriptor instead.

func (*GetProductResponse) GetProduct added in v0.8.14

func (x *GetProductResponse) GetProduct() *Product

func (*GetProductResponse) ProtoMessage added in v0.8.14

func (*GetProductResponse) ProtoMessage()

func (*GetProductResponse) ProtoReflect added in v0.8.14

func (x *GetProductResponse) ProtoReflect() protoreflect.Message

func (*GetProductResponse) Reset added in v0.8.14

func (x *GetProductResponse) Reset()

func (*GetProductResponse) String added in v0.8.14

func (x *GetProductResponse) String() string

func (*GetProductResponse) Validate added in v0.8.14

func (m *GetProductResponse) Validate() error

Validate checks the field values on GetProductResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetProductResponse) ValidateAll added in v0.8.14

func (m *GetProductResponse) ValidateAll() error

ValidateAll checks the field values on GetProductResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetProductResponseMultiError, or nil if none found.

type GetProductResponseMultiError added in v0.8.14

type GetProductResponseMultiError []error

GetProductResponseMultiError is an error wrapping multiple validation errors returned by GetProductResponse.ValidateAll() if the designated constraints aren't met.

func (GetProductResponseMultiError) AllErrors added in v0.8.14

func (m GetProductResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetProductResponseMultiError) Error added in v0.8.14

Error returns a concatenation of all the error messages it wraps.

type GetProductResponseValidationError added in v0.8.14

type GetProductResponseValidationError struct {
	// contains filtered or unexported fields
}

GetProductResponseValidationError is the validation error returned by GetProductResponse.Validate if the designated constraints aren't met.

func (GetProductResponseValidationError) Cause added in v0.8.14

Cause function returns cause value.

func (GetProductResponseValidationError) Error added in v0.8.14

Error satisfies the builtin error interface

func (GetProductResponseValidationError) ErrorName added in v0.8.14

ErrorName returns error name.

func (GetProductResponseValidationError) Field added in v0.8.14

Field function returns field value.

func (GetProductResponseValidationError) Key added in v0.8.14

Key function returns key value.

func (GetProductResponseValidationError) Reason added in v0.8.14

Reason function returns reason value.

type GetProjectRequest

type GetProjectRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProjectRequest) Descriptor deprecated

func (*GetProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetProjectRequest.ProtoReflect.Descriptor instead.

func (*GetProjectRequest) GetId

func (x *GetProjectRequest) GetId() string

func (*GetProjectRequest) ProtoMessage

func (*GetProjectRequest) ProtoMessage()

func (*GetProjectRequest) ProtoReflect

func (x *GetProjectRequest) ProtoReflect() protoreflect.Message

func (*GetProjectRequest) Reset

func (x *GetProjectRequest) Reset()

func (*GetProjectRequest) String

func (x *GetProjectRequest) String() string

func (*GetProjectRequest) Validate

func (m *GetProjectRequest) Validate() error

Validate checks the field values on GetProjectRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetProjectRequest) ValidateAll

func (m *GetProjectRequest) ValidateAll() error

ValidateAll checks the field values on GetProjectRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetProjectRequestMultiError, or nil if none found.

type GetProjectRequestMultiError

type GetProjectRequestMultiError []error

GetProjectRequestMultiError is an error wrapping multiple validation errors returned by GetProjectRequest.ValidateAll() if the designated constraints aren't met.

func (GetProjectRequestMultiError) AllErrors

func (m GetProjectRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetProjectRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetProjectRequestValidationError

type GetProjectRequestValidationError struct {
	// contains filtered or unexported fields
}

GetProjectRequestValidationError is the validation error returned by GetProjectRequest.Validate if the designated constraints aren't met.

func (GetProjectRequestValidationError) Cause

Cause function returns cause value.

func (GetProjectRequestValidationError) Error

Error satisfies the builtin error interface

func (GetProjectRequestValidationError) ErrorName

ErrorName returns error name.

func (GetProjectRequestValidationError) Field

Field function returns field value.

func (GetProjectRequestValidationError) Key

Key function returns key value.

func (GetProjectRequestValidationError) Reason

Reason function returns reason value.

type GetProjectResourceRequest

type GetProjectResourceRequest struct {
	Id        string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ProjectId string `protobuf:"bytes,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProjectResourceRequest) Descriptor deprecated

func (*GetProjectResourceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetProjectResourceRequest.ProtoReflect.Descriptor instead.

func (*GetProjectResourceRequest) GetId

func (x *GetProjectResourceRequest) GetId() string

func (*GetProjectResourceRequest) GetProjectId

func (x *GetProjectResourceRequest) GetProjectId() string

func (*GetProjectResourceRequest) ProtoMessage

func (*GetProjectResourceRequest) ProtoMessage()

func (*GetProjectResourceRequest) ProtoReflect

func (*GetProjectResourceRequest) Reset

func (x *GetProjectResourceRequest) Reset()

func (*GetProjectResourceRequest) String

func (x *GetProjectResourceRequest) String() string

func (*GetProjectResourceRequest) Validate

func (m *GetProjectResourceRequest) Validate() error

Validate checks the field values on GetProjectResourceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetProjectResourceRequest) ValidateAll

func (m *GetProjectResourceRequest) ValidateAll() error

ValidateAll checks the field values on GetProjectResourceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetProjectResourceRequestMultiError, or nil if none found.

type GetProjectResourceRequestMultiError

type GetProjectResourceRequestMultiError []error

GetProjectResourceRequestMultiError is an error wrapping multiple validation errors returned by GetProjectResourceRequest.ValidateAll() if the designated constraints aren't met.

func (GetProjectResourceRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetProjectResourceRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetProjectResourceRequestValidationError

type GetProjectResourceRequestValidationError struct {
	// contains filtered or unexported fields
}

GetProjectResourceRequestValidationError is the validation error returned by GetProjectResourceRequest.Validate if the designated constraints aren't met.

func (GetProjectResourceRequestValidationError) Cause

Cause function returns cause value.

func (GetProjectResourceRequestValidationError) Error

Error satisfies the builtin error interface

func (GetProjectResourceRequestValidationError) ErrorName

ErrorName returns error name.

func (GetProjectResourceRequestValidationError) Field

Field function returns field value.

func (GetProjectResourceRequestValidationError) Key

Key function returns key value.

func (GetProjectResourceRequestValidationError) Reason

Reason function returns reason value.

type GetProjectResourceResponse

type GetProjectResourceResponse struct {
	Resource *Resource `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProjectResourceResponse) Descriptor deprecated

func (*GetProjectResourceResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetProjectResourceResponse.ProtoReflect.Descriptor instead.

func (*GetProjectResourceResponse) GetResource

func (x *GetProjectResourceResponse) GetResource() *Resource

func (*GetProjectResourceResponse) ProtoMessage

func (*GetProjectResourceResponse) ProtoMessage()

func (*GetProjectResourceResponse) ProtoReflect

func (*GetProjectResourceResponse) Reset

func (x *GetProjectResourceResponse) Reset()

func (*GetProjectResourceResponse) String

func (x *GetProjectResourceResponse) String() string

func (*GetProjectResourceResponse) Validate

func (m *GetProjectResourceResponse) Validate() error

Validate checks the field values on GetProjectResourceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetProjectResourceResponse) ValidateAll

func (m *GetProjectResourceResponse) ValidateAll() error

ValidateAll checks the field values on GetProjectResourceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetProjectResourceResponseMultiError, or nil if none found.

type GetProjectResourceResponseMultiError

type GetProjectResourceResponseMultiError []error

GetProjectResourceResponseMultiError is an error wrapping multiple validation errors returned by GetProjectResourceResponse.ValidateAll() if the designated constraints aren't met.

func (GetProjectResourceResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetProjectResourceResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetProjectResourceResponseValidationError

type GetProjectResourceResponseValidationError struct {
	// contains filtered or unexported fields
}

GetProjectResourceResponseValidationError is the validation error returned by GetProjectResourceResponse.Validate if the designated constraints aren't met.

func (GetProjectResourceResponseValidationError) Cause

Cause function returns cause value.

func (GetProjectResourceResponseValidationError) Error

Error satisfies the builtin error interface

func (GetProjectResourceResponseValidationError) ErrorName

ErrorName returns error name.

func (GetProjectResourceResponseValidationError) Field

Field function returns field value.

func (GetProjectResourceResponseValidationError) Key

Key function returns key value.

func (GetProjectResourceResponseValidationError) Reason

Reason function returns reason value.

type GetProjectResponse

type GetProjectResponse struct {
	Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

func (*GetProjectResponse) Descriptor deprecated

func (*GetProjectResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetProjectResponse.ProtoReflect.Descriptor instead.

func (*GetProjectResponse) GetProject

func (x *GetProjectResponse) GetProject() *Project

func (*GetProjectResponse) ProtoMessage

func (*GetProjectResponse) ProtoMessage()

func (*GetProjectResponse) ProtoReflect

func (x *GetProjectResponse) ProtoReflect() protoreflect.Message

func (*GetProjectResponse) Reset

func (x *GetProjectResponse) Reset()

func (*GetProjectResponse) String

func (x *GetProjectResponse) String() string

func (*GetProjectResponse) Validate

func (m *GetProjectResponse) Validate() error

Validate checks the field values on GetProjectResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetProjectResponse) ValidateAll

func (m *GetProjectResponse) ValidateAll() error

ValidateAll checks the field values on GetProjectResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetProjectResponseMultiError, or nil if none found.

type GetProjectResponseMultiError

type GetProjectResponseMultiError []error

GetProjectResponseMultiError is an error wrapping multiple validation errors returned by GetProjectResponse.ValidateAll() if the designated constraints aren't met.

func (GetProjectResponseMultiError) AllErrors

func (m GetProjectResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetProjectResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetProjectResponseValidationError

type GetProjectResponseValidationError struct {
	// contains filtered or unexported fields
}

GetProjectResponseValidationError is the validation error returned by GetProjectResponse.Validate if the designated constraints aren't met.

func (GetProjectResponseValidationError) Cause

Cause function returns cause value.

func (GetProjectResponseValidationError) Error

Error satisfies the builtin error interface

func (GetProjectResponseValidationError) ErrorName

ErrorName returns error name.

func (GetProjectResponseValidationError) Field

Field function returns field value.

func (GetProjectResponseValidationError) Key

Key function returns key value.

func (GetProjectResponseValidationError) Reason

Reason function returns reason value.

type GetRelationRequest

type GetRelationRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRelationRequest) Descriptor deprecated

func (*GetRelationRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetRelationRequest.ProtoReflect.Descriptor instead.

func (*GetRelationRequest) GetId

func (x *GetRelationRequest) GetId() string

func (*GetRelationRequest) ProtoMessage

func (*GetRelationRequest) ProtoMessage()

func (*GetRelationRequest) ProtoReflect

func (x *GetRelationRequest) ProtoReflect() protoreflect.Message

func (*GetRelationRequest) Reset

func (x *GetRelationRequest) Reset()

func (*GetRelationRequest) String

func (x *GetRelationRequest) String() string

func (*GetRelationRequest) Validate

func (m *GetRelationRequest) Validate() error

Validate checks the field values on GetRelationRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetRelationRequest) ValidateAll

func (m *GetRelationRequest) ValidateAll() error

ValidateAll checks the field values on GetRelationRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetRelationRequestMultiError, or nil if none found.

type GetRelationRequestMultiError

type GetRelationRequestMultiError []error

GetRelationRequestMultiError is an error wrapping multiple validation errors returned by GetRelationRequest.ValidateAll() if the designated constraints aren't met.

func (GetRelationRequestMultiError) AllErrors

func (m GetRelationRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetRelationRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetRelationRequestValidationError

type GetRelationRequestValidationError struct {
	// contains filtered or unexported fields
}

GetRelationRequestValidationError is the validation error returned by GetRelationRequest.Validate if the designated constraints aren't met.

func (GetRelationRequestValidationError) Cause

Cause function returns cause value.

func (GetRelationRequestValidationError) Error

Error satisfies the builtin error interface

func (GetRelationRequestValidationError) ErrorName

ErrorName returns error name.

func (GetRelationRequestValidationError) Field

Field function returns field value.

func (GetRelationRequestValidationError) Key

Key function returns key value.

func (GetRelationRequestValidationError) Reason

Reason function returns reason value.

type GetRelationResponse

type GetRelationResponse struct {
	Relation *Relation `protobuf:"bytes,1,opt,name=relation,proto3" json:"relation,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRelationResponse) Descriptor deprecated

func (*GetRelationResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetRelationResponse.ProtoReflect.Descriptor instead.

func (*GetRelationResponse) GetRelation

func (x *GetRelationResponse) GetRelation() *Relation

func (*GetRelationResponse) ProtoMessage

func (*GetRelationResponse) ProtoMessage()

func (*GetRelationResponse) ProtoReflect

func (x *GetRelationResponse) ProtoReflect() protoreflect.Message

func (*GetRelationResponse) Reset

func (x *GetRelationResponse) Reset()

func (*GetRelationResponse) String

func (x *GetRelationResponse) String() string

func (*GetRelationResponse) Validate

func (m *GetRelationResponse) Validate() error

Validate checks the field values on GetRelationResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetRelationResponse) ValidateAll

func (m *GetRelationResponse) ValidateAll() error

ValidateAll checks the field values on GetRelationResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetRelationResponseMultiError, or nil if none found.

type GetRelationResponseMultiError

type GetRelationResponseMultiError []error

GetRelationResponseMultiError is an error wrapping multiple validation errors returned by GetRelationResponse.ValidateAll() if the designated constraints aren't met.

func (GetRelationResponseMultiError) AllErrors

func (m GetRelationResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetRelationResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetRelationResponseValidationError

type GetRelationResponseValidationError struct {
	// contains filtered or unexported fields
}

GetRelationResponseValidationError is the validation error returned by GetRelationResponse.Validate if the designated constraints aren't met.

func (GetRelationResponseValidationError) Cause

Cause function returns cause value.

func (GetRelationResponseValidationError) Error

Error satisfies the builtin error interface

func (GetRelationResponseValidationError) ErrorName

ErrorName returns error name.

func (GetRelationResponseValidationError) Field

Field function returns field value.

func (GetRelationResponseValidationError) Key

Key function returns key value.

func (GetRelationResponseValidationError) Reason

Reason function returns reason value.

type GetServiceUserJWKRequest added in v0.9.1

type GetServiceUserJWKRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	KeyId string `protobuf:"bytes,2,opt,name=key_id,json=keyId,proto3" json:"key_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceUserJWKRequest) Descriptor deprecated added in v0.9.1

func (*GetServiceUserJWKRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetServiceUserJWKRequest.ProtoReflect.Descriptor instead.

func (*GetServiceUserJWKRequest) GetId added in v0.9.1

func (x *GetServiceUserJWKRequest) GetId() string

func (*GetServiceUserJWKRequest) GetKeyId added in v0.9.1

func (x *GetServiceUserJWKRequest) GetKeyId() string

func (*GetServiceUserJWKRequest) ProtoMessage added in v0.9.1

func (*GetServiceUserJWKRequest) ProtoMessage()

func (*GetServiceUserJWKRequest) ProtoReflect added in v0.9.1

func (x *GetServiceUserJWKRequest) ProtoReflect() protoreflect.Message

func (*GetServiceUserJWKRequest) Reset added in v0.9.1

func (x *GetServiceUserJWKRequest) Reset()

func (*GetServiceUserJWKRequest) String added in v0.9.1

func (x *GetServiceUserJWKRequest) String() string

func (*GetServiceUserJWKRequest) Validate added in v0.9.1

func (m *GetServiceUserJWKRequest) Validate() error

Validate checks the field values on GetServiceUserJWKRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetServiceUserJWKRequest) ValidateAll added in v0.9.1

func (m *GetServiceUserJWKRequest) ValidateAll() error

ValidateAll checks the field values on GetServiceUserJWKRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetServiceUserJWKRequestMultiError, or nil if none found.

type GetServiceUserJWKRequestMultiError added in v0.9.1

type GetServiceUserJWKRequestMultiError []error

GetServiceUserJWKRequestMultiError is an error wrapping multiple validation errors returned by GetServiceUserJWKRequest.ValidateAll() if the designated constraints aren't met.

func (GetServiceUserJWKRequestMultiError) AllErrors added in v0.9.1

func (m GetServiceUserJWKRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetServiceUserJWKRequestMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type GetServiceUserJWKRequestValidationError added in v0.9.1

type GetServiceUserJWKRequestValidationError struct {
	// contains filtered or unexported fields
}

GetServiceUserJWKRequestValidationError is the validation error returned by GetServiceUserJWKRequest.Validate if the designated constraints aren't met.

func (GetServiceUserJWKRequestValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (GetServiceUserJWKRequestValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (GetServiceUserJWKRequestValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (GetServiceUserJWKRequestValidationError) Field added in v0.9.1

Field function returns field value.

func (GetServiceUserJWKRequestValidationError) Key added in v0.9.1

Key function returns key value.

func (GetServiceUserJWKRequestValidationError) Reason added in v0.9.1

Reason function returns reason value.

type GetServiceUserJWKResponse added in v0.9.1

type GetServiceUserJWKResponse struct {
	Keys []*JSONWebKey `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceUserJWKResponse) Descriptor deprecated added in v0.9.1

func (*GetServiceUserJWKResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetServiceUserJWKResponse.ProtoReflect.Descriptor instead.

func (*GetServiceUserJWKResponse) GetKeys added in v0.9.1

func (x *GetServiceUserJWKResponse) GetKeys() []*JSONWebKey

func (*GetServiceUserJWKResponse) ProtoMessage added in v0.9.1

func (*GetServiceUserJWKResponse) ProtoMessage()

func (*GetServiceUserJWKResponse) ProtoReflect added in v0.9.1

func (*GetServiceUserJWKResponse) Reset added in v0.9.1

func (x *GetServiceUserJWKResponse) Reset()

func (*GetServiceUserJWKResponse) String added in v0.9.1

func (x *GetServiceUserJWKResponse) String() string

func (*GetServiceUserJWKResponse) Validate added in v0.9.1

func (m *GetServiceUserJWKResponse) Validate() error

Validate checks the field values on GetServiceUserJWKResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetServiceUserJWKResponse) ValidateAll added in v0.9.1

func (m *GetServiceUserJWKResponse) ValidateAll() error

ValidateAll checks the field values on GetServiceUserJWKResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetServiceUserJWKResponseMultiError, or nil if none found.

type GetServiceUserJWKResponseMultiError added in v0.9.1

type GetServiceUserJWKResponseMultiError []error

GetServiceUserJWKResponseMultiError is an error wrapping multiple validation errors returned by GetServiceUserJWKResponse.ValidateAll() if the designated constraints aren't met.

func (GetServiceUserJWKResponseMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (GetServiceUserJWKResponseMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type GetServiceUserJWKResponseValidationError added in v0.9.1

type GetServiceUserJWKResponseValidationError struct {
	// contains filtered or unexported fields
}

GetServiceUserJWKResponseValidationError is the validation error returned by GetServiceUserJWKResponse.Validate if the designated constraints aren't met.

func (GetServiceUserJWKResponseValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (GetServiceUserJWKResponseValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (GetServiceUserJWKResponseValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (GetServiceUserJWKResponseValidationError) Field added in v0.9.1

Field function returns field value.

func (GetServiceUserJWKResponseValidationError) Key added in v0.9.1

Key function returns key value.

func (GetServiceUserJWKResponseValidationError) Reason added in v0.9.1

Reason function returns reason value.

type GetServiceUserRequest

type GetServiceUserRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceUserRequest) Descriptor deprecated

func (*GetServiceUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetServiceUserRequest.ProtoReflect.Descriptor instead.

func (*GetServiceUserRequest) GetId

func (x *GetServiceUserRequest) GetId() string

func (*GetServiceUserRequest) ProtoMessage

func (*GetServiceUserRequest) ProtoMessage()

func (*GetServiceUserRequest) ProtoReflect

func (x *GetServiceUserRequest) ProtoReflect() protoreflect.Message

func (*GetServiceUserRequest) Reset

func (x *GetServiceUserRequest) Reset()

func (*GetServiceUserRequest) String

func (x *GetServiceUserRequest) String() string

func (*GetServiceUserRequest) Validate

func (m *GetServiceUserRequest) Validate() error

Validate checks the field values on GetServiceUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetServiceUserRequest) ValidateAll

func (m *GetServiceUserRequest) ValidateAll() error

ValidateAll checks the field values on GetServiceUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetServiceUserRequestMultiError, or nil if none found.

type GetServiceUserRequestMultiError

type GetServiceUserRequestMultiError []error

GetServiceUserRequestMultiError is an error wrapping multiple validation errors returned by GetServiceUserRequest.ValidateAll() if the designated constraints aren't met.

func (GetServiceUserRequestMultiError) AllErrors

func (m GetServiceUserRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetServiceUserRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetServiceUserRequestValidationError

type GetServiceUserRequestValidationError struct {
	// contains filtered or unexported fields
}

GetServiceUserRequestValidationError is the validation error returned by GetServiceUserRequest.Validate if the designated constraints aren't met.

func (GetServiceUserRequestValidationError) Cause

Cause function returns cause value.

func (GetServiceUserRequestValidationError) Error

Error satisfies the builtin error interface

func (GetServiceUserRequestValidationError) ErrorName

ErrorName returns error name.

func (GetServiceUserRequestValidationError) Field

Field function returns field value.

func (GetServiceUserRequestValidationError) Key

Key function returns key value.

func (GetServiceUserRequestValidationError) Reason

Reason function returns reason value.

type GetServiceUserResponse

type GetServiceUserResponse struct {
	Serviceuser *ServiceUser `protobuf:"bytes,1,opt,name=serviceuser,proto3" json:"serviceuser,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceUserResponse) Descriptor deprecated

func (*GetServiceUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetServiceUserResponse.ProtoReflect.Descriptor instead.

func (*GetServiceUserResponse) GetServiceuser

func (x *GetServiceUserResponse) GetServiceuser() *ServiceUser

func (*GetServiceUserResponse) ProtoMessage

func (*GetServiceUserResponse) ProtoMessage()

func (*GetServiceUserResponse) ProtoReflect

func (x *GetServiceUserResponse) ProtoReflect() protoreflect.Message

func (*GetServiceUserResponse) Reset

func (x *GetServiceUserResponse) Reset()

func (*GetServiceUserResponse) String

func (x *GetServiceUserResponse) String() string

func (*GetServiceUserResponse) Validate

func (m *GetServiceUserResponse) Validate() error

Validate checks the field values on GetServiceUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetServiceUserResponse) ValidateAll

func (m *GetServiceUserResponse) ValidateAll() error

ValidateAll checks the field values on GetServiceUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetServiceUserResponseMultiError, or nil if none found.

type GetServiceUserResponseMultiError

type GetServiceUserResponseMultiError []error

GetServiceUserResponseMultiError is an error wrapping multiple validation errors returned by GetServiceUserResponse.ValidateAll() if the designated constraints aren't met.

func (GetServiceUserResponseMultiError) AllErrors

func (m GetServiceUserResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetServiceUserResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetServiceUserResponseValidationError

type GetServiceUserResponseValidationError struct {
	// contains filtered or unexported fields
}

GetServiceUserResponseValidationError is the validation error returned by GetServiceUserResponse.Validate if the designated constraints aren't met.

func (GetServiceUserResponseValidationError) Cause

Cause function returns cause value.

func (GetServiceUserResponseValidationError) Error

Error satisfies the builtin error interface

func (GetServiceUserResponseValidationError) ErrorName

ErrorName returns error name.

func (GetServiceUserResponseValidationError) Field

Field function returns field value.

func (GetServiceUserResponseValidationError) Key

Key function returns key value.

func (GetServiceUserResponseValidationError) Reason

Reason function returns reason value.

type GetSubscriptionRequest added in v0.8.0

type GetSubscriptionRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// ID of the billing account to get the subscription for
	BillingId string `protobuf:"bytes,2,opt,name=billing_id,json=billingId,proto3" json:"billing_id,omitempty"`
	// ID of the subscription to get
	Id     string   `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	Expand []string `protobuf:"bytes,101,rep,name=expand,proto3" json:"expand,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSubscriptionRequest) Descriptor deprecated added in v0.8.0

func (*GetSubscriptionRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSubscriptionRequest.ProtoReflect.Descriptor instead.

func (*GetSubscriptionRequest) GetBillingId added in v0.8.0

func (x *GetSubscriptionRequest) GetBillingId() string

func (*GetSubscriptionRequest) GetExpand added in v0.8.41

func (x *GetSubscriptionRequest) GetExpand() []string

func (*GetSubscriptionRequest) GetId added in v0.8.0

func (x *GetSubscriptionRequest) GetId() string

func (*GetSubscriptionRequest) GetOrgId added in v0.8.0

func (x *GetSubscriptionRequest) GetOrgId() string

func (*GetSubscriptionRequest) ProtoMessage added in v0.8.0

func (*GetSubscriptionRequest) ProtoMessage()

func (*GetSubscriptionRequest) ProtoReflect added in v0.8.0

func (x *GetSubscriptionRequest) ProtoReflect() protoreflect.Message

func (*GetSubscriptionRequest) Reset added in v0.8.0

func (x *GetSubscriptionRequest) Reset()

func (*GetSubscriptionRequest) String added in v0.8.0

func (x *GetSubscriptionRequest) String() string

func (*GetSubscriptionRequest) Validate added in v0.8.0

func (m *GetSubscriptionRequest) Validate() error

Validate checks the field values on GetSubscriptionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetSubscriptionRequest) ValidateAll added in v0.8.0

func (m *GetSubscriptionRequest) ValidateAll() error

ValidateAll checks the field values on GetSubscriptionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetSubscriptionRequestMultiError, or nil if none found.

type GetSubscriptionRequestMultiError added in v0.8.0

type GetSubscriptionRequestMultiError []error

GetSubscriptionRequestMultiError is an error wrapping multiple validation errors returned by GetSubscriptionRequest.ValidateAll() if the designated constraints aren't met.

func (GetSubscriptionRequestMultiError) AllErrors added in v0.8.0

func (m GetSubscriptionRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetSubscriptionRequestMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type GetSubscriptionRequestValidationError added in v0.8.0

type GetSubscriptionRequestValidationError struct {
	// contains filtered or unexported fields
}

GetSubscriptionRequestValidationError is the validation error returned by GetSubscriptionRequest.Validate if the designated constraints aren't met.

func (GetSubscriptionRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (GetSubscriptionRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (GetSubscriptionRequestValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (GetSubscriptionRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (GetSubscriptionRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (GetSubscriptionRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type GetSubscriptionResponse added in v0.8.0

type GetSubscriptionResponse struct {
	Subscription *Subscription `protobuf:"bytes,1,opt,name=subscription,proto3" json:"subscription,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSubscriptionResponse) Descriptor deprecated added in v0.8.0

func (*GetSubscriptionResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSubscriptionResponse.ProtoReflect.Descriptor instead.

func (*GetSubscriptionResponse) GetSubscription added in v0.8.0

func (x *GetSubscriptionResponse) GetSubscription() *Subscription

func (*GetSubscriptionResponse) ProtoMessage added in v0.8.0

func (*GetSubscriptionResponse) ProtoMessage()

func (*GetSubscriptionResponse) ProtoReflect added in v0.8.0

func (x *GetSubscriptionResponse) ProtoReflect() protoreflect.Message

func (*GetSubscriptionResponse) Reset added in v0.8.0

func (x *GetSubscriptionResponse) Reset()

func (*GetSubscriptionResponse) String added in v0.8.0

func (x *GetSubscriptionResponse) String() string

func (*GetSubscriptionResponse) Validate added in v0.8.0

func (m *GetSubscriptionResponse) Validate() error

Validate checks the field values on GetSubscriptionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetSubscriptionResponse) ValidateAll added in v0.8.0

func (m *GetSubscriptionResponse) ValidateAll() error

ValidateAll checks the field values on GetSubscriptionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetSubscriptionResponseMultiError, or nil if none found.

type GetSubscriptionResponseMultiError added in v0.8.0

type GetSubscriptionResponseMultiError []error

GetSubscriptionResponseMultiError is an error wrapping multiple validation errors returned by GetSubscriptionResponse.ValidateAll() if the designated constraints aren't met.

func (GetSubscriptionResponseMultiError) AllErrors added in v0.8.0

func (m GetSubscriptionResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetSubscriptionResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type GetSubscriptionResponseValidationError added in v0.8.0

type GetSubscriptionResponseValidationError struct {
	// contains filtered or unexported fields
}

GetSubscriptionResponseValidationError is the validation error returned by GetSubscriptionResponse.Validate if the designated constraints aren't met.

func (GetSubscriptionResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (GetSubscriptionResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (GetSubscriptionResponseValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (GetSubscriptionResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (GetSubscriptionResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (GetSubscriptionResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type GetUpcomingInvoiceRequest added in v0.8.13

type GetUpcomingInvoiceRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// ID of the billing account to get the upcoming invoice for
	BillingId string `protobuf:"bytes,2,opt,name=billing_id,json=billingId,proto3" json:"billing_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUpcomingInvoiceRequest) Descriptor deprecated added in v0.8.13

func (*GetUpcomingInvoiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUpcomingInvoiceRequest.ProtoReflect.Descriptor instead.

func (*GetUpcomingInvoiceRequest) GetBillingId added in v0.8.13

func (x *GetUpcomingInvoiceRequest) GetBillingId() string

func (*GetUpcomingInvoiceRequest) GetOrgId added in v0.8.13

func (x *GetUpcomingInvoiceRequest) GetOrgId() string

func (*GetUpcomingInvoiceRequest) ProtoMessage added in v0.8.13

func (*GetUpcomingInvoiceRequest) ProtoMessage()

func (*GetUpcomingInvoiceRequest) ProtoReflect added in v0.8.13

func (*GetUpcomingInvoiceRequest) Reset added in v0.8.13

func (x *GetUpcomingInvoiceRequest) Reset()

func (*GetUpcomingInvoiceRequest) String added in v0.8.13

func (x *GetUpcomingInvoiceRequest) String() string

func (*GetUpcomingInvoiceRequest) Validate added in v0.8.13

func (m *GetUpcomingInvoiceRequest) Validate() error

Validate checks the field values on GetUpcomingInvoiceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetUpcomingInvoiceRequest) ValidateAll added in v0.8.13

func (m *GetUpcomingInvoiceRequest) ValidateAll() error

ValidateAll checks the field values on GetUpcomingInvoiceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUpcomingInvoiceRequestMultiError, or nil if none found.

type GetUpcomingInvoiceRequestMultiError added in v0.8.13

type GetUpcomingInvoiceRequestMultiError []error

GetUpcomingInvoiceRequestMultiError is an error wrapping multiple validation errors returned by GetUpcomingInvoiceRequest.ValidateAll() if the designated constraints aren't met.

func (GetUpcomingInvoiceRequestMultiError) AllErrors added in v0.8.13

AllErrors returns a list of validation violation errors.

func (GetUpcomingInvoiceRequestMultiError) Error added in v0.8.13

Error returns a concatenation of all the error messages it wraps.

type GetUpcomingInvoiceRequestValidationError added in v0.8.13

type GetUpcomingInvoiceRequestValidationError struct {
	// contains filtered or unexported fields
}

GetUpcomingInvoiceRequestValidationError is the validation error returned by GetUpcomingInvoiceRequest.Validate if the designated constraints aren't met.

func (GetUpcomingInvoiceRequestValidationError) Cause added in v0.8.13

Cause function returns cause value.

func (GetUpcomingInvoiceRequestValidationError) Error added in v0.8.13

Error satisfies the builtin error interface

func (GetUpcomingInvoiceRequestValidationError) ErrorName added in v0.8.13

ErrorName returns error name.

func (GetUpcomingInvoiceRequestValidationError) Field added in v0.8.13

Field function returns field value.

func (GetUpcomingInvoiceRequestValidationError) Key added in v0.8.13

Key function returns key value.

func (GetUpcomingInvoiceRequestValidationError) Reason added in v0.8.13

Reason function returns reason value.

type GetUpcomingInvoiceResponse added in v0.8.13

type GetUpcomingInvoiceResponse struct {

	// Upcoming invoice
	Invoice *Invoice `protobuf:"bytes,1,opt,name=invoice,proto3" json:"invoice,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUpcomingInvoiceResponse) Descriptor deprecated added in v0.8.13

func (*GetUpcomingInvoiceResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUpcomingInvoiceResponse.ProtoReflect.Descriptor instead.

func (*GetUpcomingInvoiceResponse) GetInvoice added in v0.8.13

func (x *GetUpcomingInvoiceResponse) GetInvoice() *Invoice

func (*GetUpcomingInvoiceResponse) ProtoMessage added in v0.8.13

func (*GetUpcomingInvoiceResponse) ProtoMessage()

func (*GetUpcomingInvoiceResponse) ProtoReflect added in v0.8.13

func (*GetUpcomingInvoiceResponse) Reset added in v0.8.13

func (x *GetUpcomingInvoiceResponse) Reset()

func (*GetUpcomingInvoiceResponse) String added in v0.8.13

func (x *GetUpcomingInvoiceResponse) String() string

func (*GetUpcomingInvoiceResponse) Validate added in v0.8.13

func (m *GetUpcomingInvoiceResponse) Validate() error

Validate checks the field values on GetUpcomingInvoiceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetUpcomingInvoiceResponse) ValidateAll added in v0.8.13

func (m *GetUpcomingInvoiceResponse) ValidateAll() error

ValidateAll checks the field values on GetUpcomingInvoiceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUpcomingInvoiceResponseMultiError, or nil if none found.

type GetUpcomingInvoiceResponseMultiError added in v0.8.13

type GetUpcomingInvoiceResponseMultiError []error

GetUpcomingInvoiceResponseMultiError is an error wrapping multiple validation errors returned by GetUpcomingInvoiceResponse.ValidateAll() if the designated constraints aren't met.

func (GetUpcomingInvoiceResponseMultiError) AllErrors added in v0.8.13

AllErrors returns a list of validation violation errors.

func (GetUpcomingInvoiceResponseMultiError) Error added in v0.8.13

Error returns a concatenation of all the error messages it wraps.

type GetUpcomingInvoiceResponseValidationError added in v0.8.13

type GetUpcomingInvoiceResponseValidationError struct {
	// contains filtered or unexported fields
}

GetUpcomingInvoiceResponseValidationError is the validation error returned by GetUpcomingInvoiceResponse.Validate if the designated constraints aren't met.

func (GetUpcomingInvoiceResponseValidationError) Cause added in v0.8.13

Cause function returns cause value.

func (GetUpcomingInvoiceResponseValidationError) Error added in v0.8.13

Error satisfies the builtin error interface

func (GetUpcomingInvoiceResponseValidationError) ErrorName added in v0.8.13

ErrorName returns error name.

func (GetUpcomingInvoiceResponseValidationError) Field added in v0.8.13

Field function returns field value.

func (GetUpcomingInvoiceResponseValidationError) Key added in v0.8.13

Key function returns key value.

func (GetUpcomingInvoiceResponseValidationError) Reason added in v0.8.13

Reason function returns reason value.

type GetUserRequest

type GetUserRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserRequest) Descriptor deprecated

func (*GetUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetUserRequest.ProtoReflect.Descriptor instead.

func (*GetUserRequest) GetId

func (x *GetUserRequest) GetId() string

func (*GetUserRequest) ProtoMessage

func (*GetUserRequest) ProtoMessage()

func (*GetUserRequest) ProtoReflect

func (x *GetUserRequest) ProtoReflect() protoreflect.Message

func (*GetUserRequest) Reset

func (x *GetUserRequest) Reset()

func (*GetUserRequest) String

func (x *GetUserRequest) String() string

func (*GetUserRequest) Validate

func (m *GetUserRequest) Validate() error

Validate checks the field values on GetUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetUserRequest) ValidateAll

func (m *GetUserRequest) ValidateAll() error

ValidateAll checks the field values on GetUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserRequestMultiError, or nil if none found.

type GetUserRequestMultiError

type GetUserRequestMultiError []error

GetUserRequestMultiError is an error wrapping multiple validation errors returned by GetUserRequest.ValidateAll() if the designated constraints aren't met.

func (GetUserRequestMultiError) AllErrors

func (m GetUserRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserRequestMultiError) Error

func (m GetUserRequestMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GetUserRequestValidationError

type GetUserRequestValidationError struct {
	// contains filtered or unexported fields
}

GetUserRequestValidationError is the validation error returned by GetUserRequest.Validate if the designated constraints aren't met.

func (GetUserRequestValidationError) Cause

Cause function returns cause value.

func (GetUserRequestValidationError) Error

Error satisfies the builtin error interface

func (GetUserRequestValidationError) ErrorName

func (e GetUserRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetUserRequestValidationError) Field

Field function returns field value.

func (GetUserRequestValidationError) Key

Key function returns key value.

func (GetUserRequestValidationError) Reason

Reason function returns reason value.

type GetUserResponse

type GetUserResponse struct {
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserResponse) Descriptor deprecated

func (*GetUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetUserResponse.ProtoReflect.Descriptor instead.

func (*GetUserResponse) GetUser

func (x *GetUserResponse) GetUser() *User

func (*GetUserResponse) ProtoMessage

func (*GetUserResponse) ProtoMessage()

func (*GetUserResponse) ProtoReflect

func (x *GetUserResponse) ProtoReflect() protoreflect.Message

func (*GetUserResponse) Reset

func (x *GetUserResponse) Reset()

func (*GetUserResponse) String

func (x *GetUserResponse) String() string

func (*GetUserResponse) Validate

func (m *GetUserResponse) Validate() error

Validate checks the field values on GetUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GetUserResponse) ValidateAll

func (m *GetUserResponse) ValidateAll() error

ValidateAll checks the field values on GetUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetUserResponseMultiError, or nil if none found.

type GetUserResponseMultiError

type GetUserResponseMultiError []error

GetUserResponseMultiError is an error wrapping multiple validation errors returned by GetUserResponse.ValidateAll() if the designated constraints aren't met.

func (GetUserResponseMultiError) AllErrors

func (m GetUserResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GetUserResponseValidationError

type GetUserResponseValidationError struct {
	// contains filtered or unexported fields
}

GetUserResponseValidationError is the validation error returned by GetUserResponse.Validate if the designated constraints aren't met.

func (GetUserResponseValidationError) Cause

Cause function returns cause value.

func (GetUserResponseValidationError) Error

Error satisfies the builtin error interface

func (GetUserResponseValidationError) ErrorName

func (e GetUserResponseValidationError) ErrorName() string

ErrorName returns error name.

func (GetUserResponseValidationError) Field

Field function returns field value.

func (GetUserResponseValidationError) Key

Key function returns key value.

func (GetUserResponseValidationError) Reason

Reason function returns reason value.

type Group

type Group struct {
	Id           string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name         string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Title        string                 `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	OrgId        string                 `protobuf:"bytes,4,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Metadata     *structpb.Struct       `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt    *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt    *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Users        []*User                `protobuf:"bytes,10,rep,name=users,proto3" json:"users,omitempty"`
	MembersCount int32                  `protobuf:"varint,8,opt,name=members_count,json=membersCount,proto3" json:"members_count,omitempty"`
	// contains filtered or unexported fields
}

func (*Group) Descriptor deprecated

func (*Group) Descriptor() ([]byte, []int)

Deprecated: Use Group.ProtoReflect.Descriptor instead.

func (*Group) GetCreatedAt

func (x *Group) GetCreatedAt() *timestamppb.Timestamp

func (*Group) GetId

func (x *Group) GetId() string

func (*Group) GetMembersCount added in v0.8.8

func (x *Group) GetMembersCount() int32

func (*Group) GetMetadata

func (x *Group) GetMetadata() *structpb.Struct

func (*Group) GetName

func (x *Group) GetName() string

func (*Group) GetOrgId

func (x *Group) GetOrgId() string

func (*Group) GetTitle

func (x *Group) GetTitle() string

func (*Group) GetUpdatedAt

func (x *Group) GetUpdatedAt() *timestamppb.Timestamp

func (*Group) GetUsers added in v0.8.0

func (x *Group) GetUsers() []*User

func (*Group) ProtoMessage

func (*Group) ProtoMessage()

func (*Group) ProtoReflect

func (x *Group) ProtoReflect() protoreflect.Message

func (*Group) Reset

func (x *Group) Reset()

func (*Group) String

func (x *Group) String() string

func (*Group) Validate

func (m *Group) Validate() error

Validate checks the field values on Group with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Group) ValidateAll

func (m *Group) ValidateAll() error

ValidateAll checks the field values on Group with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GroupMultiError, or nil if none found.

type GroupMultiError

type GroupMultiError []error

GroupMultiError is an error wrapping multiple validation errors returned by Group.ValidateAll() if the designated constraints aren't met.

func (GroupMultiError) AllErrors

func (m GroupMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GroupMultiError) Error

func (m GroupMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type GroupRequestBody

type GroupRequestBody struct {
	Name     string           `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Title    string           `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Metadata *structpb.Struct `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*GroupRequestBody) Descriptor deprecated

func (*GroupRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use GroupRequestBody.ProtoReflect.Descriptor instead.

func (*GroupRequestBody) GetMetadata

func (x *GroupRequestBody) GetMetadata() *structpb.Struct

func (*GroupRequestBody) GetName

func (x *GroupRequestBody) GetName() string

func (*GroupRequestBody) GetTitle

func (x *GroupRequestBody) GetTitle() string

func (*GroupRequestBody) ProtoMessage

func (*GroupRequestBody) ProtoMessage()

func (*GroupRequestBody) ProtoReflect

func (x *GroupRequestBody) ProtoReflect() protoreflect.Message

func (*GroupRequestBody) Reset

func (x *GroupRequestBody) Reset()

func (*GroupRequestBody) String

func (x *GroupRequestBody) String() string

func (*GroupRequestBody) Validate

func (m *GroupRequestBody) Validate() error

Validate checks the field values on GroupRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*GroupRequestBody) ValidateAll

func (m *GroupRequestBody) ValidateAll() error

ValidateAll checks the field values on GroupRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GroupRequestBodyMultiError, or nil if none found.

type GroupRequestBodyMultiError

type GroupRequestBodyMultiError []error

GroupRequestBodyMultiError is an error wrapping multiple validation errors returned by GroupRequestBody.ValidateAll() if the designated constraints aren't met.

func (GroupRequestBodyMultiError) AllErrors

func (m GroupRequestBodyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GroupRequestBodyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type GroupRequestBodyValidationError

type GroupRequestBodyValidationError struct {
	// contains filtered or unexported fields
}

GroupRequestBodyValidationError is the validation error returned by GroupRequestBody.Validate if the designated constraints aren't met.

func (GroupRequestBodyValidationError) Cause

Cause function returns cause value.

func (GroupRequestBodyValidationError) Error

Error satisfies the builtin error interface

func (GroupRequestBodyValidationError) ErrorName

ErrorName returns error name.

func (GroupRequestBodyValidationError) Field

Field function returns field value.

func (GroupRequestBodyValidationError) Key

Key function returns key value.

func (GroupRequestBodyValidationError) Reason

Reason function returns reason value.

type GroupValidationError

type GroupValidationError struct {
	// contains filtered or unexported fields
}

GroupValidationError is the validation error returned by Group.Validate if the designated constraints aren't met.

func (GroupValidationError) Cause

func (e GroupValidationError) Cause() error

Cause function returns cause value.

func (GroupValidationError) Error

func (e GroupValidationError) Error() string

Error satisfies the builtin error interface

func (GroupValidationError) ErrorName

func (e GroupValidationError) ErrorName() string

ErrorName returns error name.

func (GroupValidationError) Field

func (e GroupValidationError) Field() string

Field function returns field value.

func (GroupValidationError) Key

func (e GroupValidationError) Key() bool

Key function returns key value.

func (GroupValidationError) Reason

func (e GroupValidationError) Reason() string

Reason function returns reason value.

type HasTrialedRequest added in v0.8.36

type HasTrialedRequest struct {

	// ID of the billing account to check
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// ID of the plan to check
	PlanId string `protobuf:"bytes,3,opt,name=plan_id,json=planId,proto3" json:"plan_id,omitempty"`
	// contains filtered or unexported fields
}

func (*HasTrialedRequest) Descriptor deprecated added in v0.8.36

func (*HasTrialedRequest) Descriptor() ([]byte, []int)

Deprecated: Use HasTrialedRequest.ProtoReflect.Descriptor instead.

func (*HasTrialedRequest) GetId added in v0.8.36

func (x *HasTrialedRequest) GetId() string

func (*HasTrialedRequest) GetOrgId added in v0.8.36

func (x *HasTrialedRequest) GetOrgId() string

func (*HasTrialedRequest) GetPlanId added in v0.8.36

func (x *HasTrialedRequest) GetPlanId() string

func (*HasTrialedRequest) ProtoMessage added in v0.8.36

func (*HasTrialedRequest) ProtoMessage()

func (*HasTrialedRequest) ProtoReflect added in v0.8.36

func (x *HasTrialedRequest) ProtoReflect() protoreflect.Message

func (*HasTrialedRequest) Reset added in v0.8.36

func (x *HasTrialedRequest) Reset()

func (*HasTrialedRequest) String added in v0.8.36

func (x *HasTrialedRequest) String() string

func (*HasTrialedRequest) Validate added in v0.8.36

func (m *HasTrialedRequest) Validate() error

Validate checks the field values on HasTrialedRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*HasTrialedRequest) ValidateAll added in v0.8.36

func (m *HasTrialedRequest) ValidateAll() error

ValidateAll checks the field values on HasTrialedRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in HasTrialedRequestMultiError, or nil if none found.

type HasTrialedRequestMultiError added in v0.8.36

type HasTrialedRequestMultiError []error

HasTrialedRequestMultiError is an error wrapping multiple validation errors returned by HasTrialedRequest.ValidateAll() if the designated constraints aren't met.

func (HasTrialedRequestMultiError) AllErrors added in v0.8.36

func (m HasTrialedRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (HasTrialedRequestMultiError) Error added in v0.8.36

Error returns a concatenation of all the error messages it wraps.

type HasTrialedRequestValidationError added in v0.8.36

type HasTrialedRequestValidationError struct {
	// contains filtered or unexported fields
}

HasTrialedRequestValidationError is the validation error returned by HasTrialedRequest.Validate if the designated constraints aren't met.

func (HasTrialedRequestValidationError) Cause added in v0.8.36

Cause function returns cause value.

func (HasTrialedRequestValidationError) Error added in v0.8.36

Error satisfies the builtin error interface

func (HasTrialedRequestValidationError) ErrorName added in v0.8.36

ErrorName returns error name.

func (HasTrialedRequestValidationError) Field added in v0.8.36

Field function returns field value.

func (HasTrialedRequestValidationError) Key added in v0.8.36

Key function returns key value.

func (HasTrialedRequestValidationError) Reason added in v0.8.36

Reason function returns reason value.

type HasTrialedResponse added in v0.8.36

type HasTrialedResponse struct {

	// Has the billing account trialed the plan
	Trialed bool `protobuf:"varint,1,opt,name=trialed,proto3" json:"trialed,omitempty"`
	// contains filtered or unexported fields
}

func (*HasTrialedResponse) Descriptor deprecated added in v0.8.36

func (*HasTrialedResponse) Descriptor() ([]byte, []int)

Deprecated: Use HasTrialedResponse.ProtoReflect.Descriptor instead.

func (*HasTrialedResponse) GetTrialed added in v0.8.36

func (x *HasTrialedResponse) GetTrialed() bool

func (*HasTrialedResponse) ProtoMessage added in v0.8.36

func (*HasTrialedResponse) ProtoMessage()

func (*HasTrialedResponse) ProtoReflect added in v0.8.36

func (x *HasTrialedResponse) ProtoReflect() protoreflect.Message

func (*HasTrialedResponse) Reset added in v0.8.36

func (x *HasTrialedResponse) Reset()

func (*HasTrialedResponse) String added in v0.8.36

func (x *HasTrialedResponse) String() string

func (*HasTrialedResponse) Validate added in v0.8.36

func (m *HasTrialedResponse) Validate() error

Validate checks the field values on HasTrialedResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*HasTrialedResponse) ValidateAll added in v0.8.36

func (m *HasTrialedResponse) ValidateAll() error

ValidateAll checks the field values on HasTrialedResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in HasTrialedResponseMultiError, or nil if none found.

type HasTrialedResponseMultiError added in v0.8.36

type HasTrialedResponseMultiError []error

HasTrialedResponseMultiError is an error wrapping multiple validation errors returned by HasTrialedResponse.ValidateAll() if the designated constraints aren't met.

func (HasTrialedResponseMultiError) AllErrors added in v0.8.36

func (m HasTrialedResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (HasTrialedResponseMultiError) Error added in v0.8.36

Error returns a concatenation of all the error messages it wraps.

type HasTrialedResponseValidationError added in v0.8.36

type HasTrialedResponseValidationError struct {
	// contains filtered or unexported fields
}

HasTrialedResponseValidationError is the validation error returned by HasTrialedResponse.Validate if the designated constraints aren't met.

func (HasTrialedResponseValidationError) Cause added in v0.8.36

Cause function returns cause value.

func (HasTrialedResponseValidationError) Error added in v0.8.36

Error satisfies the builtin error interface

func (HasTrialedResponseValidationError) ErrorName added in v0.8.36

ErrorName returns error name.

func (HasTrialedResponseValidationError) Field added in v0.8.36

Field function returns field value.

func (HasTrialedResponseValidationError) Key added in v0.8.36

Key function returns key value.

func (HasTrialedResponseValidationError) Reason added in v0.8.36

Reason function returns reason value.

type Invitation

type Invitation struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	UserId    string                 `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	OrgId     string                 `protobuf:"bytes,3,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	GroupIds  []string               `protobuf:"bytes,4,rep,name=group_ids,json=groupIds,proto3" json:"group_ids,omitempty"`
	Metadata  *structpb.Struct       `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	ExpiresAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=expires_at,json=expiresAt,proto3" json:"expires_at,omitempty"`
	RoleIds   []string               `protobuf:"bytes,8,rep,name=role_ids,json=roleIds,proto3" json:"role_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*Invitation) Descriptor deprecated

func (*Invitation) Descriptor() ([]byte, []int)

Deprecated: Use Invitation.ProtoReflect.Descriptor instead.

func (*Invitation) GetCreatedAt

func (x *Invitation) GetCreatedAt() *timestamppb.Timestamp

func (*Invitation) GetExpiresAt

func (x *Invitation) GetExpiresAt() *timestamppb.Timestamp

func (*Invitation) GetGroupIds

func (x *Invitation) GetGroupIds() []string

func (*Invitation) GetId

func (x *Invitation) GetId() string

func (*Invitation) GetMetadata

func (x *Invitation) GetMetadata() *structpb.Struct

func (*Invitation) GetOrgId

func (x *Invitation) GetOrgId() string

func (*Invitation) GetRoleIds added in v0.7.3

func (x *Invitation) GetRoleIds() []string

func (*Invitation) GetUserId

func (x *Invitation) GetUserId() string

func (*Invitation) ProtoMessage

func (*Invitation) ProtoMessage()

func (*Invitation) ProtoReflect

func (x *Invitation) ProtoReflect() protoreflect.Message

func (*Invitation) Reset

func (x *Invitation) Reset()

func (*Invitation) String

func (x *Invitation) String() string

func (*Invitation) Validate

func (m *Invitation) Validate() error

Validate checks the field values on Invitation with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Invitation) ValidateAll

func (m *Invitation) ValidateAll() error

ValidateAll checks the field values on Invitation with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in InvitationMultiError, or nil if none found.

type InvitationMultiError

type InvitationMultiError []error

InvitationMultiError is an error wrapping multiple validation errors returned by Invitation.ValidateAll() if the designated constraints aren't met.

func (InvitationMultiError) AllErrors

func (m InvitationMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InvitationMultiError) Error

func (m InvitationMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type InvitationValidationError

type InvitationValidationError struct {
	// contains filtered or unexported fields
}

InvitationValidationError is the validation error returned by Invitation.Validate if the designated constraints aren't met.

func (InvitationValidationError) Cause

func (e InvitationValidationError) Cause() error

Cause function returns cause value.

func (InvitationValidationError) Error

Error satisfies the builtin error interface

func (InvitationValidationError) ErrorName

func (e InvitationValidationError) ErrorName() string

ErrorName returns error name.

func (InvitationValidationError) Field

Field function returns field value.

func (InvitationValidationError) Key

Key function returns key value.

func (InvitationValidationError) Reason

func (e InvitationValidationError) Reason() string

Reason function returns reason value.

type Invoice added in v0.8.13

type Invoice struct {
	Id         string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CustomerId string `protobuf:"bytes,2,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
	ProviderId string `protobuf:"bytes,3,opt,name=provider_id,json=providerId,proto3" json:"provider_id,omitempty"`
	State      string `protobuf:"bytes,4,opt,name=state,proto3" json:"state,omitempty"`
	Currency   string `protobuf:"bytes,5,opt,name=currency,proto3" json:"currency,omitempty"`
	Amount     int64  `protobuf:"varint,6,opt,name=amount,proto3" json:"amount,omitempty"`
	HostedUrl  string `protobuf:"bytes,7,opt,name=hosted_url,json=hostedUrl,proto3" json:"hosted_url,omitempty"`
	// The date on which payment for this invoice is due
	DueDate *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=due_date,json=dueDate,proto3" json:"due_date,omitempty"`
	// The date when this invoice is in effect.
	EffectiveAt   *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=effective_at,json=effectiveAt,proto3" json:"effective_at,omitempty"`
	PeriodStartAt *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=period_start_at,json=periodStartAt,proto3" json:"period_start_at,omitempty"`
	PeriodEndAt   *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=period_end_at,json=periodEndAt,proto3" json:"period_end_at,omitempty"`
	Metadata      *structpb.Struct       `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt     *timestamppb.Timestamp `protobuf:"bytes,21,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	Customer      *BillingAccount        `protobuf:"bytes,101,opt,name=customer,proto3" json:"customer,omitempty"`
	// contains filtered or unexported fields
}

func (*Invoice) Descriptor deprecated added in v0.8.13

func (*Invoice) Descriptor() ([]byte, []int)

Deprecated: Use Invoice.ProtoReflect.Descriptor instead.

func (*Invoice) GetAmount added in v0.8.13

func (x *Invoice) GetAmount() int64

func (*Invoice) GetCreatedAt added in v0.8.13

func (x *Invoice) GetCreatedAt() *timestamppb.Timestamp

func (*Invoice) GetCurrency added in v0.8.13

func (x *Invoice) GetCurrency() string

func (*Invoice) GetCustomer added in v0.8.41

func (x *Invoice) GetCustomer() *BillingAccount

func (*Invoice) GetCustomerId added in v0.8.13

func (x *Invoice) GetCustomerId() string

func (*Invoice) GetDueDate added in v0.8.13

func (x *Invoice) GetDueDate() *timestamppb.Timestamp

func (*Invoice) GetEffectiveAt added in v0.8.13

func (x *Invoice) GetEffectiveAt() *timestamppb.Timestamp

func (*Invoice) GetHostedUrl added in v0.8.13

func (x *Invoice) GetHostedUrl() string

func (*Invoice) GetId added in v0.8.13

func (x *Invoice) GetId() string

func (*Invoice) GetMetadata added in v0.8.13

func (x *Invoice) GetMetadata() *structpb.Struct

func (*Invoice) GetPeriodEndAt added in v0.8.26

func (x *Invoice) GetPeriodEndAt() *timestamppb.Timestamp

func (*Invoice) GetPeriodStartAt added in v0.8.26

func (x *Invoice) GetPeriodStartAt() *timestamppb.Timestamp

func (*Invoice) GetProviderId added in v0.8.13

func (x *Invoice) GetProviderId() string

func (*Invoice) GetState added in v0.8.13

func (x *Invoice) GetState() string

func (*Invoice) ProtoMessage added in v0.8.13

func (*Invoice) ProtoMessage()

func (*Invoice) ProtoReflect added in v0.8.13

func (x *Invoice) ProtoReflect() protoreflect.Message

func (*Invoice) Reset added in v0.8.13

func (x *Invoice) Reset()

func (*Invoice) String added in v0.8.13

func (x *Invoice) String() string

func (*Invoice) Validate added in v0.8.13

func (m *Invoice) Validate() error

Validate checks the field values on Invoice with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Invoice) ValidateAll added in v0.8.13

func (m *Invoice) ValidateAll() error

ValidateAll checks the field values on Invoice with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in InvoiceMultiError, or nil if none found.

type InvoiceMultiError added in v0.8.13

type InvoiceMultiError []error

InvoiceMultiError is an error wrapping multiple validation errors returned by Invoice.ValidateAll() if the designated constraints aren't met.

func (InvoiceMultiError) AllErrors added in v0.8.13

func (m InvoiceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (InvoiceMultiError) Error added in v0.8.13

func (m InvoiceMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type InvoiceValidationError added in v0.8.13

type InvoiceValidationError struct {
	// contains filtered or unexported fields
}

InvoiceValidationError is the validation error returned by Invoice.Validate if the designated constraints aren't met.

func (InvoiceValidationError) Cause added in v0.8.13

func (e InvoiceValidationError) Cause() error

Cause function returns cause value.

func (InvoiceValidationError) Error added in v0.8.13

func (e InvoiceValidationError) Error() string

Error satisfies the builtin error interface

func (InvoiceValidationError) ErrorName added in v0.8.13

func (e InvoiceValidationError) ErrorName() string

ErrorName returns error name.

func (InvoiceValidationError) Field added in v0.8.13

func (e InvoiceValidationError) Field() string

Field function returns field value.

func (InvoiceValidationError) Key added in v0.8.13

func (e InvoiceValidationError) Key() bool

Key function returns key value.

func (InvoiceValidationError) Reason added in v0.8.13

func (e InvoiceValidationError) Reason() string

Reason function returns reason value.

type JSONWebKey

type JSONWebKey struct {

	// Key Type.
	Kty string `protobuf:"bytes,1,opt,name=kty,proto3" json:"kty,omitempty"`
	// Algorithm.
	Alg string `protobuf:"bytes,2,opt,name=alg,proto3" json:"alg,omitempty"`
	// Permitted uses for the public keys.
	Use string `protobuf:"bytes,3,opt,name=use,proto3" json:"use,omitempty"`
	// Key ID.
	Kid string `protobuf:"bytes,4,opt,name=kid,proto3" json:"kid,omitempty"`
	// Used for RSA keys.
	N string `protobuf:"bytes,5,opt,name=n,proto3" json:"n,omitempty"`
	// Used for RSA keys.
	E string `protobuf:"bytes,6,opt,name=e,proto3" json:"e,omitempty"`
	// Used for ECDSA keys.
	X string `protobuf:"bytes,7,opt,name=x,proto3" json:"x,omitempty"`
	// Used for ECDSA keys.
	Y string `protobuf:"bytes,8,opt,name=y,proto3" json:"y,omitempty"`
	// Used for ECDSA keys.
	Crv string `protobuf:"bytes,9,opt,name=crv,proto3" json:"crv,omitempty"`
	// contains filtered or unexported fields
}

JSON Web Key as specified in RFC 7517

func (*JSONWebKey) Descriptor deprecated

func (*JSONWebKey) Descriptor() ([]byte, []int)

Deprecated: Use JSONWebKey.ProtoReflect.Descriptor instead.

func (*JSONWebKey) GetAlg

func (x *JSONWebKey) GetAlg() string

func (*JSONWebKey) GetCrv

func (x *JSONWebKey) GetCrv() string

func (*JSONWebKey) GetE

func (x *JSONWebKey) GetE() string

func (*JSONWebKey) GetKid

func (x *JSONWebKey) GetKid() string

func (*JSONWebKey) GetKty

func (x *JSONWebKey) GetKty() string

func (*JSONWebKey) GetN

func (x *JSONWebKey) GetN() string

func (*JSONWebKey) GetUse

func (x *JSONWebKey) GetUse() string

func (*JSONWebKey) GetX

func (x *JSONWebKey) GetX() string

func (*JSONWebKey) GetY

func (x *JSONWebKey) GetY() string

func (*JSONWebKey) ProtoMessage

func (*JSONWebKey) ProtoMessage()

func (*JSONWebKey) ProtoReflect

func (x *JSONWebKey) ProtoReflect() protoreflect.Message

func (*JSONWebKey) Reset

func (x *JSONWebKey) Reset()

func (*JSONWebKey) String

func (x *JSONWebKey) String() string

func (*JSONWebKey) Validate

func (m *JSONWebKey) Validate() error

Validate checks the field values on JSONWebKey with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*JSONWebKey) ValidateAll

func (m *JSONWebKey) ValidateAll() error

ValidateAll checks the field values on JSONWebKey with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in JSONWebKeyMultiError, or nil if none found.

type JSONWebKeyMultiError

type JSONWebKeyMultiError []error

JSONWebKeyMultiError is an error wrapping multiple validation errors returned by JSONWebKey.ValidateAll() if the designated constraints aren't met.

func (JSONWebKeyMultiError) AllErrors

func (m JSONWebKeyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JSONWebKeyMultiError) Error

func (m JSONWebKeyMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type JSONWebKeyValidationError

type JSONWebKeyValidationError struct {
	// contains filtered or unexported fields
}

JSONWebKeyValidationError is the validation error returned by JSONWebKey.Validate if the designated constraints aren't met.

func (JSONWebKeyValidationError) Cause

func (e JSONWebKeyValidationError) Cause() error

Cause function returns cause value.

func (JSONWebKeyValidationError) Error

Error satisfies the builtin error interface

func (JSONWebKeyValidationError) ErrorName

func (e JSONWebKeyValidationError) ErrorName() string

ErrorName returns error name.

func (JSONWebKeyValidationError) Field

Field function returns field value.

func (JSONWebKeyValidationError) Key

Key function returns key value.

func (JSONWebKeyValidationError) Reason

func (e JSONWebKeyValidationError) Reason() string

Reason function returns reason value.

type JoinOrganizationRequest added in v0.7.2

type JoinOrganizationRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*JoinOrganizationRequest) Descriptor deprecated added in v0.7.2

func (*JoinOrganizationRequest) Descriptor() ([]byte, []int)

Deprecated: Use JoinOrganizationRequest.ProtoReflect.Descriptor instead.

func (*JoinOrganizationRequest) GetOrgId added in v0.7.2

func (x *JoinOrganizationRequest) GetOrgId() string

func (*JoinOrganizationRequest) ProtoMessage added in v0.7.2

func (*JoinOrganizationRequest) ProtoMessage()

func (*JoinOrganizationRequest) ProtoReflect added in v0.7.2

func (x *JoinOrganizationRequest) ProtoReflect() protoreflect.Message

func (*JoinOrganizationRequest) Reset added in v0.7.2

func (x *JoinOrganizationRequest) Reset()

func (*JoinOrganizationRequest) String added in v0.7.2

func (x *JoinOrganizationRequest) String() string

func (*JoinOrganizationRequest) Validate added in v0.7.2

func (m *JoinOrganizationRequest) Validate() error

Validate checks the field values on JoinOrganizationRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*JoinOrganizationRequest) ValidateAll added in v0.7.2

func (m *JoinOrganizationRequest) ValidateAll() error

ValidateAll checks the field values on JoinOrganizationRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in JoinOrganizationRequestMultiError, or nil if none found.

type JoinOrganizationRequestMultiError added in v0.7.2

type JoinOrganizationRequestMultiError []error

JoinOrganizationRequestMultiError is an error wrapping multiple validation errors returned by JoinOrganizationRequest.ValidateAll() if the designated constraints aren't met.

func (JoinOrganizationRequestMultiError) AllErrors added in v0.7.2

func (m JoinOrganizationRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JoinOrganizationRequestMultiError) Error added in v0.7.2

Error returns a concatenation of all the error messages it wraps.

type JoinOrganizationRequestValidationError added in v0.7.2

type JoinOrganizationRequestValidationError struct {
	// contains filtered or unexported fields
}

JoinOrganizationRequestValidationError is the validation error returned by JoinOrganizationRequest.Validate if the designated constraints aren't met.

func (JoinOrganizationRequestValidationError) Cause added in v0.7.2

Cause function returns cause value.

func (JoinOrganizationRequestValidationError) Error added in v0.7.2

Error satisfies the builtin error interface

func (JoinOrganizationRequestValidationError) ErrorName added in v0.7.2

ErrorName returns error name.

func (JoinOrganizationRequestValidationError) Field added in v0.7.2

Field function returns field value.

func (JoinOrganizationRequestValidationError) Key added in v0.7.2

Key function returns key value.

func (JoinOrganizationRequestValidationError) Reason added in v0.7.2

Reason function returns reason value.

type JoinOrganizationResponse added in v0.7.2

type JoinOrganizationResponse struct {
	// contains filtered or unexported fields
}

func (*JoinOrganizationResponse) Descriptor deprecated added in v0.7.2

func (*JoinOrganizationResponse) Descriptor() ([]byte, []int)

Deprecated: Use JoinOrganizationResponse.ProtoReflect.Descriptor instead.

func (*JoinOrganizationResponse) ProtoMessage added in v0.7.2

func (*JoinOrganizationResponse) ProtoMessage()

func (*JoinOrganizationResponse) ProtoReflect added in v0.7.2

func (x *JoinOrganizationResponse) ProtoReflect() protoreflect.Message

func (*JoinOrganizationResponse) Reset added in v0.7.2

func (x *JoinOrganizationResponse) Reset()

func (*JoinOrganizationResponse) String added in v0.7.2

func (x *JoinOrganizationResponse) String() string

func (*JoinOrganizationResponse) Validate added in v0.7.2

func (m *JoinOrganizationResponse) Validate() error

Validate checks the field values on JoinOrganizationResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*JoinOrganizationResponse) ValidateAll added in v0.7.2

func (m *JoinOrganizationResponse) ValidateAll() error

ValidateAll checks the field values on JoinOrganizationResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in JoinOrganizationResponseMultiError, or nil if none found.

type JoinOrganizationResponseMultiError added in v0.7.2

type JoinOrganizationResponseMultiError []error

JoinOrganizationResponseMultiError is an error wrapping multiple validation errors returned by JoinOrganizationResponse.ValidateAll() if the designated constraints aren't met.

func (JoinOrganizationResponseMultiError) AllErrors added in v0.7.2

func (m JoinOrganizationResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (JoinOrganizationResponseMultiError) Error added in v0.7.2

Error returns a concatenation of all the error messages it wraps.

type JoinOrganizationResponseValidationError added in v0.7.2

type JoinOrganizationResponseValidationError struct {
	// contains filtered or unexported fields
}

JoinOrganizationResponseValidationError is the validation error returned by JoinOrganizationResponse.Validate if the designated constraints aren't met.

func (JoinOrganizationResponseValidationError) Cause added in v0.7.2

Cause function returns cause value.

func (JoinOrganizationResponseValidationError) Error added in v0.7.2

Error satisfies the builtin error interface

func (JoinOrganizationResponseValidationError) ErrorName added in v0.7.2

ErrorName returns error name.

func (JoinOrganizationResponseValidationError) Field added in v0.7.2

Field function returns field value.

func (JoinOrganizationResponseValidationError) Key added in v0.7.2

Key function returns key value.

func (JoinOrganizationResponseValidationError) Reason added in v0.7.2

Reason function returns reason value.

type KeyCredential

type KeyCredential struct {
	Type        string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	Kid         string `protobuf:"bytes,2,opt,name=kid,proto3" json:"kid,omitempty"`
	PrincipalId string `protobuf:"bytes,3,opt,name=principal_id,json=principalId,proto3" json:"principal_id,omitempty"`
	// RSA private key as string
	PrivateKey string `protobuf:"bytes,4,opt,name=private_key,json=privateKey,proto3" json:"private_key,omitempty"`
	// contains filtered or unexported fields
}

func (*KeyCredential) Descriptor deprecated

func (*KeyCredential) Descriptor() ([]byte, []int)

Deprecated: Use KeyCredential.ProtoReflect.Descriptor instead.

func (*KeyCredential) GetKid

func (x *KeyCredential) GetKid() string

func (*KeyCredential) GetPrincipalId

func (x *KeyCredential) GetPrincipalId() string

func (*KeyCredential) GetPrivateKey

func (x *KeyCredential) GetPrivateKey() string

func (*KeyCredential) GetType

func (x *KeyCredential) GetType() string

func (*KeyCredential) ProtoMessage

func (*KeyCredential) ProtoMessage()

func (*KeyCredential) ProtoReflect

func (x *KeyCredential) ProtoReflect() protoreflect.Message

func (*KeyCredential) Reset

func (x *KeyCredential) Reset()

func (*KeyCredential) String

func (x *KeyCredential) String() string

func (*KeyCredential) Validate

func (m *KeyCredential) Validate() error

Validate checks the field values on KeyCredential with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*KeyCredential) ValidateAll

func (m *KeyCredential) ValidateAll() error

ValidateAll checks the field values on KeyCredential with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in KeyCredentialMultiError, or nil if none found.

type KeyCredentialMultiError

type KeyCredentialMultiError []error

KeyCredentialMultiError is an error wrapping multiple validation errors returned by KeyCredential.ValidateAll() if the designated constraints aren't met.

func (KeyCredentialMultiError) AllErrors

func (m KeyCredentialMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (KeyCredentialMultiError) Error

func (m KeyCredentialMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type KeyCredentialValidationError

type KeyCredentialValidationError struct {
	// contains filtered or unexported fields
}

KeyCredentialValidationError is the validation error returned by KeyCredential.Validate if the designated constraints aren't met.

func (KeyCredentialValidationError) Cause

Cause function returns cause value.

func (KeyCredentialValidationError) Error

Error satisfies the builtin error interface

func (KeyCredentialValidationError) ErrorName

func (e KeyCredentialValidationError) ErrorName() string

ErrorName returns error name.

func (KeyCredentialValidationError) Field

Field function returns field value.

func (KeyCredentialValidationError) Key

Key function returns key value.

func (KeyCredentialValidationError) Reason

Reason function returns reason value.

type ListAllBillingAccountsRequest added in v0.8.29

type ListAllBillingAccountsRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAllBillingAccountsRequest) Descriptor deprecated added in v0.8.29

func (*ListAllBillingAccountsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListAllBillingAccountsRequest.ProtoReflect.Descriptor instead.

func (*ListAllBillingAccountsRequest) GetOrgId added in v0.8.29

func (x *ListAllBillingAccountsRequest) GetOrgId() string

func (*ListAllBillingAccountsRequest) ProtoMessage added in v0.8.29

func (*ListAllBillingAccountsRequest) ProtoMessage()

func (*ListAllBillingAccountsRequest) ProtoReflect added in v0.8.29

func (*ListAllBillingAccountsRequest) Reset added in v0.8.29

func (x *ListAllBillingAccountsRequest) Reset()

func (*ListAllBillingAccountsRequest) String added in v0.8.29

func (*ListAllBillingAccountsRequest) Validate added in v0.8.29

func (m *ListAllBillingAccountsRequest) Validate() error

Validate checks the field values on ListAllBillingAccountsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListAllBillingAccountsRequest) ValidateAll added in v0.8.29

func (m *ListAllBillingAccountsRequest) ValidateAll() error

ValidateAll checks the field values on ListAllBillingAccountsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListAllBillingAccountsRequestMultiError, or nil if none found.

type ListAllBillingAccountsRequestMultiError added in v0.8.29

type ListAllBillingAccountsRequestMultiError []error

ListAllBillingAccountsRequestMultiError is an error wrapping multiple validation errors returned by ListAllBillingAccountsRequest.ValidateAll() if the designated constraints aren't met.

func (ListAllBillingAccountsRequestMultiError) AllErrors added in v0.8.29

AllErrors returns a list of validation violation errors.

func (ListAllBillingAccountsRequestMultiError) Error added in v0.8.29

Error returns a concatenation of all the error messages it wraps.

type ListAllBillingAccountsRequestValidationError added in v0.8.29

type ListAllBillingAccountsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListAllBillingAccountsRequestValidationError is the validation error returned by ListAllBillingAccountsRequest.Validate if the designated constraints aren't met.

func (ListAllBillingAccountsRequestValidationError) Cause added in v0.8.29

Cause function returns cause value.

func (ListAllBillingAccountsRequestValidationError) Error added in v0.8.29

Error satisfies the builtin error interface

func (ListAllBillingAccountsRequestValidationError) ErrorName added in v0.8.29

ErrorName returns error name.

func (ListAllBillingAccountsRequestValidationError) Field added in v0.8.29

Field function returns field value.

func (ListAllBillingAccountsRequestValidationError) Key added in v0.8.29

Key function returns key value.

func (ListAllBillingAccountsRequestValidationError) Reason added in v0.8.29

Reason function returns reason value.

type ListAllBillingAccountsResponse added in v0.8.29

type ListAllBillingAccountsResponse struct {
	BillingAccounts []*BillingAccount `protobuf:"bytes,1,rep,name=billing_accounts,json=billingAccounts,proto3" json:"billing_accounts,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAllBillingAccountsResponse) Descriptor deprecated added in v0.8.29

func (*ListAllBillingAccountsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListAllBillingAccountsResponse.ProtoReflect.Descriptor instead.

func (*ListAllBillingAccountsResponse) GetBillingAccounts added in v0.8.29

func (x *ListAllBillingAccountsResponse) GetBillingAccounts() []*BillingAccount

func (*ListAllBillingAccountsResponse) ProtoMessage added in v0.8.29

func (*ListAllBillingAccountsResponse) ProtoMessage()

func (*ListAllBillingAccountsResponse) ProtoReflect added in v0.8.29

func (*ListAllBillingAccountsResponse) Reset added in v0.8.29

func (x *ListAllBillingAccountsResponse) Reset()

func (*ListAllBillingAccountsResponse) String added in v0.8.29

func (*ListAllBillingAccountsResponse) Validate added in v0.8.29

func (m *ListAllBillingAccountsResponse) Validate() error

Validate checks the field values on ListAllBillingAccountsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListAllBillingAccountsResponse) ValidateAll added in v0.8.29

func (m *ListAllBillingAccountsResponse) ValidateAll() error

ValidateAll checks the field values on ListAllBillingAccountsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListAllBillingAccountsResponseMultiError, or nil if none found.

type ListAllBillingAccountsResponseMultiError added in v0.8.29

type ListAllBillingAccountsResponseMultiError []error

ListAllBillingAccountsResponseMultiError is an error wrapping multiple validation errors returned by ListAllBillingAccountsResponse.ValidateAll() if the designated constraints aren't met.

func (ListAllBillingAccountsResponseMultiError) AllErrors added in v0.8.29

AllErrors returns a list of validation violation errors.

func (ListAllBillingAccountsResponseMultiError) Error added in v0.8.29

Error returns a concatenation of all the error messages it wraps.

type ListAllBillingAccountsResponseValidationError added in v0.8.29

type ListAllBillingAccountsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListAllBillingAccountsResponseValidationError is the validation error returned by ListAllBillingAccountsResponse.Validate if the designated constraints aren't met.

func (ListAllBillingAccountsResponseValidationError) Cause added in v0.8.29

Cause function returns cause value.

func (ListAllBillingAccountsResponseValidationError) Error added in v0.8.29

Error satisfies the builtin error interface

func (ListAllBillingAccountsResponseValidationError) ErrorName added in v0.8.29

ErrorName returns error name.

func (ListAllBillingAccountsResponseValidationError) Field added in v0.8.29

Field function returns field value.

func (ListAllBillingAccountsResponseValidationError) Key added in v0.8.29

Key function returns key value.

func (ListAllBillingAccountsResponseValidationError) Reason added in v0.8.29

Reason function returns reason value.

type ListAllInvoicesRequest added in v0.8.26

type ListAllInvoicesRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAllInvoicesRequest) Descriptor deprecated added in v0.8.26

func (*ListAllInvoicesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListAllInvoicesRequest.ProtoReflect.Descriptor instead.

func (*ListAllInvoicesRequest) GetOrgId added in v0.8.26

func (x *ListAllInvoicesRequest) GetOrgId() string

func (*ListAllInvoicesRequest) ProtoMessage added in v0.8.26

func (*ListAllInvoicesRequest) ProtoMessage()

func (*ListAllInvoicesRequest) ProtoReflect added in v0.8.26

func (x *ListAllInvoicesRequest) ProtoReflect() protoreflect.Message

func (*ListAllInvoicesRequest) Reset added in v0.8.26

func (x *ListAllInvoicesRequest) Reset()

func (*ListAllInvoicesRequest) String added in v0.8.26

func (x *ListAllInvoicesRequest) String() string

func (*ListAllInvoicesRequest) Validate added in v0.8.26

func (m *ListAllInvoicesRequest) Validate() error

Validate checks the field values on ListAllInvoicesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListAllInvoicesRequest) ValidateAll added in v0.8.26

func (m *ListAllInvoicesRequest) ValidateAll() error

ValidateAll checks the field values on ListAllInvoicesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListAllInvoicesRequestMultiError, or nil if none found.

type ListAllInvoicesRequestMultiError added in v0.8.26

type ListAllInvoicesRequestMultiError []error

ListAllInvoicesRequestMultiError is an error wrapping multiple validation errors returned by ListAllInvoicesRequest.ValidateAll() if the designated constraints aren't met.

func (ListAllInvoicesRequestMultiError) AllErrors added in v0.8.26

func (m ListAllInvoicesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListAllInvoicesRequestMultiError) Error added in v0.8.26

Error returns a concatenation of all the error messages it wraps.

type ListAllInvoicesRequestValidationError added in v0.8.26

type ListAllInvoicesRequestValidationError struct {
	// contains filtered or unexported fields
}

ListAllInvoicesRequestValidationError is the validation error returned by ListAllInvoicesRequest.Validate if the designated constraints aren't met.

func (ListAllInvoicesRequestValidationError) Cause added in v0.8.26

Cause function returns cause value.

func (ListAllInvoicesRequestValidationError) Error added in v0.8.26

Error satisfies the builtin error interface

func (ListAllInvoicesRequestValidationError) ErrorName added in v0.8.26

ErrorName returns error name.

func (ListAllInvoicesRequestValidationError) Field added in v0.8.26

Field function returns field value.

func (ListAllInvoicesRequestValidationError) Key added in v0.8.26

Key function returns key value.

func (ListAllInvoicesRequestValidationError) Reason added in v0.8.26

Reason function returns reason value.

type ListAllInvoicesResponse added in v0.8.26

type ListAllInvoicesResponse struct {
	Invoices []*Invoice `protobuf:"bytes,1,rep,name=invoices,proto3" json:"invoices,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAllInvoicesResponse) Descriptor deprecated added in v0.8.26

func (*ListAllInvoicesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListAllInvoicesResponse.ProtoReflect.Descriptor instead.

func (*ListAllInvoicesResponse) GetInvoices added in v0.8.26

func (x *ListAllInvoicesResponse) GetInvoices() []*Invoice

func (*ListAllInvoicesResponse) ProtoMessage added in v0.8.26

func (*ListAllInvoicesResponse) ProtoMessage()

func (*ListAllInvoicesResponse) ProtoReflect added in v0.8.26

func (x *ListAllInvoicesResponse) ProtoReflect() protoreflect.Message

func (*ListAllInvoicesResponse) Reset added in v0.8.26

func (x *ListAllInvoicesResponse) Reset()

func (*ListAllInvoicesResponse) String added in v0.8.26

func (x *ListAllInvoicesResponse) String() string

func (*ListAllInvoicesResponse) Validate added in v0.8.26

func (m *ListAllInvoicesResponse) Validate() error

Validate checks the field values on ListAllInvoicesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListAllInvoicesResponse) ValidateAll added in v0.8.26

func (m *ListAllInvoicesResponse) ValidateAll() error

ValidateAll checks the field values on ListAllInvoicesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListAllInvoicesResponseMultiError, or nil if none found.

type ListAllInvoicesResponseMultiError added in v0.8.26

type ListAllInvoicesResponseMultiError []error

ListAllInvoicesResponseMultiError is an error wrapping multiple validation errors returned by ListAllInvoicesResponse.ValidateAll() if the designated constraints aren't met.

func (ListAllInvoicesResponseMultiError) AllErrors added in v0.8.26

func (m ListAllInvoicesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListAllInvoicesResponseMultiError) Error added in v0.8.26

Error returns a concatenation of all the error messages it wraps.

type ListAllInvoicesResponseValidationError added in v0.8.26

type ListAllInvoicesResponseValidationError struct {
	// contains filtered or unexported fields
}

ListAllInvoicesResponseValidationError is the validation error returned by ListAllInvoicesResponse.Validate if the designated constraints aren't met.

func (ListAllInvoicesResponseValidationError) Cause added in v0.8.26

Cause function returns cause value.

func (ListAllInvoicesResponseValidationError) Error added in v0.8.26

Error satisfies the builtin error interface

func (ListAllInvoicesResponseValidationError) ErrorName added in v0.8.26

ErrorName returns error name.

func (ListAllInvoicesResponseValidationError) Field added in v0.8.26

Field function returns field value.

func (ListAllInvoicesResponseValidationError) Key added in v0.8.26

Key function returns key value.

func (ListAllInvoicesResponseValidationError) Reason added in v0.8.26

Reason function returns reason value.

type ListAllOrganizationsRequest

type ListAllOrganizationsRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	State  string `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAllOrganizationsRequest) Descriptor deprecated

func (*ListAllOrganizationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListAllOrganizationsRequest.ProtoReflect.Descriptor instead.

func (*ListAllOrganizationsRequest) GetState

func (x *ListAllOrganizationsRequest) GetState() string

func (*ListAllOrganizationsRequest) GetUserId

func (x *ListAllOrganizationsRequest) GetUserId() string

func (*ListAllOrganizationsRequest) ProtoMessage

func (*ListAllOrganizationsRequest) ProtoMessage()

func (*ListAllOrganizationsRequest) ProtoReflect

func (*ListAllOrganizationsRequest) Reset

func (x *ListAllOrganizationsRequest) Reset()

func (*ListAllOrganizationsRequest) String

func (x *ListAllOrganizationsRequest) String() string

func (*ListAllOrganizationsRequest) Validate

func (m *ListAllOrganizationsRequest) Validate() error

Validate checks the field values on ListAllOrganizationsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListAllOrganizationsRequest) ValidateAll

func (m *ListAllOrganizationsRequest) ValidateAll() error

ValidateAll checks the field values on ListAllOrganizationsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListAllOrganizationsRequestMultiError, or nil if none found.

type ListAllOrganizationsRequestMultiError

type ListAllOrganizationsRequestMultiError []error

ListAllOrganizationsRequestMultiError is an error wrapping multiple validation errors returned by ListAllOrganizationsRequest.ValidateAll() if the designated constraints aren't met.

func (ListAllOrganizationsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListAllOrganizationsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListAllOrganizationsRequestValidationError

type ListAllOrganizationsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListAllOrganizationsRequestValidationError is the validation error returned by ListAllOrganizationsRequest.Validate if the designated constraints aren't met.

func (ListAllOrganizationsRequestValidationError) Cause

Cause function returns cause value.

func (ListAllOrganizationsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListAllOrganizationsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListAllOrganizationsRequestValidationError) Field

Field function returns field value.

func (ListAllOrganizationsRequestValidationError) Key

Key function returns key value.

func (ListAllOrganizationsRequestValidationError) Reason

Reason function returns reason value.

type ListAllOrganizationsResponse

type ListAllOrganizationsResponse struct {
	Organizations []*Organization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAllOrganizationsResponse) Descriptor deprecated

func (*ListAllOrganizationsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListAllOrganizationsResponse.ProtoReflect.Descriptor instead.

func (*ListAllOrganizationsResponse) GetOrganizations

func (x *ListAllOrganizationsResponse) GetOrganizations() []*Organization

func (*ListAllOrganizationsResponse) ProtoMessage

func (*ListAllOrganizationsResponse) ProtoMessage()

func (*ListAllOrganizationsResponse) ProtoReflect

func (*ListAllOrganizationsResponse) Reset

func (x *ListAllOrganizationsResponse) Reset()

func (*ListAllOrganizationsResponse) String

func (*ListAllOrganizationsResponse) Validate

func (m *ListAllOrganizationsResponse) Validate() error

Validate checks the field values on ListAllOrganizationsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListAllOrganizationsResponse) ValidateAll

func (m *ListAllOrganizationsResponse) ValidateAll() error

ValidateAll checks the field values on ListAllOrganizationsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListAllOrganizationsResponseMultiError, or nil if none found.

type ListAllOrganizationsResponseMultiError

type ListAllOrganizationsResponseMultiError []error

ListAllOrganizationsResponseMultiError is an error wrapping multiple validation errors returned by ListAllOrganizationsResponse.ValidateAll() if the designated constraints aren't met.

func (ListAllOrganizationsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListAllOrganizationsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListAllOrganizationsResponseValidationError

type ListAllOrganizationsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListAllOrganizationsResponseValidationError is the validation error returned by ListAllOrganizationsResponse.Validate if the designated constraints aren't met.

func (ListAllOrganizationsResponseValidationError) Cause

Cause function returns cause value.

func (ListAllOrganizationsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListAllOrganizationsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListAllOrganizationsResponseValidationError) Field

Field function returns field value.

func (ListAllOrganizationsResponseValidationError) Key

Key function returns key value.

func (ListAllOrganizationsResponseValidationError) Reason

Reason function returns reason value.

type ListAllUsersRequest

type ListAllUsersRequest struct {
	PageSize int32  `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageNum  int32  `protobuf:"varint,2,opt,name=page_num,json=pageNum,proto3" json:"page_num,omitempty"`
	Keyword  string `protobuf:"bytes,3,opt,name=keyword,proto3" json:"keyword,omitempty"`
	OrgId    string `protobuf:"bytes,4,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	GroupId  string `protobuf:"bytes,5,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	State    string `protobuf:"bytes,6,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAllUsersRequest) Descriptor deprecated

func (*ListAllUsersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListAllUsersRequest.ProtoReflect.Descriptor instead.

func (*ListAllUsersRequest) GetGroupId

func (x *ListAllUsersRequest) GetGroupId() string

func (*ListAllUsersRequest) GetKeyword

func (x *ListAllUsersRequest) GetKeyword() string

func (*ListAllUsersRequest) GetOrgId

func (x *ListAllUsersRequest) GetOrgId() string

func (*ListAllUsersRequest) GetPageNum

func (x *ListAllUsersRequest) GetPageNum() int32

func (*ListAllUsersRequest) GetPageSize

func (x *ListAllUsersRequest) GetPageSize() int32

func (*ListAllUsersRequest) GetState

func (x *ListAllUsersRequest) GetState() string

func (*ListAllUsersRequest) ProtoMessage

func (*ListAllUsersRequest) ProtoMessage()

func (*ListAllUsersRequest) ProtoReflect

func (x *ListAllUsersRequest) ProtoReflect() protoreflect.Message

func (*ListAllUsersRequest) Reset

func (x *ListAllUsersRequest) Reset()

func (*ListAllUsersRequest) String

func (x *ListAllUsersRequest) String() string

func (*ListAllUsersRequest) Validate

func (m *ListAllUsersRequest) Validate() error

Validate checks the field values on ListAllUsersRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListAllUsersRequest) ValidateAll

func (m *ListAllUsersRequest) ValidateAll() error

ValidateAll checks the field values on ListAllUsersRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListAllUsersRequestMultiError, or nil if none found.

type ListAllUsersRequestMultiError

type ListAllUsersRequestMultiError []error

ListAllUsersRequestMultiError is an error wrapping multiple validation errors returned by ListAllUsersRequest.ValidateAll() if the designated constraints aren't met.

func (ListAllUsersRequestMultiError) AllErrors

func (m ListAllUsersRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListAllUsersRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListAllUsersRequestValidationError

type ListAllUsersRequestValidationError struct {
	// contains filtered or unexported fields
}

ListAllUsersRequestValidationError is the validation error returned by ListAllUsersRequest.Validate if the designated constraints aren't met.

func (ListAllUsersRequestValidationError) Cause

Cause function returns cause value.

func (ListAllUsersRequestValidationError) Error

Error satisfies the builtin error interface

func (ListAllUsersRequestValidationError) ErrorName

ErrorName returns error name.

func (ListAllUsersRequestValidationError) Field

Field function returns field value.

func (ListAllUsersRequestValidationError) Key

Key function returns key value.

func (ListAllUsersRequestValidationError) Reason

Reason function returns reason value.

type ListAllUsersResponse

type ListAllUsersResponse struct {
	Count int32   `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	Users []*User `protobuf:"bytes,2,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAllUsersResponse) Descriptor deprecated

func (*ListAllUsersResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListAllUsersResponse.ProtoReflect.Descriptor instead.

func (*ListAllUsersResponse) GetCount

func (x *ListAllUsersResponse) GetCount() int32

func (*ListAllUsersResponse) GetUsers

func (x *ListAllUsersResponse) GetUsers() []*User

func (*ListAllUsersResponse) ProtoMessage

func (*ListAllUsersResponse) ProtoMessage()

func (*ListAllUsersResponse) ProtoReflect

func (x *ListAllUsersResponse) ProtoReflect() protoreflect.Message

func (*ListAllUsersResponse) Reset

func (x *ListAllUsersResponse) Reset()

func (*ListAllUsersResponse) String

func (x *ListAllUsersResponse) String() string

func (*ListAllUsersResponse) Validate

func (m *ListAllUsersResponse) Validate() error

Validate checks the field values on ListAllUsersResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListAllUsersResponse) ValidateAll

func (m *ListAllUsersResponse) ValidateAll() error

ValidateAll checks the field values on ListAllUsersResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListAllUsersResponseMultiError, or nil if none found.

type ListAllUsersResponseMultiError

type ListAllUsersResponseMultiError []error

ListAllUsersResponseMultiError is an error wrapping multiple validation errors returned by ListAllUsersResponse.ValidateAll() if the designated constraints aren't met.

func (ListAllUsersResponseMultiError) AllErrors

func (m ListAllUsersResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListAllUsersResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListAllUsersResponseValidationError

type ListAllUsersResponseValidationError struct {
	// contains filtered or unexported fields
}

ListAllUsersResponseValidationError is the validation error returned by ListAllUsersResponse.Validate if the designated constraints aren't met.

func (ListAllUsersResponseValidationError) Cause

Cause function returns cause value.

func (ListAllUsersResponseValidationError) Error

Error satisfies the builtin error interface

func (ListAllUsersResponseValidationError) ErrorName

ErrorName returns error name.

func (ListAllUsersResponseValidationError) Field

Field function returns field value.

func (ListAllUsersResponseValidationError) Key

Key function returns key value.

func (ListAllUsersResponseValidationError) Reason

Reason function returns reason value.

type ListAuthStrategiesRequest

type ListAuthStrategiesRequest struct {
	// contains filtered or unexported fields
}

func (*ListAuthStrategiesRequest) Descriptor deprecated

func (*ListAuthStrategiesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListAuthStrategiesRequest.ProtoReflect.Descriptor instead.

func (*ListAuthStrategiesRequest) ProtoMessage

func (*ListAuthStrategiesRequest) ProtoMessage()

func (*ListAuthStrategiesRequest) ProtoReflect

func (*ListAuthStrategiesRequest) Reset

func (x *ListAuthStrategiesRequest) Reset()

func (*ListAuthStrategiesRequest) String

func (x *ListAuthStrategiesRequest) String() string

func (*ListAuthStrategiesRequest) Validate

func (m *ListAuthStrategiesRequest) Validate() error

Validate checks the field values on ListAuthStrategiesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListAuthStrategiesRequest) ValidateAll

func (m *ListAuthStrategiesRequest) ValidateAll() error

ValidateAll checks the field values on ListAuthStrategiesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListAuthStrategiesRequestMultiError, or nil if none found.

type ListAuthStrategiesRequestMultiError

type ListAuthStrategiesRequestMultiError []error

ListAuthStrategiesRequestMultiError is an error wrapping multiple validation errors returned by ListAuthStrategiesRequest.ValidateAll() if the designated constraints aren't met.

func (ListAuthStrategiesRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListAuthStrategiesRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListAuthStrategiesRequestValidationError

type ListAuthStrategiesRequestValidationError struct {
	// contains filtered or unexported fields
}

ListAuthStrategiesRequestValidationError is the validation error returned by ListAuthStrategiesRequest.Validate if the designated constraints aren't met.

func (ListAuthStrategiesRequestValidationError) Cause

Cause function returns cause value.

func (ListAuthStrategiesRequestValidationError) Error

Error satisfies the builtin error interface

func (ListAuthStrategiesRequestValidationError) ErrorName

ErrorName returns error name.

func (ListAuthStrategiesRequestValidationError) Field

Field function returns field value.

func (ListAuthStrategiesRequestValidationError) Key

Key function returns key value.

func (ListAuthStrategiesRequestValidationError) Reason

Reason function returns reason value.

type ListAuthStrategiesResponse

type ListAuthStrategiesResponse struct {
	Strategies []*AuthStrategy `protobuf:"bytes,1,rep,name=strategies,proto3" json:"strategies,omitempty"`
	// contains filtered or unexported fields
}

func (*ListAuthStrategiesResponse) Descriptor deprecated

func (*ListAuthStrategiesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListAuthStrategiesResponse.ProtoReflect.Descriptor instead.

func (*ListAuthStrategiesResponse) GetStrategies

func (x *ListAuthStrategiesResponse) GetStrategies() []*AuthStrategy

func (*ListAuthStrategiesResponse) ProtoMessage

func (*ListAuthStrategiesResponse) ProtoMessage()

func (*ListAuthStrategiesResponse) ProtoReflect

func (*ListAuthStrategiesResponse) Reset

func (x *ListAuthStrategiesResponse) Reset()

func (*ListAuthStrategiesResponse) String

func (x *ListAuthStrategiesResponse) String() string

func (*ListAuthStrategiesResponse) Validate

func (m *ListAuthStrategiesResponse) Validate() error

Validate checks the field values on ListAuthStrategiesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListAuthStrategiesResponse) ValidateAll

func (m *ListAuthStrategiesResponse) ValidateAll() error

ValidateAll checks the field values on ListAuthStrategiesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListAuthStrategiesResponseMultiError, or nil if none found.

type ListAuthStrategiesResponseMultiError

type ListAuthStrategiesResponseMultiError []error

ListAuthStrategiesResponseMultiError is an error wrapping multiple validation errors returned by ListAuthStrategiesResponse.ValidateAll() if the designated constraints aren't met.

func (ListAuthStrategiesResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListAuthStrategiesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListAuthStrategiesResponseValidationError

type ListAuthStrategiesResponseValidationError struct {
	// contains filtered or unexported fields
}

ListAuthStrategiesResponseValidationError is the validation error returned by ListAuthStrategiesResponse.Validate if the designated constraints aren't met.

func (ListAuthStrategiesResponseValidationError) Cause

Cause function returns cause value.

func (ListAuthStrategiesResponseValidationError) Error

Error satisfies the builtin error interface

func (ListAuthStrategiesResponseValidationError) ErrorName

ErrorName returns error name.

func (ListAuthStrategiesResponseValidationError) Field

Field function returns field value.

func (ListAuthStrategiesResponseValidationError) Key

Key function returns key value.

func (ListAuthStrategiesResponseValidationError) Reason

Reason function returns reason value.

type ListBillingAccountsRequest added in v0.8.0

type ListBillingAccountsRequest struct {

	// ID of the organization to list billing accounts for
	OrgId  string   `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Expand []string `protobuf:"bytes,101,rep,name=expand,proto3" json:"expand,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBillingAccountsRequest) Descriptor deprecated added in v0.8.0

func (*ListBillingAccountsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListBillingAccountsRequest.ProtoReflect.Descriptor instead.

func (*ListBillingAccountsRequest) GetExpand added in v0.8.41

func (x *ListBillingAccountsRequest) GetExpand() []string

func (*ListBillingAccountsRequest) GetOrgId added in v0.8.0

func (x *ListBillingAccountsRequest) GetOrgId() string

func (*ListBillingAccountsRequest) ProtoMessage added in v0.8.0

func (*ListBillingAccountsRequest) ProtoMessage()

func (*ListBillingAccountsRequest) ProtoReflect added in v0.8.0

func (*ListBillingAccountsRequest) Reset added in v0.8.0

func (x *ListBillingAccountsRequest) Reset()

func (*ListBillingAccountsRequest) String added in v0.8.0

func (x *ListBillingAccountsRequest) String() string

func (*ListBillingAccountsRequest) Validate added in v0.8.0

func (m *ListBillingAccountsRequest) Validate() error

Validate checks the field values on ListBillingAccountsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListBillingAccountsRequest) ValidateAll added in v0.8.0

func (m *ListBillingAccountsRequest) ValidateAll() error

ValidateAll checks the field values on ListBillingAccountsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListBillingAccountsRequestMultiError, or nil if none found.

type ListBillingAccountsRequestMultiError added in v0.8.0

type ListBillingAccountsRequestMultiError []error

ListBillingAccountsRequestMultiError is an error wrapping multiple validation errors returned by ListBillingAccountsRequest.ValidateAll() if the designated constraints aren't met.

func (ListBillingAccountsRequestMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (ListBillingAccountsRequestMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type ListBillingAccountsRequestValidationError added in v0.8.0

type ListBillingAccountsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListBillingAccountsRequestValidationError is the validation error returned by ListBillingAccountsRequest.Validate if the designated constraints aren't met.

func (ListBillingAccountsRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (ListBillingAccountsRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (ListBillingAccountsRequestValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (ListBillingAccountsRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (ListBillingAccountsRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (ListBillingAccountsRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type ListBillingAccountsResponse added in v0.8.0

type ListBillingAccountsResponse struct {

	// List of billing accounts
	BillingAccounts []*BillingAccount `protobuf:"bytes,1,rep,name=billing_accounts,json=billingAccounts,proto3" json:"billing_accounts,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBillingAccountsResponse) Descriptor deprecated added in v0.8.0

func (*ListBillingAccountsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListBillingAccountsResponse.ProtoReflect.Descriptor instead.

func (*ListBillingAccountsResponse) GetBillingAccounts added in v0.8.0

func (x *ListBillingAccountsResponse) GetBillingAccounts() []*BillingAccount

func (*ListBillingAccountsResponse) ProtoMessage added in v0.8.0

func (*ListBillingAccountsResponse) ProtoMessage()

func (*ListBillingAccountsResponse) ProtoReflect added in v0.8.0

func (*ListBillingAccountsResponse) Reset added in v0.8.0

func (x *ListBillingAccountsResponse) Reset()

func (*ListBillingAccountsResponse) String added in v0.8.0

func (x *ListBillingAccountsResponse) String() string

func (*ListBillingAccountsResponse) Validate added in v0.8.0

func (m *ListBillingAccountsResponse) Validate() error

Validate checks the field values on ListBillingAccountsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListBillingAccountsResponse) ValidateAll added in v0.8.0

func (m *ListBillingAccountsResponse) ValidateAll() error

ValidateAll checks the field values on ListBillingAccountsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListBillingAccountsResponseMultiError, or nil if none found.

type ListBillingAccountsResponseMultiError added in v0.8.0

type ListBillingAccountsResponseMultiError []error

ListBillingAccountsResponseMultiError is an error wrapping multiple validation errors returned by ListBillingAccountsResponse.ValidateAll() if the designated constraints aren't met.

func (ListBillingAccountsResponseMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (ListBillingAccountsResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type ListBillingAccountsResponseValidationError added in v0.8.0

type ListBillingAccountsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListBillingAccountsResponseValidationError is the validation error returned by ListBillingAccountsResponse.Validate if the designated constraints aren't met.

func (ListBillingAccountsResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (ListBillingAccountsResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (ListBillingAccountsResponseValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (ListBillingAccountsResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (ListBillingAccountsResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (ListBillingAccountsResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type ListBillingTransactionsRequest added in v0.8.0

type ListBillingTransactionsRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// ID of the billing account to update the subscription for
	BillingId string                 `protobuf:"bytes,2,opt,name=billing_id,json=billingId,proto3" json:"billing_id,omitempty"`
	Since     *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=since,proto3" json:"since,omitempty"`
	Expand    []string               `protobuf:"bytes,101,rep,name=expand,proto3" json:"expand,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBillingTransactionsRequest) Descriptor deprecated added in v0.8.0

func (*ListBillingTransactionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListBillingTransactionsRequest.ProtoReflect.Descriptor instead.

func (*ListBillingTransactionsRequest) GetBillingId added in v0.8.0

func (x *ListBillingTransactionsRequest) GetBillingId() string

func (*ListBillingTransactionsRequest) GetExpand added in v0.8.41

func (x *ListBillingTransactionsRequest) GetExpand() []string

func (*ListBillingTransactionsRequest) GetOrgId added in v0.8.0

func (x *ListBillingTransactionsRequest) GetOrgId() string

func (*ListBillingTransactionsRequest) GetSince added in v0.8.0

func (*ListBillingTransactionsRequest) ProtoMessage added in v0.8.0

func (*ListBillingTransactionsRequest) ProtoMessage()

func (*ListBillingTransactionsRequest) ProtoReflect added in v0.8.0

func (*ListBillingTransactionsRequest) Reset added in v0.8.0

func (x *ListBillingTransactionsRequest) Reset()

func (*ListBillingTransactionsRequest) String added in v0.8.0

func (*ListBillingTransactionsRequest) Validate added in v0.8.0

func (m *ListBillingTransactionsRequest) Validate() error

Validate checks the field values on ListBillingTransactionsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListBillingTransactionsRequest) ValidateAll added in v0.8.0

func (m *ListBillingTransactionsRequest) ValidateAll() error

ValidateAll checks the field values on ListBillingTransactionsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListBillingTransactionsRequestMultiError, or nil if none found.

type ListBillingTransactionsRequestMultiError added in v0.8.0

type ListBillingTransactionsRequestMultiError []error

ListBillingTransactionsRequestMultiError is an error wrapping multiple validation errors returned by ListBillingTransactionsRequest.ValidateAll() if the designated constraints aren't met.

func (ListBillingTransactionsRequestMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (ListBillingTransactionsRequestMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type ListBillingTransactionsRequestValidationError added in v0.8.0

type ListBillingTransactionsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListBillingTransactionsRequestValidationError is the validation error returned by ListBillingTransactionsRequest.Validate if the designated constraints aren't met.

func (ListBillingTransactionsRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (ListBillingTransactionsRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (ListBillingTransactionsRequestValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (ListBillingTransactionsRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (ListBillingTransactionsRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (ListBillingTransactionsRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type ListBillingTransactionsResponse added in v0.8.0

type ListBillingTransactionsResponse struct {

	// List of transactions
	Transactions []*BillingTransaction `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBillingTransactionsResponse) Descriptor deprecated added in v0.8.0

func (*ListBillingTransactionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListBillingTransactionsResponse.ProtoReflect.Descriptor instead.

func (*ListBillingTransactionsResponse) GetTransactions added in v0.8.0

func (x *ListBillingTransactionsResponse) GetTransactions() []*BillingTransaction

func (*ListBillingTransactionsResponse) ProtoMessage added in v0.8.0

func (*ListBillingTransactionsResponse) ProtoMessage()

func (*ListBillingTransactionsResponse) ProtoReflect added in v0.8.0

func (*ListBillingTransactionsResponse) Reset added in v0.8.0

func (*ListBillingTransactionsResponse) String added in v0.8.0

func (*ListBillingTransactionsResponse) Validate added in v0.8.0

func (m *ListBillingTransactionsResponse) Validate() error

Validate checks the field values on ListBillingTransactionsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListBillingTransactionsResponse) ValidateAll added in v0.8.0

func (m *ListBillingTransactionsResponse) ValidateAll() error

ValidateAll checks the field values on ListBillingTransactionsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListBillingTransactionsResponseMultiError, or nil if none found.

type ListBillingTransactionsResponseMultiError added in v0.8.0

type ListBillingTransactionsResponseMultiError []error

ListBillingTransactionsResponseMultiError is an error wrapping multiple validation errors returned by ListBillingTransactionsResponse.ValidateAll() if the designated constraints aren't met.

func (ListBillingTransactionsResponseMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (ListBillingTransactionsResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type ListBillingTransactionsResponseValidationError added in v0.8.0

type ListBillingTransactionsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListBillingTransactionsResponseValidationError is the validation error returned by ListBillingTransactionsResponse.Validate if the designated constraints aren't met.

func (ListBillingTransactionsResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (ListBillingTransactionsResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (ListBillingTransactionsResponseValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (ListBillingTransactionsResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (ListBillingTransactionsResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (ListBillingTransactionsResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type ListCheckoutsRequest added in v0.8.0

type ListCheckoutsRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// ID of the billing account to get the subscriptions for
	BillingId string `protobuf:"bytes,2,opt,name=billing_id,json=billingId,proto3" json:"billing_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCheckoutsRequest) Descriptor deprecated added in v0.8.0

func (*ListCheckoutsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListCheckoutsRequest.ProtoReflect.Descriptor instead.

func (*ListCheckoutsRequest) GetBillingId added in v0.8.0

func (x *ListCheckoutsRequest) GetBillingId() string

func (*ListCheckoutsRequest) GetOrgId added in v0.8.0

func (x *ListCheckoutsRequest) GetOrgId() string

func (*ListCheckoutsRequest) ProtoMessage added in v0.8.0

func (*ListCheckoutsRequest) ProtoMessage()

func (*ListCheckoutsRequest) ProtoReflect added in v0.8.0

func (x *ListCheckoutsRequest) ProtoReflect() protoreflect.Message

func (*ListCheckoutsRequest) Reset added in v0.8.0

func (x *ListCheckoutsRequest) Reset()

func (*ListCheckoutsRequest) String added in v0.8.0

func (x *ListCheckoutsRequest) String() string

func (*ListCheckoutsRequest) Validate added in v0.8.0

func (m *ListCheckoutsRequest) Validate() error

Validate checks the field values on ListCheckoutsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListCheckoutsRequest) ValidateAll added in v0.8.0

func (m *ListCheckoutsRequest) ValidateAll() error

ValidateAll checks the field values on ListCheckoutsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListCheckoutsRequestMultiError, or nil if none found.

type ListCheckoutsRequestMultiError added in v0.8.0

type ListCheckoutsRequestMultiError []error

ListCheckoutsRequestMultiError is an error wrapping multiple validation errors returned by ListCheckoutsRequest.ValidateAll() if the designated constraints aren't met.

func (ListCheckoutsRequestMultiError) AllErrors added in v0.8.0

func (m ListCheckoutsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListCheckoutsRequestMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type ListCheckoutsRequestValidationError added in v0.8.0

type ListCheckoutsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListCheckoutsRequestValidationError is the validation error returned by ListCheckoutsRequest.Validate if the designated constraints aren't met.

func (ListCheckoutsRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (ListCheckoutsRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (ListCheckoutsRequestValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (ListCheckoutsRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (ListCheckoutsRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (ListCheckoutsRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type ListCheckoutsResponse added in v0.8.0

type ListCheckoutsResponse struct {

	// List of checkouts
	CheckoutSessions []*CheckoutSession `protobuf:"bytes,1,rep,name=checkout_sessions,json=checkoutSessions,proto3" json:"checkout_sessions,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCheckoutsResponse) Descriptor deprecated added in v0.8.0

func (*ListCheckoutsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListCheckoutsResponse.ProtoReflect.Descriptor instead.

func (*ListCheckoutsResponse) GetCheckoutSessions added in v0.8.0

func (x *ListCheckoutsResponse) GetCheckoutSessions() []*CheckoutSession

func (*ListCheckoutsResponse) ProtoMessage added in v0.8.0

func (*ListCheckoutsResponse) ProtoMessage()

func (*ListCheckoutsResponse) ProtoReflect added in v0.8.0

func (x *ListCheckoutsResponse) ProtoReflect() protoreflect.Message

func (*ListCheckoutsResponse) Reset added in v0.8.0

func (x *ListCheckoutsResponse) Reset()

func (*ListCheckoutsResponse) String added in v0.8.0

func (x *ListCheckoutsResponse) String() string

func (*ListCheckoutsResponse) Validate added in v0.8.0

func (m *ListCheckoutsResponse) Validate() error

Validate checks the field values on ListCheckoutsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListCheckoutsResponse) ValidateAll added in v0.8.0

func (m *ListCheckoutsResponse) ValidateAll() error

ValidateAll checks the field values on ListCheckoutsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListCheckoutsResponseMultiError, or nil if none found.

type ListCheckoutsResponseMultiError added in v0.8.0

type ListCheckoutsResponseMultiError []error

ListCheckoutsResponseMultiError is an error wrapping multiple validation errors returned by ListCheckoutsResponse.ValidateAll() if the designated constraints aren't met.

func (ListCheckoutsResponseMultiError) AllErrors added in v0.8.0

func (m ListCheckoutsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListCheckoutsResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type ListCheckoutsResponseValidationError added in v0.8.0

type ListCheckoutsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListCheckoutsResponseValidationError is the validation error returned by ListCheckoutsResponse.Validate if the designated constraints aren't met.

func (ListCheckoutsResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (ListCheckoutsResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (ListCheckoutsResponseValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (ListCheckoutsResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (ListCheckoutsResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (ListCheckoutsResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type ListCurrentUserGroupsRequest

type ListCurrentUserGroupsRequest struct {

	// org_id is optional filter over an organization
	OrgId           string   `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	WithPermissions []string `protobuf:"bytes,2,rep,name=with_permissions,json=withPermissions,proto3" json:"with_permissions,omitempty"`
	WithMemberCount bool     `protobuf:"varint,3,opt,name=with_member_count,json=withMemberCount,proto3" json:"with_member_count,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCurrentUserGroupsRequest) Descriptor deprecated

func (*ListCurrentUserGroupsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListCurrentUserGroupsRequest.ProtoReflect.Descriptor instead.

func (*ListCurrentUserGroupsRequest) GetOrgId added in v0.7.5

func (x *ListCurrentUserGroupsRequest) GetOrgId() string

func (*ListCurrentUserGroupsRequest) GetWithMemberCount added in v0.8.8

func (x *ListCurrentUserGroupsRequest) GetWithMemberCount() bool

func (*ListCurrentUserGroupsRequest) GetWithPermissions added in v0.7.5

func (x *ListCurrentUserGroupsRequest) GetWithPermissions() []string

func (*ListCurrentUserGroupsRequest) ProtoMessage

func (*ListCurrentUserGroupsRequest) ProtoMessage()

func (*ListCurrentUserGroupsRequest) ProtoReflect

func (*ListCurrentUserGroupsRequest) Reset

func (x *ListCurrentUserGroupsRequest) Reset()

func (*ListCurrentUserGroupsRequest) String

func (*ListCurrentUserGroupsRequest) Validate

func (m *ListCurrentUserGroupsRequest) Validate() error

Validate checks the field values on ListCurrentUserGroupsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListCurrentUserGroupsRequest) ValidateAll

func (m *ListCurrentUserGroupsRequest) ValidateAll() error

ValidateAll checks the field values on ListCurrentUserGroupsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListCurrentUserGroupsRequestMultiError, or nil if none found.

type ListCurrentUserGroupsRequestMultiError

type ListCurrentUserGroupsRequestMultiError []error

ListCurrentUserGroupsRequestMultiError is an error wrapping multiple validation errors returned by ListCurrentUserGroupsRequest.ValidateAll() if the designated constraints aren't met.

func (ListCurrentUserGroupsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListCurrentUserGroupsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListCurrentUserGroupsRequestValidationError

type ListCurrentUserGroupsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListCurrentUserGroupsRequestValidationError is the validation error returned by ListCurrentUserGroupsRequest.Validate if the designated constraints aren't met.

func (ListCurrentUserGroupsRequestValidationError) Cause

Cause function returns cause value.

func (ListCurrentUserGroupsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListCurrentUserGroupsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListCurrentUserGroupsRequestValidationError) Field

Field function returns field value.

func (ListCurrentUserGroupsRequestValidationError) Key

Key function returns key value.

func (ListCurrentUserGroupsRequestValidationError) Reason

Reason function returns reason value.

type ListCurrentUserGroupsResponse

type ListCurrentUserGroupsResponse struct {
	Groups      []*Group                                    `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty"`
	AccessPairs []*ListCurrentUserGroupsResponse_AccessPair `protobuf:"bytes,2,rep,name=access_pairs,json=accessPairs,proto3" json:"access_pairs,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCurrentUserGroupsResponse) Descriptor deprecated

func (*ListCurrentUserGroupsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListCurrentUserGroupsResponse.ProtoReflect.Descriptor instead.

func (*ListCurrentUserGroupsResponse) GetAccessPairs added in v0.7.5

func (*ListCurrentUserGroupsResponse) GetGroups

func (x *ListCurrentUserGroupsResponse) GetGroups() []*Group

func (*ListCurrentUserGroupsResponse) ProtoMessage

func (*ListCurrentUserGroupsResponse) ProtoMessage()

func (*ListCurrentUserGroupsResponse) ProtoReflect

func (*ListCurrentUserGroupsResponse) Reset

func (x *ListCurrentUserGroupsResponse) Reset()

func (*ListCurrentUserGroupsResponse) String

func (*ListCurrentUserGroupsResponse) Validate

func (m *ListCurrentUserGroupsResponse) Validate() error

Validate checks the field values on ListCurrentUserGroupsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListCurrentUserGroupsResponse) ValidateAll

func (m *ListCurrentUserGroupsResponse) ValidateAll() error

ValidateAll checks the field values on ListCurrentUserGroupsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListCurrentUserGroupsResponseMultiError, or nil if none found.

type ListCurrentUserGroupsResponseMultiError

type ListCurrentUserGroupsResponseMultiError []error

ListCurrentUserGroupsResponseMultiError is an error wrapping multiple validation errors returned by ListCurrentUserGroupsResponse.ValidateAll() if the designated constraints aren't met.

func (ListCurrentUserGroupsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListCurrentUserGroupsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListCurrentUserGroupsResponseValidationError

type ListCurrentUserGroupsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListCurrentUserGroupsResponseValidationError is the validation error returned by ListCurrentUserGroupsResponse.Validate if the designated constraints aren't met.

func (ListCurrentUserGroupsResponseValidationError) Cause

Cause function returns cause value.

func (ListCurrentUserGroupsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListCurrentUserGroupsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListCurrentUserGroupsResponseValidationError) Field

Field function returns field value.

func (ListCurrentUserGroupsResponseValidationError) Key

Key function returns key value.

func (ListCurrentUserGroupsResponseValidationError) Reason

Reason function returns reason value.

type ListCurrentUserGroupsResponse_AccessPair added in v0.7.5

type ListCurrentUserGroupsResponse_AccessPair struct {
	GroupId     string   `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	Permissions []string `protobuf:"bytes,2,rep,name=permissions,proto3" json:"permissions,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCurrentUserGroupsResponse_AccessPair) Descriptor deprecated added in v0.7.5

func (*ListCurrentUserGroupsResponse_AccessPair) Descriptor() ([]byte, []int)

Deprecated: Use ListCurrentUserGroupsResponse_AccessPair.ProtoReflect.Descriptor instead.

func (*ListCurrentUserGroupsResponse_AccessPair) GetGroupId added in v0.7.5

func (*ListCurrentUserGroupsResponse_AccessPair) GetPermissions added in v0.7.5

func (x *ListCurrentUserGroupsResponse_AccessPair) GetPermissions() []string

func (*ListCurrentUserGroupsResponse_AccessPair) ProtoMessage added in v0.7.5

func (*ListCurrentUserGroupsResponse_AccessPair) ProtoReflect added in v0.7.5

func (*ListCurrentUserGroupsResponse_AccessPair) Reset added in v0.7.5

func (*ListCurrentUserGroupsResponse_AccessPair) String added in v0.7.5

func (*ListCurrentUserGroupsResponse_AccessPair) Validate added in v0.7.5

Validate checks the field values on ListCurrentUserGroupsResponse_AccessPair with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListCurrentUserGroupsResponse_AccessPair) ValidateAll added in v0.7.5

ValidateAll checks the field values on ListCurrentUserGroupsResponse_AccessPair with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListCurrentUserGroupsResponse_AccessPairMultiError, or nil if none found.

type ListCurrentUserGroupsResponse_AccessPairMultiError added in v0.7.5

type ListCurrentUserGroupsResponse_AccessPairMultiError []error

ListCurrentUserGroupsResponse_AccessPairMultiError is an error wrapping multiple validation errors returned by ListCurrentUserGroupsResponse_AccessPair.ValidateAll() if the designated constraints aren't met.

func (ListCurrentUserGroupsResponse_AccessPairMultiError) AllErrors added in v0.7.5

AllErrors returns a list of validation violation errors.

func (ListCurrentUserGroupsResponse_AccessPairMultiError) Error added in v0.7.5

Error returns a concatenation of all the error messages it wraps.

type ListCurrentUserGroupsResponse_AccessPairValidationError added in v0.7.5

type ListCurrentUserGroupsResponse_AccessPairValidationError struct {
	// contains filtered or unexported fields
}

ListCurrentUserGroupsResponse_AccessPairValidationError is the validation error returned by ListCurrentUserGroupsResponse_AccessPair.Validate if the designated constraints aren't met.

func (ListCurrentUserGroupsResponse_AccessPairValidationError) Cause added in v0.7.5

Cause function returns cause value.

func (ListCurrentUserGroupsResponse_AccessPairValidationError) Error added in v0.7.5

Error satisfies the builtin error interface

func (ListCurrentUserGroupsResponse_AccessPairValidationError) ErrorName added in v0.7.5

ErrorName returns error name.

func (ListCurrentUserGroupsResponse_AccessPairValidationError) Field added in v0.7.5

Field function returns field value.

func (ListCurrentUserGroupsResponse_AccessPairValidationError) Key added in v0.7.5

Key function returns key value.

func (ListCurrentUserGroupsResponse_AccessPairValidationError) Reason added in v0.7.5

Reason function returns reason value.

type ListCurrentUserInvitationsRequest added in v0.7.6

type ListCurrentUserInvitationsRequest struct {
	// contains filtered or unexported fields
}

func (*ListCurrentUserInvitationsRequest) Descriptor deprecated added in v0.7.6

func (*ListCurrentUserInvitationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListCurrentUserInvitationsRequest.ProtoReflect.Descriptor instead.

func (*ListCurrentUserInvitationsRequest) ProtoMessage added in v0.7.6

func (*ListCurrentUserInvitationsRequest) ProtoMessage()

func (*ListCurrentUserInvitationsRequest) ProtoReflect added in v0.7.6

func (*ListCurrentUserInvitationsRequest) Reset added in v0.7.6

func (*ListCurrentUserInvitationsRequest) String added in v0.7.6

func (*ListCurrentUserInvitationsRequest) Validate added in v0.7.6

Validate checks the field values on ListCurrentUserInvitationsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListCurrentUserInvitationsRequest) ValidateAll added in v0.7.6

func (m *ListCurrentUserInvitationsRequest) ValidateAll() error

ValidateAll checks the field values on ListCurrentUserInvitationsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListCurrentUserInvitationsRequestMultiError, or nil if none found.

type ListCurrentUserInvitationsRequestMultiError added in v0.7.6

type ListCurrentUserInvitationsRequestMultiError []error

ListCurrentUserInvitationsRequestMultiError is an error wrapping multiple validation errors returned by ListCurrentUserInvitationsRequest.ValidateAll() if the designated constraints aren't met.

func (ListCurrentUserInvitationsRequestMultiError) AllErrors added in v0.7.6

AllErrors returns a list of validation violation errors.

func (ListCurrentUserInvitationsRequestMultiError) Error added in v0.7.6

Error returns a concatenation of all the error messages it wraps.

type ListCurrentUserInvitationsRequestValidationError added in v0.7.6

type ListCurrentUserInvitationsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListCurrentUserInvitationsRequestValidationError is the validation error returned by ListCurrentUserInvitationsRequest.Validate if the designated constraints aren't met.

func (ListCurrentUserInvitationsRequestValidationError) Cause added in v0.7.6

Cause function returns cause value.

func (ListCurrentUserInvitationsRequestValidationError) Error added in v0.7.6

Error satisfies the builtin error interface

func (ListCurrentUserInvitationsRequestValidationError) ErrorName added in v0.7.6

ErrorName returns error name.

func (ListCurrentUserInvitationsRequestValidationError) Field added in v0.7.6

Field function returns field value.

func (ListCurrentUserInvitationsRequestValidationError) Key added in v0.7.6

Key function returns key value.

func (ListCurrentUserInvitationsRequestValidationError) Reason added in v0.7.6

Reason function returns reason value.

type ListCurrentUserInvitationsResponse added in v0.7.6

type ListCurrentUserInvitationsResponse struct {
	Invitations []*Invitation   `protobuf:"bytes,1,rep,name=invitations,proto3" json:"invitations,omitempty"`
	Orgs        []*Organization `protobuf:"bytes,2,rep,name=orgs,proto3" json:"orgs,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCurrentUserInvitationsResponse) Descriptor deprecated added in v0.7.6

func (*ListCurrentUserInvitationsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListCurrentUserInvitationsResponse.ProtoReflect.Descriptor instead.

func (*ListCurrentUserInvitationsResponse) GetInvitations added in v0.7.6

func (x *ListCurrentUserInvitationsResponse) GetInvitations() []*Invitation

func (*ListCurrentUserInvitationsResponse) GetOrgs added in v0.7.6

func (*ListCurrentUserInvitationsResponse) ProtoMessage added in v0.7.6

func (*ListCurrentUserInvitationsResponse) ProtoMessage()

func (*ListCurrentUserInvitationsResponse) ProtoReflect added in v0.7.6

func (*ListCurrentUserInvitationsResponse) Reset added in v0.7.6

func (*ListCurrentUserInvitationsResponse) String added in v0.7.6

func (*ListCurrentUserInvitationsResponse) Validate added in v0.7.6

Validate checks the field values on ListCurrentUserInvitationsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListCurrentUserInvitationsResponse) ValidateAll added in v0.7.6

func (m *ListCurrentUserInvitationsResponse) ValidateAll() error

ValidateAll checks the field values on ListCurrentUserInvitationsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListCurrentUserInvitationsResponseMultiError, or nil if none found.

type ListCurrentUserInvitationsResponseMultiError added in v0.7.6

type ListCurrentUserInvitationsResponseMultiError []error

ListCurrentUserInvitationsResponseMultiError is an error wrapping multiple validation errors returned by ListCurrentUserInvitationsResponse.ValidateAll() if the designated constraints aren't met.

func (ListCurrentUserInvitationsResponseMultiError) AllErrors added in v0.7.6

AllErrors returns a list of validation violation errors.

func (ListCurrentUserInvitationsResponseMultiError) Error added in v0.7.6

Error returns a concatenation of all the error messages it wraps.

type ListCurrentUserInvitationsResponseValidationError added in v0.7.6

type ListCurrentUserInvitationsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListCurrentUserInvitationsResponseValidationError is the validation error returned by ListCurrentUserInvitationsResponse.Validate if the designated constraints aren't met.

func (ListCurrentUserInvitationsResponseValidationError) Cause added in v0.7.6

Cause function returns cause value.

func (ListCurrentUserInvitationsResponseValidationError) Error added in v0.7.6

Error satisfies the builtin error interface

func (ListCurrentUserInvitationsResponseValidationError) ErrorName added in v0.7.6

ErrorName returns error name.

func (ListCurrentUserInvitationsResponseValidationError) Field added in v0.7.6

Field function returns field value.

func (ListCurrentUserInvitationsResponseValidationError) Key added in v0.7.6

Key function returns key value.

func (ListCurrentUserInvitationsResponseValidationError) Reason added in v0.7.6

Reason function returns reason value.

type ListCurrentUserPreferencesRequest added in v0.7.3

type ListCurrentUserPreferencesRequest struct {
	// contains filtered or unexported fields
}

func (*ListCurrentUserPreferencesRequest) Descriptor deprecated added in v0.7.3

func (*ListCurrentUserPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListCurrentUserPreferencesRequest.ProtoReflect.Descriptor instead.

func (*ListCurrentUserPreferencesRequest) ProtoMessage added in v0.7.3

func (*ListCurrentUserPreferencesRequest) ProtoMessage()

func (*ListCurrentUserPreferencesRequest) ProtoReflect added in v0.7.3

func (*ListCurrentUserPreferencesRequest) Reset added in v0.7.3

func (*ListCurrentUserPreferencesRequest) String added in v0.7.3

func (*ListCurrentUserPreferencesRequest) Validate added in v0.7.3

Validate checks the field values on ListCurrentUserPreferencesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListCurrentUserPreferencesRequest) ValidateAll added in v0.7.3

func (m *ListCurrentUserPreferencesRequest) ValidateAll() error

ValidateAll checks the field values on ListCurrentUserPreferencesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListCurrentUserPreferencesRequestMultiError, or nil if none found.

type ListCurrentUserPreferencesRequestMultiError added in v0.7.3

type ListCurrentUserPreferencesRequestMultiError []error

ListCurrentUserPreferencesRequestMultiError is an error wrapping multiple validation errors returned by ListCurrentUserPreferencesRequest.ValidateAll() if the designated constraints aren't met.

func (ListCurrentUserPreferencesRequestMultiError) AllErrors added in v0.7.3

AllErrors returns a list of validation violation errors.

func (ListCurrentUserPreferencesRequestMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type ListCurrentUserPreferencesRequestValidationError added in v0.7.3

type ListCurrentUserPreferencesRequestValidationError struct {
	// contains filtered or unexported fields
}

ListCurrentUserPreferencesRequestValidationError is the validation error returned by ListCurrentUserPreferencesRequest.Validate if the designated constraints aren't met.

func (ListCurrentUserPreferencesRequestValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (ListCurrentUserPreferencesRequestValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (ListCurrentUserPreferencesRequestValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (ListCurrentUserPreferencesRequestValidationError) Field added in v0.7.3

Field function returns field value.

func (ListCurrentUserPreferencesRequestValidationError) Key added in v0.7.3

Key function returns key value.

func (ListCurrentUserPreferencesRequestValidationError) Reason added in v0.7.3

Reason function returns reason value.

type ListCurrentUserPreferencesResponse added in v0.7.3

type ListCurrentUserPreferencesResponse struct {
	Preferences []*Preference `protobuf:"bytes,1,rep,name=preferences,proto3" json:"preferences,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCurrentUserPreferencesResponse) Descriptor deprecated added in v0.7.3

func (*ListCurrentUserPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListCurrentUserPreferencesResponse.ProtoReflect.Descriptor instead.

func (*ListCurrentUserPreferencesResponse) GetPreferences added in v0.7.3

func (x *ListCurrentUserPreferencesResponse) GetPreferences() []*Preference

func (*ListCurrentUserPreferencesResponse) ProtoMessage added in v0.7.3

func (*ListCurrentUserPreferencesResponse) ProtoMessage()

func (*ListCurrentUserPreferencesResponse) ProtoReflect added in v0.7.3

func (*ListCurrentUserPreferencesResponse) Reset added in v0.7.3

func (*ListCurrentUserPreferencesResponse) String added in v0.7.3

func (*ListCurrentUserPreferencesResponse) Validate added in v0.7.3

Validate checks the field values on ListCurrentUserPreferencesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListCurrentUserPreferencesResponse) ValidateAll added in v0.7.3

func (m *ListCurrentUserPreferencesResponse) ValidateAll() error

ValidateAll checks the field values on ListCurrentUserPreferencesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListCurrentUserPreferencesResponseMultiError, or nil if none found.

type ListCurrentUserPreferencesResponseMultiError added in v0.7.3

type ListCurrentUserPreferencesResponseMultiError []error

ListCurrentUserPreferencesResponseMultiError is an error wrapping multiple validation errors returned by ListCurrentUserPreferencesResponse.ValidateAll() if the designated constraints aren't met.

func (ListCurrentUserPreferencesResponseMultiError) AllErrors added in v0.7.3

AllErrors returns a list of validation violation errors.

func (ListCurrentUserPreferencesResponseMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type ListCurrentUserPreferencesResponseValidationError added in v0.7.3

type ListCurrentUserPreferencesResponseValidationError struct {
	// contains filtered or unexported fields
}

ListCurrentUserPreferencesResponseValidationError is the validation error returned by ListCurrentUserPreferencesResponse.Validate if the designated constraints aren't met.

func (ListCurrentUserPreferencesResponseValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (ListCurrentUserPreferencesResponseValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (ListCurrentUserPreferencesResponseValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (ListCurrentUserPreferencesResponseValidationError) Field added in v0.7.3

Field function returns field value.

func (ListCurrentUserPreferencesResponseValidationError) Key added in v0.7.3

Key function returns key value.

func (ListCurrentUserPreferencesResponseValidationError) Reason added in v0.7.3

Reason function returns reason value.

type ListFeaturesRequest added in v0.8.0

type ListFeaturesRequest struct {
	// contains filtered or unexported fields
}

func (*ListFeaturesRequest) Descriptor deprecated added in v0.8.0

func (*ListFeaturesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListFeaturesRequest.ProtoReflect.Descriptor instead.

func (*ListFeaturesRequest) ProtoMessage added in v0.8.0

func (*ListFeaturesRequest) ProtoMessage()

func (*ListFeaturesRequest) ProtoReflect added in v0.8.0

func (x *ListFeaturesRequest) ProtoReflect() protoreflect.Message

func (*ListFeaturesRequest) Reset added in v0.8.0

func (x *ListFeaturesRequest) Reset()

func (*ListFeaturesRequest) String added in v0.8.0

func (x *ListFeaturesRequest) String() string

func (*ListFeaturesRequest) Validate added in v0.8.0

func (m *ListFeaturesRequest) Validate() error

Validate checks the field values on ListFeaturesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListFeaturesRequest) ValidateAll added in v0.8.0

func (m *ListFeaturesRequest) ValidateAll() error

ValidateAll checks the field values on ListFeaturesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListFeaturesRequestMultiError, or nil if none found.

type ListFeaturesRequestMultiError added in v0.8.0

type ListFeaturesRequestMultiError []error

ListFeaturesRequestMultiError is an error wrapping multiple validation errors returned by ListFeaturesRequest.ValidateAll() if the designated constraints aren't met.

func (ListFeaturesRequestMultiError) AllErrors added in v0.8.0

func (m ListFeaturesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListFeaturesRequestMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type ListFeaturesRequestValidationError added in v0.8.0

type ListFeaturesRequestValidationError struct {
	// contains filtered or unexported fields
}

ListFeaturesRequestValidationError is the validation error returned by ListFeaturesRequest.Validate if the designated constraints aren't met.

func (ListFeaturesRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (ListFeaturesRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (ListFeaturesRequestValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (ListFeaturesRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (ListFeaturesRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (ListFeaturesRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type ListFeaturesResponse added in v0.8.0

type ListFeaturesResponse struct {
	Features []*Feature `protobuf:"bytes,1,rep,name=features,proto3" json:"features,omitempty"`
	// contains filtered or unexported fields
}

func (*ListFeaturesResponse) Descriptor deprecated added in v0.8.0

func (*ListFeaturesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListFeaturesResponse.ProtoReflect.Descriptor instead.

func (*ListFeaturesResponse) GetFeatures added in v0.8.0

func (x *ListFeaturesResponse) GetFeatures() []*Feature

func (*ListFeaturesResponse) ProtoMessage added in v0.8.0

func (*ListFeaturesResponse) ProtoMessage()

func (*ListFeaturesResponse) ProtoReflect added in v0.8.0

func (x *ListFeaturesResponse) ProtoReflect() protoreflect.Message

func (*ListFeaturesResponse) Reset added in v0.8.0

func (x *ListFeaturesResponse) Reset()

func (*ListFeaturesResponse) String added in v0.8.0

func (x *ListFeaturesResponse) String() string

func (*ListFeaturesResponse) Validate added in v0.8.0

func (m *ListFeaturesResponse) Validate() error

Validate checks the field values on ListFeaturesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListFeaturesResponse) ValidateAll added in v0.8.0

func (m *ListFeaturesResponse) ValidateAll() error

ValidateAll checks the field values on ListFeaturesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListFeaturesResponseMultiError, or nil if none found.

type ListFeaturesResponseMultiError added in v0.8.0

type ListFeaturesResponseMultiError []error

ListFeaturesResponseMultiError is an error wrapping multiple validation errors returned by ListFeaturesResponse.ValidateAll() if the designated constraints aren't met.

func (ListFeaturesResponseMultiError) AllErrors added in v0.8.0

func (m ListFeaturesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListFeaturesResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type ListFeaturesResponseValidationError added in v0.8.0

type ListFeaturesResponseValidationError struct {
	// contains filtered or unexported fields
}

ListFeaturesResponseValidationError is the validation error returned by ListFeaturesResponse.Validate if the designated constraints aren't met.

func (ListFeaturesResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (ListFeaturesResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (ListFeaturesResponseValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (ListFeaturesResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (ListFeaturesResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (ListFeaturesResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type ListGroupPreferencesRequest added in v0.7.3

type ListGroupPreferencesRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListGroupPreferencesRequest) Descriptor deprecated added in v0.7.3

func (*ListGroupPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListGroupPreferencesRequest.ProtoReflect.Descriptor instead.

func (*ListGroupPreferencesRequest) GetId added in v0.7.3

func (*ListGroupPreferencesRequest) ProtoMessage added in v0.7.3

func (*ListGroupPreferencesRequest) ProtoMessage()

func (*ListGroupPreferencesRequest) ProtoReflect added in v0.7.3

func (*ListGroupPreferencesRequest) Reset added in v0.7.3

func (x *ListGroupPreferencesRequest) Reset()

func (*ListGroupPreferencesRequest) String added in v0.7.3

func (x *ListGroupPreferencesRequest) String() string

func (*ListGroupPreferencesRequest) Validate added in v0.7.3

func (m *ListGroupPreferencesRequest) Validate() error

Validate checks the field values on ListGroupPreferencesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListGroupPreferencesRequest) ValidateAll added in v0.7.3

func (m *ListGroupPreferencesRequest) ValidateAll() error

ValidateAll checks the field values on ListGroupPreferencesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListGroupPreferencesRequestMultiError, or nil if none found.

type ListGroupPreferencesRequestMultiError added in v0.7.3

type ListGroupPreferencesRequestMultiError []error

ListGroupPreferencesRequestMultiError is an error wrapping multiple validation errors returned by ListGroupPreferencesRequest.ValidateAll() if the designated constraints aren't met.

func (ListGroupPreferencesRequestMultiError) AllErrors added in v0.7.3

AllErrors returns a list of validation violation errors.

func (ListGroupPreferencesRequestMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type ListGroupPreferencesRequestValidationError added in v0.7.3

type ListGroupPreferencesRequestValidationError struct {
	// contains filtered or unexported fields
}

ListGroupPreferencesRequestValidationError is the validation error returned by ListGroupPreferencesRequest.Validate if the designated constraints aren't met.

func (ListGroupPreferencesRequestValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (ListGroupPreferencesRequestValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (ListGroupPreferencesRequestValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (ListGroupPreferencesRequestValidationError) Field added in v0.7.3

Field function returns field value.

func (ListGroupPreferencesRequestValidationError) Key added in v0.7.3

Key function returns key value.

func (ListGroupPreferencesRequestValidationError) Reason added in v0.7.3

Reason function returns reason value.

type ListGroupPreferencesResponse added in v0.7.3

type ListGroupPreferencesResponse struct {
	Preferences []*Preference `protobuf:"bytes,1,rep,name=preferences,proto3" json:"preferences,omitempty"`
	// contains filtered or unexported fields
}

func (*ListGroupPreferencesResponse) Descriptor deprecated added in v0.7.3

func (*ListGroupPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListGroupPreferencesResponse.ProtoReflect.Descriptor instead.

func (*ListGroupPreferencesResponse) GetPreferences added in v0.7.3

func (x *ListGroupPreferencesResponse) GetPreferences() []*Preference

func (*ListGroupPreferencesResponse) ProtoMessage added in v0.7.3

func (*ListGroupPreferencesResponse) ProtoMessage()

func (*ListGroupPreferencesResponse) ProtoReflect added in v0.7.3

func (*ListGroupPreferencesResponse) Reset added in v0.7.3

func (x *ListGroupPreferencesResponse) Reset()

func (*ListGroupPreferencesResponse) String added in v0.7.3

func (*ListGroupPreferencesResponse) Validate added in v0.7.3

func (m *ListGroupPreferencesResponse) Validate() error

Validate checks the field values on ListGroupPreferencesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListGroupPreferencesResponse) ValidateAll added in v0.7.3

func (m *ListGroupPreferencesResponse) ValidateAll() error

ValidateAll checks the field values on ListGroupPreferencesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListGroupPreferencesResponseMultiError, or nil if none found.

type ListGroupPreferencesResponseMultiError added in v0.7.3

type ListGroupPreferencesResponseMultiError []error

ListGroupPreferencesResponseMultiError is an error wrapping multiple validation errors returned by ListGroupPreferencesResponse.ValidateAll() if the designated constraints aren't met.

func (ListGroupPreferencesResponseMultiError) AllErrors added in v0.7.3

AllErrors returns a list of validation violation errors.

func (ListGroupPreferencesResponseMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type ListGroupPreferencesResponseValidationError added in v0.7.3

type ListGroupPreferencesResponseValidationError struct {
	// contains filtered or unexported fields
}

ListGroupPreferencesResponseValidationError is the validation error returned by ListGroupPreferencesResponse.Validate if the designated constraints aren't met.

func (ListGroupPreferencesResponseValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (ListGroupPreferencesResponseValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (ListGroupPreferencesResponseValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (ListGroupPreferencesResponseValidationError) Field added in v0.7.3

Field function returns field value.

func (ListGroupPreferencesResponseValidationError) Key added in v0.7.3

Key function returns key value.

func (ListGroupPreferencesResponseValidationError) Reason added in v0.7.3

Reason function returns reason value.

type ListGroupUsersRequest

type ListGroupUsersRequest struct {
	Id        string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId     string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	WithRoles bool   `protobuf:"varint,3,opt,name=with_roles,json=withRoles,proto3" json:"with_roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ListGroupUsersRequest) Descriptor deprecated

func (*ListGroupUsersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListGroupUsersRequest.ProtoReflect.Descriptor instead.

func (*ListGroupUsersRequest) GetId

func (x *ListGroupUsersRequest) GetId() string

func (*ListGroupUsersRequest) GetOrgId

func (x *ListGroupUsersRequest) GetOrgId() string

func (*ListGroupUsersRequest) GetWithRoles added in v0.7.5

func (x *ListGroupUsersRequest) GetWithRoles() bool

func (*ListGroupUsersRequest) ProtoMessage

func (*ListGroupUsersRequest) ProtoMessage()

func (*ListGroupUsersRequest) ProtoReflect

func (x *ListGroupUsersRequest) ProtoReflect() protoreflect.Message

func (*ListGroupUsersRequest) Reset

func (x *ListGroupUsersRequest) Reset()

func (*ListGroupUsersRequest) String

func (x *ListGroupUsersRequest) String() string

func (*ListGroupUsersRequest) Validate

func (m *ListGroupUsersRequest) Validate() error

Validate checks the field values on ListGroupUsersRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListGroupUsersRequest) ValidateAll

func (m *ListGroupUsersRequest) ValidateAll() error

ValidateAll checks the field values on ListGroupUsersRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListGroupUsersRequestMultiError, or nil if none found.

type ListGroupUsersRequestMultiError

type ListGroupUsersRequestMultiError []error

ListGroupUsersRequestMultiError is an error wrapping multiple validation errors returned by ListGroupUsersRequest.ValidateAll() if the designated constraints aren't met.

func (ListGroupUsersRequestMultiError) AllErrors

func (m ListGroupUsersRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListGroupUsersRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListGroupUsersRequestValidationError

type ListGroupUsersRequestValidationError struct {
	// contains filtered or unexported fields
}

ListGroupUsersRequestValidationError is the validation error returned by ListGroupUsersRequest.Validate if the designated constraints aren't met.

func (ListGroupUsersRequestValidationError) Cause

Cause function returns cause value.

func (ListGroupUsersRequestValidationError) Error

Error satisfies the builtin error interface

func (ListGroupUsersRequestValidationError) ErrorName

ErrorName returns error name.

func (ListGroupUsersRequestValidationError) Field

Field function returns field value.

func (ListGroupUsersRequestValidationError) Key

Key function returns key value.

func (ListGroupUsersRequestValidationError) Reason

Reason function returns reason value.

type ListGroupUsersResponse

type ListGroupUsersResponse struct {
	Users     []*User                            `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	RolePairs []*ListGroupUsersResponse_RolePair `protobuf:"bytes,2,rep,name=role_pairs,json=rolePairs,proto3" json:"role_pairs,omitempty"`
	// contains filtered or unexported fields
}

func (*ListGroupUsersResponse) Descriptor deprecated

func (*ListGroupUsersResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListGroupUsersResponse.ProtoReflect.Descriptor instead.

func (*ListGroupUsersResponse) GetRolePairs added in v0.7.5

func (*ListGroupUsersResponse) GetUsers

func (x *ListGroupUsersResponse) GetUsers() []*User

func (*ListGroupUsersResponse) ProtoMessage

func (*ListGroupUsersResponse) ProtoMessage()

func (*ListGroupUsersResponse) ProtoReflect

func (x *ListGroupUsersResponse) ProtoReflect() protoreflect.Message

func (*ListGroupUsersResponse) Reset

func (x *ListGroupUsersResponse) Reset()

func (*ListGroupUsersResponse) String

func (x *ListGroupUsersResponse) String() string

func (*ListGroupUsersResponse) Validate

func (m *ListGroupUsersResponse) Validate() error

Validate checks the field values on ListGroupUsersResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListGroupUsersResponse) ValidateAll

func (m *ListGroupUsersResponse) ValidateAll() error

ValidateAll checks the field values on ListGroupUsersResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListGroupUsersResponseMultiError, or nil if none found.

type ListGroupUsersResponseMultiError

type ListGroupUsersResponseMultiError []error

ListGroupUsersResponseMultiError is an error wrapping multiple validation errors returned by ListGroupUsersResponse.ValidateAll() if the designated constraints aren't met.

func (ListGroupUsersResponseMultiError) AllErrors

func (m ListGroupUsersResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListGroupUsersResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListGroupUsersResponseValidationError

type ListGroupUsersResponseValidationError struct {
	// contains filtered or unexported fields
}

ListGroupUsersResponseValidationError is the validation error returned by ListGroupUsersResponse.Validate if the designated constraints aren't met.

func (ListGroupUsersResponseValidationError) Cause

Cause function returns cause value.

func (ListGroupUsersResponseValidationError) Error

Error satisfies the builtin error interface

func (ListGroupUsersResponseValidationError) ErrorName

ErrorName returns error name.

func (ListGroupUsersResponseValidationError) Field

Field function returns field value.

func (ListGroupUsersResponseValidationError) Key

Key function returns key value.

func (ListGroupUsersResponseValidationError) Reason

Reason function returns reason value.

type ListGroupUsersResponse_RolePair added in v0.7.5

type ListGroupUsersResponse_RolePair struct {
	UserId string  `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Roles  []*Role `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ListGroupUsersResponse_RolePair) Descriptor deprecated added in v0.7.5

func (*ListGroupUsersResponse_RolePair) Descriptor() ([]byte, []int)

Deprecated: Use ListGroupUsersResponse_RolePair.ProtoReflect.Descriptor instead.

func (*ListGroupUsersResponse_RolePair) GetRoles added in v0.7.5

func (x *ListGroupUsersResponse_RolePair) GetRoles() []*Role

func (*ListGroupUsersResponse_RolePair) GetUserId added in v0.7.5

func (x *ListGroupUsersResponse_RolePair) GetUserId() string

func (*ListGroupUsersResponse_RolePair) ProtoMessage added in v0.7.5

func (*ListGroupUsersResponse_RolePair) ProtoMessage()

func (*ListGroupUsersResponse_RolePair) ProtoReflect added in v0.7.5

func (*ListGroupUsersResponse_RolePair) Reset added in v0.7.5

func (*ListGroupUsersResponse_RolePair) String added in v0.7.5

func (*ListGroupUsersResponse_RolePair) Validate added in v0.7.5

func (m *ListGroupUsersResponse_RolePair) Validate() error

Validate checks the field values on ListGroupUsersResponse_RolePair with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListGroupUsersResponse_RolePair) ValidateAll added in v0.7.5

func (m *ListGroupUsersResponse_RolePair) ValidateAll() error

ValidateAll checks the field values on ListGroupUsersResponse_RolePair with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListGroupUsersResponse_RolePairMultiError, or nil if none found.

type ListGroupUsersResponse_RolePairMultiError added in v0.7.5

type ListGroupUsersResponse_RolePairMultiError []error

ListGroupUsersResponse_RolePairMultiError is an error wrapping multiple validation errors returned by ListGroupUsersResponse_RolePair.ValidateAll() if the designated constraints aren't met.

func (ListGroupUsersResponse_RolePairMultiError) AllErrors added in v0.7.5

AllErrors returns a list of validation violation errors.

func (ListGroupUsersResponse_RolePairMultiError) Error added in v0.7.5

Error returns a concatenation of all the error messages it wraps.

type ListGroupUsersResponse_RolePairValidationError added in v0.7.5

type ListGroupUsersResponse_RolePairValidationError struct {
	// contains filtered or unexported fields
}

ListGroupUsersResponse_RolePairValidationError is the validation error returned by ListGroupUsersResponse_RolePair.Validate if the designated constraints aren't met.

func (ListGroupUsersResponse_RolePairValidationError) Cause added in v0.7.5

Cause function returns cause value.

func (ListGroupUsersResponse_RolePairValidationError) Error added in v0.7.5

Error satisfies the builtin error interface

func (ListGroupUsersResponse_RolePairValidationError) ErrorName added in v0.7.5

ErrorName returns error name.

func (ListGroupUsersResponse_RolePairValidationError) Field added in v0.7.5

Field function returns field value.

func (ListGroupUsersResponse_RolePairValidationError) Key added in v0.7.5

Key function returns key value.

func (ListGroupUsersResponse_RolePairValidationError) Reason added in v0.7.5

Reason function returns reason value.

type ListGroupsRequest

type ListGroupsRequest struct {
	OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	State string `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*ListGroupsRequest) Descriptor deprecated

func (*ListGroupsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListGroupsRequest.ProtoReflect.Descriptor instead.

func (*ListGroupsRequest) GetOrgId

func (x *ListGroupsRequest) GetOrgId() string

func (*ListGroupsRequest) GetState

func (x *ListGroupsRequest) GetState() string

func (*ListGroupsRequest) ProtoMessage

func (*ListGroupsRequest) ProtoMessage()

func (*ListGroupsRequest) ProtoReflect

func (x *ListGroupsRequest) ProtoReflect() protoreflect.Message

func (*ListGroupsRequest) Reset

func (x *ListGroupsRequest) Reset()

func (*ListGroupsRequest) String

func (x *ListGroupsRequest) String() string

func (*ListGroupsRequest) Validate

func (m *ListGroupsRequest) Validate() error

Validate checks the field values on ListGroupsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListGroupsRequest) ValidateAll

func (m *ListGroupsRequest) ValidateAll() error

ValidateAll checks the field values on ListGroupsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListGroupsRequestMultiError, or nil if none found.

type ListGroupsRequestMultiError

type ListGroupsRequestMultiError []error

ListGroupsRequestMultiError is an error wrapping multiple validation errors returned by ListGroupsRequest.ValidateAll() if the designated constraints aren't met.

func (ListGroupsRequestMultiError) AllErrors

func (m ListGroupsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListGroupsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListGroupsRequestValidationError

type ListGroupsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListGroupsRequestValidationError is the validation error returned by ListGroupsRequest.Validate if the designated constraints aren't met.

func (ListGroupsRequestValidationError) Cause

Cause function returns cause value.

func (ListGroupsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListGroupsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListGroupsRequestValidationError) Field

Field function returns field value.

func (ListGroupsRequestValidationError) Key

Key function returns key value.

func (ListGroupsRequestValidationError) Reason

Reason function returns reason value.

type ListGroupsResponse

type ListGroupsResponse struct {
	Groups []*Group `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty"`
	// contains filtered or unexported fields
}

func (*ListGroupsResponse) Descriptor deprecated

func (*ListGroupsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListGroupsResponse.ProtoReflect.Descriptor instead.

func (*ListGroupsResponse) GetGroups

func (x *ListGroupsResponse) GetGroups() []*Group

func (*ListGroupsResponse) ProtoMessage

func (*ListGroupsResponse) ProtoMessage()

func (*ListGroupsResponse) ProtoReflect

func (x *ListGroupsResponse) ProtoReflect() protoreflect.Message

func (*ListGroupsResponse) Reset

func (x *ListGroupsResponse) Reset()

func (*ListGroupsResponse) String

func (x *ListGroupsResponse) String() string

func (*ListGroupsResponse) Validate

func (m *ListGroupsResponse) Validate() error

Validate checks the field values on ListGroupsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListGroupsResponse) ValidateAll

func (m *ListGroupsResponse) ValidateAll() error

ValidateAll checks the field values on ListGroupsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListGroupsResponseMultiError, or nil if none found.

type ListGroupsResponseMultiError

type ListGroupsResponseMultiError []error

ListGroupsResponseMultiError is an error wrapping multiple validation errors returned by ListGroupsResponse.ValidateAll() if the designated constraints aren't met.

func (ListGroupsResponseMultiError) AllErrors

func (m ListGroupsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListGroupsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListGroupsResponseValidationError

type ListGroupsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListGroupsResponseValidationError is the validation error returned by ListGroupsResponse.Validate if the designated constraints aren't met.

func (ListGroupsResponseValidationError) Cause

Cause function returns cause value.

func (ListGroupsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListGroupsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListGroupsResponseValidationError) Field

Field function returns field value.

func (ListGroupsResponseValidationError) Key

Key function returns key value.

func (ListGroupsResponseValidationError) Reason

Reason function returns reason value.

type ListInvoicesRequest added in v0.8.13

type ListInvoicesRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// ID of the billing account to list invoices for
	BillingId         string   `protobuf:"bytes,2,opt,name=billing_id,json=billingId,proto3" json:"billing_id,omitempty"`
	NonzeroAmountOnly bool     `protobuf:"varint,3,opt,name=nonzero_amount_only,json=nonzeroAmountOnly,proto3" json:"nonzero_amount_only,omitempty"`
	Expand            []string `protobuf:"bytes,101,rep,name=expand,proto3" json:"expand,omitempty"`
	// contains filtered or unexported fields
}

func (*ListInvoicesRequest) Descriptor deprecated added in v0.8.13

func (*ListInvoicesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListInvoicesRequest.ProtoReflect.Descriptor instead.

func (*ListInvoicesRequest) GetBillingId added in v0.8.13

func (x *ListInvoicesRequest) GetBillingId() string

func (*ListInvoicesRequest) GetExpand added in v0.8.41

func (x *ListInvoicesRequest) GetExpand() []string

func (*ListInvoicesRequest) GetNonzeroAmountOnly added in v0.8.37

func (x *ListInvoicesRequest) GetNonzeroAmountOnly() bool

func (*ListInvoicesRequest) GetOrgId added in v0.8.13

func (x *ListInvoicesRequest) GetOrgId() string

func (*ListInvoicesRequest) ProtoMessage added in v0.8.13

func (*ListInvoicesRequest) ProtoMessage()

func (*ListInvoicesRequest) ProtoReflect added in v0.8.13

func (x *ListInvoicesRequest) ProtoReflect() protoreflect.Message

func (*ListInvoicesRequest) Reset added in v0.8.13

func (x *ListInvoicesRequest) Reset()

func (*ListInvoicesRequest) String added in v0.8.13

func (x *ListInvoicesRequest) String() string

func (*ListInvoicesRequest) Validate added in v0.8.13

func (m *ListInvoicesRequest) Validate() error

Validate checks the field values on ListInvoicesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListInvoicesRequest) ValidateAll added in v0.8.13

func (m *ListInvoicesRequest) ValidateAll() error

ValidateAll checks the field values on ListInvoicesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListInvoicesRequestMultiError, or nil if none found.

type ListInvoicesRequestMultiError added in v0.8.13

type ListInvoicesRequestMultiError []error

ListInvoicesRequestMultiError is an error wrapping multiple validation errors returned by ListInvoicesRequest.ValidateAll() if the designated constraints aren't met.

func (ListInvoicesRequestMultiError) AllErrors added in v0.8.13

func (m ListInvoicesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListInvoicesRequestMultiError) Error added in v0.8.13

Error returns a concatenation of all the error messages it wraps.

type ListInvoicesRequestValidationError added in v0.8.13

type ListInvoicesRequestValidationError struct {
	// contains filtered or unexported fields
}

ListInvoicesRequestValidationError is the validation error returned by ListInvoicesRequest.Validate if the designated constraints aren't met.

func (ListInvoicesRequestValidationError) Cause added in v0.8.13

Cause function returns cause value.

func (ListInvoicesRequestValidationError) Error added in v0.8.13

Error satisfies the builtin error interface

func (ListInvoicesRequestValidationError) ErrorName added in v0.8.13

ErrorName returns error name.

func (ListInvoicesRequestValidationError) Field added in v0.8.13

Field function returns field value.

func (ListInvoicesRequestValidationError) Key added in v0.8.13

Key function returns key value.

func (ListInvoicesRequestValidationError) Reason added in v0.8.13

Reason function returns reason value.

type ListInvoicesResponse added in v0.8.13

type ListInvoicesResponse struct {

	// List of invoices
	Invoices []*Invoice `protobuf:"bytes,1,rep,name=invoices,proto3" json:"invoices,omitempty"`
	// contains filtered or unexported fields
}

func (*ListInvoicesResponse) Descriptor deprecated added in v0.8.13

func (*ListInvoicesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListInvoicesResponse.ProtoReflect.Descriptor instead.

func (*ListInvoicesResponse) GetInvoices added in v0.8.13

func (x *ListInvoicesResponse) GetInvoices() []*Invoice

func (*ListInvoicesResponse) ProtoMessage added in v0.8.13

func (*ListInvoicesResponse) ProtoMessage()

func (*ListInvoicesResponse) ProtoReflect added in v0.8.13

func (x *ListInvoicesResponse) ProtoReflect() protoreflect.Message

func (*ListInvoicesResponse) Reset added in v0.8.13

func (x *ListInvoicesResponse) Reset()

func (*ListInvoicesResponse) String added in v0.8.13

func (x *ListInvoicesResponse) String() string

func (*ListInvoicesResponse) Validate added in v0.8.13

func (m *ListInvoicesResponse) Validate() error

Validate checks the field values on ListInvoicesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListInvoicesResponse) ValidateAll added in v0.8.13

func (m *ListInvoicesResponse) ValidateAll() error

ValidateAll checks the field values on ListInvoicesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListInvoicesResponseMultiError, or nil if none found.

type ListInvoicesResponseMultiError added in v0.8.13

type ListInvoicesResponseMultiError []error

ListInvoicesResponseMultiError is an error wrapping multiple validation errors returned by ListInvoicesResponse.ValidateAll() if the designated constraints aren't met.

func (ListInvoicesResponseMultiError) AllErrors added in v0.8.13

func (m ListInvoicesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListInvoicesResponseMultiError) Error added in v0.8.13

Error returns a concatenation of all the error messages it wraps.

type ListInvoicesResponseValidationError added in v0.8.13

type ListInvoicesResponseValidationError struct {
	// contains filtered or unexported fields
}

ListInvoicesResponseValidationError is the validation error returned by ListInvoicesResponse.Validate if the designated constraints aren't met.

func (ListInvoicesResponseValidationError) Cause added in v0.8.13

Cause function returns cause value.

func (ListInvoicesResponseValidationError) Error added in v0.8.13

Error satisfies the builtin error interface

func (ListInvoicesResponseValidationError) ErrorName added in v0.8.13

ErrorName returns error name.

func (ListInvoicesResponseValidationError) Field added in v0.8.13

Field function returns field value.

func (ListInvoicesResponseValidationError) Key added in v0.8.13

Key function returns key value.

func (ListInvoicesResponseValidationError) Reason added in v0.8.13

Reason function returns reason value.

type ListMetaSchemasRequest

type ListMetaSchemasRequest struct {
	// contains filtered or unexported fields
}

func (*ListMetaSchemasRequest) Descriptor deprecated

func (*ListMetaSchemasRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListMetaSchemasRequest.ProtoReflect.Descriptor instead.

func (*ListMetaSchemasRequest) ProtoMessage

func (*ListMetaSchemasRequest) ProtoMessage()

func (*ListMetaSchemasRequest) ProtoReflect

func (x *ListMetaSchemasRequest) ProtoReflect() protoreflect.Message

func (*ListMetaSchemasRequest) Reset

func (x *ListMetaSchemasRequest) Reset()

func (*ListMetaSchemasRequest) String

func (x *ListMetaSchemasRequest) String() string

func (*ListMetaSchemasRequest) Validate

func (m *ListMetaSchemasRequest) Validate() error

Validate checks the field values on ListMetaSchemasRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListMetaSchemasRequest) ValidateAll

func (m *ListMetaSchemasRequest) ValidateAll() error

ValidateAll checks the field values on ListMetaSchemasRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListMetaSchemasRequestMultiError, or nil if none found.

type ListMetaSchemasRequestMultiError

type ListMetaSchemasRequestMultiError []error

ListMetaSchemasRequestMultiError is an error wrapping multiple validation errors returned by ListMetaSchemasRequest.ValidateAll() if the designated constraints aren't met.

func (ListMetaSchemasRequestMultiError) AllErrors

func (m ListMetaSchemasRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListMetaSchemasRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListMetaSchemasRequestValidationError

type ListMetaSchemasRequestValidationError struct {
	// contains filtered or unexported fields
}

ListMetaSchemasRequestValidationError is the validation error returned by ListMetaSchemasRequest.Validate if the designated constraints aren't met.

func (ListMetaSchemasRequestValidationError) Cause

Cause function returns cause value.

func (ListMetaSchemasRequestValidationError) Error

Error satisfies the builtin error interface

func (ListMetaSchemasRequestValidationError) ErrorName

ErrorName returns error name.

func (ListMetaSchemasRequestValidationError) Field

Field function returns field value.

func (ListMetaSchemasRequestValidationError) Key

Key function returns key value.

func (ListMetaSchemasRequestValidationError) Reason

Reason function returns reason value.

type ListMetaSchemasResponse

type ListMetaSchemasResponse struct {
	Metaschemas []*MetaSchema `protobuf:"bytes,1,rep,name=metaschemas,proto3" json:"metaschemas,omitempty"`
	// contains filtered or unexported fields
}

func (*ListMetaSchemasResponse) Descriptor deprecated

func (*ListMetaSchemasResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListMetaSchemasResponse.ProtoReflect.Descriptor instead.

func (*ListMetaSchemasResponse) GetMetaschemas

func (x *ListMetaSchemasResponse) GetMetaschemas() []*MetaSchema

func (*ListMetaSchemasResponse) ProtoMessage

func (*ListMetaSchemasResponse) ProtoMessage()

func (*ListMetaSchemasResponse) ProtoReflect

func (x *ListMetaSchemasResponse) ProtoReflect() protoreflect.Message

func (*ListMetaSchemasResponse) Reset

func (x *ListMetaSchemasResponse) Reset()

func (*ListMetaSchemasResponse) String

func (x *ListMetaSchemasResponse) String() string

func (*ListMetaSchemasResponse) Validate

func (m *ListMetaSchemasResponse) Validate() error

Validate checks the field values on ListMetaSchemasResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListMetaSchemasResponse) ValidateAll

func (m *ListMetaSchemasResponse) ValidateAll() error

ValidateAll checks the field values on ListMetaSchemasResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListMetaSchemasResponseMultiError, or nil if none found.

type ListMetaSchemasResponseMultiError

type ListMetaSchemasResponseMultiError []error

ListMetaSchemasResponseMultiError is an error wrapping multiple validation errors returned by ListMetaSchemasResponse.ValidateAll() if the designated constraints aren't met.

func (ListMetaSchemasResponseMultiError) AllErrors

func (m ListMetaSchemasResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListMetaSchemasResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListMetaSchemasResponseValidationError

type ListMetaSchemasResponseValidationError struct {
	// contains filtered or unexported fields
}

ListMetaSchemasResponseValidationError is the validation error returned by ListMetaSchemasResponse.Validate if the designated constraints aren't met.

func (ListMetaSchemasResponseValidationError) Cause

Cause function returns cause value.

func (ListMetaSchemasResponseValidationError) Error

Error satisfies the builtin error interface

func (ListMetaSchemasResponseValidationError) ErrorName

ErrorName returns error name.

func (ListMetaSchemasResponseValidationError) Field

Field function returns field value.

func (ListMetaSchemasResponseValidationError) Key

Key function returns key value.

func (ListMetaSchemasResponseValidationError) Reason

Reason function returns reason value.

type ListNamespacesRequest

type ListNamespacesRequest struct {
	// contains filtered or unexported fields
}

func (*ListNamespacesRequest) Descriptor deprecated

func (*ListNamespacesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListNamespacesRequest.ProtoReflect.Descriptor instead.

func (*ListNamespacesRequest) ProtoMessage

func (*ListNamespacesRequest) ProtoMessage()

func (*ListNamespacesRequest) ProtoReflect

func (x *ListNamespacesRequest) ProtoReflect() protoreflect.Message

func (*ListNamespacesRequest) Reset

func (x *ListNamespacesRequest) Reset()

func (*ListNamespacesRequest) String

func (x *ListNamespacesRequest) String() string

func (*ListNamespacesRequest) Validate

func (m *ListNamespacesRequest) Validate() error

Validate checks the field values on ListNamespacesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListNamespacesRequest) ValidateAll

func (m *ListNamespacesRequest) ValidateAll() error

ValidateAll checks the field values on ListNamespacesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListNamespacesRequestMultiError, or nil if none found.

type ListNamespacesRequestMultiError

type ListNamespacesRequestMultiError []error

ListNamespacesRequestMultiError is an error wrapping multiple validation errors returned by ListNamespacesRequest.ValidateAll() if the designated constraints aren't met.

func (ListNamespacesRequestMultiError) AllErrors

func (m ListNamespacesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListNamespacesRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListNamespacesRequestValidationError

type ListNamespacesRequestValidationError struct {
	// contains filtered or unexported fields
}

ListNamespacesRequestValidationError is the validation error returned by ListNamespacesRequest.Validate if the designated constraints aren't met.

func (ListNamespacesRequestValidationError) Cause

Cause function returns cause value.

func (ListNamespacesRequestValidationError) Error

Error satisfies the builtin error interface

func (ListNamespacesRequestValidationError) ErrorName

ErrorName returns error name.

func (ListNamespacesRequestValidationError) Field

Field function returns field value.

func (ListNamespacesRequestValidationError) Key

Key function returns key value.

func (ListNamespacesRequestValidationError) Reason

Reason function returns reason value.

type ListNamespacesResponse

type ListNamespacesResponse struct {
	Namespaces []*Namespace `protobuf:"bytes,1,rep,name=namespaces,proto3" json:"namespaces,omitempty"`
	// contains filtered or unexported fields
}

func (*ListNamespacesResponse) Descriptor deprecated

func (*ListNamespacesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListNamespacesResponse.ProtoReflect.Descriptor instead.

func (*ListNamespacesResponse) GetNamespaces

func (x *ListNamespacesResponse) GetNamespaces() []*Namespace

func (*ListNamespacesResponse) ProtoMessage

func (*ListNamespacesResponse) ProtoMessage()

func (*ListNamespacesResponse) ProtoReflect

func (x *ListNamespacesResponse) ProtoReflect() protoreflect.Message

func (*ListNamespacesResponse) Reset

func (x *ListNamespacesResponse) Reset()

func (*ListNamespacesResponse) String

func (x *ListNamespacesResponse) String() string

func (*ListNamespacesResponse) Validate

func (m *ListNamespacesResponse) Validate() error

Validate checks the field values on ListNamespacesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListNamespacesResponse) ValidateAll

func (m *ListNamespacesResponse) ValidateAll() error

ValidateAll checks the field values on ListNamespacesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListNamespacesResponseMultiError, or nil if none found.

type ListNamespacesResponseMultiError

type ListNamespacesResponseMultiError []error

ListNamespacesResponseMultiError is an error wrapping multiple validation errors returned by ListNamespacesResponse.ValidateAll() if the designated constraints aren't met.

func (ListNamespacesResponseMultiError) AllErrors

func (m ListNamespacesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListNamespacesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListNamespacesResponseValidationError

type ListNamespacesResponseValidationError struct {
	// contains filtered or unexported fields
}

ListNamespacesResponseValidationError is the validation error returned by ListNamespacesResponse.Validate if the designated constraints aren't met.

func (ListNamespacesResponseValidationError) Cause

Cause function returns cause value.

func (ListNamespacesResponseValidationError) Error

Error satisfies the builtin error interface

func (ListNamespacesResponseValidationError) ErrorName

ErrorName returns error name.

func (ListNamespacesResponseValidationError) Field

Field function returns field value.

func (ListNamespacesResponseValidationError) Key

Key function returns key value.

func (ListNamespacesResponseValidationError) Reason

Reason function returns reason value.

type ListOrganizationAdminsRequest

type ListOrganizationAdminsRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationAdminsRequest) Descriptor deprecated

func (*ListOrganizationAdminsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationAdminsRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationAdminsRequest) GetId

func (*ListOrganizationAdminsRequest) ProtoMessage

func (*ListOrganizationAdminsRequest) ProtoMessage()

func (*ListOrganizationAdminsRequest) ProtoReflect

func (*ListOrganizationAdminsRequest) Reset

func (x *ListOrganizationAdminsRequest) Reset()

func (*ListOrganizationAdminsRequest) String

func (*ListOrganizationAdminsRequest) Validate

func (m *ListOrganizationAdminsRequest) Validate() error

Validate checks the field values on ListOrganizationAdminsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOrganizationAdminsRequest) ValidateAll

func (m *ListOrganizationAdminsRequest) ValidateAll() error

ValidateAll checks the field values on ListOrganizationAdminsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationAdminsRequestMultiError, or nil if none found.

type ListOrganizationAdminsRequestMultiError

type ListOrganizationAdminsRequestMultiError []error

ListOrganizationAdminsRequestMultiError is an error wrapping multiple validation errors returned by ListOrganizationAdminsRequest.ValidateAll() if the designated constraints aren't met.

func (ListOrganizationAdminsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListOrganizationAdminsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListOrganizationAdminsRequestValidationError

type ListOrganizationAdminsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListOrganizationAdminsRequestValidationError is the validation error returned by ListOrganizationAdminsRequest.Validate if the designated constraints aren't met.

func (ListOrganizationAdminsRequestValidationError) Cause

Cause function returns cause value.

func (ListOrganizationAdminsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListOrganizationAdminsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListOrganizationAdminsRequestValidationError) Field

Field function returns field value.

func (ListOrganizationAdminsRequestValidationError) Key

Key function returns key value.

func (ListOrganizationAdminsRequestValidationError) Reason

Reason function returns reason value.

type ListOrganizationAdminsResponse

type ListOrganizationAdminsResponse struct {
	Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationAdminsResponse) Descriptor deprecated

func (*ListOrganizationAdminsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationAdminsResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationAdminsResponse) GetUsers

func (x *ListOrganizationAdminsResponse) GetUsers() []*User

func (*ListOrganizationAdminsResponse) ProtoMessage

func (*ListOrganizationAdminsResponse) ProtoMessage()

func (*ListOrganizationAdminsResponse) ProtoReflect

func (*ListOrganizationAdminsResponse) Reset

func (x *ListOrganizationAdminsResponse) Reset()

func (*ListOrganizationAdminsResponse) String

func (*ListOrganizationAdminsResponse) Validate

func (m *ListOrganizationAdminsResponse) Validate() error

Validate checks the field values on ListOrganizationAdminsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOrganizationAdminsResponse) ValidateAll

func (m *ListOrganizationAdminsResponse) ValidateAll() error

ValidateAll checks the field values on ListOrganizationAdminsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationAdminsResponseMultiError, or nil if none found.

type ListOrganizationAdminsResponseMultiError

type ListOrganizationAdminsResponseMultiError []error

ListOrganizationAdminsResponseMultiError is an error wrapping multiple validation errors returned by ListOrganizationAdminsResponse.ValidateAll() if the designated constraints aren't met.

func (ListOrganizationAdminsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListOrganizationAdminsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListOrganizationAdminsResponseValidationError

type ListOrganizationAdminsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListOrganizationAdminsResponseValidationError is the validation error returned by ListOrganizationAdminsResponse.Validate if the designated constraints aren't met.

func (ListOrganizationAdminsResponseValidationError) Cause

Cause function returns cause value.

func (ListOrganizationAdminsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListOrganizationAdminsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListOrganizationAdminsResponseValidationError) Field

Field function returns field value.

func (ListOrganizationAdminsResponseValidationError) Key

Key function returns key value.

func (ListOrganizationAdminsResponseValidationError) Reason

Reason function returns reason value.

type ListOrganizationAuditLogsRequest

type ListOrganizationAuditLogsRequest struct {
	OrgId  string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Source string `protobuf:"bytes,5,opt,name=source,proto3" json:"source,omitempty"`
	Action string `protobuf:"bytes,6,opt,name=action,proto3" json:"action,omitempty"`
	// start_time and end_time are inclusive
	StartTime *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	EndTime   *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationAuditLogsRequest) Descriptor deprecated

func (*ListOrganizationAuditLogsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationAuditLogsRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationAuditLogsRequest) GetAction

func (*ListOrganizationAuditLogsRequest) GetEndTime

func (*ListOrganizationAuditLogsRequest) GetOrgId

func (*ListOrganizationAuditLogsRequest) GetSource

func (*ListOrganizationAuditLogsRequest) GetStartTime

func (*ListOrganizationAuditLogsRequest) ProtoMessage

func (*ListOrganizationAuditLogsRequest) ProtoMessage()

func (*ListOrganizationAuditLogsRequest) ProtoReflect

func (*ListOrganizationAuditLogsRequest) Reset

func (*ListOrganizationAuditLogsRequest) String

func (*ListOrganizationAuditLogsRequest) Validate

Validate checks the field values on ListOrganizationAuditLogsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOrganizationAuditLogsRequest) ValidateAll

func (m *ListOrganizationAuditLogsRequest) ValidateAll() error

ValidateAll checks the field values on ListOrganizationAuditLogsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationAuditLogsRequestMultiError, or nil if none found.

type ListOrganizationAuditLogsRequestMultiError

type ListOrganizationAuditLogsRequestMultiError []error

ListOrganizationAuditLogsRequestMultiError is an error wrapping multiple validation errors returned by ListOrganizationAuditLogsRequest.ValidateAll() if the designated constraints aren't met.

func (ListOrganizationAuditLogsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListOrganizationAuditLogsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListOrganizationAuditLogsRequestValidationError

type ListOrganizationAuditLogsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListOrganizationAuditLogsRequestValidationError is the validation error returned by ListOrganizationAuditLogsRequest.Validate if the designated constraints aren't met.

func (ListOrganizationAuditLogsRequestValidationError) Cause

Cause function returns cause value.

func (ListOrganizationAuditLogsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListOrganizationAuditLogsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListOrganizationAuditLogsRequestValidationError) Field

Field function returns field value.

func (ListOrganizationAuditLogsRequestValidationError) Key

Key function returns key value.

func (ListOrganizationAuditLogsRequestValidationError) Reason

Reason function returns reason value.

type ListOrganizationAuditLogsResponse

type ListOrganizationAuditLogsResponse struct {
	Logs []*AuditLog `protobuf:"bytes,1,rep,name=logs,proto3" json:"logs,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationAuditLogsResponse) Descriptor deprecated

func (*ListOrganizationAuditLogsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationAuditLogsResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationAuditLogsResponse) GetLogs

func (*ListOrganizationAuditLogsResponse) ProtoMessage

func (*ListOrganizationAuditLogsResponse) ProtoMessage()

func (*ListOrganizationAuditLogsResponse) ProtoReflect

func (*ListOrganizationAuditLogsResponse) Reset

func (*ListOrganizationAuditLogsResponse) String

func (*ListOrganizationAuditLogsResponse) Validate

Validate checks the field values on ListOrganizationAuditLogsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOrganizationAuditLogsResponse) ValidateAll

func (m *ListOrganizationAuditLogsResponse) ValidateAll() error

ValidateAll checks the field values on ListOrganizationAuditLogsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationAuditLogsResponseMultiError, or nil if none found.

type ListOrganizationAuditLogsResponseMultiError

type ListOrganizationAuditLogsResponseMultiError []error

ListOrganizationAuditLogsResponseMultiError is an error wrapping multiple validation errors returned by ListOrganizationAuditLogsResponse.ValidateAll() if the designated constraints aren't met.

func (ListOrganizationAuditLogsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListOrganizationAuditLogsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListOrganizationAuditLogsResponseValidationError

type ListOrganizationAuditLogsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListOrganizationAuditLogsResponseValidationError is the validation error returned by ListOrganizationAuditLogsResponse.Validate if the designated constraints aren't met.

func (ListOrganizationAuditLogsResponseValidationError) Cause

Cause function returns cause value.

func (ListOrganizationAuditLogsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListOrganizationAuditLogsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListOrganizationAuditLogsResponseValidationError) Field

Field function returns field value.

func (ListOrganizationAuditLogsResponseValidationError) Key

Key function returns key value.

func (ListOrganizationAuditLogsResponseValidationError) Reason

Reason function returns reason value.

type ListOrganizationDomainsRequest added in v0.7.2

type ListOrganizationDomainsRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	State string `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationDomainsRequest) Descriptor deprecated added in v0.7.2

func (*ListOrganizationDomainsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationDomainsRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationDomainsRequest) GetOrgId added in v0.7.2

func (x *ListOrganizationDomainsRequest) GetOrgId() string

func (*ListOrganizationDomainsRequest) GetState added in v0.7.2

func (x *ListOrganizationDomainsRequest) GetState() string

func (*ListOrganizationDomainsRequest) ProtoMessage added in v0.7.2

func (*ListOrganizationDomainsRequest) ProtoMessage()

func (*ListOrganizationDomainsRequest) ProtoReflect added in v0.7.2

func (*ListOrganizationDomainsRequest) Reset added in v0.7.2

func (x *ListOrganizationDomainsRequest) Reset()

func (*ListOrganizationDomainsRequest) String added in v0.7.2

func (*ListOrganizationDomainsRequest) Validate added in v0.7.2

func (m *ListOrganizationDomainsRequest) Validate() error

Validate checks the field values on ListOrganizationDomainsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOrganizationDomainsRequest) ValidateAll added in v0.7.2

func (m *ListOrganizationDomainsRequest) ValidateAll() error

ValidateAll checks the field values on ListOrganizationDomainsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationDomainsRequestMultiError, or nil if none found.

type ListOrganizationDomainsRequestMultiError added in v0.7.2

type ListOrganizationDomainsRequestMultiError []error

ListOrganizationDomainsRequestMultiError is an error wrapping multiple validation errors returned by ListOrganizationDomainsRequest.ValidateAll() if the designated constraints aren't met.

func (ListOrganizationDomainsRequestMultiError) AllErrors added in v0.7.2

AllErrors returns a list of validation violation errors.

func (ListOrganizationDomainsRequestMultiError) Error added in v0.7.2

Error returns a concatenation of all the error messages it wraps.

type ListOrganizationDomainsRequestValidationError added in v0.7.2

type ListOrganizationDomainsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListOrganizationDomainsRequestValidationError is the validation error returned by ListOrganizationDomainsRequest.Validate if the designated constraints aren't met.

func (ListOrganizationDomainsRequestValidationError) Cause added in v0.7.2

Cause function returns cause value.

func (ListOrganizationDomainsRequestValidationError) Error added in v0.7.2

Error satisfies the builtin error interface

func (ListOrganizationDomainsRequestValidationError) ErrorName added in v0.7.2

ErrorName returns error name.

func (ListOrganizationDomainsRequestValidationError) Field added in v0.7.2

Field function returns field value.

func (ListOrganizationDomainsRequestValidationError) Key added in v0.7.2

Key function returns key value.

func (ListOrganizationDomainsRequestValidationError) Reason added in v0.7.2

Reason function returns reason value.

type ListOrganizationDomainsResponse added in v0.7.2

type ListOrganizationDomainsResponse struct {
	Domains []*Domain `protobuf:"bytes,1,rep,name=domains,proto3" json:"domains,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationDomainsResponse) Descriptor deprecated added in v0.7.2

func (*ListOrganizationDomainsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationDomainsResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationDomainsResponse) GetDomains added in v0.7.2

func (x *ListOrganizationDomainsResponse) GetDomains() []*Domain

func (*ListOrganizationDomainsResponse) ProtoMessage added in v0.7.2

func (*ListOrganizationDomainsResponse) ProtoMessage()

func (*ListOrganizationDomainsResponse) ProtoReflect added in v0.7.2

func (*ListOrganizationDomainsResponse) Reset added in v0.7.2

func (*ListOrganizationDomainsResponse) String added in v0.7.2

func (*ListOrganizationDomainsResponse) Validate added in v0.7.2

func (m *ListOrganizationDomainsResponse) Validate() error

Validate checks the field values on ListOrganizationDomainsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOrganizationDomainsResponse) ValidateAll added in v0.7.2

func (m *ListOrganizationDomainsResponse) ValidateAll() error

ValidateAll checks the field values on ListOrganizationDomainsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationDomainsResponseMultiError, or nil if none found.

type ListOrganizationDomainsResponseMultiError added in v0.7.2

type ListOrganizationDomainsResponseMultiError []error

ListOrganizationDomainsResponseMultiError is an error wrapping multiple validation errors returned by ListOrganizationDomainsResponse.ValidateAll() if the designated constraints aren't met.

func (ListOrganizationDomainsResponseMultiError) AllErrors added in v0.7.2

AllErrors returns a list of validation violation errors.

func (ListOrganizationDomainsResponseMultiError) Error added in v0.7.2

Error returns a concatenation of all the error messages it wraps.

type ListOrganizationDomainsResponseValidationError added in v0.7.2

type ListOrganizationDomainsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListOrganizationDomainsResponseValidationError is the validation error returned by ListOrganizationDomainsResponse.Validate if the designated constraints aren't met.

func (ListOrganizationDomainsResponseValidationError) Cause added in v0.7.2

Cause function returns cause value.

func (ListOrganizationDomainsResponseValidationError) Error added in v0.7.2

Error satisfies the builtin error interface

func (ListOrganizationDomainsResponseValidationError) ErrorName added in v0.7.2

ErrorName returns error name.

func (ListOrganizationDomainsResponseValidationError) Field added in v0.7.2

Field function returns field value.

func (ListOrganizationDomainsResponseValidationError) Key added in v0.7.2

Key function returns key value.

func (ListOrganizationDomainsResponseValidationError) Reason added in v0.7.2

Reason function returns reason value.

type ListOrganizationGroupsRequest

type ListOrganizationGroupsRequest struct {
	OrgId           string   `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	State           string   `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty"`
	GroupIds        []string `protobuf:"bytes,4,rep,name=group_ids,json=groupIds,proto3" json:"group_ids,omitempty"`
	WithMembers     bool     `protobuf:"varint,5,opt,name=with_members,json=withMembers,proto3" json:"with_members,omitempty"`
	WithMemberCount bool     `protobuf:"varint,6,opt,name=with_member_count,json=withMemberCount,proto3" json:"with_member_count,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationGroupsRequest) Descriptor deprecated

func (*ListOrganizationGroupsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationGroupsRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationGroupsRequest) GetGroupIds added in v0.8.0

func (x *ListOrganizationGroupsRequest) GetGroupIds() []string

func (*ListOrganizationGroupsRequest) GetOrgId

func (x *ListOrganizationGroupsRequest) GetOrgId() string

func (*ListOrganizationGroupsRequest) GetState

func (x *ListOrganizationGroupsRequest) GetState() string

func (*ListOrganizationGroupsRequest) GetWithMemberCount added in v0.8.8

func (x *ListOrganizationGroupsRequest) GetWithMemberCount() bool

func (*ListOrganizationGroupsRequest) GetWithMembers added in v0.8.0

func (x *ListOrganizationGroupsRequest) GetWithMembers() bool

func (*ListOrganizationGroupsRequest) ProtoMessage

func (*ListOrganizationGroupsRequest) ProtoMessage()

func (*ListOrganizationGroupsRequest) ProtoReflect

func (*ListOrganizationGroupsRequest) Reset

func (x *ListOrganizationGroupsRequest) Reset()

func (*ListOrganizationGroupsRequest) String

func (*ListOrganizationGroupsRequest) Validate

func (m *ListOrganizationGroupsRequest) Validate() error

Validate checks the field values on ListOrganizationGroupsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOrganizationGroupsRequest) ValidateAll

func (m *ListOrganizationGroupsRequest) ValidateAll() error

ValidateAll checks the field values on ListOrganizationGroupsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationGroupsRequestMultiError, or nil if none found.

type ListOrganizationGroupsRequestMultiError

type ListOrganizationGroupsRequestMultiError []error

ListOrganizationGroupsRequestMultiError is an error wrapping multiple validation errors returned by ListOrganizationGroupsRequest.ValidateAll() if the designated constraints aren't met.

func (ListOrganizationGroupsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListOrganizationGroupsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListOrganizationGroupsRequestValidationError

type ListOrganizationGroupsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListOrganizationGroupsRequestValidationError is the validation error returned by ListOrganizationGroupsRequest.Validate if the designated constraints aren't met.

func (ListOrganizationGroupsRequestValidationError) Cause

Cause function returns cause value.

func (ListOrganizationGroupsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListOrganizationGroupsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListOrganizationGroupsRequestValidationError) Field

Field function returns field value.

func (ListOrganizationGroupsRequestValidationError) Key

Key function returns key value.

func (ListOrganizationGroupsRequestValidationError) Reason

Reason function returns reason value.

type ListOrganizationGroupsResponse

type ListOrganizationGroupsResponse struct {
	Groups []*Group `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationGroupsResponse) Descriptor deprecated

func (*ListOrganizationGroupsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationGroupsResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationGroupsResponse) GetGroups

func (x *ListOrganizationGroupsResponse) GetGroups() []*Group

func (*ListOrganizationGroupsResponse) ProtoMessage

func (*ListOrganizationGroupsResponse) ProtoMessage()

func (*ListOrganizationGroupsResponse) ProtoReflect

func (*ListOrganizationGroupsResponse) Reset

func (x *ListOrganizationGroupsResponse) Reset()

func (*ListOrganizationGroupsResponse) String

func (*ListOrganizationGroupsResponse) Validate

func (m *ListOrganizationGroupsResponse) Validate() error

Validate checks the field values on ListOrganizationGroupsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOrganizationGroupsResponse) ValidateAll

func (m *ListOrganizationGroupsResponse) ValidateAll() error

ValidateAll checks the field values on ListOrganizationGroupsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationGroupsResponseMultiError, or nil if none found.

type ListOrganizationGroupsResponseMultiError

type ListOrganizationGroupsResponseMultiError []error

ListOrganizationGroupsResponseMultiError is an error wrapping multiple validation errors returned by ListOrganizationGroupsResponse.ValidateAll() if the designated constraints aren't met.

func (ListOrganizationGroupsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListOrganizationGroupsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListOrganizationGroupsResponseValidationError

type ListOrganizationGroupsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListOrganizationGroupsResponseValidationError is the validation error returned by ListOrganizationGroupsResponse.Validate if the designated constraints aren't met.

func (ListOrganizationGroupsResponseValidationError) Cause

Cause function returns cause value.

func (ListOrganizationGroupsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListOrganizationGroupsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListOrganizationGroupsResponseValidationError) Field

Field function returns field value.

func (ListOrganizationGroupsResponseValidationError) Key

Key function returns key value.

func (ListOrganizationGroupsResponseValidationError) Reason

Reason function returns reason value.

type ListOrganizationInvitationsRequest

type ListOrganizationInvitationsRequest struct {
	OrgId  string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationInvitationsRequest) Descriptor deprecated

func (*ListOrganizationInvitationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationInvitationsRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationInvitationsRequest) GetOrgId

func (*ListOrganizationInvitationsRequest) GetUserId

func (*ListOrganizationInvitationsRequest) ProtoMessage

func (*ListOrganizationInvitationsRequest) ProtoMessage()

func (*ListOrganizationInvitationsRequest) ProtoReflect

func (*ListOrganizationInvitationsRequest) Reset

func (*ListOrganizationInvitationsRequest) String

func (*ListOrganizationInvitationsRequest) Validate

Validate checks the field values on ListOrganizationInvitationsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOrganizationInvitationsRequest) ValidateAll

func (m *ListOrganizationInvitationsRequest) ValidateAll() error

ValidateAll checks the field values on ListOrganizationInvitationsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationInvitationsRequestMultiError, or nil if none found.

type ListOrganizationInvitationsRequestMultiError

type ListOrganizationInvitationsRequestMultiError []error

ListOrganizationInvitationsRequestMultiError is an error wrapping multiple validation errors returned by ListOrganizationInvitationsRequest.ValidateAll() if the designated constraints aren't met.

func (ListOrganizationInvitationsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListOrganizationInvitationsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListOrganizationInvitationsRequestValidationError

type ListOrganizationInvitationsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListOrganizationInvitationsRequestValidationError is the validation error returned by ListOrganizationInvitationsRequest.Validate if the designated constraints aren't met.

func (ListOrganizationInvitationsRequestValidationError) Cause

Cause function returns cause value.

func (ListOrganizationInvitationsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListOrganizationInvitationsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListOrganizationInvitationsRequestValidationError) Field

Field function returns field value.

func (ListOrganizationInvitationsRequestValidationError) Key

Key function returns key value.

func (ListOrganizationInvitationsRequestValidationError) Reason

Reason function returns reason value.

type ListOrganizationInvitationsResponse

type ListOrganizationInvitationsResponse struct {
	Invitations []*Invitation `protobuf:"bytes,1,rep,name=invitations,proto3" json:"invitations,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationInvitationsResponse) Descriptor deprecated

func (*ListOrganizationInvitationsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationInvitationsResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationInvitationsResponse) GetInvitations

func (x *ListOrganizationInvitationsResponse) GetInvitations() []*Invitation

func (*ListOrganizationInvitationsResponse) ProtoMessage

func (*ListOrganizationInvitationsResponse) ProtoMessage()

func (*ListOrganizationInvitationsResponse) ProtoReflect

func (*ListOrganizationInvitationsResponse) Reset

func (*ListOrganizationInvitationsResponse) String

func (*ListOrganizationInvitationsResponse) Validate

Validate checks the field values on ListOrganizationInvitationsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOrganizationInvitationsResponse) ValidateAll

func (m *ListOrganizationInvitationsResponse) ValidateAll() error

ValidateAll checks the field values on ListOrganizationInvitationsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationInvitationsResponseMultiError, or nil if none found.

type ListOrganizationInvitationsResponseMultiError

type ListOrganizationInvitationsResponseMultiError []error

ListOrganizationInvitationsResponseMultiError is an error wrapping multiple validation errors returned by ListOrganizationInvitationsResponse.ValidateAll() if the designated constraints aren't met.

func (ListOrganizationInvitationsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListOrganizationInvitationsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListOrganizationInvitationsResponseValidationError

type ListOrganizationInvitationsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListOrganizationInvitationsResponseValidationError is the validation error returned by ListOrganizationInvitationsResponse.Validate if the designated constraints aren't met.

func (ListOrganizationInvitationsResponseValidationError) Cause

Cause function returns cause value.

func (ListOrganizationInvitationsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListOrganizationInvitationsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListOrganizationInvitationsResponseValidationError) Field

Field function returns field value.

func (ListOrganizationInvitationsResponseValidationError) Key

Key function returns key value.

func (ListOrganizationInvitationsResponseValidationError) Reason

Reason function returns reason value.

type ListOrganizationPreferencesRequest added in v0.7.3

type ListOrganizationPreferencesRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationPreferencesRequest) Descriptor deprecated added in v0.7.3

func (*ListOrganizationPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationPreferencesRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationPreferencesRequest) GetId added in v0.7.3

func (*ListOrganizationPreferencesRequest) ProtoMessage added in v0.7.3

func (*ListOrganizationPreferencesRequest) ProtoMessage()

func (*ListOrganizationPreferencesRequest) ProtoReflect added in v0.7.3

func (*ListOrganizationPreferencesRequest) Reset added in v0.7.3

func (*ListOrganizationPreferencesRequest) String added in v0.7.3

func (*ListOrganizationPreferencesRequest) Validate added in v0.7.3

Validate checks the field values on ListOrganizationPreferencesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOrganizationPreferencesRequest) ValidateAll added in v0.7.3

func (m *ListOrganizationPreferencesRequest) ValidateAll() error

ValidateAll checks the field values on ListOrganizationPreferencesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationPreferencesRequestMultiError, or nil if none found.

type ListOrganizationPreferencesRequestMultiError added in v0.7.3

type ListOrganizationPreferencesRequestMultiError []error

ListOrganizationPreferencesRequestMultiError is an error wrapping multiple validation errors returned by ListOrganizationPreferencesRequest.ValidateAll() if the designated constraints aren't met.

func (ListOrganizationPreferencesRequestMultiError) AllErrors added in v0.7.3

AllErrors returns a list of validation violation errors.

func (ListOrganizationPreferencesRequestMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type ListOrganizationPreferencesRequestValidationError added in v0.7.3

type ListOrganizationPreferencesRequestValidationError struct {
	// contains filtered or unexported fields
}

ListOrganizationPreferencesRequestValidationError is the validation error returned by ListOrganizationPreferencesRequest.Validate if the designated constraints aren't met.

func (ListOrganizationPreferencesRequestValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (ListOrganizationPreferencesRequestValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (ListOrganizationPreferencesRequestValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (ListOrganizationPreferencesRequestValidationError) Field added in v0.7.3

Field function returns field value.

func (ListOrganizationPreferencesRequestValidationError) Key added in v0.7.3

Key function returns key value.

func (ListOrganizationPreferencesRequestValidationError) Reason added in v0.7.3

Reason function returns reason value.

type ListOrganizationPreferencesResponse added in v0.7.3

type ListOrganizationPreferencesResponse struct {
	Preferences []*Preference `protobuf:"bytes,1,rep,name=preferences,proto3" json:"preferences,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationPreferencesResponse) Descriptor deprecated added in v0.7.3

func (*ListOrganizationPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationPreferencesResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationPreferencesResponse) GetPreferences added in v0.7.3

func (x *ListOrganizationPreferencesResponse) GetPreferences() []*Preference

func (*ListOrganizationPreferencesResponse) ProtoMessage added in v0.7.3

func (*ListOrganizationPreferencesResponse) ProtoMessage()

func (*ListOrganizationPreferencesResponse) ProtoReflect added in v0.7.3

func (*ListOrganizationPreferencesResponse) Reset added in v0.7.3

func (*ListOrganizationPreferencesResponse) String added in v0.7.3

func (*ListOrganizationPreferencesResponse) Validate added in v0.7.3

Validate checks the field values on ListOrganizationPreferencesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOrganizationPreferencesResponse) ValidateAll added in v0.7.3

func (m *ListOrganizationPreferencesResponse) ValidateAll() error

ValidateAll checks the field values on ListOrganizationPreferencesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationPreferencesResponseMultiError, or nil if none found.

type ListOrganizationPreferencesResponseMultiError added in v0.7.3

type ListOrganizationPreferencesResponseMultiError []error

ListOrganizationPreferencesResponseMultiError is an error wrapping multiple validation errors returned by ListOrganizationPreferencesResponse.ValidateAll() if the designated constraints aren't met.

func (ListOrganizationPreferencesResponseMultiError) AllErrors added in v0.7.3

AllErrors returns a list of validation violation errors.

func (ListOrganizationPreferencesResponseMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type ListOrganizationPreferencesResponseValidationError added in v0.7.3

type ListOrganizationPreferencesResponseValidationError struct {
	// contains filtered or unexported fields
}

ListOrganizationPreferencesResponseValidationError is the validation error returned by ListOrganizationPreferencesResponse.Validate if the designated constraints aren't met.

func (ListOrganizationPreferencesResponseValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (ListOrganizationPreferencesResponseValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (ListOrganizationPreferencesResponseValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (ListOrganizationPreferencesResponseValidationError) Field added in v0.7.3

Field function returns field value.

func (ListOrganizationPreferencesResponseValidationError) Key added in v0.7.3

Key function returns key value.

func (ListOrganizationPreferencesResponseValidationError) Reason added in v0.7.3

Reason function returns reason value.

type ListOrganizationProjectsRequest

type ListOrganizationProjectsRequest struct {
	Id              string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	State           string `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	WithMemberCount bool   `protobuf:"varint,3,opt,name=with_member_count,json=withMemberCount,proto3" json:"with_member_count,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationProjectsRequest) Descriptor deprecated

func (*ListOrganizationProjectsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationProjectsRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationProjectsRequest) GetId

func (*ListOrganizationProjectsRequest) GetState

func (*ListOrganizationProjectsRequest) GetWithMemberCount added in v0.8.8

func (x *ListOrganizationProjectsRequest) GetWithMemberCount() bool

func (*ListOrganizationProjectsRequest) ProtoMessage

func (*ListOrganizationProjectsRequest) ProtoMessage()

func (*ListOrganizationProjectsRequest) ProtoReflect

func (*ListOrganizationProjectsRequest) Reset

func (*ListOrganizationProjectsRequest) String

func (*ListOrganizationProjectsRequest) Validate

func (m *ListOrganizationProjectsRequest) Validate() error

Validate checks the field values on ListOrganizationProjectsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOrganizationProjectsRequest) ValidateAll

func (m *ListOrganizationProjectsRequest) ValidateAll() error

ValidateAll checks the field values on ListOrganizationProjectsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationProjectsRequestMultiError, or nil if none found.

type ListOrganizationProjectsRequestMultiError

type ListOrganizationProjectsRequestMultiError []error

ListOrganizationProjectsRequestMultiError is an error wrapping multiple validation errors returned by ListOrganizationProjectsRequest.ValidateAll() if the designated constraints aren't met.

func (ListOrganizationProjectsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListOrganizationProjectsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListOrganizationProjectsRequestValidationError

type ListOrganizationProjectsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListOrganizationProjectsRequestValidationError is the validation error returned by ListOrganizationProjectsRequest.Validate if the designated constraints aren't met.

func (ListOrganizationProjectsRequestValidationError) Cause

Cause function returns cause value.

func (ListOrganizationProjectsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListOrganizationProjectsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListOrganizationProjectsRequestValidationError) Field

Field function returns field value.

func (ListOrganizationProjectsRequestValidationError) Key

Key function returns key value.

func (ListOrganizationProjectsRequestValidationError) Reason

Reason function returns reason value.

type ListOrganizationProjectsResponse

type ListOrganizationProjectsResponse struct {
	Projects []*Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationProjectsResponse) Descriptor deprecated

func (*ListOrganizationProjectsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationProjectsResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationProjectsResponse) GetProjects

func (x *ListOrganizationProjectsResponse) GetProjects() []*Project

func (*ListOrganizationProjectsResponse) ProtoMessage

func (*ListOrganizationProjectsResponse) ProtoMessage()

func (*ListOrganizationProjectsResponse) ProtoReflect

func (*ListOrganizationProjectsResponse) Reset

func (*ListOrganizationProjectsResponse) String

func (*ListOrganizationProjectsResponse) Validate

Validate checks the field values on ListOrganizationProjectsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOrganizationProjectsResponse) ValidateAll

func (m *ListOrganizationProjectsResponse) ValidateAll() error

ValidateAll checks the field values on ListOrganizationProjectsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationProjectsResponseMultiError, or nil if none found.

type ListOrganizationProjectsResponseMultiError

type ListOrganizationProjectsResponseMultiError []error

ListOrganizationProjectsResponseMultiError is an error wrapping multiple validation errors returned by ListOrganizationProjectsResponse.ValidateAll() if the designated constraints aren't met.

func (ListOrganizationProjectsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListOrganizationProjectsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListOrganizationProjectsResponseValidationError

type ListOrganizationProjectsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListOrganizationProjectsResponseValidationError is the validation error returned by ListOrganizationProjectsResponse.Validate if the designated constraints aren't met.

func (ListOrganizationProjectsResponseValidationError) Cause

Cause function returns cause value.

func (ListOrganizationProjectsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListOrganizationProjectsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListOrganizationProjectsResponseValidationError) Field

Field function returns field value.

func (ListOrganizationProjectsResponseValidationError) Key

Key function returns key value.

func (ListOrganizationProjectsResponseValidationError) Reason

Reason function returns reason value.

type ListOrganizationRolesRequest

type ListOrganizationRolesRequest struct {
	OrgId  string   `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	State  string   `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	Scopes []string `protobuf:"bytes,3,rep,name=scopes,proto3" json:"scopes,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationRolesRequest) Descriptor deprecated

func (*ListOrganizationRolesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationRolesRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationRolesRequest) GetOrgId

func (x *ListOrganizationRolesRequest) GetOrgId() string

func (*ListOrganizationRolesRequest) GetScopes added in v0.7.6

func (x *ListOrganizationRolesRequest) GetScopes() []string

func (*ListOrganizationRolesRequest) GetState

func (x *ListOrganizationRolesRequest) GetState() string

func (*ListOrganizationRolesRequest) ProtoMessage

func (*ListOrganizationRolesRequest) ProtoMessage()

func (*ListOrganizationRolesRequest) ProtoReflect

func (*ListOrganizationRolesRequest) Reset

func (x *ListOrganizationRolesRequest) Reset()

func (*ListOrganizationRolesRequest) String

func (*ListOrganizationRolesRequest) Validate

func (m *ListOrganizationRolesRequest) Validate() error

Validate checks the field values on ListOrganizationRolesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOrganizationRolesRequest) ValidateAll

func (m *ListOrganizationRolesRequest) ValidateAll() error

ValidateAll checks the field values on ListOrganizationRolesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationRolesRequestMultiError, or nil if none found.

type ListOrganizationRolesRequestMultiError

type ListOrganizationRolesRequestMultiError []error

ListOrganizationRolesRequestMultiError is an error wrapping multiple validation errors returned by ListOrganizationRolesRequest.ValidateAll() if the designated constraints aren't met.

func (ListOrganizationRolesRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListOrganizationRolesRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListOrganizationRolesRequestValidationError

type ListOrganizationRolesRequestValidationError struct {
	// contains filtered or unexported fields
}

ListOrganizationRolesRequestValidationError is the validation error returned by ListOrganizationRolesRequest.Validate if the designated constraints aren't met.

func (ListOrganizationRolesRequestValidationError) Cause

Cause function returns cause value.

func (ListOrganizationRolesRequestValidationError) Error

Error satisfies the builtin error interface

func (ListOrganizationRolesRequestValidationError) ErrorName

ErrorName returns error name.

func (ListOrganizationRolesRequestValidationError) Field

Field function returns field value.

func (ListOrganizationRolesRequestValidationError) Key

Key function returns key value.

func (ListOrganizationRolesRequestValidationError) Reason

Reason function returns reason value.

type ListOrganizationRolesResponse

type ListOrganizationRolesResponse struct {
	Roles []*Role `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationRolesResponse) Descriptor deprecated

func (*ListOrganizationRolesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationRolesResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationRolesResponse) GetRoles

func (x *ListOrganizationRolesResponse) GetRoles() []*Role

func (*ListOrganizationRolesResponse) ProtoMessage

func (*ListOrganizationRolesResponse) ProtoMessage()

func (*ListOrganizationRolesResponse) ProtoReflect

func (*ListOrganizationRolesResponse) Reset

func (x *ListOrganizationRolesResponse) Reset()

func (*ListOrganizationRolesResponse) String

func (*ListOrganizationRolesResponse) Validate

func (m *ListOrganizationRolesResponse) Validate() error

Validate checks the field values on ListOrganizationRolesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOrganizationRolesResponse) ValidateAll

func (m *ListOrganizationRolesResponse) ValidateAll() error

ValidateAll checks the field values on ListOrganizationRolesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationRolesResponseMultiError, or nil if none found.

type ListOrganizationRolesResponseMultiError

type ListOrganizationRolesResponseMultiError []error

ListOrganizationRolesResponseMultiError is an error wrapping multiple validation errors returned by ListOrganizationRolesResponse.ValidateAll() if the designated constraints aren't met.

func (ListOrganizationRolesResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListOrganizationRolesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListOrganizationRolesResponseValidationError

type ListOrganizationRolesResponseValidationError struct {
	// contains filtered or unexported fields
}

ListOrganizationRolesResponseValidationError is the validation error returned by ListOrganizationRolesResponse.Validate if the designated constraints aren't met.

func (ListOrganizationRolesResponseValidationError) Cause

Cause function returns cause value.

func (ListOrganizationRolesResponseValidationError) Error

Error satisfies the builtin error interface

func (ListOrganizationRolesResponseValidationError) ErrorName

ErrorName returns error name.

func (ListOrganizationRolesResponseValidationError) Field

Field function returns field value.

func (ListOrganizationRolesResponseValidationError) Key

Key function returns key value.

func (ListOrganizationRolesResponseValidationError) Reason

Reason function returns reason value.

type ListOrganizationServiceUsersRequest

type ListOrganizationServiceUsersRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationServiceUsersRequest) Descriptor deprecated

func (*ListOrganizationServiceUsersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationServiceUsersRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationServiceUsersRequest) GetId

func (*ListOrganizationServiceUsersRequest) ProtoMessage

func (*ListOrganizationServiceUsersRequest) ProtoMessage()

func (*ListOrganizationServiceUsersRequest) ProtoReflect

func (*ListOrganizationServiceUsersRequest) Reset

func (*ListOrganizationServiceUsersRequest) String

func (*ListOrganizationServiceUsersRequest) Validate

Validate checks the field values on ListOrganizationServiceUsersRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOrganizationServiceUsersRequest) ValidateAll

func (m *ListOrganizationServiceUsersRequest) ValidateAll() error

ValidateAll checks the field values on ListOrganizationServiceUsersRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationServiceUsersRequestMultiError, or nil if none found.

type ListOrganizationServiceUsersRequestMultiError

type ListOrganizationServiceUsersRequestMultiError []error

ListOrganizationServiceUsersRequestMultiError is an error wrapping multiple validation errors returned by ListOrganizationServiceUsersRequest.ValidateAll() if the designated constraints aren't met.

func (ListOrganizationServiceUsersRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListOrganizationServiceUsersRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListOrganizationServiceUsersRequestValidationError

type ListOrganizationServiceUsersRequestValidationError struct {
	// contains filtered or unexported fields
}

ListOrganizationServiceUsersRequestValidationError is the validation error returned by ListOrganizationServiceUsersRequest.Validate if the designated constraints aren't met.

func (ListOrganizationServiceUsersRequestValidationError) Cause

Cause function returns cause value.

func (ListOrganizationServiceUsersRequestValidationError) Error

Error satisfies the builtin error interface

func (ListOrganizationServiceUsersRequestValidationError) ErrorName

ErrorName returns error name.

func (ListOrganizationServiceUsersRequestValidationError) Field

Field function returns field value.

func (ListOrganizationServiceUsersRequestValidationError) Key

Key function returns key value.

func (ListOrganizationServiceUsersRequestValidationError) Reason

Reason function returns reason value.

type ListOrganizationServiceUsersResponse

type ListOrganizationServiceUsersResponse struct {
	Serviceusers []*ServiceUser `protobuf:"bytes,1,rep,name=serviceusers,proto3" json:"serviceusers,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationServiceUsersResponse) Descriptor deprecated

func (*ListOrganizationServiceUsersResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationServiceUsersResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationServiceUsersResponse) GetServiceusers

func (x *ListOrganizationServiceUsersResponse) GetServiceusers() []*ServiceUser

func (*ListOrganizationServiceUsersResponse) ProtoMessage

func (*ListOrganizationServiceUsersResponse) ProtoMessage()

func (*ListOrganizationServiceUsersResponse) ProtoReflect

func (*ListOrganizationServiceUsersResponse) Reset

func (*ListOrganizationServiceUsersResponse) String

func (*ListOrganizationServiceUsersResponse) Validate

Validate checks the field values on ListOrganizationServiceUsersResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOrganizationServiceUsersResponse) ValidateAll

ValidateAll checks the field values on ListOrganizationServiceUsersResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationServiceUsersResponseMultiError, or nil if none found.

type ListOrganizationServiceUsersResponseMultiError

type ListOrganizationServiceUsersResponseMultiError []error

ListOrganizationServiceUsersResponseMultiError is an error wrapping multiple validation errors returned by ListOrganizationServiceUsersResponse.ValidateAll() if the designated constraints aren't met.

func (ListOrganizationServiceUsersResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListOrganizationServiceUsersResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListOrganizationServiceUsersResponseValidationError

type ListOrganizationServiceUsersResponseValidationError struct {
	// contains filtered or unexported fields
}

ListOrganizationServiceUsersResponseValidationError is the validation error returned by ListOrganizationServiceUsersResponse.Validate if the designated constraints aren't met.

func (ListOrganizationServiceUsersResponseValidationError) Cause

Cause function returns cause value.

func (ListOrganizationServiceUsersResponseValidationError) Error

Error satisfies the builtin error interface

func (ListOrganizationServiceUsersResponseValidationError) ErrorName

ErrorName returns error name.

func (ListOrganizationServiceUsersResponseValidationError) Field

Field function returns field value.

func (ListOrganizationServiceUsersResponseValidationError) Key

Key function returns key value.

func (ListOrganizationServiceUsersResponseValidationError) Reason

Reason function returns reason value.

type ListOrganizationUsersRequest

type ListOrganizationUsersRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Deprecated: Marked as deprecated in raystack/frontier/v1beta1/frontier.proto.
	PermissionFilter string `protobuf:"bytes,2,opt,name=permission_filter,json=permissionFilter,proto3" json:"permission_filter,omitempty"`
	WithRoles        bool   `protobuf:"varint,3,opt,name=with_roles,json=withRoles,proto3" json:"with_roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationUsersRequest) Descriptor deprecated

func (*ListOrganizationUsersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationUsersRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationUsersRequest) GetId

func (*ListOrganizationUsersRequest) GetPermissionFilter deprecated

func (x *ListOrganizationUsersRequest) GetPermissionFilter() string

Deprecated: Marked as deprecated in raystack/frontier/v1beta1/frontier.proto.

func (*ListOrganizationUsersRequest) GetWithRoles added in v0.7.18

func (x *ListOrganizationUsersRequest) GetWithRoles() bool

func (*ListOrganizationUsersRequest) ProtoMessage

func (*ListOrganizationUsersRequest) ProtoMessage()

func (*ListOrganizationUsersRequest) ProtoReflect

func (*ListOrganizationUsersRequest) Reset

func (x *ListOrganizationUsersRequest) Reset()

func (*ListOrganizationUsersRequest) String

func (*ListOrganizationUsersRequest) Validate

func (m *ListOrganizationUsersRequest) Validate() error

Validate checks the field values on ListOrganizationUsersRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOrganizationUsersRequest) ValidateAll

func (m *ListOrganizationUsersRequest) ValidateAll() error

ValidateAll checks the field values on ListOrganizationUsersRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationUsersRequestMultiError, or nil if none found.

type ListOrganizationUsersRequestMultiError

type ListOrganizationUsersRequestMultiError []error

ListOrganizationUsersRequestMultiError is an error wrapping multiple validation errors returned by ListOrganizationUsersRequest.ValidateAll() if the designated constraints aren't met.

func (ListOrganizationUsersRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListOrganizationUsersRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListOrganizationUsersRequestValidationError

type ListOrganizationUsersRequestValidationError struct {
	// contains filtered or unexported fields
}

ListOrganizationUsersRequestValidationError is the validation error returned by ListOrganizationUsersRequest.Validate if the designated constraints aren't met.

func (ListOrganizationUsersRequestValidationError) Cause

Cause function returns cause value.

func (ListOrganizationUsersRequestValidationError) Error

Error satisfies the builtin error interface

func (ListOrganizationUsersRequestValidationError) ErrorName

ErrorName returns error name.

func (ListOrganizationUsersRequestValidationError) Field

Field function returns field value.

func (ListOrganizationUsersRequestValidationError) Key

Key function returns key value.

func (ListOrganizationUsersRequestValidationError) Reason

Reason function returns reason value.

type ListOrganizationUsersResponse

type ListOrganizationUsersResponse struct {
	Users     []*User                                   `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	RolePairs []*ListOrganizationUsersResponse_RolePair `protobuf:"bytes,2,rep,name=role_pairs,json=rolePairs,proto3" json:"role_pairs,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationUsersResponse) Descriptor deprecated

func (*ListOrganizationUsersResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationUsersResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationUsersResponse) GetRolePairs added in v0.7.18

func (*ListOrganizationUsersResponse) GetUsers

func (x *ListOrganizationUsersResponse) GetUsers() []*User

func (*ListOrganizationUsersResponse) ProtoMessage

func (*ListOrganizationUsersResponse) ProtoMessage()

func (*ListOrganizationUsersResponse) ProtoReflect

func (*ListOrganizationUsersResponse) Reset

func (x *ListOrganizationUsersResponse) Reset()

func (*ListOrganizationUsersResponse) String

func (*ListOrganizationUsersResponse) Validate

func (m *ListOrganizationUsersResponse) Validate() error

Validate checks the field values on ListOrganizationUsersResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOrganizationUsersResponse) ValidateAll

func (m *ListOrganizationUsersResponse) ValidateAll() error

ValidateAll checks the field values on ListOrganizationUsersResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationUsersResponseMultiError, or nil if none found.

type ListOrganizationUsersResponseMultiError

type ListOrganizationUsersResponseMultiError []error

ListOrganizationUsersResponseMultiError is an error wrapping multiple validation errors returned by ListOrganizationUsersResponse.ValidateAll() if the designated constraints aren't met.

func (ListOrganizationUsersResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListOrganizationUsersResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListOrganizationUsersResponseValidationError

type ListOrganizationUsersResponseValidationError struct {
	// contains filtered or unexported fields
}

ListOrganizationUsersResponseValidationError is the validation error returned by ListOrganizationUsersResponse.Validate if the designated constraints aren't met.

func (ListOrganizationUsersResponseValidationError) Cause

Cause function returns cause value.

func (ListOrganizationUsersResponseValidationError) Error

Error satisfies the builtin error interface

func (ListOrganizationUsersResponseValidationError) ErrorName

ErrorName returns error name.

func (ListOrganizationUsersResponseValidationError) Field

Field function returns field value.

func (ListOrganizationUsersResponseValidationError) Key

Key function returns key value.

func (ListOrganizationUsersResponseValidationError) Reason

Reason function returns reason value.

type ListOrganizationUsersResponse_RolePair added in v0.7.18

type ListOrganizationUsersResponse_RolePair struct {
	UserId string  `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Roles  []*Role `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationUsersResponse_RolePair) Descriptor deprecated added in v0.7.18

func (*ListOrganizationUsersResponse_RolePair) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationUsersResponse_RolePair.ProtoReflect.Descriptor instead.

func (*ListOrganizationUsersResponse_RolePair) GetRoles added in v0.7.18

func (*ListOrganizationUsersResponse_RolePair) GetUserId added in v0.7.18

func (*ListOrganizationUsersResponse_RolePair) ProtoMessage added in v0.7.18

func (*ListOrganizationUsersResponse_RolePair) ProtoReflect added in v0.7.18

func (*ListOrganizationUsersResponse_RolePair) Reset added in v0.7.18

func (*ListOrganizationUsersResponse_RolePair) String added in v0.7.18

func (*ListOrganizationUsersResponse_RolePair) Validate added in v0.7.18

Validate checks the field values on ListOrganizationUsersResponse_RolePair with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOrganizationUsersResponse_RolePair) ValidateAll added in v0.7.18

ValidateAll checks the field values on ListOrganizationUsersResponse_RolePair with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationUsersResponse_RolePairMultiError, or nil if none found.

type ListOrganizationUsersResponse_RolePairMultiError added in v0.7.18

type ListOrganizationUsersResponse_RolePairMultiError []error

ListOrganizationUsersResponse_RolePairMultiError is an error wrapping multiple validation errors returned by ListOrganizationUsersResponse_RolePair.ValidateAll() if the designated constraints aren't met.

func (ListOrganizationUsersResponse_RolePairMultiError) AllErrors added in v0.7.18

AllErrors returns a list of validation violation errors.

func (ListOrganizationUsersResponse_RolePairMultiError) Error added in v0.7.18

Error returns a concatenation of all the error messages it wraps.

type ListOrganizationUsersResponse_RolePairValidationError added in v0.7.18

type ListOrganizationUsersResponse_RolePairValidationError struct {
	// contains filtered or unexported fields
}

ListOrganizationUsersResponse_RolePairValidationError is the validation error returned by ListOrganizationUsersResponse_RolePair.Validate if the designated constraints aren't met.

func (ListOrganizationUsersResponse_RolePairValidationError) Cause added in v0.7.18

Cause function returns cause value.

func (ListOrganizationUsersResponse_RolePairValidationError) Error added in v0.7.18

Error satisfies the builtin error interface

func (ListOrganizationUsersResponse_RolePairValidationError) ErrorName added in v0.7.18

ErrorName returns error name.

func (ListOrganizationUsersResponse_RolePairValidationError) Field added in v0.7.18

Field function returns field value.

func (ListOrganizationUsersResponse_RolePairValidationError) Key added in v0.7.18

Key function returns key value.

func (ListOrganizationUsersResponse_RolePairValidationError) Reason added in v0.7.18

Reason function returns reason value.

type ListOrganizationsByCurrentUserRequest added in v0.7.5

type ListOrganizationsByCurrentUserRequest struct {
	State string `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationsByCurrentUserRequest) Descriptor deprecated added in v0.7.5

func (*ListOrganizationsByCurrentUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationsByCurrentUserRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationsByCurrentUserRequest) GetState added in v0.7.15

func (*ListOrganizationsByCurrentUserRequest) ProtoMessage added in v0.7.5

func (*ListOrganizationsByCurrentUserRequest) ProtoMessage()

func (*ListOrganizationsByCurrentUserRequest) ProtoReflect added in v0.7.5

func (*ListOrganizationsByCurrentUserRequest) Reset added in v0.7.5

func (*ListOrganizationsByCurrentUserRequest) String added in v0.7.5

func (*ListOrganizationsByCurrentUserRequest) Validate added in v0.7.5

Validate checks the field values on ListOrganizationsByCurrentUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOrganizationsByCurrentUserRequest) ValidateAll added in v0.7.5

ValidateAll checks the field values on ListOrganizationsByCurrentUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationsByCurrentUserRequestMultiError, or nil if none found.

type ListOrganizationsByCurrentUserRequestMultiError added in v0.7.5

type ListOrganizationsByCurrentUserRequestMultiError []error

ListOrganizationsByCurrentUserRequestMultiError is an error wrapping multiple validation errors returned by ListOrganizationsByCurrentUserRequest.ValidateAll() if the designated constraints aren't met.

func (ListOrganizationsByCurrentUserRequestMultiError) AllErrors added in v0.7.5

AllErrors returns a list of validation violation errors.

func (ListOrganizationsByCurrentUserRequestMultiError) Error added in v0.7.5

Error returns a concatenation of all the error messages it wraps.

type ListOrganizationsByCurrentUserRequestValidationError added in v0.7.5

type ListOrganizationsByCurrentUserRequestValidationError struct {
	// contains filtered or unexported fields
}

ListOrganizationsByCurrentUserRequestValidationError is the validation error returned by ListOrganizationsByCurrentUserRequest.Validate if the designated constraints aren't met.

func (ListOrganizationsByCurrentUserRequestValidationError) Cause added in v0.7.5

Cause function returns cause value.

func (ListOrganizationsByCurrentUserRequestValidationError) Error added in v0.7.5

Error satisfies the builtin error interface

func (ListOrganizationsByCurrentUserRequestValidationError) ErrorName added in v0.7.5

ErrorName returns error name.

func (ListOrganizationsByCurrentUserRequestValidationError) Field added in v0.7.5

Field function returns field value.

func (ListOrganizationsByCurrentUserRequestValidationError) Key added in v0.7.5

Key function returns key value.

func (ListOrganizationsByCurrentUserRequestValidationError) Reason added in v0.7.5

Reason function returns reason value.

type ListOrganizationsByCurrentUserResponse added in v0.7.5

type ListOrganizationsByCurrentUserResponse struct {
	Organizations     []*Organization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty"`
	JoinableViaDomain []*Organization `protobuf:"bytes,2,rep,name=joinable_via_domain,json=joinableViaDomain,proto3" json:"joinable_via_domain,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationsByCurrentUserResponse) Descriptor deprecated added in v0.7.5

func (*ListOrganizationsByCurrentUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationsByCurrentUserResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationsByCurrentUserResponse) GetJoinableViaDomain added in v0.7.5

func (x *ListOrganizationsByCurrentUserResponse) GetJoinableViaDomain() []*Organization

func (*ListOrganizationsByCurrentUserResponse) GetOrganizations added in v0.7.5

func (x *ListOrganizationsByCurrentUserResponse) GetOrganizations() []*Organization

func (*ListOrganizationsByCurrentUserResponse) ProtoMessage added in v0.7.5

func (*ListOrganizationsByCurrentUserResponse) ProtoReflect added in v0.7.5

func (*ListOrganizationsByCurrentUserResponse) Reset added in v0.7.5

func (*ListOrganizationsByCurrentUserResponse) String added in v0.7.5

func (*ListOrganizationsByCurrentUserResponse) Validate added in v0.7.5

Validate checks the field values on ListOrganizationsByCurrentUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOrganizationsByCurrentUserResponse) ValidateAll added in v0.7.5

ValidateAll checks the field values on ListOrganizationsByCurrentUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationsByCurrentUserResponseMultiError, or nil if none found.

type ListOrganizationsByCurrentUserResponseMultiError added in v0.7.5

type ListOrganizationsByCurrentUserResponseMultiError []error

ListOrganizationsByCurrentUserResponseMultiError is an error wrapping multiple validation errors returned by ListOrganizationsByCurrentUserResponse.ValidateAll() if the designated constraints aren't met.

func (ListOrganizationsByCurrentUserResponseMultiError) AllErrors added in v0.7.5

AllErrors returns a list of validation violation errors.

func (ListOrganizationsByCurrentUserResponseMultiError) Error added in v0.7.5

Error returns a concatenation of all the error messages it wraps.

type ListOrganizationsByCurrentUserResponseValidationError added in v0.7.5

type ListOrganizationsByCurrentUserResponseValidationError struct {
	// contains filtered or unexported fields
}

ListOrganizationsByCurrentUserResponseValidationError is the validation error returned by ListOrganizationsByCurrentUserResponse.Validate if the designated constraints aren't met.

func (ListOrganizationsByCurrentUserResponseValidationError) Cause added in v0.7.5

Cause function returns cause value.

func (ListOrganizationsByCurrentUserResponseValidationError) Error added in v0.7.5

Error satisfies the builtin error interface

func (ListOrganizationsByCurrentUserResponseValidationError) ErrorName added in v0.7.5

ErrorName returns error name.

func (ListOrganizationsByCurrentUserResponseValidationError) Field added in v0.7.5

Field function returns field value.

func (ListOrganizationsByCurrentUserResponseValidationError) Key added in v0.7.5

Key function returns key value.

func (ListOrganizationsByCurrentUserResponseValidationError) Reason added in v0.7.5

Reason function returns reason value.

type ListOrganizationsByDomainRequest added in v0.7.2

type ListOrganizationsByDomainRequest struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationsByDomainRequest) Descriptor deprecated added in v0.7.2

func (*ListOrganizationsByDomainRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationsByDomainRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationsByDomainRequest) GetName added in v0.7.2

func (*ListOrganizationsByDomainRequest) ProtoMessage added in v0.7.2

func (*ListOrganizationsByDomainRequest) ProtoMessage()

func (*ListOrganizationsByDomainRequest) ProtoReflect added in v0.7.2

func (*ListOrganizationsByDomainRequest) Reset added in v0.7.2

func (*ListOrganizationsByDomainRequest) String added in v0.7.2

func (*ListOrganizationsByDomainRequest) Validate added in v0.7.2

Validate checks the field values on ListOrganizationsByDomainRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOrganizationsByDomainRequest) ValidateAll added in v0.7.2

func (m *ListOrganizationsByDomainRequest) ValidateAll() error

ValidateAll checks the field values on ListOrganizationsByDomainRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationsByDomainRequestMultiError, or nil if none found.

type ListOrganizationsByDomainRequestMultiError added in v0.7.2

type ListOrganizationsByDomainRequestMultiError []error

ListOrganizationsByDomainRequestMultiError is an error wrapping multiple validation errors returned by ListOrganizationsByDomainRequest.ValidateAll() if the designated constraints aren't met.

func (ListOrganizationsByDomainRequestMultiError) AllErrors added in v0.7.2

AllErrors returns a list of validation violation errors.

func (ListOrganizationsByDomainRequestMultiError) Error added in v0.7.2

Error returns a concatenation of all the error messages it wraps.

type ListOrganizationsByDomainRequestValidationError added in v0.7.2

type ListOrganizationsByDomainRequestValidationError struct {
	// contains filtered or unexported fields
}

ListOrganizationsByDomainRequestValidationError is the validation error returned by ListOrganizationsByDomainRequest.Validate if the designated constraints aren't met.

func (ListOrganizationsByDomainRequestValidationError) Cause added in v0.7.2

Cause function returns cause value.

func (ListOrganizationsByDomainRequestValidationError) Error added in v0.7.2

Error satisfies the builtin error interface

func (ListOrganizationsByDomainRequestValidationError) ErrorName added in v0.7.2

ErrorName returns error name.

func (ListOrganizationsByDomainRequestValidationError) Field added in v0.7.2

Field function returns field value.

func (ListOrganizationsByDomainRequestValidationError) Key added in v0.7.2

Key function returns key value.

func (ListOrganizationsByDomainRequestValidationError) Reason added in v0.7.2

Reason function returns reason value.

type ListOrganizationsByDomainResponse added in v0.7.2

type ListOrganizationsByDomainResponse struct {
	Organizations []*Organization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationsByDomainResponse) Descriptor deprecated added in v0.7.2

func (*ListOrganizationsByDomainResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationsByDomainResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationsByDomainResponse) GetOrganizations added in v0.7.2

func (x *ListOrganizationsByDomainResponse) GetOrganizations() []*Organization

func (*ListOrganizationsByDomainResponse) ProtoMessage added in v0.7.2

func (*ListOrganizationsByDomainResponse) ProtoMessage()

func (*ListOrganizationsByDomainResponse) ProtoReflect added in v0.7.2

func (*ListOrganizationsByDomainResponse) Reset added in v0.7.2

func (*ListOrganizationsByDomainResponse) String added in v0.7.2

func (*ListOrganizationsByDomainResponse) Validate added in v0.7.2

Validate checks the field values on ListOrganizationsByDomainResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOrganizationsByDomainResponse) ValidateAll added in v0.7.2

func (m *ListOrganizationsByDomainResponse) ValidateAll() error

ValidateAll checks the field values on ListOrganizationsByDomainResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationsByDomainResponseMultiError, or nil if none found.

type ListOrganizationsByDomainResponseMultiError added in v0.7.2

type ListOrganizationsByDomainResponseMultiError []error

ListOrganizationsByDomainResponseMultiError is an error wrapping multiple validation errors returned by ListOrganizationsByDomainResponse.ValidateAll() if the designated constraints aren't met.

func (ListOrganizationsByDomainResponseMultiError) AllErrors added in v0.7.2

AllErrors returns a list of validation violation errors.

func (ListOrganizationsByDomainResponseMultiError) Error added in v0.7.2

Error returns a concatenation of all the error messages it wraps.

type ListOrganizationsByDomainResponseValidationError added in v0.7.2

type ListOrganizationsByDomainResponseValidationError struct {
	// contains filtered or unexported fields
}

ListOrganizationsByDomainResponseValidationError is the validation error returned by ListOrganizationsByDomainResponse.Validate if the designated constraints aren't met.

func (ListOrganizationsByDomainResponseValidationError) Cause added in v0.7.2

Cause function returns cause value.

func (ListOrganizationsByDomainResponseValidationError) Error added in v0.7.2

Error satisfies the builtin error interface

func (ListOrganizationsByDomainResponseValidationError) ErrorName added in v0.7.2

ErrorName returns error name.

func (ListOrganizationsByDomainResponseValidationError) Field added in v0.7.2

Field function returns field value.

func (ListOrganizationsByDomainResponseValidationError) Key added in v0.7.2

Key function returns key value.

func (ListOrganizationsByDomainResponseValidationError) Reason added in v0.7.2

Reason function returns reason value.

type ListOrganizationsByUserRequest added in v0.7.5

type ListOrganizationsByUserRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationsByUserRequest) Descriptor deprecated added in v0.7.5

func (*ListOrganizationsByUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationsByUserRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationsByUserRequest) GetId added in v0.7.5

func (*ListOrganizationsByUserRequest) ProtoMessage added in v0.7.5

func (*ListOrganizationsByUserRequest) ProtoMessage()

func (*ListOrganizationsByUserRequest) ProtoReflect added in v0.7.5

func (*ListOrganizationsByUserRequest) Reset added in v0.7.5

func (x *ListOrganizationsByUserRequest) Reset()

func (*ListOrganizationsByUserRequest) String added in v0.7.5

func (*ListOrganizationsByUserRequest) Validate added in v0.7.5

func (m *ListOrganizationsByUserRequest) Validate() error

Validate checks the field values on ListOrganizationsByUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOrganizationsByUserRequest) ValidateAll added in v0.7.5

func (m *ListOrganizationsByUserRequest) ValidateAll() error

ValidateAll checks the field values on ListOrganizationsByUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationsByUserRequestMultiError, or nil if none found.

type ListOrganizationsByUserRequestMultiError added in v0.7.5

type ListOrganizationsByUserRequestMultiError []error

ListOrganizationsByUserRequestMultiError is an error wrapping multiple validation errors returned by ListOrganizationsByUserRequest.ValidateAll() if the designated constraints aren't met.

func (ListOrganizationsByUserRequestMultiError) AllErrors added in v0.7.5

AllErrors returns a list of validation violation errors.

func (ListOrganizationsByUserRequestMultiError) Error added in v0.7.5

Error returns a concatenation of all the error messages it wraps.

type ListOrganizationsByUserRequestValidationError added in v0.7.5

type ListOrganizationsByUserRequestValidationError struct {
	// contains filtered or unexported fields
}

ListOrganizationsByUserRequestValidationError is the validation error returned by ListOrganizationsByUserRequest.Validate if the designated constraints aren't met.

func (ListOrganizationsByUserRequestValidationError) Cause added in v0.7.5

Cause function returns cause value.

func (ListOrganizationsByUserRequestValidationError) Error added in v0.7.5

Error satisfies the builtin error interface

func (ListOrganizationsByUserRequestValidationError) ErrorName added in v0.7.5

ErrorName returns error name.

func (ListOrganizationsByUserRequestValidationError) Field added in v0.7.5

Field function returns field value.

func (ListOrganizationsByUserRequestValidationError) Key added in v0.7.5

Key function returns key value.

func (ListOrganizationsByUserRequestValidationError) Reason added in v0.7.5

Reason function returns reason value.

type ListOrganizationsByUserResponse added in v0.7.5

type ListOrganizationsByUserResponse struct {
	Organizations     []*Organization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty"`
	JoinableViaDomain []*Organization `protobuf:"bytes,2,rep,name=joinable_via_domain,json=joinableViaDomain,proto3" json:"joinable_via_domain,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationsByUserResponse) Descriptor deprecated added in v0.7.5

func (*ListOrganizationsByUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationsByUserResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationsByUserResponse) GetJoinableViaDomain added in v0.7.5

func (x *ListOrganizationsByUserResponse) GetJoinableViaDomain() []*Organization

func (*ListOrganizationsByUserResponse) GetOrganizations added in v0.7.5

func (x *ListOrganizationsByUserResponse) GetOrganizations() []*Organization

func (*ListOrganizationsByUserResponse) ProtoMessage added in v0.7.5

func (*ListOrganizationsByUserResponse) ProtoMessage()

func (*ListOrganizationsByUserResponse) ProtoReflect added in v0.7.5

func (*ListOrganizationsByUserResponse) Reset added in v0.7.5

func (*ListOrganizationsByUserResponse) String added in v0.7.5

func (*ListOrganizationsByUserResponse) Validate added in v0.7.5

func (m *ListOrganizationsByUserResponse) Validate() error

Validate checks the field values on ListOrganizationsByUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOrganizationsByUserResponse) ValidateAll added in v0.7.5

func (m *ListOrganizationsByUserResponse) ValidateAll() error

ValidateAll checks the field values on ListOrganizationsByUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationsByUserResponseMultiError, or nil if none found.

type ListOrganizationsByUserResponseMultiError added in v0.7.5

type ListOrganizationsByUserResponseMultiError []error

ListOrganizationsByUserResponseMultiError is an error wrapping multiple validation errors returned by ListOrganizationsByUserResponse.ValidateAll() if the designated constraints aren't met.

func (ListOrganizationsByUserResponseMultiError) AllErrors added in v0.7.5

AllErrors returns a list of validation violation errors.

func (ListOrganizationsByUserResponseMultiError) Error added in v0.7.5

Error returns a concatenation of all the error messages it wraps.

type ListOrganizationsByUserResponseValidationError added in v0.7.5

type ListOrganizationsByUserResponseValidationError struct {
	// contains filtered or unexported fields
}

ListOrganizationsByUserResponseValidationError is the validation error returned by ListOrganizationsByUserResponse.Validate if the designated constraints aren't met.

func (ListOrganizationsByUserResponseValidationError) Cause added in v0.7.5

Cause function returns cause value.

func (ListOrganizationsByUserResponseValidationError) Error added in v0.7.5

Error satisfies the builtin error interface

func (ListOrganizationsByUserResponseValidationError) ErrorName added in v0.7.5

ErrorName returns error name.

func (ListOrganizationsByUserResponseValidationError) Field added in v0.7.5

Field function returns field value.

func (ListOrganizationsByUserResponseValidationError) Key added in v0.7.5

Key function returns key value.

func (ListOrganizationsByUserResponseValidationError) Reason added in v0.7.5

Reason function returns reason value.

type ListOrganizationsRequest

type ListOrganizationsRequest struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	State  string `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationsRequest) Descriptor deprecated

func (*ListOrganizationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationsRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationsRequest) GetState

func (x *ListOrganizationsRequest) GetState() string

func (*ListOrganizationsRequest) GetUserId

func (x *ListOrganizationsRequest) GetUserId() string

func (*ListOrganizationsRequest) ProtoMessage

func (*ListOrganizationsRequest) ProtoMessage()

func (*ListOrganizationsRequest) ProtoReflect

func (x *ListOrganizationsRequest) ProtoReflect() protoreflect.Message

func (*ListOrganizationsRequest) Reset

func (x *ListOrganizationsRequest) Reset()

func (*ListOrganizationsRequest) String

func (x *ListOrganizationsRequest) String() string

func (*ListOrganizationsRequest) Validate

func (m *ListOrganizationsRequest) Validate() error

Validate checks the field values on ListOrganizationsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOrganizationsRequest) ValidateAll

func (m *ListOrganizationsRequest) ValidateAll() error

ValidateAll checks the field values on ListOrganizationsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationsRequestMultiError, or nil if none found.

type ListOrganizationsRequestMultiError

type ListOrganizationsRequestMultiError []error

ListOrganizationsRequestMultiError is an error wrapping multiple validation errors returned by ListOrganizationsRequest.ValidateAll() if the designated constraints aren't met.

func (ListOrganizationsRequestMultiError) AllErrors

func (m ListOrganizationsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListOrganizationsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListOrganizationsRequestValidationError

type ListOrganizationsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListOrganizationsRequestValidationError is the validation error returned by ListOrganizationsRequest.Validate if the designated constraints aren't met.

func (ListOrganizationsRequestValidationError) Cause

Cause function returns cause value.

func (ListOrganizationsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListOrganizationsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListOrganizationsRequestValidationError) Field

Field function returns field value.

func (ListOrganizationsRequestValidationError) Key

Key function returns key value.

func (ListOrganizationsRequestValidationError) Reason

Reason function returns reason value.

type ListOrganizationsResponse

type ListOrganizationsResponse struct {
	Organizations []*Organization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationsResponse) Descriptor deprecated

func (*ListOrganizationsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListOrganizationsResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationsResponse) GetOrganizations

func (x *ListOrganizationsResponse) GetOrganizations() []*Organization

func (*ListOrganizationsResponse) ProtoMessage

func (*ListOrganizationsResponse) ProtoMessage()

func (*ListOrganizationsResponse) ProtoReflect

func (*ListOrganizationsResponse) Reset

func (x *ListOrganizationsResponse) Reset()

func (*ListOrganizationsResponse) String

func (x *ListOrganizationsResponse) String() string

func (*ListOrganizationsResponse) Validate

func (m *ListOrganizationsResponse) Validate() error

Validate checks the field values on ListOrganizationsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListOrganizationsResponse) ValidateAll

func (m *ListOrganizationsResponse) ValidateAll() error

ValidateAll checks the field values on ListOrganizationsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationsResponseMultiError, or nil if none found.

type ListOrganizationsResponseMultiError

type ListOrganizationsResponseMultiError []error

ListOrganizationsResponseMultiError is an error wrapping multiple validation errors returned by ListOrganizationsResponse.ValidateAll() if the designated constraints aren't met.

func (ListOrganizationsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListOrganizationsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListOrganizationsResponseValidationError

type ListOrganizationsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListOrganizationsResponseValidationError is the validation error returned by ListOrganizationsResponse.Validate if the designated constraints aren't met.

func (ListOrganizationsResponseValidationError) Cause

Cause function returns cause value.

func (ListOrganizationsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListOrganizationsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListOrganizationsResponseValidationError) Field

Field function returns field value.

func (ListOrganizationsResponseValidationError) Key

Key function returns key value.

func (ListOrganizationsResponseValidationError) Reason

Reason function returns reason value.

type ListPermissionsRequest

type ListPermissionsRequest struct {
	// contains filtered or unexported fields
}

func (*ListPermissionsRequest) Descriptor deprecated

func (*ListPermissionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListPermissionsRequest.ProtoReflect.Descriptor instead.

func (*ListPermissionsRequest) ProtoMessage

func (*ListPermissionsRequest) ProtoMessage()

func (*ListPermissionsRequest) ProtoReflect

func (x *ListPermissionsRequest) ProtoReflect() protoreflect.Message

func (*ListPermissionsRequest) Reset

func (x *ListPermissionsRequest) Reset()

func (*ListPermissionsRequest) String

func (x *ListPermissionsRequest) String() string

func (*ListPermissionsRequest) Validate

func (m *ListPermissionsRequest) Validate() error

Validate checks the field values on ListPermissionsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListPermissionsRequest) ValidateAll

func (m *ListPermissionsRequest) ValidateAll() error

ValidateAll checks the field values on ListPermissionsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListPermissionsRequestMultiError, or nil if none found.

type ListPermissionsRequestMultiError

type ListPermissionsRequestMultiError []error

ListPermissionsRequestMultiError is an error wrapping multiple validation errors returned by ListPermissionsRequest.ValidateAll() if the designated constraints aren't met.

func (ListPermissionsRequestMultiError) AllErrors

func (m ListPermissionsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListPermissionsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListPermissionsRequestValidationError

type ListPermissionsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListPermissionsRequestValidationError is the validation error returned by ListPermissionsRequest.Validate if the designated constraints aren't met.

func (ListPermissionsRequestValidationError) Cause

Cause function returns cause value.

func (ListPermissionsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListPermissionsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListPermissionsRequestValidationError) Field

Field function returns field value.

func (ListPermissionsRequestValidationError) Key

Key function returns key value.

func (ListPermissionsRequestValidationError) Reason

Reason function returns reason value.

type ListPermissionsResponse

type ListPermissionsResponse struct {
	Permissions []*Permission `protobuf:"bytes,1,rep,name=permissions,proto3" json:"permissions,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPermissionsResponse) Descriptor deprecated

func (*ListPermissionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListPermissionsResponse.ProtoReflect.Descriptor instead.

func (*ListPermissionsResponse) GetPermissions

func (x *ListPermissionsResponse) GetPermissions() []*Permission

func (*ListPermissionsResponse) ProtoMessage

func (*ListPermissionsResponse) ProtoMessage()

func (*ListPermissionsResponse) ProtoReflect

func (x *ListPermissionsResponse) ProtoReflect() protoreflect.Message

func (*ListPermissionsResponse) Reset

func (x *ListPermissionsResponse) Reset()

func (*ListPermissionsResponse) String

func (x *ListPermissionsResponse) String() string

func (*ListPermissionsResponse) Validate

func (m *ListPermissionsResponse) Validate() error

Validate checks the field values on ListPermissionsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListPermissionsResponse) ValidateAll

func (m *ListPermissionsResponse) ValidateAll() error

ValidateAll checks the field values on ListPermissionsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListPermissionsResponseMultiError, or nil if none found.

type ListPermissionsResponseMultiError

type ListPermissionsResponseMultiError []error

ListPermissionsResponseMultiError is an error wrapping multiple validation errors returned by ListPermissionsResponse.ValidateAll() if the designated constraints aren't met.

func (ListPermissionsResponseMultiError) AllErrors

func (m ListPermissionsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListPermissionsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListPermissionsResponseValidationError

type ListPermissionsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListPermissionsResponseValidationError is the validation error returned by ListPermissionsResponse.Validate if the designated constraints aren't met.

func (ListPermissionsResponseValidationError) Cause

Cause function returns cause value.

func (ListPermissionsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListPermissionsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListPermissionsResponseValidationError) Field

Field function returns field value.

func (ListPermissionsResponseValidationError) Key

Key function returns key value.

func (ListPermissionsResponseValidationError) Reason

Reason function returns reason value.

type ListPlansRequest added in v0.8.0

type ListPlansRequest struct {
	// contains filtered or unexported fields
}

func (*ListPlansRequest) Descriptor deprecated added in v0.8.0

func (*ListPlansRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListPlansRequest.ProtoReflect.Descriptor instead.

func (*ListPlansRequest) ProtoMessage added in v0.8.0

func (*ListPlansRequest) ProtoMessage()

func (*ListPlansRequest) ProtoReflect added in v0.8.0

func (x *ListPlansRequest) ProtoReflect() protoreflect.Message

func (*ListPlansRequest) Reset added in v0.8.0

func (x *ListPlansRequest) Reset()

func (*ListPlansRequest) String added in v0.8.0

func (x *ListPlansRequest) String() string

func (*ListPlansRequest) Validate added in v0.8.0

func (m *ListPlansRequest) Validate() error

Validate checks the field values on ListPlansRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListPlansRequest) ValidateAll added in v0.8.0

func (m *ListPlansRequest) ValidateAll() error

ValidateAll checks the field values on ListPlansRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListPlansRequestMultiError, or nil if none found.

type ListPlansRequestMultiError added in v0.8.0

type ListPlansRequestMultiError []error

ListPlansRequestMultiError is an error wrapping multiple validation errors returned by ListPlansRequest.ValidateAll() if the designated constraints aren't met.

func (ListPlansRequestMultiError) AllErrors added in v0.8.0

func (m ListPlansRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListPlansRequestMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type ListPlansRequestValidationError added in v0.8.0

type ListPlansRequestValidationError struct {
	// contains filtered or unexported fields
}

ListPlansRequestValidationError is the validation error returned by ListPlansRequest.Validate if the designated constraints aren't met.

func (ListPlansRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (ListPlansRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (ListPlansRequestValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (ListPlansRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (ListPlansRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (ListPlansRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type ListPlansResponse added in v0.8.0

type ListPlansResponse struct {

	// List of plans
	Plans []*Plan `protobuf:"bytes,1,rep,name=plans,proto3" json:"plans,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPlansResponse) Descriptor deprecated added in v0.8.0

func (*ListPlansResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListPlansResponse.ProtoReflect.Descriptor instead.

func (*ListPlansResponse) GetPlans added in v0.8.0

func (x *ListPlansResponse) GetPlans() []*Plan

func (*ListPlansResponse) ProtoMessage added in v0.8.0

func (*ListPlansResponse) ProtoMessage()

func (*ListPlansResponse) ProtoReflect added in v0.8.0

func (x *ListPlansResponse) ProtoReflect() protoreflect.Message

func (*ListPlansResponse) Reset added in v0.8.0

func (x *ListPlansResponse) Reset()

func (*ListPlansResponse) String added in v0.8.0

func (x *ListPlansResponse) String() string

func (*ListPlansResponse) Validate added in v0.8.0

func (m *ListPlansResponse) Validate() error

Validate checks the field values on ListPlansResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListPlansResponse) ValidateAll added in v0.8.0

func (m *ListPlansResponse) ValidateAll() error

ValidateAll checks the field values on ListPlansResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListPlansResponseMultiError, or nil if none found.

type ListPlansResponseMultiError added in v0.8.0

type ListPlansResponseMultiError []error

ListPlansResponseMultiError is an error wrapping multiple validation errors returned by ListPlansResponse.ValidateAll() if the designated constraints aren't met.

func (ListPlansResponseMultiError) AllErrors added in v0.8.0

func (m ListPlansResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListPlansResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type ListPlansResponseValidationError added in v0.8.0

type ListPlansResponseValidationError struct {
	// contains filtered or unexported fields
}

ListPlansResponseValidationError is the validation error returned by ListPlansResponse.Validate if the designated constraints aren't met.

func (ListPlansResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (ListPlansResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (ListPlansResponseValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (ListPlansResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (ListPlansResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (ListPlansResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type ListPlatformUsersRequest added in v0.8.8

type ListPlatformUsersRequest struct {
	// contains filtered or unexported fields
}

func (*ListPlatformUsersRequest) Descriptor deprecated added in v0.8.8

func (*ListPlatformUsersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListPlatformUsersRequest.ProtoReflect.Descriptor instead.

func (*ListPlatformUsersRequest) ProtoMessage added in v0.8.8

func (*ListPlatformUsersRequest) ProtoMessage()

func (*ListPlatformUsersRequest) ProtoReflect added in v0.8.8

func (x *ListPlatformUsersRequest) ProtoReflect() protoreflect.Message

func (*ListPlatformUsersRequest) Reset added in v0.8.8

func (x *ListPlatformUsersRequest) Reset()

func (*ListPlatformUsersRequest) String added in v0.8.8

func (x *ListPlatformUsersRequest) String() string

func (*ListPlatformUsersRequest) Validate added in v0.8.8

func (m *ListPlatformUsersRequest) Validate() error

Validate checks the field values on ListPlatformUsersRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListPlatformUsersRequest) ValidateAll added in v0.8.8

func (m *ListPlatformUsersRequest) ValidateAll() error

ValidateAll checks the field values on ListPlatformUsersRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListPlatformUsersRequestMultiError, or nil if none found.

type ListPlatformUsersRequestMultiError added in v0.8.8

type ListPlatformUsersRequestMultiError []error

ListPlatformUsersRequestMultiError is an error wrapping multiple validation errors returned by ListPlatformUsersRequest.ValidateAll() if the designated constraints aren't met.

func (ListPlatformUsersRequestMultiError) AllErrors added in v0.8.8

func (m ListPlatformUsersRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListPlatformUsersRequestMultiError) Error added in v0.8.8

Error returns a concatenation of all the error messages it wraps.

type ListPlatformUsersRequestValidationError added in v0.8.8

type ListPlatformUsersRequestValidationError struct {
	// contains filtered or unexported fields
}

ListPlatformUsersRequestValidationError is the validation error returned by ListPlatformUsersRequest.Validate if the designated constraints aren't met.

func (ListPlatformUsersRequestValidationError) Cause added in v0.8.8

Cause function returns cause value.

func (ListPlatformUsersRequestValidationError) Error added in v0.8.8

Error satisfies the builtin error interface

func (ListPlatformUsersRequestValidationError) ErrorName added in v0.8.8

ErrorName returns error name.

func (ListPlatformUsersRequestValidationError) Field added in v0.8.8

Field function returns field value.

func (ListPlatformUsersRequestValidationError) Key added in v0.8.8

Key function returns key value.

func (ListPlatformUsersRequestValidationError) Reason added in v0.8.8

Reason function returns reason value.

type ListPlatformUsersResponse added in v0.8.8

type ListPlatformUsersResponse struct {
	Users        []*User        `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	Serviceusers []*ServiceUser `protobuf:"bytes,2,rep,name=serviceusers,proto3" json:"serviceusers,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPlatformUsersResponse) Descriptor deprecated added in v0.8.8

func (*ListPlatformUsersResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListPlatformUsersResponse.ProtoReflect.Descriptor instead.

func (*ListPlatformUsersResponse) GetServiceusers added in v0.8.8

func (x *ListPlatformUsersResponse) GetServiceusers() []*ServiceUser

func (*ListPlatformUsersResponse) GetUsers added in v0.8.8

func (x *ListPlatformUsersResponse) GetUsers() []*User

func (*ListPlatformUsersResponse) ProtoMessage added in v0.8.8

func (*ListPlatformUsersResponse) ProtoMessage()

func (*ListPlatformUsersResponse) ProtoReflect added in v0.8.8

func (*ListPlatformUsersResponse) Reset added in v0.8.8

func (x *ListPlatformUsersResponse) Reset()

func (*ListPlatformUsersResponse) String added in v0.8.8

func (x *ListPlatformUsersResponse) String() string

func (*ListPlatformUsersResponse) Validate added in v0.8.8

func (m *ListPlatformUsersResponse) Validate() error

Validate checks the field values on ListPlatformUsersResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListPlatformUsersResponse) ValidateAll added in v0.8.8

func (m *ListPlatformUsersResponse) ValidateAll() error

ValidateAll checks the field values on ListPlatformUsersResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListPlatformUsersResponseMultiError, or nil if none found.

type ListPlatformUsersResponseMultiError added in v0.8.8

type ListPlatformUsersResponseMultiError []error

ListPlatformUsersResponseMultiError is an error wrapping multiple validation errors returned by ListPlatformUsersResponse.ValidateAll() if the designated constraints aren't met.

func (ListPlatformUsersResponseMultiError) AllErrors added in v0.8.8

AllErrors returns a list of validation violation errors.

func (ListPlatformUsersResponseMultiError) Error added in v0.8.8

Error returns a concatenation of all the error messages it wraps.

type ListPlatformUsersResponseValidationError added in v0.8.8

type ListPlatformUsersResponseValidationError struct {
	// contains filtered or unexported fields
}

ListPlatformUsersResponseValidationError is the validation error returned by ListPlatformUsersResponse.Validate if the designated constraints aren't met.

func (ListPlatformUsersResponseValidationError) Cause added in v0.8.8

Cause function returns cause value.

func (ListPlatformUsersResponseValidationError) Error added in v0.8.8

Error satisfies the builtin error interface

func (ListPlatformUsersResponseValidationError) ErrorName added in v0.8.8

ErrorName returns error name.

func (ListPlatformUsersResponseValidationError) Field added in v0.8.8

Field function returns field value.

func (ListPlatformUsersResponseValidationError) Key added in v0.8.8

Key function returns key value.

func (ListPlatformUsersResponseValidationError) Reason added in v0.8.8

Reason function returns reason value.

type ListPoliciesRequest

type ListPoliciesRequest struct {
	OrgId     string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	ProjectId string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	UserId    string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	RoleId    string `protobuf:"bytes,4,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"`
	GroupId   string `protobuf:"bytes,5,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPoliciesRequest) Descriptor deprecated

func (*ListPoliciesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListPoliciesRequest.ProtoReflect.Descriptor instead.

func (*ListPoliciesRequest) GetGroupId

func (x *ListPoliciesRequest) GetGroupId() string

func (*ListPoliciesRequest) GetOrgId

func (x *ListPoliciesRequest) GetOrgId() string

func (*ListPoliciesRequest) GetProjectId

func (x *ListPoliciesRequest) GetProjectId() string

func (*ListPoliciesRequest) GetRoleId

func (x *ListPoliciesRequest) GetRoleId() string

func (*ListPoliciesRequest) GetUserId

func (x *ListPoliciesRequest) GetUserId() string

func (*ListPoliciesRequest) ProtoMessage

func (*ListPoliciesRequest) ProtoMessage()

func (*ListPoliciesRequest) ProtoReflect

func (x *ListPoliciesRequest) ProtoReflect() protoreflect.Message

func (*ListPoliciesRequest) Reset

func (x *ListPoliciesRequest) Reset()

func (*ListPoliciesRequest) String

func (x *ListPoliciesRequest) String() string

func (*ListPoliciesRequest) Validate

func (m *ListPoliciesRequest) Validate() error

Validate checks the field values on ListPoliciesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListPoliciesRequest) ValidateAll

func (m *ListPoliciesRequest) ValidateAll() error

ValidateAll checks the field values on ListPoliciesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListPoliciesRequestMultiError, or nil if none found.

type ListPoliciesRequestMultiError

type ListPoliciesRequestMultiError []error

ListPoliciesRequestMultiError is an error wrapping multiple validation errors returned by ListPoliciesRequest.ValidateAll() if the designated constraints aren't met.

func (ListPoliciesRequestMultiError) AllErrors

func (m ListPoliciesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListPoliciesRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListPoliciesRequestValidationError

type ListPoliciesRequestValidationError struct {
	// contains filtered or unexported fields
}

ListPoliciesRequestValidationError is the validation error returned by ListPoliciesRequest.Validate if the designated constraints aren't met.

func (ListPoliciesRequestValidationError) Cause

Cause function returns cause value.

func (ListPoliciesRequestValidationError) Error

Error satisfies the builtin error interface

func (ListPoliciesRequestValidationError) ErrorName

ErrorName returns error name.

func (ListPoliciesRequestValidationError) Field

Field function returns field value.

func (ListPoliciesRequestValidationError) Key

Key function returns key value.

func (ListPoliciesRequestValidationError) Reason

Reason function returns reason value.

type ListPoliciesResponse

type ListPoliciesResponse struct {
	Policies []*Policy `protobuf:"bytes,1,rep,name=policies,proto3" json:"policies,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPoliciesResponse) Descriptor deprecated

func (*ListPoliciesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListPoliciesResponse.ProtoReflect.Descriptor instead.

func (*ListPoliciesResponse) GetPolicies

func (x *ListPoliciesResponse) GetPolicies() []*Policy

func (*ListPoliciesResponse) ProtoMessage

func (*ListPoliciesResponse) ProtoMessage()

func (*ListPoliciesResponse) ProtoReflect

func (x *ListPoliciesResponse) ProtoReflect() protoreflect.Message

func (*ListPoliciesResponse) Reset

func (x *ListPoliciesResponse) Reset()

func (*ListPoliciesResponse) String

func (x *ListPoliciesResponse) String() string

func (*ListPoliciesResponse) Validate

func (m *ListPoliciesResponse) Validate() error

Validate checks the field values on ListPoliciesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListPoliciesResponse) ValidateAll

func (m *ListPoliciesResponse) ValidateAll() error

ValidateAll checks the field values on ListPoliciesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListPoliciesResponseMultiError, or nil if none found.

type ListPoliciesResponseMultiError

type ListPoliciesResponseMultiError []error

ListPoliciesResponseMultiError is an error wrapping multiple validation errors returned by ListPoliciesResponse.ValidateAll() if the designated constraints aren't met.

func (ListPoliciesResponseMultiError) AllErrors

func (m ListPoliciesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListPoliciesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListPoliciesResponseValidationError

type ListPoliciesResponseValidationError struct {
	// contains filtered or unexported fields
}

ListPoliciesResponseValidationError is the validation error returned by ListPoliciesResponse.Validate if the designated constraints aren't met.

func (ListPoliciesResponseValidationError) Cause

Cause function returns cause value.

func (ListPoliciesResponseValidationError) Error

Error satisfies the builtin error interface

func (ListPoliciesResponseValidationError) ErrorName

ErrorName returns error name.

func (ListPoliciesResponseValidationError) Field

Field function returns field value.

func (ListPoliciesResponseValidationError) Key

Key function returns key value.

func (ListPoliciesResponseValidationError) Reason

Reason function returns reason value.

type ListPreferencesRequest added in v0.7.3

type ListPreferencesRequest struct {
	// contains filtered or unexported fields
}

func (*ListPreferencesRequest) Descriptor deprecated added in v0.7.3

func (*ListPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListPreferencesRequest.ProtoReflect.Descriptor instead.

func (*ListPreferencesRequest) ProtoMessage added in v0.7.3

func (*ListPreferencesRequest) ProtoMessage()

func (*ListPreferencesRequest) ProtoReflect added in v0.7.3

func (x *ListPreferencesRequest) ProtoReflect() protoreflect.Message

func (*ListPreferencesRequest) Reset added in v0.7.3

func (x *ListPreferencesRequest) Reset()

func (*ListPreferencesRequest) String added in v0.7.3

func (x *ListPreferencesRequest) String() string

func (*ListPreferencesRequest) Validate added in v0.7.3

func (m *ListPreferencesRequest) Validate() error

Validate checks the field values on ListPreferencesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListPreferencesRequest) ValidateAll added in v0.7.3

func (m *ListPreferencesRequest) ValidateAll() error

ValidateAll checks the field values on ListPreferencesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListPreferencesRequestMultiError, or nil if none found.

type ListPreferencesRequestMultiError added in v0.7.3

type ListPreferencesRequestMultiError []error

ListPreferencesRequestMultiError is an error wrapping multiple validation errors returned by ListPreferencesRequest.ValidateAll() if the designated constraints aren't met.

func (ListPreferencesRequestMultiError) AllErrors added in v0.7.3

func (m ListPreferencesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListPreferencesRequestMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type ListPreferencesRequestValidationError added in v0.7.3

type ListPreferencesRequestValidationError struct {
	// contains filtered or unexported fields
}

ListPreferencesRequestValidationError is the validation error returned by ListPreferencesRequest.Validate if the designated constraints aren't met.

func (ListPreferencesRequestValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (ListPreferencesRequestValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (ListPreferencesRequestValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (ListPreferencesRequestValidationError) Field added in v0.7.3

Field function returns field value.

func (ListPreferencesRequestValidationError) Key added in v0.7.3

Key function returns key value.

func (ListPreferencesRequestValidationError) Reason added in v0.7.3

Reason function returns reason value.

type ListPreferencesResponse added in v0.7.3

type ListPreferencesResponse struct {
	Preferences []*Preference `protobuf:"bytes,1,rep,name=preferences,proto3" json:"preferences,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPreferencesResponse) Descriptor deprecated added in v0.7.3

func (*ListPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListPreferencesResponse.ProtoReflect.Descriptor instead.

func (*ListPreferencesResponse) GetPreferences added in v0.7.3

func (x *ListPreferencesResponse) GetPreferences() []*Preference

func (*ListPreferencesResponse) ProtoMessage added in v0.7.3

func (*ListPreferencesResponse) ProtoMessage()

func (*ListPreferencesResponse) ProtoReflect added in v0.7.3

func (x *ListPreferencesResponse) ProtoReflect() protoreflect.Message

func (*ListPreferencesResponse) Reset added in v0.7.3

func (x *ListPreferencesResponse) Reset()

func (*ListPreferencesResponse) String added in v0.7.3

func (x *ListPreferencesResponse) String() string

func (*ListPreferencesResponse) Validate added in v0.7.3

func (m *ListPreferencesResponse) Validate() error

Validate checks the field values on ListPreferencesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListPreferencesResponse) ValidateAll added in v0.7.3

func (m *ListPreferencesResponse) ValidateAll() error

ValidateAll checks the field values on ListPreferencesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListPreferencesResponseMultiError, or nil if none found.

type ListPreferencesResponseMultiError added in v0.7.3

type ListPreferencesResponseMultiError []error

ListPreferencesResponseMultiError is an error wrapping multiple validation errors returned by ListPreferencesResponse.ValidateAll() if the designated constraints aren't met.

func (ListPreferencesResponseMultiError) AllErrors added in v0.7.3

func (m ListPreferencesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListPreferencesResponseMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type ListPreferencesResponseValidationError added in v0.7.3

type ListPreferencesResponseValidationError struct {
	// contains filtered or unexported fields
}

ListPreferencesResponseValidationError is the validation error returned by ListPreferencesResponse.Validate if the designated constraints aren't met.

func (ListPreferencesResponseValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (ListPreferencesResponseValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (ListPreferencesResponseValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (ListPreferencesResponseValidationError) Field added in v0.7.3

Field function returns field value.

func (ListPreferencesResponseValidationError) Key added in v0.7.3

Key function returns key value.

func (ListPreferencesResponseValidationError) Reason added in v0.7.3

Reason function returns reason value.

type ListProductsRequest added in v0.8.14

type ListProductsRequest struct {
	// contains filtered or unexported fields
}

func (*ListProductsRequest) Descriptor deprecated added in v0.8.14

func (*ListProductsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListProductsRequest.ProtoReflect.Descriptor instead.

func (*ListProductsRequest) ProtoMessage added in v0.8.14

func (*ListProductsRequest) ProtoMessage()

func (*ListProductsRequest) ProtoReflect added in v0.8.14

func (x *ListProductsRequest) ProtoReflect() protoreflect.Message

func (*ListProductsRequest) Reset added in v0.8.14

func (x *ListProductsRequest) Reset()

func (*ListProductsRequest) String added in v0.8.14

func (x *ListProductsRequest) String() string

func (*ListProductsRequest) Validate added in v0.8.14

func (m *ListProductsRequest) Validate() error

Validate checks the field values on ListProductsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListProductsRequest) ValidateAll added in v0.8.14

func (m *ListProductsRequest) ValidateAll() error

ValidateAll checks the field values on ListProductsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProductsRequestMultiError, or nil if none found.

type ListProductsRequestMultiError added in v0.8.14

type ListProductsRequestMultiError []error

ListProductsRequestMultiError is an error wrapping multiple validation errors returned by ListProductsRequest.ValidateAll() if the designated constraints aren't met.

func (ListProductsRequestMultiError) AllErrors added in v0.8.14

func (m ListProductsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListProductsRequestMultiError) Error added in v0.8.14

Error returns a concatenation of all the error messages it wraps.

type ListProductsRequestValidationError added in v0.8.14

type ListProductsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListProductsRequestValidationError is the validation error returned by ListProductsRequest.Validate if the designated constraints aren't met.

func (ListProductsRequestValidationError) Cause added in v0.8.14

Cause function returns cause value.

func (ListProductsRequestValidationError) Error added in v0.8.14

Error satisfies the builtin error interface

func (ListProductsRequestValidationError) ErrorName added in v0.8.14

ErrorName returns error name.

func (ListProductsRequestValidationError) Field added in v0.8.14

Field function returns field value.

func (ListProductsRequestValidationError) Key added in v0.8.14

Key function returns key value.

func (ListProductsRequestValidationError) Reason added in v0.8.14

Reason function returns reason value.

type ListProductsResponse added in v0.8.14

type ListProductsResponse struct {

	// List of products
	Products []*Product `protobuf:"bytes,1,rep,name=products,proto3" json:"products,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProductsResponse) Descriptor deprecated added in v0.8.14

func (*ListProductsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListProductsResponse.ProtoReflect.Descriptor instead.

func (*ListProductsResponse) GetProducts added in v0.8.14

func (x *ListProductsResponse) GetProducts() []*Product

func (*ListProductsResponse) ProtoMessage added in v0.8.14

func (*ListProductsResponse) ProtoMessage()

func (*ListProductsResponse) ProtoReflect added in v0.8.14

func (x *ListProductsResponse) ProtoReflect() protoreflect.Message

func (*ListProductsResponse) Reset added in v0.8.14

func (x *ListProductsResponse) Reset()

func (*ListProductsResponse) String added in v0.8.14

func (x *ListProductsResponse) String() string

func (*ListProductsResponse) Validate added in v0.8.14

func (m *ListProductsResponse) Validate() error

Validate checks the field values on ListProductsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListProductsResponse) ValidateAll added in v0.8.14

func (m *ListProductsResponse) ValidateAll() error

ValidateAll checks the field values on ListProductsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProductsResponseMultiError, or nil if none found.

type ListProductsResponseMultiError added in v0.8.14

type ListProductsResponseMultiError []error

ListProductsResponseMultiError is an error wrapping multiple validation errors returned by ListProductsResponse.ValidateAll() if the designated constraints aren't met.

func (ListProductsResponseMultiError) AllErrors added in v0.8.14

func (m ListProductsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListProductsResponseMultiError) Error added in v0.8.14

Error returns a concatenation of all the error messages it wraps.

type ListProductsResponseValidationError added in v0.8.14

type ListProductsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListProductsResponseValidationError is the validation error returned by ListProductsResponse.Validate if the designated constraints aren't met.

func (ListProductsResponseValidationError) Cause added in v0.8.14

Cause function returns cause value.

func (ListProductsResponseValidationError) Error added in v0.8.14

Error satisfies the builtin error interface

func (ListProductsResponseValidationError) ErrorName added in v0.8.14

ErrorName returns error name.

func (ListProductsResponseValidationError) Field added in v0.8.14

Field function returns field value.

func (ListProductsResponseValidationError) Key added in v0.8.14

Key function returns key value.

func (ListProductsResponseValidationError) Reason added in v0.8.14

Reason function returns reason value.

type ListProjectAdminsRequest

type ListProjectAdminsRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectAdminsRequest) Descriptor deprecated

func (*ListProjectAdminsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectAdminsRequest.ProtoReflect.Descriptor instead.

func (*ListProjectAdminsRequest) GetId

func (x *ListProjectAdminsRequest) GetId() string

func (*ListProjectAdminsRequest) ProtoMessage

func (*ListProjectAdminsRequest) ProtoMessage()

func (*ListProjectAdminsRequest) ProtoReflect

func (x *ListProjectAdminsRequest) ProtoReflect() protoreflect.Message

func (*ListProjectAdminsRequest) Reset

func (x *ListProjectAdminsRequest) Reset()

func (*ListProjectAdminsRequest) String

func (x *ListProjectAdminsRequest) String() string

func (*ListProjectAdminsRequest) Validate

func (m *ListProjectAdminsRequest) Validate() error

Validate checks the field values on ListProjectAdminsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListProjectAdminsRequest) ValidateAll

func (m *ListProjectAdminsRequest) ValidateAll() error

ValidateAll checks the field values on ListProjectAdminsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProjectAdminsRequestMultiError, or nil if none found.

type ListProjectAdminsRequestMultiError

type ListProjectAdminsRequestMultiError []error

ListProjectAdminsRequestMultiError is an error wrapping multiple validation errors returned by ListProjectAdminsRequest.ValidateAll() if the designated constraints aren't met.

func (ListProjectAdminsRequestMultiError) AllErrors

func (m ListProjectAdminsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListProjectAdminsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListProjectAdminsRequestValidationError

type ListProjectAdminsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListProjectAdminsRequestValidationError is the validation error returned by ListProjectAdminsRequest.Validate if the designated constraints aren't met.

func (ListProjectAdminsRequestValidationError) Cause

Cause function returns cause value.

func (ListProjectAdminsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListProjectAdminsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListProjectAdminsRequestValidationError) Field

Field function returns field value.

func (ListProjectAdminsRequestValidationError) Key

Key function returns key value.

func (ListProjectAdminsRequestValidationError) Reason

Reason function returns reason value.

type ListProjectAdminsResponse

type ListProjectAdminsResponse struct {
	Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectAdminsResponse) Descriptor deprecated

func (*ListProjectAdminsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectAdminsResponse.ProtoReflect.Descriptor instead.

func (*ListProjectAdminsResponse) GetUsers

func (x *ListProjectAdminsResponse) GetUsers() []*User

func (*ListProjectAdminsResponse) ProtoMessage

func (*ListProjectAdminsResponse) ProtoMessage()

func (*ListProjectAdminsResponse) ProtoReflect

func (*ListProjectAdminsResponse) Reset

func (x *ListProjectAdminsResponse) Reset()

func (*ListProjectAdminsResponse) String

func (x *ListProjectAdminsResponse) String() string

func (*ListProjectAdminsResponse) Validate

func (m *ListProjectAdminsResponse) Validate() error

Validate checks the field values on ListProjectAdminsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListProjectAdminsResponse) ValidateAll

func (m *ListProjectAdminsResponse) ValidateAll() error

ValidateAll checks the field values on ListProjectAdminsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProjectAdminsResponseMultiError, or nil if none found.

type ListProjectAdminsResponseMultiError

type ListProjectAdminsResponseMultiError []error

ListProjectAdminsResponseMultiError is an error wrapping multiple validation errors returned by ListProjectAdminsResponse.ValidateAll() if the designated constraints aren't met.

func (ListProjectAdminsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListProjectAdminsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListProjectAdminsResponseValidationError

type ListProjectAdminsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListProjectAdminsResponseValidationError is the validation error returned by ListProjectAdminsResponse.Validate if the designated constraints aren't met.

func (ListProjectAdminsResponseValidationError) Cause

Cause function returns cause value.

func (ListProjectAdminsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListProjectAdminsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListProjectAdminsResponseValidationError) Field

Field function returns field value.

func (ListProjectAdminsResponseValidationError) Key

Key function returns key value.

func (ListProjectAdminsResponseValidationError) Reason

Reason function returns reason value.

type ListProjectGroupsRequest added in v0.7.6

type ListProjectGroupsRequest struct {
	Id        string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	WithRoles bool   `protobuf:"varint,2,opt,name=with_roles,json=withRoles,proto3" json:"with_roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectGroupsRequest) Descriptor deprecated added in v0.7.6

func (*ListProjectGroupsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectGroupsRequest.ProtoReflect.Descriptor instead.

func (*ListProjectGroupsRequest) GetId added in v0.7.6

func (x *ListProjectGroupsRequest) GetId() string

func (*ListProjectGroupsRequest) GetWithRoles added in v0.8.0

func (x *ListProjectGroupsRequest) GetWithRoles() bool

func (*ListProjectGroupsRequest) ProtoMessage added in v0.7.6

func (*ListProjectGroupsRequest) ProtoMessage()

func (*ListProjectGroupsRequest) ProtoReflect added in v0.7.6

func (x *ListProjectGroupsRequest) ProtoReflect() protoreflect.Message

func (*ListProjectGroupsRequest) Reset added in v0.7.6

func (x *ListProjectGroupsRequest) Reset()

func (*ListProjectGroupsRequest) String added in v0.7.6

func (x *ListProjectGroupsRequest) String() string

func (*ListProjectGroupsRequest) Validate added in v0.7.6

func (m *ListProjectGroupsRequest) Validate() error

Validate checks the field values on ListProjectGroupsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListProjectGroupsRequest) ValidateAll added in v0.7.6

func (m *ListProjectGroupsRequest) ValidateAll() error

ValidateAll checks the field values on ListProjectGroupsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProjectGroupsRequestMultiError, or nil if none found.

type ListProjectGroupsRequestMultiError added in v0.7.6

type ListProjectGroupsRequestMultiError []error

ListProjectGroupsRequestMultiError is an error wrapping multiple validation errors returned by ListProjectGroupsRequest.ValidateAll() if the designated constraints aren't met.

func (ListProjectGroupsRequestMultiError) AllErrors added in v0.7.6

func (m ListProjectGroupsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListProjectGroupsRequestMultiError) Error added in v0.7.6

Error returns a concatenation of all the error messages it wraps.

type ListProjectGroupsRequestValidationError added in v0.7.6

type ListProjectGroupsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListProjectGroupsRequestValidationError is the validation error returned by ListProjectGroupsRequest.Validate if the designated constraints aren't met.

func (ListProjectGroupsRequestValidationError) Cause added in v0.7.6

Cause function returns cause value.

func (ListProjectGroupsRequestValidationError) Error added in v0.7.6

Error satisfies the builtin error interface

func (ListProjectGroupsRequestValidationError) ErrorName added in v0.7.6

ErrorName returns error name.

func (ListProjectGroupsRequestValidationError) Field added in v0.7.6

Field function returns field value.

func (ListProjectGroupsRequestValidationError) Key added in v0.7.6

Key function returns key value.

func (ListProjectGroupsRequestValidationError) Reason added in v0.7.6

Reason function returns reason value.

type ListProjectGroupsResponse added in v0.7.6

type ListProjectGroupsResponse struct {
	Groups    []*Group                              `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty"`
	RolePairs []*ListProjectGroupsResponse_RolePair `protobuf:"bytes,2,rep,name=role_pairs,json=rolePairs,proto3" json:"role_pairs,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectGroupsResponse) Descriptor deprecated added in v0.7.6

func (*ListProjectGroupsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectGroupsResponse.ProtoReflect.Descriptor instead.

func (*ListProjectGroupsResponse) GetGroups added in v0.7.6

func (x *ListProjectGroupsResponse) GetGroups() []*Group

func (*ListProjectGroupsResponse) GetRolePairs added in v0.8.0

func (*ListProjectGroupsResponse) ProtoMessage added in v0.7.6

func (*ListProjectGroupsResponse) ProtoMessage()

func (*ListProjectGroupsResponse) ProtoReflect added in v0.7.6

func (*ListProjectGroupsResponse) Reset added in v0.7.6

func (x *ListProjectGroupsResponse) Reset()

func (*ListProjectGroupsResponse) String added in v0.7.6

func (x *ListProjectGroupsResponse) String() string

func (*ListProjectGroupsResponse) Validate added in v0.7.6

func (m *ListProjectGroupsResponse) Validate() error

Validate checks the field values on ListProjectGroupsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListProjectGroupsResponse) ValidateAll added in v0.7.6

func (m *ListProjectGroupsResponse) ValidateAll() error

ValidateAll checks the field values on ListProjectGroupsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProjectGroupsResponseMultiError, or nil if none found.

type ListProjectGroupsResponseMultiError added in v0.7.6

type ListProjectGroupsResponseMultiError []error

ListProjectGroupsResponseMultiError is an error wrapping multiple validation errors returned by ListProjectGroupsResponse.ValidateAll() if the designated constraints aren't met.

func (ListProjectGroupsResponseMultiError) AllErrors added in v0.7.6

AllErrors returns a list of validation violation errors.

func (ListProjectGroupsResponseMultiError) Error added in v0.7.6

Error returns a concatenation of all the error messages it wraps.

type ListProjectGroupsResponseValidationError added in v0.7.6

type ListProjectGroupsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListProjectGroupsResponseValidationError is the validation error returned by ListProjectGroupsResponse.Validate if the designated constraints aren't met.

func (ListProjectGroupsResponseValidationError) Cause added in v0.7.6

Cause function returns cause value.

func (ListProjectGroupsResponseValidationError) Error added in v0.7.6

Error satisfies the builtin error interface

func (ListProjectGroupsResponseValidationError) ErrorName added in v0.7.6

ErrorName returns error name.

func (ListProjectGroupsResponseValidationError) Field added in v0.7.6

Field function returns field value.

func (ListProjectGroupsResponseValidationError) Key added in v0.7.6

Key function returns key value.

func (ListProjectGroupsResponseValidationError) Reason added in v0.7.6

Reason function returns reason value.

type ListProjectGroupsResponse_RolePair added in v0.8.0

type ListProjectGroupsResponse_RolePair struct {
	GroupId string  `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	Roles   []*Role `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectGroupsResponse_RolePair) Descriptor deprecated added in v0.8.0

func (*ListProjectGroupsResponse_RolePair) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectGroupsResponse_RolePair.ProtoReflect.Descriptor instead.

func (*ListProjectGroupsResponse_RolePair) GetGroupId added in v0.8.0

func (*ListProjectGroupsResponse_RolePair) GetRoles added in v0.8.0

func (x *ListProjectGroupsResponse_RolePair) GetRoles() []*Role

func (*ListProjectGroupsResponse_RolePair) ProtoMessage added in v0.8.0

func (*ListProjectGroupsResponse_RolePair) ProtoMessage()

func (*ListProjectGroupsResponse_RolePair) ProtoReflect added in v0.8.0

func (*ListProjectGroupsResponse_RolePair) Reset added in v0.8.0

func (*ListProjectGroupsResponse_RolePair) String added in v0.8.0

func (*ListProjectGroupsResponse_RolePair) Validate added in v0.8.0

Validate checks the field values on ListProjectGroupsResponse_RolePair with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListProjectGroupsResponse_RolePair) ValidateAll added in v0.8.0

func (m *ListProjectGroupsResponse_RolePair) ValidateAll() error

ValidateAll checks the field values on ListProjectGroupsResponse_RolePair with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProjectGroupsResponse_RolePairMultiError, or nil if none found.

type ListProjectGroupsResponse_RolePairMultiError added in v0.8.0

type ListProjectGroupsResponse_RolePairMultiError []error

ListProjectGroupsResponse_RolePairMultiError is an error wrapping multiple validation errors returned by ListProjectGroupsResponse_RolePair.ValidateAll() if the designated constraints aren't met.

func (ListProjectGroupsResponse_RolePairMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (ListProjectGroupsResponse_RolePairMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type ListProjectGroupsResponse_RolePairValidationError added in v0.8.0

type ListProjectGroupsResponse_RolePairValidationError struct {
	// contains filtered or unexported fields
}

ListProjectGroupsResponse_RolePairValidationError is the validation error returned by ListProjectGroupsResponse_RolePair.Validate if the designated constraints aren't met.

func (ListProjectGroupsResponse_RolePairValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (ListProjectGroupsResponse_RolePairValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (ListProjectGroupsResponse_RolePairValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (ListProjectGroupsResponse_RolePairValidationError) Field added in v0.8.0

Field function returns field value.

func (ListProjectGroupsResponse_RolePairValidationError) Key added in v0.8.0

Key function returns key value.

func (ListProjectGroupsResponse_RolePairValidationError) Reason added in v0.8.0

Reason function returns reason value.

type ListProjectPreferencesRequest added in v0.7.3

type ListProjectPreferencesRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectPreferencesRequest) Descriptor deprecated added in v0.7.3

func (*ListProjectPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectPreferencesRequest.ProtoReflect.Descriptor instead.

func (*ListProjectPreferencesRequest) GetId added in v0.7.3

func (*ListProjectPreferencesRequest) ProtoMessage added in v0.7.3

func (*ListProjectPreferencesRequest) ProtoMessage()

func (*ListProjectPreferencesRequest) ProtoReflect added in v0.7.3

func (*ListProjectPreferencesRequest) Reset added in v0.7.3

func (x *ListProjectPreferencesRequest) Reset()

func (*ListProjectPreferencesRequest) String added in v0.7.3

func (*ListProjectPreferencesRequest) Validate added in v0.7.3

func (m *ListProjectPreferencesRequest) Validate() error

Validate checks the field values on ListProjectPreferencesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListProjectPreferencesRequest) ValidateAll added in v0.7.3

func (m *ListProjectPreferencesRequest) ValidateAll() error

ValidateAll checks the field values on ListProjectPreferencesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProjectPreferencesRequestMultiError, or nil if none found.

type ListProjectPreferencesRequestMultiError added in v0.7.3

type ListProjectPreferencesRequestMultiError []error

ListProjectPreferencesRequestMultiError is an error wrapping multiple validation errors returned by ListProjectPreferencesRequest.ValidateAll() if the designated constraints aren't met.

func (ListProjectPreferencesRequestMultiError) AllErrors added in v0.7.3

AllErrors returns a list of validation violation errors.

func (ListProjectPreferencesRequestMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type ListProjectPreferencesRequestValidationError added in v0.7.3

type ListProjectPreferencesRequestValidationError struct {
	// contains filtered or unexported fields
}

ListProjectPreferencesRequestValidationError is the validation error returned by ListProjectPreferencesRequest.Validate if the designated constraints aren't met.

func (ListProjectPreferencesRequestValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (ListProjectPreferencesRequestValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (ListProjectPreferencesRequestValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (ListProjectPreferencesRequestValidationError) Field added in v0.7.3

Field function returns field value.

func (ListProjectPreferencesRequestValidationError) Key added in v0.7.3

Key function returns key value.

func (ListProjectPreferencesRequestValidationError) Reason added in v0.7.3

Reason function returns reason value.

type ListProjectPreferencesResponse added in v0.7.3

type ListProjectPreferencesResponse struct {
	Preferences []*Preference `protobuf:"bytes,1,rep,name=preferences,proto3" json:"preferences,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectPreferencesResponse) Descriptor deprecated added in v0.7.3

func (*ListProjectPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectPreferencesResponse.ProtoReflect.Descriptor instead.

func (*ListProjectPreferencesResponse) GetPreferences added in v0.7.3

func (x *ListProjectPreferencesResponse) GetPreferences() []*Preference

func (*ListProjectPreferencesResponse) ProtoMessage added in v0.7.3

func (*ListProjectPreferencesResponse) ProtoMessage()

func (*ListProjectPreferencesResponse) ProtoReflect added in v0.7.3

func (*ListProjectPreferencesResponse) Reset added in v0.7.3

func (x *ListProjectPreferencesResponse) Reset()

func (*ListProjectPreferencesResponse) String added in v0.7.3

func (*ListProjectPreferencesResponse) Validate added in v0.7.3

func (m *ListProjectPreferencesResponse) Validate() error

Validate checks the field values on ListProjectPreferencesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListProjectPreferencesResponse) ValidateAll added in v0.7.3

func (m *ListProjectPreferencesResponse) ValidateAll() error

ValidateAll checks the field values on ListProjectPreferencesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProjectPreferencesResponseMultiError, or nil if none found.

type ListProjectPreferencesResponseMultiError added in v0.7.3

type ListProjectPreferencesResponseMultiError []error

ListProjectPreferencesResponseMultiError is an error wrapping multiple validation errors returned by ListProjectPreferencesResponse.ValidateAll() if the designated constraints aren't met.

func (ListProjectPreferencesResponseMultiError) AllErrors added in v0.7.3

AllErrors returns a list of validation violation errors.

func (ListProjectPreferencesResponseMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type ListProjectPreferencesResponseValidationError added in v0.7.3

type ListProjectPreferencesResponseValidationError struct {
	// contains filtered or unexported fields
}

ListProjectPreferencesResponseValidationError is the validation error returned by ListProjectPreferencesResponse.Validate if the designated constraints aren't met.

func (ListProjectPreferencesResponseValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (ListProjectPreferencesResponseValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (ListProjectPreferencesResponseValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (ListProjectPreferencesResponseValidationError) Field added in v0.7.3

Field function returns field value.

func (ListProjectPreferencesResponseValidationError) Key added in v0.7.3

Key function returns key value.

func (ListProjectPreferencesResponseValidationError) Reason added in v0.7.3

Reason function returns reason value.

type ListProjectResourcesRequest

type ListProjectResourcesRequest struct {
	ProjectId string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Namespace string `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectResourcesRequest) Descriptor deprecated

func (*ListProjectResourcesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectResourcesRequest.ProtoReflect.Descriptor instead.

func (*ListProjectResourcesRequest) GetNamespace

func (x *ListProjectResourcesRequest) GetNamespace() string

func (*ListProjectResourcesRequest) GetProjectId

func (x *ListProjectResourcesRequest) GetProjectId() string

func (*ListProjectResourcesRequest) ProtoMessage

func (*ListProjectResourcesRequest) ProtoMessage()

func (*ListProjectResourcesRequest) ProtoReflect

func (*ListProjectResourcesRequest) Reset

func (x *ListProjectResourcesRequest) Reset()

func (*ListProjectResourcesRequest) String

func (x *ListProjectResourcesRequest) String() string

func (*ListProjectResourcesRequest) Validate

func (m *ListProjectResourcesRequest) Validate() error

Validate checks the field values on ListProjectResourcesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListProjectResourcesRequest) ValidateAll

func (m *ListProjectResourcesRequest) ValidateAll() error

ValidateAll checks the field values on ListProjectResourcesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProjectResourcesRequestMultiError, or nil if none found.

type ListProjectResourcesRequestMultiError

type ListProjectResourcesRequestMultiError []error

ListProjectResourcesRequestMultiError is an error wrapping multiple validation errors returned by ListProjectResourcesRequest.ValidateAll() if the designated constraints aren't met.

func (ListProjectResourcesRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListProjectResourcesRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListProjectResourcesRequestValidationError

type ListProjectResourcesRequestValidationError struct {
	// contains filtered or unexported fields
}

ListProjectResourcesRequestValidationError is the validation error returned by ListProjectResourcesRequest.Validate if the designated constraints aren't met.

func (ListProjectResourcesRequestValidationError) Cause

Cause function returns cause value.

func (ListProjectResourcesRequestValidationError) Error

Error satisfies the builtin error interface

func (ListProjectResourcesRequestValidationError) ErrorName

ErrorName returns error name.

func (ListProjectResourcesRequestValidationError) Field

Field function returns field value.

func (ListProjectResourcesRequestValidationError) Key

Key function returns key value.

func (ListProjectResourcesRequestValidationError) Reason

Reason function returns reason value.

type ListProjectResourcesResponse

type ListProjectResourcesResponse struct {
	Resources []*Resource `protobuf:"bytes,1,rep,name=resources,proto3" json:"resources,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectResourcesResponse) Descriptor deprecated

func (*ListProjectResourcesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectResourcesResponse.ProtoReflect.Descriptor instead.

func (*ListProjectResourcesResponse) GetResources

func (x *ListProjectResourcesResponse) GetResources() []*Resource

func (*ListProjectResourcesResponse) ProtoMessage

func (*ListProjectResourcesResponse) ProtoMessage()

func (*ListProjectResourcesResponse) ProtoReflect

func (*ListProjectResourcesResponse) Reset

func (x *ListProjectResourcesResponse) Reset()

func (*ListProjectResourcesResponse) String

func (*ListProjectResourcesResponse) Validate

func (m *ListProjectResourcesResponse) Validate() error

Validate checks the field values on ListProjectResourcesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListProjectResourcesResponse) ValidateAll

func (m *ListProjectResourcesResponse) ValidateAll() error

ValidateAll checks the field values on ListProjectResourcesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProjectResourcesResponseMultiError, or nil if none found.

type ListProjectResourcesResponseMultiError

type ListProjectResourcesResponseMultiError []error

ListProjectResourcesResponseMultiError is an error wrapping multiple validation errors returned by ListProjectResourcesResponse.ValidateAll() if the designated constraints aren't met.

func (ListProjectResourcesResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListProjectResourcesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListProjectResourcesResponseValidationError

type ListProjectResourcesResponseValidationError struct {
	// contains filtered or unexported fields
}

ListProjectResourcesResponseValidationError is the validation error returned by ListProjectResourcesResponse.Validate if the designated constraints aren't met.

func (ListProjectResourcesResponseValidationError) Cause

Cause function returns cause value.

func (ListProjectResourcesResponseValidationError) Error

Error satisfies the builtin error interface

func (ListProjectResourcesResponseValidationError) ErrorName

ErrorName returns error name.

func (ListProjectResourcesResponseValidationError) Field

Field function returns field value.

func (ListProjectResourcesResponseValidationError) Key

Key function returns key value.

func (ListProjectResourcesResponseValidationError) Reason

Reason function returns reason value.

type ListProjectServiceUsersRequest added in v0.7.5

type ListProjectServiceUsersRequest struct {
	Id        string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	WithRoles bool   `protobuf:"varint,3,opt,name=with_roles,json=withRoles,proto3" json:"with_roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectServiceUsersRequest) Descriptor deprecated added in v0.7.5

func (*ListProjectServiceUsersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectServiceUsersRequest.ProtoReflect.Descriptor instead.

func (*ListProjectServiceUsersRequest) GetId added in v0.7.5

func (*ListProjectServiceUsersRequest) GetWithRoles added in v0.7.5

func (x *ListProjectServiceUsersRequest) GetWithRoles() bool

func (*ListProjectServiceUsersRequest) ProtoMessage added in v0.7.5

func (*ListProjectServiceUsersRequest) ProtoMessage()

func (*ListProjectServiceUsersRequest) ProtoReflect added in v0.7.5

func (*ListProjectServiceUsersRequest) Reset added in v0.7.5

func (x *ListProjectServiceUsersRequest) Reset()

func (*ListProjectServiceUsersRequest) String added in v0.7.5

func (*ListProjectServiceUsersRequest) Validate added in v0.7.5

func (m *ListProjectServiceUsersRequest) Validate() error

Validate checks the field values on ListProjectServiceUsersRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListProjectServiceUsersRequest) ValidateAll added in v0.7.5

func (m *ListProjectServiceUsersRequest) ValidateAll() error

ValidateAll checks the field values on ListProjectServiceUsersRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProjectServiceUsersRequestMultiError, or nil if none found.

type ListProjectServiceUsersRequestMultiError added in v0.7.5

type ListProjectServiceUsersRequestMultiError []error

ListProjectServiceUsersRequestMultiError is an error wrapping multiple validation errors returned by ListProjectServiceUsersRequest.ValidateAll() if the designated constraints aren't met.

func (ListProjectServiceUsersRequestMultiError) AllErrors added in v0.7.5

AllErrors returns a list of validation violation errors.

func (ListProjectServiceUsersRequestMultiError) Error added in v0.7.5

Error returns a concatenation of all the error messages it wraps.

type ListProjectServiceUsersRequestValidationError added in v0.7.5

type ListProjectServiceUsersRequestValidationError struct {
	// contains filtered or unexported fields
}

ListProjectServiceUsersRequestValidationError is the validation error returned by ListProjectServiceUsersRequest.Validate if the designated constraints aren't met.

func (ListProjectServiceUsersRequestValidationError) Cause added in v0.7.5

Cause function returns cause value.

func (ListProjectServiceUsersRequestValidationError) Error added in v0.7.5

Error satisfies the builtin error interface

func (ListProjectServiceUsersRequestValidationError) ErrorName added in v0.7.5

ErrorName returns error name.

func (ListProjectServiceUsersRequestValidationError) Field added in v0.7.5

Field function returns field value.

func (ListProjectServiceUsersRequestValidationError) Key added in v0.7.5

Key function returns key value.

func (ListProjectServiceUsersRequestValidationError) Reason added in v0.7.5

Reason function returns reason value.

type ListProjectServiceUsersResponse added in v0.7.5

type ListProjectServiceUsersResponse struct {
	Serviceusers []*ServiceUser                              `protobuf:"bytes,1,rep,name=serviceusers,proto3" json:"serviceusers,omitempty"`
	RolePairs    []*ListProjectServiceUsersResponse_RolePair `protobuf:"bytes,2,rep,name=role_pairs,json=rolePairs,proto3" json:"role_pairs,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectServiceUsersResponse) Descriptor deprecated added in v0.7.5

func (*ListProjectServiceUsersResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectServiceUsersResponse.ProtoReflect.Descriptor instead.

func (*ListProjectServiceUsersResponse) GetRolePairs added in v0.7.5

func (*ListProjectServiceUsersResponse) GetServiceusers added in v0.7.5

func (x *ListProjectServiceUsersResponse) GetServiceusers() []*ServiceUser

func (*ListProjectServiceUsersResponse) ProtoMessage added in v0.7.5

func (*ListProjectServiceUsersResponse) ProtoMessage()

func (*ListProjectServiceUsersResponse) ProtoReflect added in v0.7.5

func (*ListProjectServiceUsersResponse) Reset added in v0.7.5

func (*ListProjectServiceUsersResponse) String added in v0.7.5

func (*ListProjectServiceUsersResponse) Validate added in v0.7.5

func (m *ListProjectServiceUsersResponse) Validate() error

Validate checks the field values on ListProjectServiceUsersResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListProjectServiceUsersResponse) ValidateAll added in v0.7.5

func (m *ListProjectServiceUsersResponse) ValidateAll() error

ValidateAll checks the field values on ListProjectServiceUsersResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProjectServiceUsersResponseMultiError, or nil if none found.

type ListProjectServiceUsersResponseMultiError added in v0.7.5

type ListProjectServiceUsersResponseMultiError []error

ListProjectServiceUsersResponseMultiError is an error wrapping multiple validation errors returned by ListProjectServiceUsersResponse.ValidateAll() if the designated constraints aren't met.

func (ListProjectServiceUsersResponseMultiError) AllErrors added in v0.7.5

AllErrors returns a list of validation violation errors.

func (ListProjectServiceUsersResponseMultiError) Error added in v0.7.5

Error returns a concatenation of all the error messages it wraps.

type ListProjectServiceUsersResponseValidationError added in v0.7.5

type ListProjectServiceUsersResponseValidationError struct {
	// contains filtered or unexported fields
}

ListProjectServiceUsersResponseValidationError is the validation error returned by ListProjectServiceUsersResponse.Validate if the designated constraints aren't met.

func (ListProjectServiceUsersResponseValidationError) Cause added in v0.7.5

Cause function returns cause value.

func (ListProjectServiceUsersResponseValidationError) Error added in v0.7.5

Error satisfies the builtin error interface

func (ListProjectServiceUsersResponseValidationError) ErrorName added in v0.7.5

ErrorName returns error name.

func (ListProjectServiceUsersResponseValidationError) Field added in v0.7.5

Field function returns field value.

func (ListProjectServiceUsersResponseValidationError) Key added in v0.7.5

Key function returns key value.

func (ListProjectServiceUsersResponseValidationError) Reason added in v0.7.5

Reason function returns reason value.

type ListProjectServiceUsersResponse_RolePair added in v0.7.5

type ListProjectServiceUsersResponse_RolePair struct {
	ServiceuserId string  `protobuf:"bytes,1,opt,name=serviceuser_id,json=serviceuserId,proto3" json:"serviceuser_id,omitempty"`
	Roles         []*Role `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectServiceUsersResponse_RolePair) Descriptor deprecated added in v0.7.5

func (*ListProjectServiceUsersResponse_RolePair) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectServiceUsersResponse_RolePair.ProtoReflect.Descriptor instead.

func (*ListProjectServiceUsersResponse_RolePair) GetRoles added in v0.7.5

func (*ListProjectServiceUsersResponse_RolePair) GetServiceuserId added in v0.7.5

func (x *ListProjectServiceUsersResponse_RolePair) GetServiceuserId() string

func (*ListProjectServiceUsersResponse_RolePair) ProtoMessage added in v0.7.5

func (*ListProjectServiceUsersResponse_RolePair) ProtoReflect added in v0.7.5

func (*ListProjectServiceUsersResponse_RolePair) Reset added in v0.7.5

func (*ListProjectServiceUsersResponse_RolePair) String added in v0.7.5

func (*ListProjectServiceUsersResponse_RolePair) Validate added in v0.7.5

Validate checks the field values on ListProjectServiceUsersResponse_RolePair with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListProjectServiceUsersResponse_RolePair) ValidateAll added in v0.7.5

ValidateAll checks the field values on ListProjectServiceUsersResponse_RolePair with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProjectServiceUsersResponse_RolePairMultiError, or nil if none found.

type ListProjectServiceUsersResponse_RolePairMultiError added in v0.7.5

type ListProjectServiceUsersResponse_RolePairMultiError []error

ListProjectServiceUsersResponse_RolePairMultiError is an error wrapping multiple validation errors returned by ListProjectServiceUsersResponse_RolePair.ValidateAll() if the designated constraints aren't met.

func (ListProjectServiceUsersResponse_RolePairMultiError) AllErrors added in v0.7.5

AllErrors returns a list of validation violation errors.

func (ListProjectServiceUsersResponse_RolePairMultiError) Error added in v0.7.5

Error returns a concatenation of all the error messages it wraps.

type ListProjectServiceUsersResponse_RolePairValidationError added in v0.7.5

type ListProjectServiceUsersResponse_RolePairValidationError struct {
	// contains filtered or unexported fields
}

ListProjectServiceUsersResponse_RolePairValidationError is the validation error returned by ListProjectServiceUsersResponse_RolePair.Validate if the designated constraints aren't met.

func (ListProjectServiceUsersResponse_RolePairValidationError) Cause added in v0.7.5

Cause function returns cause value.

func (ListProjectServiceUsersResponse_RolePairValidationError) Error added in v0.7.5

Error satisfies the builtin error interface

func (ListProjectServiceUsersResponse_RolePairValidationError) ErrorName added in v0.7.5

ErrorName returns error name.

func (ListProjectServiceUsersResponse_RolePairValidationError) Field added in v0.7.5

Field function returns field value.

func (ListProjectServiceUsersResponse_RolePairValidationError) Key added in v0.7.5

Key function returns key value.

func (ListProjectServiceUsersResponse_RolePairValidationError) Reason added in v0.7.5

Reason function returns reason value.

type ListProjectUsersRequest

type ListProjectUsersRequest struct {
	Id               string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	PermissionFilter string `protobuf:"bytes,2,opt,name=permission_filter,json=permissionFilter,proto3" json:"permission_filter,omitempty"`
	WithRoles        bool   `protobuf:"varint,3,opt,name=with_roles,json=withRoles,proto3" json:"with_roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectUsersRequest) Descriptor deprecated

func (*ListProjectUsersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectUsersRequest.ProtoReflect.Descriptor instead.

func (*ListProjectUsersRequest) GetId

func (x *ListProjectUsersRequest) GetId() string

func (*ListProjectUsersRequest) GetPermissionFilter

func (x *ListProjectUsersRequest) GetPermissionFilter() string

func (*ListProjectUsersRequest) GetWithRoles added in v0.7.5

func (x *ListProjectUsersRequest) GetWithRoles() bool

func (*ListProjectUsersRequest) ProtoMessage

func (*ListProjectUsersRequest) ProtoMessage()

func (*ListProjectUsersRequest) ProtoReflect

func (x *ListProjectUsersRequest) ProtoReflect() protoreflect.Message

func (*ListProjectUsersRequest) Reset

func (x *ListProjectUsersRequest) Reset()

func (*ListProjectUsersRequest) String

func (x *ListProjectUsersRequest) String() string

func (*ListProjectUsersRequest) Validate

func (m *ListProjectUsersRequest) Validate() error

Validate checks the field values on ListProjectUsersRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListProjectUsersRequest) ValidateAll

func (m *ListProjectUsersRequest) ValidateAll() error

ValidateAll checks the field values on ListProjectUsersRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProjectUsersRequestMultiError, or nil if none found.

type ListProjectUsersRequestMultiError

type ListProjectUsersRequestMultiError []error

ListProjectUsersRequestMultiError is an error wrapping multiple validation errors returned by ListProjectUsersRequest.ValidateAll() if the designated constraints aren't met.

func (ListProjectUsersRequestMultiError) AllErrors

func (m ListProjectUsersRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListProjectUsersRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListProjectUsersRequestValidationError

type ListProjectUsersRequestValidationError struct {
	// contains filtered or unexported fields
}

ListProjectUsersRequestValidationError is the validation error returned by ListProjectUsersRequest.Validate if the designated constraints aren't met.

func (ListProjectUsersRequestValidationError) Cause

Cause function returns cause value.

func (ListProjectUsersRequestValidationError) Error

Error satisfies the builtin error interface

func (ListProjectUsersRequestValidationError) ErrorName

ErrorName returns error name.

func (ListProjectUsersRequestValidationError) Field

Field function returns field value.

func (ListProjectUsersRequestValidationError) Key

Key function returns key value.

func (ListProjectUsersRequestValidationError) Reason

Reason function returns reason value.

type ListProjectUsersResponse

type ListProjectUsersResponse struct {
	Users     []*User                              `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	RolePairs []*ListProjectUsersResponse_RolePair `protobuf:"bytes,2,rep,name=role_pairs,json=rolePairs,proto3" json:"role_pairs,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectUsersResponse) Descriptor deprecated

func (*ListProjectUsersResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectUsersResponse.ProtoReflect.Descriptor instead.

func (*ListProjectUsersResponse) GetRolePairs added in v0.7.5

func (*ListProjectUsersResponse) GetUsers

func (x *ListProjectUsersResponse) GetUsers() []*User

func (*ListProjectUsersResponse) ProtoMessage

func (*ListProjectUsersResponse) ProtoMessage()

func (*ListProjectUsersResponse) ProtoReflect

func (x *ListProjectUsersResponse) ProtoReflect() protoreflect.Message

func (*ListProjectUsersResponse) Reset

func (x *ListProjectUsersResponse) Reset()

func (*ListProjectUsersResponse) String

func (x *ListProjectUsersResponse) String() string

func (*ListProjectUsersResponse) Validate

func (m *ListProjectUsersResponse) Validate() error

Validate checks the field values on ListProjectUsersResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListProjectUsersResponse) ValidateAll

func (m *ListProjectUsersResponse) ValidateAll() error

ValidateAll checks the field values on ListProjectUsersResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProjectUsersResponseMultiError, or nil if none found.

type ListProjectUsersResponseMultiError

type ListProjectUsersResponseMultiError []error

ListProjectUsersResponseMultiError is an error wrapping multiple validation errors returned by ListProjectUsersResponse.ValidateAll() if the designated constraints aren't met.

func (ListProjectUsersResponseMultiError) AllErrors

func (m ListProjectUsersResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListProjectUsersResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListProjectUsersResponseValidationError

type ListProjectUsersResponseValidationError struct {
	// contains filtered or unexported fields
}

ListProjectUsersResponseValidationError is the validation error returned by ListProjectUsersResponse.Validate if the designated constraints aren't met.

func (ListProjectUsersResponseValidationError) Cause

Cause function returns cause value.

func (ListProjectUsersResponseValidationError) Error

Error satisfies the builtin error interface

func (ListProjectUsersResponseValidationError) ErrorName

ErrorName returns error name.

func (ListProjectUsersResponseValidationError) Field

Field function returns field value.

func (ListProjectUsersResponseValidationError) Key

Key function returns key value.

func (ListProjectUsersResponseValidationError) Reason

Reason function returns reason value.

type ListProjectUsersResponse_RolePair added in v0.7.5

type ListProjectUsersResponse_RolePair struct {
	UserId string  `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Roles  []*Role `protobuf:"bytes,2,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectUsersResponse_RolePair) Descriptor deprecated added in v0.7.5

func (*ListProjectUsersResponse_RolePair) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectUsersResponse_RolePair.ProtoReflect.Descriptor instead.

func (*ListProjectUsersResponse_RolePair) GetRoles added in v0.7.5

func (x *ListProjectUsersResponse_RolePair) GetRoles() []*Role

func (*ListProjectUsersResponse_RolePair) GetUserId added in v0.7.5

func (*ListProjectUsersResponse_RolePair) ProtoMessage added in v0.7.5

func (*ListProjectUsersResponse_RolePair) ProtoMessage()

func (*ListProjectUsersResponse_RolePair) ProtoReflect added in v0.7.5

func (*ListProjectUsersResponse_RolePair) Reset added in v0.7.5

func (*ListProjectUsersResponse_RolePair) String added in v0.7.5

func (*ListProjectUsersResponse_RolePair) Validate added in v0.7.5

Validate checks the field values on ListProjectUsersResponse_RolePair with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListProjectUsersResponse_RolePair) ValidateAll added in v0.7.5

func (m *ListProjectUsersResponse_RolePair) ValidateAll() error

ValidateAll checks the field values on ListProjectUsersResponse_RolePair with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProjectUsersResponse_RolePairMultiError, or nil if none found.

type ListProjectUsersResponse_RolePairMultiError added in v0.7.5

type ListProjectUsersResponse_RolePairMultiError []error

ListProjectUsersResponse_RolePairMultiError is an error wrapping multiple validation errors returned by ListProjectUsersResponse_RolePair.ValidateAll() if the designated constraints aren't met.

func (ListProjectUsersResponse_RolePairMultiError) AllErrors added in v0.7.5

AllErrors returns a list of validation violation errors.

func (ListProjectUsersResponse_RolePairMultiError) Error added in v0.7.5

Error returns a concatenation of all the error messages it wraps.

type ListProjectUsersResponse_RolePairValidationError added in v0.7.5

type ListProjectUsersResponse_RolePairValidationError struct {
	// contains filtered or unexported fields
}

ListProjectUsersResponse_RolePairValidationError is the validation error returned by ListProjectUsersResponse_RolePair.Validate if the designated constraints aren't met.

func (ListProjectUsersResponse_RolePairValidationError) Cause added in v0.7.5

Cause function returns cause value.

func (ListProjectUsersResponse_RolePairValidationError) Error added in v0.7.5

Error satisfies the builtin error interface

func (ListProjectUsersResponse_RolePairValidationError) ErrorName added in v0.7.5

ErrorName returns error name.

func (ListProjectUsersResponse_RolePairValidationError) Field added in v0.7.5

Field function returns field value.

func (ListProjectUsersResponse_RolePairValidationError) Key added in v0.7.5

Key function returns key value.

func (ListProjectUsersResponse_RolePairValidationError) Reason added in v0.7.5

Reason function returns reason value.

type ListProjectsByCurrentUserRequest added in v0.7.5

type ListProjectsByCurrentUserRequest struct {

	// org_id is optional and filter projects by org
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// list of permissions needs to be checked against each project
	// query params are set as with_permissions=get&with_permissions=delete
	// to be represented as array
	WithPermissions []string `protobuf:"bytes,2,rep,name=with_permissions,json=withPermissions,proto3" json:"with_permissions,omitempty"`
	// Note: this is a bad design and would recommend against using this filter
	// It is used to list only projects which are explicitly given permission
	// to user. A user could get permission to access a project either via getting
	// access from organization level role or a group. But for some reason we want
	// only users who could have inherited these permissions from top but we only
	// want explictly added ones.
	NonInherited    bool `protobuf:"varint,3,opt,name=non_inherited,json=nonInherited,proto3" json:"non_inherited,omitempty"`
	WithMemberCount bool `protobuf:"varint,4,opt,name=with_member_count,json=withMemberCount,proto3" json:"with_member_count,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectsByCurrentUserRequest) Descriptor deprecated added in v0.7.5

func (*ListProjectsByCurrentUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectsByCurrentUserRequest.ProtoReflect.Descriptor instead.

func (*ListProjectsByCurrentUserRequest) GetNonInherited added in v0.8.3

func (x *ListProjectsByCurrentUserRequest) GetNonInherited() bool

func (*ListProjectsByCurrentUserRequest) GetOrgId added in v0.7.5

func (*ListProjectsByCurrentUserRequest) GetWithMemberCount added in v0.8.8

func (x *ListProjectsByCurrentUserRequest) GetWithMemberCount() bool

func (*ListProjectsByCurrentUserRequest) GetWithPermissions added in v0.7.5

func (x *ListProjectsByCurrentUserRequest) GetWithPermissions() []string

func (*ListProjectsByCurrentUserRequest) ProtoMessage added in v0.7.5

func (*ListProjectsByCurrentUserRequest) ProtoMessage()

func (*ListProjectsByCurrentUserRequest) ProtoReflect added in v0.7.5

func (*ListProjectsByCurrentUserRequest) Reset added in v0.7.5

func (*ListProjectsByCurrentUserRequest) String added in v0.7.5

func (*ListProjectsByCurrentUserRequest) Validate added in v0.7.5

Validate checks the field values on ListProjectsByCurrentUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListProjectsByCurrentUserRequest) ValidateAll added in v0.7.5

func (m *ListProjectsByCurrentUserRequest) ValidateAll() error

ValidateAll checks the field values on ListProjectsByCurrentUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProjectsByCurrentUserRequestMultiError, or nil if none found.

type ListProjectsByCurrentUserRequestMultiError added in v0.7.5

type ListProjectsByCurrentUserRequestMultiError []error

ListProjectsByCurrentUserRequestMultiError is an error wrapping multiple validation errors returned by ListProjectsByCurrentUserRequest.ValidateAll() if the designated constraints aren't met.

func (ListProjectsByCurrentUserRequestMultiError) AllErrors added in v0.7.5

AllErrors returns a list of validation violation errors.

func (ListProjectsByCurrentUserRequestMultiError) Error added in v0.7.5

Error returns a concatenation of all the error messages it wraps.

type ListProjectsByCurrentUserRequestValidationError added in v0.7.5

type ListProjectsByCurrentUserRequestValidationError struct {
	// contains filtered or unexported fields
}

ListProjectsByCurrentUserRequestValidationError is the validation error returned by ListProjectsByCurrentUserRequest.Validate if the designated constraints aren't met.

func (ListProjectsByCurrentUserRequestValidationError) Cause added in v0.7.5

Cause function returns cause value.

func (ListProjectsByCurrentUserRequestValidationError) Error added in v0.7.5

Error satisfies the builtin error interface

func (ListProjectsByCurrentUserRequestValidationError) ErrorName added in v0.7.5

ErrorName returns error name.

func (ListProjectsByCurrentUserRequestValidationError) Field added in v0.7.5

Field function returns field value.

func (ListProjectsByCurrentUserRequestValidationError) Key added in v0.7.5

Key function returns key value.

func (ListProjectsByCurrentUserRequestValidationError) Reason added in v0.7.5

Reason function returns reason value.

type ListProjectsByCurrentUserResponse added in v0.7.5

type ListProjectsByCurrentUserResponse struct {
	Projects    []*Project                                      `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
	AccessPairs []*ListProjectsByCurrentUserResponse_AccessPair `protobuf:"bytes,2,rep,name=access_pairs,json=accessPairs,proto3" json:"access_pairs,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectsByCurrentUserResponse) Descriptor deprecated added in v0.7.5

func (*ListProjectsByCurrentUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectsByCurrentUserResponse.ProtoReflect.Descriptor instead.

func (*ListProjectsByCurrentUserResponse) GetAccessPairs added in v0.7.5

func (*ListProjectsByCurrentUserResponse) GetProjects added in v0.7.5

func (x *ListProjectsByCurrentUserResponse) GetProjects() []*Project

func (*ListProjectsByCurrentUserResponse) ProtoMessage added in v0.7.5

func (*ListProjectsByCurrentUserResponse) ProtoMessage()

func (*ListProjectsByCurrentUserResponse) ProtoReflect added in v0.7.5

func (*ListProjectsByCurrentUserResponse) Reset added in v0.7.5

func (*ListProjectsByCurrentUserResponse) String added in v0.7.5

func (*ListProjectsByCurrentUserResponse) Validate added in v0.7.5

Validate checks the field values on ListProjectsByCurrentUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListProjectsByCurrentUserResponse) ValidateAll added in v0.7.5

func (m *ListProjectsByCurrentUserResponse) ValidateAll() error

ValidateAll checks the field values on ListProjectsByCurrentUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProjectsByCurrentUserResponseMultiError, or nil if none found.

type ListProjectsByCurrentUserResponseMultiError added in v0.7.5

type ListProjectsByCurrentUserResponseMultiError []error

ListProjectsByCurrentUserResponseMultiError is an error wrapping multiple validation errors returned by ListProjectsByCurrentUserResponse.ValidateAll() if the designated constraints aren't met.

func (ListProjectsByCurrentUserResponseMultiError) AllErrors added in v0.7.5

AllErrors returns a list of validation violation errors.

func (ListProjectsByCurrentUserResponseMultiError) Error added in v0.7.5

Error returns a concatenation of all the error messages it wraps.

type ListProjectsByCurrentUserResponseValidationError added in v0.7.5

type ListProjectsByCurrentUserResponseValidationError struct {
	// contains filtered or unexported fields
}

ListProjectsByCurrentUserResponseValidationError is the validation error returned by ListProjectsByCurrentUserResponse.Validate if the designated constraints aren't met.

func (ListProjectsByCurrentUserResponseValidationError) Cause added in v0.7.5

Cause function returns cause value.

func (ListProjectsByCurrentUserResponseValidationError) Error added in v0.7.5

Error satisfies the builtin error interface

func (ListProjectsByCurrentUserResponseValidationError) ErrorName added in v0.7.5

ErrorName returns error name.

func (ListProjectsByCurrentUserResponseValidationError) Field added in v0.7.5

Field function returns field value.

func (ListProjectsByCurrentUserResponseValidationError) Key added in v0.7.5

Key function returns key value.

func (ListProjectsByCurrentUserResponseValidationError) Reason added in v0.7.5

Reason function returns reason value.

type ListProjectsByCurrentUserResponse_AccessPair added in v0.7.5

type ListProjectsByCurrentUserResponse_AccessPair struct {
	ProjectId   string   `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Permissions []string `protobuf:"bytes,2,rep,name=permissions,proto3" json:"permissions,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectsByCurrentUserResponse_AccessPair) Descriptor deprecated added in v0.7.5

Deprecated: Use ListProjectsByCurrentUserResponse_AccessPair.ProtoReflect.Descriptor instead.

func (*ListProjectsByCurrentUserResponse_AccessPair) GetPermissions added in v0.7.5

func (*ListProjectsByCurrentUserResponse_AccessPair) GetProjectId added in v0.7.5

func (*ListProjectsByCurrentUserResponse_AccessPair) ProtoMessage added in v0.7.5

func (*ListProjectsByCurrentUserResponse_AccessPair) ProtoReflect added in v0.7.5

func (*ListProjectsByCurrentUserResponse_AccessPair) Reset added in v0.7.5

func (*ListProjectsByCurrentUserResponse_AccessPair) String added in v0.7.5

func (*ListProjectsByCurrentUserResponse_AccessPair) Validate added in v0.7.5

Validate checks the field values on ListProjectsByCurrentUserResponse_AccessPair with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListProjectsByCurrentUserResponse_AccessPair) ValidateAll added in v0.7.5

ValidateAll checks the field values on ListProjectsByCurrentUserResponse_AccessPair with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProjectsByCurrentUserResponse_AccessPairMultiError, or nil if none found.

type ListProjectsByCurrentUserResponse_AccessPairMultiError added in v0.7.5

type ListProjectsByCurrentUserResponse_AccessPairMultiError []error

ListProjectsByCurrentUserResponse_AccessPairMultiError is an error wrapping multiple validation errors returned by ListProjectsByCurrentUserResponse_AccessPair.ValidateAll() if the designated constraints aren't met.

func (ListProjectsByCurrentUserResponse_AccessPairMultiError) AllErrors added in v0.7.5

AllErrors returns a list of validation violation errors.

func (ListProjectsByCurrentUserResponse_AccessPairMultiError) Error added in v0.7.5

Error returns a concatenation of all the error messages it wraps.

type ListProjectsByCurrentUserResponse_AccessPairValidationError added in v0.7.5

type ListProjectsByCurrentUserResponse_AccessPairValidationError struct {
	// contains filtered or unexported fields
}

ListProjectsByCurrentUserResponse_AccessPairValidationError is the validation error returned by ListProjectsByCurrentUserResponse_AccessPair.Validate if the designated constraints aren't met.

func (ListProjectsByCurrentUserResponse_AccessPairValidationError) Cause added in v0.7.5

Cause function returns cause value.

func (ListProjectsByCurrentUserResponse_AccessPairValidationError) Error added in v0.7.5

Error satisfies the builtin error interface

func (ListProjectsByCurrentUserResponse_AccessPairValidationError) ErrorName added in v0.7.5

ErrorName returns error name.

func (ListProjectsByCurrentUserResponse_AccessPairValidationError) Field added in v0.7.5

Field function returns field value.

func (ListProjectsByCurrentUserResponse_AccessPairValidationError) Key added in v0.7.5

Key function returns key value.

func (ListProjectsByCurrentUserResponse_AccessPairValidationError) Reason added in v0.7.5

Reason function returns reason value.

type ListProjectsByUserRequest added in v0.7.5

type ListProjectsByUserRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectsByUserRequest) Descriptor deprecated added in v0.7.5

func (*ListProjectsByUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectsByUserRequest.ProtoReflect.Descriptor instead.

func (*ListProjectsByUserRequest) GetId added in v0.7.5

func (x *ListProjectsByUserRequest) GetId() string

func (*ListProjectsByUserRequest) ProtoMessage added in v0.7.5

func (*ListProjectsByUserRequest) ProtoMessage()

func (*ListProjectsByUserRequest) ProtoReflect added in v0.7.5

func (*ListProjectsByUserRequest) Reset added in v0.7.5

func (x *ListProjectsByUserRequest) Reset()

func (*ListProjectsByUserRequest) String added in v0.7.5

func (x *ListProjectsByUserRequest) String() string

func (*ListProjectsByUserRequest) Validate added in v0.7.5

func (m *ListProjectsByUserRequest) Validate() error

Validate checks the field values on ListProjectsByUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListProjectsByUserRequest) ValidateAll added in v0.7.5

func (m *ListProjectsByUserRequest) ValidateAll() error

ValidateAll checks the field values on ListProjectsByUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProjectsByUserRequestMultiError, or nil if none found.

type ListProjectsByUserRequestMultiError added in v0.7.5

type ListProjectsByUserRequestMultiError []error

ListProjectsByUserRequestMultiError is an error wrapping multiple validation errors returned by ListProjectsByUserRequest.ValidateAll() if the designated constraints aren't met.

func (ListProjectsByUserRequestMultiError) AllErrors added in v0.7.5

AllErrors returns a list of validation violation errors.

func (ListProjectsByUserRequestMultiError) Error added in v0.7.5

Error returns a concatenation of all the error messages it wraps.

type ListProjectsByUserRequestValidationError added in v0.7.5

type ListProjectsByUserRequestValidationError struct {
	// contains filtered or unexported fields
}

ListProjectsByUserRequestValidationError is the validation error returned by ListProjectsByUserRequest.Validate if the designated constraints aren't met.

func (ListProjectsByUserRequestValidationError) Cause added in v0.7.5

Cause function returns cause value.

func (ListProjectsByUserRequestValidationError) Error added in v0.7.5

Error satisfies the builtin error interface

func (ListProjectsByUserRequestValidationError) ErrorName added in v0.7.5

ErrorName returns error name.

func (ListProjectsByUserRequestValidationError) Field added in v0.7.5

Field function returns field value.

func (ListProjectsByUserRequestValidationError) Key added in v0.7.5

Key function returns key value.

func (ListProjectsByUserRequestValidationError) Reason added in v0.7.5

Reason function returns reason value.

type ListProjectsByUserResponse added in v0.7.5

type ListProjectsByUserResponse struct {
	Projects []*Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectsByUserResponse) Descriptor deprecated added in v0.7.5

func (*ListProjectsByUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectsByUserResponse.ProtoReflect.Descriptor instead.

func (*ListProjectsByUserResponse) GetProjects added in v0.7.5

func (x *ListProjectsByUserResponse) GetProjects() []*Project

func (*ListProjectsByUserResponse) ProtoMessage added in v0.7.5

func (*ListProjectsByUserResponse) ProtoMessage()

func (*ListProjectsByUserResponse) ProtoReflect added in v0.7.5

func (*ListProjectsByUserResponse) Reset added in v0.7.5

func (x *ListProjectsByUserResponse) Reset()

func (*ListProjectsByUserResponse) String added in v0.7.5

func (x *ListProjectsByUserResponse) String() string

func (*ListProjectsByUserResponse) Validate added in v0.7.5

func (m *ListProjectsByUserResponse) Validate() error

Validate checks the field values on ListProjectsByUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListProjectsByUserResponse) ValidateAll added in v0.7.5

func (m *ListProjectsByUserResponse) ValidateAll() error

ValidateAll checks the field values on ListProjectsByUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProjectsByUserResponseMultiError, or nil if none found.

type ListProjectsByUserResponseMultiError added in v0.7.5

type ListProjectsByUserResponseMultiError []error

ListProjectsByUserResponseMultiError is an error wrapping multiple validation errors returned by ListProjectsByUserResponse.ValidateAll() if the designated constraints aren't met.

func (ListProjectsByUserResponseMultiError) AllErrors added in v0.7.5

AllErrors returns a list of validation violation errors.

func (ListProjectsByUserResponseMultiError) Error added in v0.7.5

Error returns a concatenation of all the error messages it wraps.

type ListProjectsByUserResponseValidationError added in v0.7.5

type ListProjectsByUserResponseValidationError struct {
	// contains filtered or unexported fields
}

ListProjectsByUserResponseValidationError is the validation error returned by ListProjectsByUserResponse.Validate if the designated constraints aren't met.

func (ListProjectsByUserResponseValidationError) Cause added in v0.7.5

Cause function returns cause value.

func (ListProjectsByUserResponseValidationError) Error added in v0.7.5

Error satisfies the builtin error interface

func (ListProjectsByUserResponseValidationError) ErrorName added in v0.7.5

ErrorName returns error name.

func (ListProjectsByUserResponseValidationError) Field added in v0.7.5

Field function returns field value.

func (ListProjectsByUserResponseValidationError) Key added in v0.7.5

Key function returns key value.

func (ListProjectsByUserResponseValidationError) Reason added in v0.7.5

Reason function returns reason value.

type ListProjectsRequest

type ListProjectsRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	State string `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectsRequest) Descriptor deprecated

func (*ListProjectsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectsRequest.ProtoReflect.Descriptor instead.

func (*ListProjectsRequest) GetOrgId

func (x *ListProjectsRequest) GetOrgId() string

func (*ListProjectsRequest) GetState

func (x *ListProjectsRequest) GetState() string

func (*ListProjectsRequest) ProtoMessage

func (*ListProjectsRequest) ProtoMessage()

func (*ListProjectsRequest) ProtoReflect

func (x *ListProjectsRequest) ProtoReflect() protoreflect.Message

func (*ListProjectsRequest) Reset

func (x *ListProjectsRequest) Reset()

func (*ListProjectsRequest) String

func (x *ListProjectsRequest) String() string

func (*ListProjectsRequest) Validate

func (m *ListProjectsRequest) Validate() error

Validate checks the field values on ListProjectsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListProjectsRequest) ValidateAll

func (m *ListProjectsRequest) ValidateAll() error

ValidateAll checks the field values on ListProjectsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProjectsRequestMultiError, or nil if none found.

type ListProjectsRequestMultiError

type ListProjectsRequestMultiError []error

ListProjectsRequestMultiError is an error wrapping multiple validation errors returned by ListProjectsRequest.ValidateAll() if the designated constraints aren't met.

func (ListProjectsRequestMultiError) AllErrors

func (m ListProjectsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListProjectsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListProjectsRequestValidationError

type ListProjectsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListProjectsRequestValidationError is the validation error returned by ListProjectsRequest.Validate if the designated constraints aren't met.

func (ListProjectsRequestValidationError) Cause

Cause function returns cause value.

func (ListProjectsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListProjectsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListProjectsRequestValidationError) Field

Field function returns field value.

func (ListProjectsRequestValidationError) Key

Key function returns key value.

func (ListProjectsRequestValidationError) Reason

Reason function returns reason value.

type ListProjectsResponse

type ListProjectsResponse struct {
	Projects []*Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"`
	// contains filtered or unexported fields
}

func (*ListProjectsResponse) Descriptor deprecated

func (*ListProjectsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListProjectsResponse.ProtoReflect.Descriptor instead.

func (*ListProjectsResponse) GetProjects

func (x *ListProjectsResponse) GetProjects() []*Project

func (*ListProjectsResponse) ProtoMessage

func (*ListProjectsResponse) ProtoMessage()

func (*ListProjectsResponse) ProtoReflect

func (x *ListProjectsResponse) ProtoReflect() protoreflect.Message

func (*ListProjectsResponse) Reset

func (x *ListProjectsResponse) Reset()

func (*ListProjectsResponse) String

func (x *ListProjectsResponse) String() string

func (*ListProjectsResponse) Validate

func (m *ListProjectsResponse) Validate() error

Validate checks the field values on ListProjectsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListProjectsResponse) ValidateAll

func (m *ListProjectsResponse) ValidateAll() error

ValidateAll checks the field values on ListProjectsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProjectsResponseMultiError, or nil if none found.

type ListProjectsResponseMultiError

type ListProjectsResponseMultiError []error

ListProjectsResponseMultiError is an error wrapping multiple validation errors returned by ListProjectsResponse.ValidateAll() if the designated constraints aren't met.

func (ListProjectsResponseMultiError) AllErrors

func (m ListProjectsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListProjectsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListProjectsResponseValidationError

type ListProjectsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListProjectsResponseValidationError is the validation error returned by ListProjectsResponse.Validate if the designated constraints aren't met.

func (ListProjectsResponseValidationError) Cause

Cause function returns cause value.

func (ListProjectsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListProjectsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListProjectsResponseValidationError) Field

Field function returns field value.

func (ListProjectsResponseValidationError) Key

Key function returns key value.

func (ListProjectsResponseValidationError) Reason

Reason function returns reason value.

type ListRelationsRequest

type ListRelationsRequest struct {
	Subject string `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"`
	Object  string `protobuf:"bytes,2,opt,name=object,proto3" json:"object,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRelationsRequest) Descriptor deprecated

func (*ListRelationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRelationsRequest.ProtoReflect.Descriptor instead.

func (*ListRelationsRequest) GetObject added in v0.8.8

func (x *ListRelationsRequest) GetObject() string

func (*ListRelationsRequest) GetSubject added in v0.8.8

func (x *ListRelationsRequest) GetSubject() string

func (*ListRelationsRequest) ProtoMessage

func (*ListRelationsRequest) ProtoMessage()

func (*ListRelationsRequest) ProtoReflect

func (x *ListRelationsRequest) ProtoReflect() protoreflect.Message

func (*ListRelationsRequest) Reset

func (x *ListRelationsRequest) Reset()

func (*ListRelationsRequest) String

func (x *ListRelationsRequest) String() string

func (*ListRelationsRequest) Validate

func (m *ListRelationsRequest) Validate() error

Validate checks the field values on ListRelationsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListRelationsRequest) ValidateAll

func (m *ListRelationsRequest) ValidateAll() error

ValidateAll checks the field values on ListRelationsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListRelationsRequestMultiError, or nil if none found.

type ListRelationsRequestMultiError

type ListRelationsRequestMultiError []error

ListRelationsRequestMultiError is an error wrapping multiple validation errors returned by ListRelationsRequest.ValidateAll() if the designated constraints aren't met.

func (ListRelationsRequestMultiError) AllErrors

func (m ListRelationsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListRelationsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListRelationsRequestValidationError

type ListRelationsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListRelationsRequestValidationError is the validation error returned by ListRelationsRequest.Validate if the designated constraints aren't met.

func (ListRelationsRequestValidationError) Cause

Cause function returns cause value.

func (ListRelationsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListRelationsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListRelationsRequestValidationError) Field

Field function returns field value.

func (ListRelationsRequestValidationError) Key

Key function returns key value.

func (ListRelationsRequestValidationError) Reason

Reason function returns reason value.

type ListRelationsResponse

type ListRelationsResponse struct {
	Relations []*Relation `protobuf:"bytes,1,rep,name=relations,proto3" json:"relations,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRelationsResponse) Descriptor deprecated

func (*ListRelationsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListRelationsResponse.ProtoReflect.Descriptor instead.

func (*ListRelationsResponse) GetRelations

func (x *ListRelationsResponse) GetRelations() []*Relation

func (*ListRelationsResponse) ProtoMessage

func (*ListRelationsResponse) ProtoMessage()

func (*ListRelationsResponse) ProtoReflect

func (x *ListRelationsResponse) ProtoReflect() protoreflect.Message

func (*ListRelationsResponse) Reset

func (x *ListRelationsResponse) Reset()

func (*ListRelationsResponse) String

func (x *ListRelationsResponse) String() string

func (*ListRelationsResponse) Validate

func (m *ListRelationsResponse) Validate() error

Validate checks the field values on ListRelationsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListRelationsResponse) ValidateAll

func (m *ListRelationsResponse) ValidateAll() error

ValidateAll checks the field values on ListRelationsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListRelationsResponseMultiError, or nil if none found.

type ListRelationsResponseMultiError

type ListRelationsResponseMultiError []error

ListRelationsResponseMultiError is an error wrapping multiple validation errors returned by ListRelationsResponse.ValidateAll() if the designated constraints aren't met.

func (ListRelationsResponseMultiError) AllErrors

func (m ListRelationsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListRelationsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListRelationsResponseValidationError

type ListRelationsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListRelationsResponseValidationError is the validation error returned by ListRelationsResponse.Validate if the designated constraints aren't met.

func (ListRelationsResponseValidationError) Cause

Cause function returns cause value.

func (ListRelationsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListRelationsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListRelationsResponseValidationError) Field

Field function returns field value.

func (ListRelationsResponseValidationError) Key

Key function returns key value.

func (ListRelationsResponseValidationError) Reason

Reason function returns reason value.

type ListResourcesRequest

type ListResourcesRequest struct {
	UserId         string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	ProjectId      string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	OrganizationId string `protobuf:"bytes,3,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	Namespace      string `protobuf:"bytes,4,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// contains filtered or unexported fields
}

func (*ListResourcesRequest) Descriptor deprecated

func (*ListResourcesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListResourcesRequest.ProtoReflect.Descriptor instead.

func (*ListResourcesRequest) GetNamespace

func (x *ListResourcesRequest) GetNamespace() string

func (*ListResourcesRequest) GetOrganizationId

func (x *ListResourcesRequest) GetOrganizationId() string

func (*ListResourcesRequest) GetProjectId

func (x *ListResourcesRequest) GetProjectId() string

func (*ListResourcesRequest) GetUserId

func (x *ListResourcesRequest) GetUserId() string

func (*ListResourcesRequest) ProtoMessage

func (*ListResourcesRequest) ProtoMessage()

func (*ListResourcesRequest) ProtoReflect

func (x *ListResourcesRequest) ProtoReflect() protoreflect.Message

func (*ListResourcesRequest) Reset

func (x *ListResourcesRequest) Reset()

func (*ListResourcesRequest) String

func (x *ListResourcesRequest) String() string

func (*ListResourcesRequest) Validate

func (m *ListResourcesRequest) Validate() error

Validate checks the field values on ListResourcesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListResourcesRequest) ValidateAll

func (m *ListResourcesRequest) ValidateAll() error

ValidateAll checks the field values on ListResourcesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListResourcesRequestMultiError, or nil if none found.

type ListResourcesRequestMultiError

type ListResourcesRequestMultiError []error

ListResourcesRequestMultiError is an error wrapping multiple validation errors returned by ListResourcesRequest.ValidateAll() if the designated constraints aren't met.

func (ListResourcesRequestMultiError) AllErrors

func (m ListResourcesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListResourcesRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListResourcesRequestValidationError

type ListResourcesRequestValidationError struct {
	// contains filtered or unexported fields
}

ListResourcesRequestValidationError is the validation error returned by ListResourcesRequest.Validate if the designated constraints aren't met.

func (ListResourcesRequestValidationError) Cause

Cause function returns cause value.

func (ListResourcesRequestValidationError) Error

Error satisfies the builtin error interface

func (ListResourcesRequestValidationError) ErrorName

ErrorName returns error name.

func (ListResourcesRequestValidationError) Field

Field function returns field value.

func (ListResourcesRequestValidationError) Key

Key function returns key value.

func (ListResourcesRequestValidationError) Reason

Reason function returns reason value.

type ListResourcesResponse

type ListResourcesResponse struct {
	Resources []*Resource `protobuf:"bytes,1,rep,name=resources,proto3" json:"resources,omitempty"`
	// contains filtered or unexported fields
}

func (*ListResourcesResponse) Descriptor deprecated

func (*ListResourcesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListResourcesResponse.ProtoReflect.Descriptor instead.

func (*ListResourcesResponse) GetResources

func (x *ListResourcesResponse) GetResources() []*Resource

func (*ListResourcesResponse) ProtoMessage

func (*ListResourcesResponse) ProtoMessage()

func (*ListResourcesResponse) ProtoReflect

func (x *ListResourcesResponse) ProtoReflect() protoreflect.Message

func (*ListResourcesResponse) Reset

func (x *ListResourcesResponse) Reset()

func (*ListResourcesResponse) String

func (x *ListResourcesResponse) String() string

func (*ListResourcesResponse) Validate

func (m *ListResourcesResponse) Validate() error

Validate checks the field values on ListResourcesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListResourcesResponse) ValidateAll

func (m *ListResourcesResponse) ValidateAll() error

ValidateAll checks the field values on ListResourcesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListResourcesResponseMultiError, or nil if none found.

type ListResourcesResponseMultiError

type ListResourcesResponseMultiError []error

ListResourcesResponseMultiError is an error wrapping multiple validation errors returned by ListResourcesResponse.ValidateAll() if the designated constraints aren't met.

func (ListResourcesResponseMultiError) AllErrors

func (m ListResourcesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListResourcesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListResourcesResponseValidationError

type ListResourcesResponseValidationError struct {
	// contains filtered or unexported fields
}

ListResourcesResponseValidationError is the validation error returned by ListResourcesResponse.Validate if the designated constraints aren't met.

func (ListResourcesResponseValidationError) Cause

Cause function returns cause value.

func (ListResourcesResponseValidationError) Error

Error satisfies the builtin error interface

func (ListResourcesResponseValidationError) ErrorName

ErrorName returns error name.

func (ListResourcesResponseValidationError) Field

Field function returns field value.

func (ListResourcesResponseValidationError) Key

Key function returns key value.

func (ListResourcesResponseValidationError) Reason

Reason function returns reason value.

type ListRolesRequest

type ListRolesRequest struct {
	State  string   `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"`
	Scopes []string `protobuf:"bytes,2,rep,name=scopes,proto3" json:"scopes,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRolesRequest) Descriptor deprecated

func (*ListRolesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListRolesRequest.ProtoReflect.Descriptor instead.

func (*ListRolesRequest) GetScopes added in v0.7.6

func (x *ListRolesRequest) GetScopes() []string

func (*ListRolesRequest) GetState

func (x *ListRolesRequest) GetState() string

func (*ListRolesRequest) ProtoMessage

func (*ListRolesRequest) ProtoMessage()

func (*ListRolesRequest) ProtoReflect

func (x *ListRolesRequest) ProtoReflect() protoreflect.Message

func (*ListRolesRequest) Reset

func (x *ListRolesRequest) Reset()

func (*ListRolesRequest) String

func (x *ListRolesRequest) String() string

func (*ListRolesRequest) Validate

func (m *ListRolesRequest) Validate() error

Validate checks the field values on ListRolesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListRolesRequest) ValidateAll

func (m *ListRolesRequest) ValidateAll() error

ValidateAll checks the field values on ListRolesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListRolesRequestMultiError, or nil if none found.

type ListRolesRequestMultiError

type ListRolesRequestMultiError []error

ListRolesRequestMultiError is an error wrapping multiple validation errors returned by ListRolesRequest.ValidateAll() if the designated constraints aren't met.

func (ListRolesRequestMultiError) AllErrors

func (m ListRolesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListRolesRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListRolesRequestValidationError

type ListRolesRequestValidationError struct {
	// contains filtered or unexported fields
}

ListRolesRequestValidationError is the validation error returned by ListRolesRequest.Validate if the designated constraints aren't met.

func (ListRolesRequestValidationError) Cause

Cause function returns cause value.

func (ListRolesRequestValidationError) Error

Error satisfies the builtin error interface

func (ListRolesRequestValidationError) ErrorName

ErrorName returns error name.

func (ListRolesRequestValidationError) Field

Field function returns field value.

func (ListRolesRequestValidationError) Key

Key function returns key value.

func (ListRolesRequestValidationError) Reason

Reason function returns reason value.

type ListRolesResponse

type ListRolesResponse struct {
	Roles []*Role `protobuf:"bytes,1,rep,name=roles,proto3" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRolesResponse) Descriptor deprecated

func (*ListRolesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListRolesResponse.ProtoReflect.Descriptor instead.

func (*ListRolesResponse) GetRoles

func (x *ListRolesResponse) GetRoles() []*Role

func (*ListRolesResponse) ProtoMessage

func (*ListRolesResponse) ProtoMessage()

func (*ListRolesResponse) ProtoReflect

func (x *ListRolesResponse) ProtoReflect() protoreflect.Message

func (*ListRolesResponse) Reset

func (x *ListRolesResponse) Reset()

func (*ListRolesResponse) String

func (x *ListRolesResponse) String() string

func (*ListRolesResponse) Validate

func (m *ListRolesResponse) Validate() error

Validate checks the field values on ListRolesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListRolesResponse) ValidateAll

func (m *ListRolesResponse) ValidateAll() error

ValidateAll checks the field values on ListRolesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListRolesResponseMultiError, or nil if none found.

type ListRolesResponseMultiError

type ListRolesResponseMultiError []error

ListRolesResponseMultiError is an error wrapping multiple validation errors returned by ListRolesResponse.ValidateAll() if the designated constraints aren't met.

func (ListRolesResponseMultiError) AllErrors

func (m ListRolesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListRolesResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListRolesResponseValidationError

type ListRolesResponseValidationError struct {
	// contains filtered or unexported fields
}

ListRolesResponseValidationError is the validation error returned by ListRolesResponse.Validate if the designated constraints aren't met.

func (ListRolesResponseValidationError) Cause

Cause function returns cause value.

func (ListRolesResponseValidationError) Error

Error satisfies the builtin error interface

func (ListRolesResponseValidationError) ErrorName

ErrorName returns error name.

func (ListRolesResponseValidationError) Field

Field function returns field value.

func (ListRolesResponseValidationError) Key

Key function returns key value.

func (ListRolesResponseValidationError) Reason

Reason function returns reason value.

type ListServiceUserCredentialsRequest added in v0.9.1

type ListServiceUserCredentialsRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServiceUserCredentialsRequest) Descriptor deprecated added in v0.9.1

func (*ListServiceUserCredentialsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListServiceUserCredentialsRequest.ProtoReflect.Descriptor instead.

func (*ListServiceUserCredentialsRequest) GetId added in v0.9.1

func (*ListServiceUserCredentialsRequest) ProtoMessage added in v0.9.1

func (*ListServiceUserCredentialsRequest) ProtoMessage()

func (*ListServiceUserCredentialsRequest) ProtoReflect added in v0.9.1

func (*ListServiceUserCredentialsRequest) Reset added in v0.9.1

func (*ListServiceUserCredentialsRequest) String added in v0.9.1

func (*ListServiceUserCredentialsRequest) Validate added in v0.9.1

Validate checks the field values on ListServiceUserCredentialsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListServiceUserCredentialsRequest) ValidateAll added in v0.9.1

func (m *ListServiceUserCredentialsRequest) ValidateAll() error

ValidateAll checks the field values on ListServiceUserCredentialsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListServiceUserCredentialsRequestMultiError, or nil if none found.

type ListServiceUserCredentialsRequestMultiError added in v0.9.1

type ListServiceUserCredentialsRequestMultiError []error

ListServiceUserCredentialsRequestMultiError is an error wrapping multiple validation errors returned by ListServiceUserCredentialsRequest.ValidateAll() if the designated constraints aren't met.

func (ListServiceUserCredentialsRequestMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (ListServiceUserCredentialsRequestMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type ListServiceUserCredentialsRequestValidationError added in v0.9.1

type ListServiceUserCredentialsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListServiceUserCredentialsRequestValidationError is the validation error returned by ListServiceUserCredentialsRequest.Validate if the designated constraints aren't met.

func (ListServiceUserCredentialsRequestValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (ListServiceUserCredentialsRequestValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (ListServiceUserCredentialsRequestValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (ListServiceUserCredentialsRequestValidationError) Field added in v0.9.1

Field function returns field value.

func (ListServiceUserCredentialsRequestValidationError) Key added in v0.9.1

Key function returns key value.

func (ListServiceUserCredentialsRequestValidationError) Reason added in v0.9.1

Reason function returns reason value.

type ListServiceUserCredentialsResponse added in v0.9.1

type ListServiceUserCredentialsResponse struct {

	// secrets will be listed without the secret value
	Secrets []*SecretCredential `protobuf:"bytes,1,rep,name=secrets,proto3" json:"secrets,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServiceUserCredentialsResponse) Descriptor deprecated added in v0.9.1

func (*ListServiceUserCredentialsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListServiceUserCredentialsResponse.ProtoReflect.Descriptor instead.

func (*ListServiceUserCredentialsResponse) GetSecrets added in v0.9.1

func (*ListServiceUserCredentialsResponse) ProtoMessage added in v0.9.1

func (*ListServiceUserCredentialsResponse) ProtoMessage()

func (*ListServiceUserCredentialsResponse) ProtoReflect added in v0.9.1

func (*ListServiceUserCredentialsResponse) Reset added in v0.9.1

func (*ListServiceUserCredentialsResponse) String added in v0.9.1

func (*ListServiceUserCredentialsResponse) Validate added in v0.9.1

Validate checks the field values on ListServiceUserCredentialsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListServiceUserCredentialsResponse) ValidateAll added in v0.9.1

func (m *ListServiceUserCredentialsResponse) ValidateAll() error

ValidateAll checks the field values on ListServiceUserCredentialsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListServiceUserCredentialsResponseMultiError, or nil if none found.

type ListServiceUserCredentialsResponseMultiError added in v0.9.1

type ListServiceUserCredentialsResponseMultiError []error

ListServiceUserCredentialsResponseMultiError is an error wrapping multiple validation errors returned by ListServiceUserCredentialsResponse.ValidateAll() if the designated constraints aren't met.

func (ListServiceUserCredentialsResponseMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (ListServiceUserCredentialsResponseMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type ListServiceUserCredentialsResponseValidationError added in v0.9.1

type ListServiceUserCredentialsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListServiceUserCredentialsResponseValidationError is the validation error returned by ListServiceUserCredentialsResponse.Validate if the designated constraints aren't met.

func (ListServiceUserCredentialsResponseValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (ListServiceUserCredentialsResponseValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (ListServiceUserCredentialsResponseValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (ListServiceUserCredentialsResponseValidationError) Field added in v0.9.1

Field function returns field value.

func (ListServiceUserCredentialsResponseValidationError) Key added in v0.9.1

Key function returns key value.

func (ListServiceUserCredentialsResponseValidationError) Reason added in v0.9.1

Reason function returns reason value.

type ListServiceUserJWKsRequest added in v0.9.1

type ListServiceUserJWKsRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServiceUserJWKsRequest) Descriptor deprecated added in v0.9.1

func (*ListServiceUserJWKsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListServiceUserJWKsRequest.ProtoReflect.Descriptor instead.

func (*ListServiceUserJWKsRequest) GetId added in v0.9.1

func (*ListServiceUserJWKsRequest) ProtoMessage added in v0.9.1

func (*ListServiceUserJWKsRequest) ProtoMessage()

func (*ListServiceUserJWKsRequest) ProtoReflect added in v0.9.1

func (*ListServiceUserJWKsRequest) Reset added in v0.9.1

func (x *ListServiceUserJWKsRequest) Reset()

func (*ListServiceUserJWKsRequest) String added in v0.9.1

func (x *ListServiceUserJWKsRequest) String() string

func (*ListServiceUserJWKsRequest) Validate added in v0.9.1

func (m *ListServiceUserJWKsRequest) Validate() error

Validate checks the field values on ListServiceUserJWKsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListServiceUserJWKsRequest) ValidateAll added in v0.9.1

func (m *ListServiceUserJWKsRequest) ValidateAll() error

ValidateAll checks the field values on ListServiceUserJWKsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListServiceUserJWKsRequestMultiError, or nil if none found.

type ListServiceUserJWKsRequestMultiError added in v0.9.1

type ListServiceUserJWKsRequestMultiError []error

ListServiceUserJWKsRequestMultiError is an error wrapping multiple validation errors returned by ListServiceUserJWKsRequest.ValidateAll() if the designated constraints aren't met.

func (ListServiceUserJWKsRequestMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (ListServiceUserJWKsRequestMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type ListServiceUserJWKsRequestValidationError added in v0.9.1

type ListServiceUserJWKsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListServiceUserJWKsRequestValidationError is the validation error returned by ListServiceUserJWKsRequest.Validate if the designated constraints aren't met.

func (ListServiceUserJWKsRequestValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (ListServiceUserJWKsRequestValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (ListServiceUserJWKsRequestValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (ListServiceUserJWKsRequestValidationError) Field added in v0.9.1

Field function returns field value.

func (ListServiceUserJWKsRequestValidationError) Key added in v0.9.1

Key function returns key value.

func (ListServiceUserJWKsRequestValidationError) Reason added in v0.9.1

Reason function returns reason value.

type ListServiceUserJWKsResponse added in v0.9.1

type ListServiceUserJWKsResponse struct {
	Keys []*ServiceUserJWK `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServiceUserJWKsResponse) Descriptor deprecated added in v0.9.1

func (*ListServiceUserJWKsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListServiceUserJWKsResponse.ProtoReflect.Descriptor instead.

func (*ListServiceUserJWKsResponse) GetKeys added in v0.9.1

func (*ListServiceUserJWKsResponse) ProtoMessage added in v0.9.1

func (*ListServiceUserJWKsResponse) ProtoMessage()

func (*ListServiceUserJWKsResponse) ProtoReflect added in v0.9.1

func (*ListServiceUserJWKsResponse) Reset added in v0.9.1

func (x *ListServiceUserJWKsResponse) Reset()

func (*ListServiceUserJWKsResponse) String added in v0.9.1

func (x *ListServiceUserJWKsResponse) String() string

func (*ListServiceUserJWKsResponse) Validate added in v0.9.1

func (m *ListServiceUserJWKsResponse) Validate() error

Validate checks the field values on ListServiceUserJWKsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListServiceUserJWKsResponse) ValidateAll added in v0.9.1

func (m *ListServiceUserJWKsResponse) ValidateAll() error

ValidateAll checks the field values on ListServiceUserJWKsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListServiceUserJWKsResponseMultiError, or nil if none found.

type ListServiceUserJWKsResponseMultiError added in v0.9.1

type ListServiceUserJWKsResponseMultiError []error

ListServiceUserJWKsResponseMultiError is an error wrapping multiple validation errors returned by ListServiceUserJWKsResponse.ValidateAll() if the designated constraints aren't met.

func (ListServiceUserJWKsResponseMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (ListServiceUserJWKsResponseMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type ListServiceUserJWKsResponseValidationError added in v0.9.1

type ListServiceUserJWKsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListServiceUserJWKsResponseValidationError is the validation error returned by ListServiceUserJWKsResponse.Validate if the designated constraints aren't met.

func (ListServiceUserJWKsResponseValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (ListServiceUserJWKsResponseValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (ListServiceUserJWKsResponseValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (ListServiceUserJWKsResponseValidationError) Field added in v0.9.1

Field function returns field value.

func (ListServiceUserJWKsResponseValidationError) Key added in v0.9.1

Key function returns key value.

func (ListServiceUserJWKsResponseValidationError) Reason added in v0.9.1

Reason function returns reason value.

type ListServiceUserTokensRequest added in v0.9.1

type ListServiceUserTokensRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServiceUserTokensRequest) Descriptor deprecated added in v0.9.1

func (*ListServiceUserTokensRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListServiceUserTokensRequest.ProtoReflect.Descriptor instead.

func (*ListServiceUserTokensRequest) GetId added in v0.9.1

func (*ListServiceUserTokensRequest) ProtoMessage added in v0.9.1

func (*ListServiceUserTokensRequest) ProtoMessage()

func (*ListServiceUserTokensRequest) ProtoReflect added in v0.9.1

func (*ListServiceUserTokensRequest) Reset added in v0.9.1

func (x *ListServiceUserTokensRequest) Reset()

func (*ListServiceUserTokensRequest) String added in v0.9.1

func (*ListServiceUserTokensRequest) Validate added in v0.9.1

func (m *ListServiceUserTokensRequest) Validate() error

Validate checks the field values on ListServiceUserTokensRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListServiceUserTokensRequest) ValidateAll added in v0.9.1

func (m *ListServiceUserTokensRequest) ValidateAll() error

ValidateAll checks the field values on ListServiceUserTokensRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListServiceUserTokensRequestMultiError, or nil if none found.

type ListServiceUserTokensRequestMultiError added in v0.9.1

type ListServiceUserTokensRequestMultiError []error

ListServiceUserTokensRequestMultiError is an error wrapping multiple validation errors returned by ListServiceUserTokensRequest.ValidateAll() if the designated constraints aren't met.

func (ListServiceUserTokensRequestMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (ListServiceUserTokensRequestMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type ListServiceUserTokensRequestValidationError added in v0.9.1

type ListServiceUserTokensRequestValidationError struct {
	// contains filtered or unexported fields
}

ListServiceUserTokensRequestValidationError is the validation error returned by ListServiceUserTokensRequest.Validate if the designated constraints aren't met.

func (ListServiceUserTokensRequestValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (ListServiceUserTokensRequestValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (ListServiceUserTokensRequestValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (ListServiceUserTokensRequestValidationError) Field added in v0.9.1

Field function returns field value.

func (ListServiceUserTokensRequestValidationError) Key added in v0.9.1

Key function returns key value.

func (ListServiceUserTokensRequestValidationError) Reason added in v0.9.1

Reason function returns reason value.

type ListServiceUserTokensResponse added in v0.9.1

type ListServiceUserTokensResponse struct {
	Tokens []*ServiceUserToken `protobuf:"bytes,1,rep,name=tokens,proto3" json:"tokens,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServiceUserTokensResponse) Descriptor deprecated added in v0.9.1

func (*ListServiceUserTokensResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListServiceUserTokensResponse.ProtoReflect.Descriptor instead.

func (*ListServiceUserTokensResponse) GetTokens added in v0.9.1

func (*ListServiceUserTokensResponse) ProtoMessage added in v0.9.1

func (*ListServiceUserTokensResponse) ProtoMessage()

func (*ListServiceUserTokensResponse) ProtoReflect added in v0.9.1

func (*ListServiceUserTokensResponse) Reset added in v0.9.1

func (x *ListServiceUserTokensResponse) Reset()

func (*ListServiceUserTokensResponse) String added in v0.9.1

func (*ListServiceUserTokensResponse) Validate added in v0.9.1

func (m *ListServiceUserTokensResponse) Validate() error

Validate checks the field values on ListServiceUserTokensResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListServiceUserTokensResponse) ValidateAll added in v0.9.1

func (m *ListServiceUserTokensResponse) ValidateAll() error

ValidateAll checks the field values on ListServiceUserTokensResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListServiceUserTokensResponseMultiError, or nil if none found.

type ListServiceUserTokensResponseMultiError added in v0.9.1

type ListServiceUserTokensResponseMultiError []error

ListServiceUserTokensResponseMultiError is an error wrapping multiple validation errors returned by ListServiceUserTokensResponse.ValidateAll() if the designated constraints aren't met.

func (ListServiceUserTokensResponseMultiError) AllErrors added in v0.9.1

AllErrors returns a list of validation violation errors.

func (ListServiceUserTokensResponseMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type ListServiceUserTokensResponseValidationError added in v0.9.1

type ListServiceUserTokensResponseValidationError struct {
	// contains filtered or unexported fields
}

ListServiceUserTokensResponseValidationError is the validation error returned by ListServiceUserTokensResponse.Validate if the designated constraints aren't met.

func (ListServiceUserTokensResponseValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (ListServiceUserTokensResponseValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (ListServiceUserTokensResponseValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (ListServiceUserTokensResponseValidationError) Field added in v0.9.1

Field function returns field value.

func (ListServiceUserTokensResponseValidationError) Key added in v0.9.1

Key function returns key value.

func (ListServiceUserTokensResponseValidationError) Reason added in v0.9.1

Reason function returns reason value.

type ListServiceUsersRequest

type ListServiceUsersRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	State string `protobuf:"bytes,2,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServiceUsersRequest) Descriptor deprecated

func (*ListServiceUsersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListServiceUsersRequest.ProtoReflect.Descriptor instead.

func (*ListServiceUsersRequest) GetOrgId

func (x *ListServiceUsersRequest) GetOrgId() string

func (*ListServiceUsersRequest) GetState

func (x *ListServiceUsersRequest) GetState() string

func (*ListServiceUsersRequest) ProtoMessage

func (*ListServiceUsersRequest) ProtoMessage()

func (*ListServiceUsersRequest) ProtoReflect

func (x *ListServiceUsersRequest) ProtoReflect() protoreflect.Message

func (*ListServiceUsersRequest) Reset

func (x *ListServiceUsersRequest) Reset()

func (*ListServiceUsersRequest) String

func (x *ListServiceUsersRequest) String() string

func (*ListServiceUsersRequest) Validate

func (m *ListServiceUsersRequest) Validate() error

Validate checks the field values on ListServiceUsersRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListServiceUsersRequest) ValidateAll

func (m *ListServiceUsersRequest) ValidateAll() error

ValidateAll checks the field values on ListServiceUsersRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListServiceUsersRequestMultiError, or nil if none found.

type ListServiceUsersRequestMultiError

type ListServiceUsersRequestMultiError []error

ListServiceUsersRequestMultiError is an error wrapping multiple validation errors returned by ListServiceUsersRequest.ValidateAll() if the designated constraints aren't met.

func (ListServiceUsersRequestMultiError) AllErrors

func (m ListServiceUsersRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListServiceUsersRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListServiceUsersRequestValidationError

type ListServiceUsersRequestValidationError struct {
	// contains filtered or unexported fields
}

ListServiceUsersRequestValidationError is the validation error returned by ListServiceUsersRequest.Validate if the designated constraints aren't met.

func (ListServiceUsersRequestValidationError) Cause

Cause function returns cause value.

func (ListServiceUsersRequestValidationError) Error

Error satisfies the builtin error interface

func (ListServiceUsersRequestValidationError) ErrorName

ErrorName returns error name.

func (ListServiceUsersRequestValidationError) Field

Field function returns field value.

func (ListServiceUsersRequestValidationError) Key

Key function returns key value.

func (ListServiceUsersRequestValidationError) Reason

Reason function returns reason value.

type ListServiceUsersResponse

type ListServiceUsersResponse struct {
	Serviceusers []*ServiceUser `protobuf:"bytes,1,rep,name=serviceusers,proto3" json:"serviceusers,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServiceUsersResponse) Descriptor deprecated

func (*ListServiceUsersResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListServiceUsersResponse.ProtoReflect.Descriptor instead.

func (*ListServiceUsersResponse) GetServiceusers

func (x *ListServiceUsersResponse) GetServiceusers() []*ServiceUser

func (*ListServiceUsersResponse) ProtoMessage

func (*ListServiceUsersResponse) ProtoMessage()

func (*ListServiceUsersResponse) ProtoReflect

func (x *ListServiceUsersResponse) ProtoReflect() protoreflect.Message

func (*ListServiceUsersResponse) Reset

func (x *ListServiceUsersResponse) Reset()

func (*ListServiceUsersResponse) String

func (x *ListServiceUsersResponse) String() string

func (*ListServiceUsersResponse) Validate

func (m *ListServiceUsersResponse) Validate() error

Validate checks the field values on ListServiceUsersResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListServiceUsersResponse) ValidateAll

func (m *ListServiceUsersResponse) ValidateAll() error

ValidateAll checks the field values on ListServiceUsersResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListServiceUsersResponseMultiError, or nil if none found.

type ListServiceUsersResponseMultiError

type ListServiceUsersResponseMultiError []error

ListServiceUsersResponseMultiError is an error wrapping multiple validation errors returned by ListServiceUsersResponse.ValidateAll() if the designated constraints aren't met.

func (ListServiceUsersResponseMultiError) AllErrors

func (m ListServiceUsersResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListServiceUsersResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListServiceUsersResponseValidationError

type ListServiceUsersResponseValidationError struct {
	// contains filtered or unexported fields
}

ListServiceUsersResponseValidationError is the validation error returned by ListServiceUsersResponse.Validate if the designated constraints aren't met.

func (ListServiceUsersResponseValidationError) Cause

Cause function returns cause value.

func (ListServiceUsersResponseValidationError) Error

Error satisfies the builtin error interface

func (ListServiceUsersResponseValidationError) ErrorName

ErrorName returns error name.

func (ListServiceUsersResponseValidationError) Field

Field function returns field value.

func (ListServiceUsersResponseValidationError) Key

Key function returns key value.

func (ListServiceUsersResponseValidationError) Reason

Reason function returns reason value.

type ListSubscriptionsRequest added in v0.8.0

type ListSubscriptionsRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// ID of the billing account to list subscriptions for
	BillingId string `protobuf:"bytes,2,opt,name=billing_id,json=billingId,proto3" json:"billing_id,omitempty"`
	// Filter subscriptions by state
	State  string   `protobuf:"bytes,3,opt,name=state,proto3" json:"state,omitempty"`
	Plan   string   `protobuf:"bytes,4,opt,name=plan,proto3" json:"plan,omitempty"`
	Expand []string `protobuf:"bytes,101,rep,name=expand,proto3" json:"expand,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSubscriptionsRequest) Descriptor deprecated added in v0.8.0

func (*ListSubscriptionsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListSubscriptionsRequest.ProtoReflect.Descriptor instead.

func (*ListSubscriptionsRequest) GetBillingId added in v0.8.0

func (x *ListSubscriptionsRequest) GetBillingId() string

func (*ListSubscriptionsRequest) GetExpand added in v0.8.41

func (x *ListSubscriptionsRequest) GetExpand() []string

func (*ListSubscriptionsRequest) GetOrgId added in v0.8.0

func (x *ListSubscriptionsRequest) GetOrgId() string

func (*ListSubscriptionsRequest) GetPlan added in v0.8.19

func (x *ListSubscriptionsRequest) GetPlan() string

func (*ListSubscriptionsRequest) GetState added in v0.8.18

func (x *ListSubscriptionsRequest) GetState() string

func (*ListSubscriptionsRequest) ProtoMessage added in v0.8.0

func (*ListSubscriptionsRequest) ProtoMessage()

func (*ListSubscriptionsRequest) ProtoReflect added in v0.8.0

func (x *ListSubscriptionsRequest) ProtoReflect() protoreflect.Message

func (*ListSubscriptionsRequest) Reset added in v0.8.0

func (x *ListSubscriptionsRequest) Reset()

func (*ListSubscriptionsRequest) String added in v0.8.0

func (x *ListSubscriptionsRequest) String() string

func (*ListSubscriptionsRequest) Validate added in v0.8.0

func (m *ListSubscriptionsRequest) Validate() error

Validate checks the field values on ListSubscriptionsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListSubscriptionsRequest) ValidateAll added in v0.8.0

func (m *ListSubscriptionsRequest) ValidateAll() error

ValidateAll checks the field values on ListSubscriptionsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListSubscriptionsRequestMultiError, or nil if none found.

type ListSubscriptionsRequestMultiError added in v0.8.0

type ListSubscriptionsRequestMultiError []error

ListSubscriptionsRequestMultiError is an error wrapping multiple validation errors returned by ListSubscriptionsRequest.ValidateAll() if the designated constraints aren't met.

func (ListSubscriptionsRequestMultiError) AllErrors added in v0.8.0

func (m ListSubscriptionsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListSubscriptionsRequestMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type ListSubscriptionsRequestValidationError added in v0.8.0

type ListSubscriptionsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListSubscriptionsRequestValidationError is the validation error returned by ListSubscriptionsRequest.Validate if the designated constraints aren't met.

func (ListSubscriptionsRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (ListSubscriptionsRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (ListSubscriptionsRequestValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (ListSubscriptionsRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (ListSubscriptionsRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (ListSubscriptionsRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type ListSubscriptionsResponse added in v0.8.0

type ListSubscriptionsResponse struct {

	// List of subscriptions
	Subscriptions []*Subscription `protobuf:"bytes,1,rep,name=subscriptions,proto3" json:"subscriptions,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSubscriptionsResponse) Descriptor deprecated added in v0.8.0

func (*ListSubscriptionsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListSubscriptionsResponse.ProtoReflect.Descriptor instead.

func (*ListSubscriptionsResponse) GetSubscriptions added in v0.8.0

func (x *ListSubscriptionsResponse) GetSubscriptions() []*Subscription

func (*ListSubscriptionsResponse) ProtoMessage added in v0.8.0

func (*ListSubscriptionsResponse) ProtoMessage()

func (*ListSubscriptionsResponse) ProtoReflect added in v0.8.0

func (*ListSubscriptionsResponse) Reset added in v0.8.0

func (x *ListSubscriptionsResponse) Reset()

func (*ListSubscriptionsResponse) String added in v0.8.0

func (x *ListSubscriptionsResponse) String() string

func (*ListSubscriptionsResponse) Validate added in v0.8.0

func (m *ListSubscriptionsResponse) Validate() error

Validate checks the field values on ListSubscriptionsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListSubscriptionsResponse) ValidateAll added in v0.8.0

func (m *ListSubscriptionsResponse) ValidateAll() error

ValidateAll checks the field values on ListSubscriptionsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListSubscriptionsResponseMultiError, or nil if none found.

type ListSubscriptionsResponseMultiError added in v0.8.0

type ListSubscriptionsResponseMultiError []error

ListSubscriptionsResponseMultiError is an error wrapping multiple validation errors returned by ListSubscriptionsResponse.ValidateAll() if the designated constraints aren't met.

func (ListSubscriptionsResponseMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (ListSubscriptionsResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type ListSubscriptionsResponseValidationError added in v0.8.0

type ListSubscriptionsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListSubscriptionsResponseValidationError is the validation error returned by ListSubscriptionsResponse.Validate if the designated constraints aren't met.

func (ListSubscriptionsResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (ListSubscriptionsResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (ListSubscriptionsResponseValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (ListSubscriptionsResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (ListSubscriptionsResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (ListSubscriptionsResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type ListUserGroupsRequest

type ListUserGroupsRequest struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId string `protobuf:"bytes,3,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserGroupsRequest) Descriptor deprecated

func (*ListUserGroupsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListUserGroupsRequest.ProtoReflect.Descriptor instead.

func (*ListUserGroupsRequest) GetId

func (x *ListUserGroupsRequest) GetId() string

func (*ListUserGroupsRequest) GetOrgId

func (x *ListUserGroupsRequest) GetOrgId() string

func (*ListUserGroupsRequest) ProtoMessage

func (*ListUserGroupsRequest) ProtoMessage()

func (*ListUserGroupsRequest) ProtoReflect

func (x *ListUserGroupsRequest) ProtoReflect() protoreflect.Message

func (*ListUserGroupsRequest) Reset

func (x *ListUserGroupsRequest) Reset()

func (*ListUserGroupsRequest) String

func (x *ListUserGroupsRequest) String() string

func (*ListUserGroupsRequest) Validate

func (m *ListUserGroupsRequest) Validate() error

Validate checks the field values on ListUserGroupsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListUserGroupsRequest) ValidateAll

func (m *ListUserGroupsRequest) ValidateAll() error

ValidateAll checks the field values on ListUserGroupsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListUserGroupsRequestMultiError, or nil if none found.

type ListUserGroupsRequestMultiError

type ListUserGroupsRequestMultiError []error

ListUserGroupsRequestMultiError is an error wrapping multiple validation errors returned by ListUserGroupsRequest.ValidateAll() if the designated constraints aren't met.

func (ListUserGroupsRequestMultiError) AllErrors

func (m ListUserGroupsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListUserGroupsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListUserGroupsRequestValidationError

type ListUserGroupsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListUserGroupsRequestValidationError is the validation error returned by ListUserGroupsRequest.Validate if the designated constraints aren't met.

func (ListUserGroupsRequestValidationError) Cause

Cause function returns cause value.

func (ListUserGroupsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListUserGroupsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListUserGroupsRequestValidationError) Field

Field function returns field value.

func (ListUserGroupsRequestValidationError) Key

Key function returns key value.

func (ListUserGroupsRequestValidationError) Reason

Reason function returns reason value.

type ListUserGroupsResponse

type ListUserGroupsResponse struct {
	Groups []*Group `protobuf:"bytes,1,rep,name=groups,proto3" json:"groups,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserGroupsResponse) Descriptor deprecated

func (*ListUserGroupsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListUserGroupsResponse.ProtoReflect.Descriptor instead.

func (*ListUserGroupsResponse) GetGroups

func (x *ListUserGroupsResponse) GetGroups() []*Group

func (*ListUserGroupsResponse) ProtoMessage

func (*ListUserGroupsResponse) ProtoMessage()

func (*ListUserGroupsResponse) ProtoReflect

func (x *ListUserGroupsResponse) ProtoReflect() protoreflect.Message

func (*ListUserGroupsResponse) Reset

func (x *ListUserGroupsResponse) Reset()

func (*ListUserGroupsResponse) String

func (x *ListUserGroupsResponse) String() string

func (*ListUserGroupsResponse) Validate

func (m *ListUserGroupsResponse) Validate() error

Validate checks the field values on ListUserGroupsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListUserGroupsResponse) ValidateAll

func (m *ListUserGroupsResponse) ValidateAll() error

ValidateAll checks the field values on ListUserGroupsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListUserGroupsResponseMultiError, or nil if none found.

type ListUserGroupsResponseMultiError

type ListUserGroupsResponseMultiError []error

ListUserGroupsResponseMultiError is an error wrapping multiple validation errors returned by ListUserGroupsResponse.ValidateAll() if the designated constraints aren't met.

func (ListUserGroupsResponseMultiError) AllErrors

func (m ListUserGroupsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListUserGroupsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListUserGroupsResponseValidationError

type ListUserGroupsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListUserGroupsResponseValidationError is the validation error returned by ListUserGroupsResponse.Validate if the designated constraints aren't met.

func (ListUserGroupsResponseValidationError) Cause

Cause function returns cause value.

func (ListUserGroupsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListUserGroupsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListUserGroupsResponseValidationError) Field

Field function returns field value.

func (ListUserGroupsResponseValidationError) Key

Key function returns key value.

func (ListUserGroupsResponseValidationError) Reason

Reason function returns reason value.

type ListUserInvitationsRequest

type ListUserInvitationsRequest struct {

	// id is email id of the user
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserInvitationsRequest) Descriptor deprecated

func (*ListUserInvitationsRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListUserInvitationsRequest.ProtoReflect.Descriptor instead.

func (*ListUserInvitationsRequest) GetId

func (*ListUserInvitationsRequest) ProtoMessage

func (*ListUserInvitationsRequest) ProtoMessage()

func (*ListUserInvitationsRequest) ProtoReflect

func (*ListUserInvitationsRequest) Reset

func (x *ListUserInvitationsRequest) Reset()

func (*ListUserInvitationsRequest) String

func (x *ListUserInvitationsRequest) String() string

func (*ListUserInvitationsRequest) Validate

func (m *ListUserInvitationsRequest) Validate() error

Validate checks the field values on ListUserInvitationsRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListUserInvitationsRequest) ValidateAll

func (m *ListUserInvitationsRequest) ValidateAll() error

ValidateAll checks the field values on ListUserInvitationsRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListUserInvitationsRequestMultiError, or nil if none found.

type ListUserInvitationsRequestMultiError

type ListUserInvitationsRequestMultiError []error

ListUserInvitationsRequestMultiError is an error wrapping multiple validation errors returned by ListUserInvitationsRequest.ValidateAll() if the designated constraints aren't met.

func (ListUserInvitationsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListUserInvitationsRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListUserInvitationsRequestValidationError

type ListUserInvitationsRequestValidationError struct {
	// contains filtered or unexported fields
}

ListUserInvitationsRequestValidationError is the validation error returned by ListUserInvitationsRequest.Validate if the designated constraints aren't met.

func (ListUserInvitationsRequestValidationError) Cause

Cause function returns cause value.

func (ListUserInvitationsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListUserInvitationsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListUserInvitationsRequestValidationError) Field

Field function returns field value.

func (ListUserInvitationsRequestValidationError) Key

Key function returns key value.

func (ListUserInvitationsRequestValidationError) Reason

Reason function returns reason value.

type ListUserInvitationsResponse

type ListUserInvitationsResponse struct {
	Invitations []*Invitation `protobuf:"bytes,1,rep,name=invitations,proto3" json:"invitations,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserInvitationsResponse) Descriptor deprecated

func (*ListUserInvitationsResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListUserInvitationsResponse.ProtoReflect.Descriptor instead.

func (*ListUserInvitationsResponse) GetInvitations

func (x *ListUserInvitationsResponse) GetInvitations() []*Invitation

func (*ListUserInvitationsResponse) ProtoMessage

func (*ListUserInvitationsResponse) ProtoMessage()

func (*ListUserInvitationsResponse) ProtoReflect

func (*ListUserInvitationsResponse) Reset

func (x *ListUserInvitationsResponse) Reset()

func (*ListUserInvitationsResponse) String

func (x *ListUserInvitationsResponse) String() string

func (*ListUserInvitationsResponse) Validate

func (m *ListUserInvitationsResponse) Validate() error

Validate checks the field values on ListUserInvitationsResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListUserInvitationsResponse) ValidateAll

func (m *ListUserInvitationsResponse) ValidateAll() error

ValidateAll checks the field values on ListUserInvitationsResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListUserInvitationsResponseMultiError, or nil if none found.

type ListUserInvitationsResponseMultiError

type ListUserInvitationsResponseMultiError []error

ListUserInvitationsResponseMultiError is an error wrapping multiple validation errors returned by ListUserInvitationsResponse.ValidateAll() if the designated constraints aren't met.

func (ListUserInvitationsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListUserInvitationsResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListUserInvitationsResponseValidationError

type ListUserInvitationsResponseValidationError struct {
	// contains filtered or unexported fields
}

ListUserInvitationsResponseValidationError is the validation error returned by ListUserInvitationsResponse.Validate if the designated constraints aren't met.

func (ListUserInvitationsResponseValidationError) Cause

Cause function returns cause value.

func (ListUserInvitationsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListUserInvitationsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListUserInvitationsResponseValidationError) Field

Field function returns field value.

func (ListUserInvitationsResponseValidationError) Key

Key function returns key value.

func (ListUserInvitationsResponseValidationError) Reason

Reason function returns reason value.

type ListUserPreferencesRequest added in v0.7.3

type ListUserPreferencesRequest struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserPreferencesRequest) Descriptor deprecated added in v0.7.3

func (*ListUserPreferencesRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListUserPreferencesRequest.ProtoReflect.Descriptor instead.

func (*ListUserPreferencesRequest) GetId added in v0.7.3

func (*ListUserPreferencesRequest) ProtoMessage added in v0.7.3

func (*ListUserPreferencesRequest) ProtoMessage()

func (*ListUserPreferencesRequest) ProtoReflect added in v0.7.3

func (*ListUserPreferencesRequest) Reset added in v0.7.3

func (x *ListUserPreferencesRequest) Reset()

func (*ListUserPreferencesRequest) String added in v0.7.3

func (x *ListUserPreferencesRequest) String() string

func (*ListUserPreferencesRequest) Validate added in v0.7.3

func (m *ListUserPreferencesRequest) Validate() error

Validate checks the field values on ListUserPreferencesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListUserPreferencesRequest) ValidateAll added in v0.7.3

func (m *ListUserPreferencesRequest) ValidateAll() error

ValidateAll checks the field values on ListUserPreferencesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListUserPreferencesRequestMultiError, or nil if none found.

type ListUserPreferencesRequestMultiError added in v0.7.3

type ListUserPreferencesRequestMultiError []error

ListUserPreferencesRequestMultiError is an error wrapping multiple validation errors returned by ListUserPreferencesRequest.ValidateAll() if the designated constraints aren't met.

func (ListUserPreferencesRequestMultiError) AllErrors added in v0.7.3

AllErrors returns a list of validation violation errors.

func (ListUserPreferencesRequestMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type ListUserPreferencesRequestValidationError added in v0.7.3

type ListUserPreferencesRequestValidationError struct {
	// contains filtered or unexported fields
}

ListUserPreferencesRequestValidationError is the validation error returned by ListUserPreferencesRequest.Validate if the designated constraints aren't met.

func (ListUserPreferencesRequestValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (ListUserPreferencesRequestValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (ListUserPreferencesRequestValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (ListUserPreferencesRequestValidationError) Field added in v0.7.3

Field function returns field value.

func (ListUserPreferencesRequestValidationError) Key added in v0.7.3

Key function returns key value.

func (ListUserPreferencesRequestValidationError) Reason added in v0.7.3

Reason function returns reason value.

type ListUserPreferencesResponse added in v0.7.3

type ListUserPreferencesResponse struct {
	Preferences []*Preference `protobuf:"bytes,1,rep,name=preferences,proto3" json:"preferences,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserPreferencesResponse) Descriptor deprecated added in v0.7.3

func (*ListUserPreferencesResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListUserPreferencesResponse.ProtoReflect.Descriptor instead.

func (*ListUserPreferencesResponse) GetPreferences added in v0.7.3

func (x *ListUserPreferencesResponse) GetPreferences() []*Preference

func (*ListUserPreferencesResponse) ProtoMessage added in v0.7.3

func (*ListUserPreferencesResponse) ProtoMessage()

func (*ListUserPreferencesResponse) ProtoReflect added in v0.7.3

func (*ListUserPreferencesResponse) Reset added in v0.7.3

func (x *ListUserPreferencesResponse) Reset()

func (*ListUserPreferencesResponse) String added in v0.7.3

func (x *ListUserPreferencesResponse) String() string

func (*ListUserPreferencesResponse) Validate added in v0.7.3

func (m *ListUserPreferencesResponse) Validate() error

Validate checks the field values on ListUserPreferencesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListUserPreferencesResponse) ValidateAll added in v0.7.3

func (m *ListUserPreferencesResponse) ValidateAll() error

ValidateAll checks the field values on ListUserPreferencesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListUserPreferencesResponseMultiError, or nil if none found.

type ListUserPreferencesResponseMultiError added in v0.7.3

type ListUserPreferencesResponseMultiError []error

ListUserPreferencesResponseMultiError is an error wrapping multiple validation errors returned by ListUserPreferencesResponse.ValidateAll() if the designated constraints aren't met.

func (ListUserPreferencesResponseMultiError) AllErrors added in v0.7.3

AllErrors returns a list of validation violation errors.

func (ListUserPreferencesResponseMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type ListUserPreferencesResponseValidationError added in v0.7.3

type ListUserPreferencesResponseValidationError struct {
	// contains filtered or unexported fields
}

ListUserPreferencesResponseValidationError is the validation error returned by ListUserPreferencesResponse.Validate if the designated constraints aren't met.

func (ListUserPreferencesResponseValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (ListUserPreferencesResponseValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (ListUserPreferencesResponseValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (ListUserPreferencesResponseValidationError) Field added in v0.7.3

Field function returns field value.

func (ListUserPreferencesResponseValidationError) Key added in v0.7.3

Key function returns key value.

func (ListUserPreferencesResponseValidationError) Reason added in v0.7.3

Reason function returns reason value.

type ListUsersRequest

type ListUsersRequest struct {
	PageSize int32  `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageNum  int32  `protobuf:"varint,2,opt,name=page_num,json=pageNum,proto3" json:"page_num,omitempty"`
	Keyword  string `protobuf:"bytes,3,opt,name=keyword,proto3" json:"keyword,omitempty"`
	OrgId    string `protobuf:"bytes,4,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	GroupId  string `protobuf:"bytes,5,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	State    string `protobuf:"bytes,6,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUsersRequest) Descriptor deprecated

func (*ListUsersRequest) Descriptor() ([]byte, []int)

Deprecated: Use ListUsersRequest.ProtoReflect.Descriptor instead.

func (*ListUsersRequest) GetGroupId

func (x *ListUsersRequest) GetGroupId() string

func (*ListUsersRequest) GetKeyword

func (x *ListUsersRequest) GetKeyword() string

func (*ListUsersRequest) GetOrgId

func (x *ListUsersRequest) GetOrgId() string

func (*ListUsersRequest) GetPageNum

func (x *ListUsersRequest) GetPageNum() int32

func (*ListUsersRequest) GetPageSize

func (x *ListUsersRequest) GetPageSize() int32

func (*ListUsersRequest) GetState

func (x *ListUsersRequest) GetState() string

func (*ListUsersRequest) ProtoMessage

func (*ListUsersRequest) ProtoMessage()

func (*ListUsersRequest) ProtoReflect

func (x *ListUsersRequest) ProtoReflect() protoreflect.Message

func (*ListUsersRequest) Reset

func (x *ListUsersRequest) Reset()

func (*ListUsersRequest) String

func (x *ListUsersRequest) String() string

func (*ListUsersRequest) Validate

func (m *ListUsersRequest) Validate() error

Validate checks the field values on ListUsersRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListUsersRequest) ValidateAll

func (m *ListUsersRequest) ValidateAll() error

ValidateAll checks the field values on ListUsersRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListUsersRequestMultiError, or nil if none found.

type ListUsersRequestMultiError

type ListUsersRequestMultiError []error

ListUsersRequestMultiError is an error wrapping multiple validation errors returned by ListUsersRequest.ValidateAll() if the designated constraints aren't met.

func (ListUsersRequestMultiError) AllErrors

func (m ListUsersRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListUsersRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListUsersRequestValidationError

type ListUsersRequestValidationError struct {
	// contains filtered or unexported fields
}

ListUsersRequestValidationError is the validation error returned by ListUsersRequest.Validate if the designated constraints aren't met.

func (ListUsersRequestValidationError) Cause

Cause function returns cause value.

func (ListUsersRequestValidationError) Error

Error satisfies the builtin error interface

func (ListUsersRequestValidationError) ErrorName

ErrorName returns error name.

func (ListUsersRequestValidationError) Field

Field function returns field value.

func (ListUsersRequestValidationError) Key

Key function returns key value.

func (ListUsersRequestValidationError) Reason

Reason function returns reason value.

type ListUsersResponse

type ListUsersResponse struct {
	Count int32   `protobuf:"varint,1,opt,name=count,proto3" json:"count,omitempty"`
	Users []*User `protobuf:"bytes,2,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUsersResponse) Descriptor deprecated

func (*ListUsersResponse) Descriptor() ([]byte, []int)

Deprecated: Use ListUsersResponse.ProtoReflect.Descriptor instead.

func (*ListUsersResponse) GetCount

func (x *ListUsersResponse) GetCount() int32

func (*ListUsersResponse) GetUsers

func (x *ListUsersResponse) GetUsers() []*User

func (*ListUsersResponse) ProtoMessage

func (*ListUsersResponse) ProtoMessage()

func (*ListUsersResponse) ProtoReflect

func (x *ListUsersResponse) ProtoReflect() protoreflect.Message

func (*ListUsersResponse) Reset

func (x *ListUsersResponse) Reset()

func (*ListUsersResponse) String

func (x *ListUsersResponse) String() string

func (*ListUsersResponse) Validate

func (m *ListUsersResponse) Validate() error

Validate checks the field values on ListUsersResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ListUsersResponse) ValidateAll

func (m *ListUsersResponse) ValidateAll() error

ValidateAll checks the field values on ListUsersResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListUsersResponseMultiError, or nil if none found.

type ListUsersResponseMultiError

type ListUsersResponseMultiError []error

ListUsersResponseMultiError is an error wrapping multiple validation errors returned by ListUsersResponse.ValidateAll() if the designated constraints aren't met.

func (ListUsersResponseMultiError) AllErrors

func (m ListUsersResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListUsersResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ListUsersResponseValidationError

type ListUsersResponseValidationError struct {
	// contains filtered or unexported fields
}

ListUsersResponseValidationError is the validation error returned by ListUsersResponse.Validate if the designated constraints aren't met.

func (ListUsersResponseValidationError) Cause

Cause function returns cause value.

func (ListUsersResponseValidationError) Error

Error satisfies the builtin error interface

func (ListUsersResponseValidationError) ErrorName

ErrorName returns error name.

func (ListUsersResponseValidationError) Field

Field function returns field value.

func (ListUsersResponseValidationError) Key

Key function returns key value.

func (ListUsersResponseValidationError) Reason

Reason function returns reason value.

type MetaSchema

type MetaSchema struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name      string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Schema    string                 `protobuf:"bytes,3,opt,name=schema,proto3" json:"schema,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*MetaSchema) Descriptor deprecated

func (*MetaSchema) Descriptor() ([]byte, []int)

Deprecated: Use MetaSchema.ProtoReflect.Descriptor instead.

func (*MetaSchema) GetCreatedAt

func (x *MetaSchema) GetCreatedAt() *timestamppb.Timestamp

func (*MetaSchema) GetId

func (x *MetaSchema) GetId() string

func (*MetaSchema) GetName

func (x *MetaSchema) GetName() string

func (*MetaSchema) GetSchema

func (x *MetaSchema) GetSchema() string

func (*MetaSchema) GetUpdatedAt

func (x *MetaSchema) GetUpdatedAt() *timestamppb.Timestamp

func (*MetaSchema) ProtoMessage

func (*MetaSchema) ProtoMessage()

func (*MetaSchema) ProtoReflect

func (x *MetaSchema) ProtoReflect() protoreflect.Message

func (*MetaSchema) Reset

func (x *MetaSchema) Reset()

func (*MetaSchema) String

func (x *MetaSchema) String() string

func (*MetaSchema) Validate

func (m *MetaSchema) Validate() error

Validate checks the field values on MetaSchema with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetaSchema) ValidateAll

func (m *MetaSchema) ValidateAll() error

ValidateAll checks the field values on MetaSchema with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetaSchemaMultiError, or nil if none found.

type MetaSchemaMultiError

type MetaSchemaMultiError []error

MetaSchemaMultiError is an error wrapping multiple validation errors returned by MetaSchema.ValidateAll() if the designated constraints aren't met.

func (MetaSchemaMultiError) AllErrors

func (m MetaSchemaMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MetaSchemaMultiError) Error

func (m MetaSchemaMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type MetaSchemaRequestBody

type MetaSchemaRequestBody struct {
	Name   string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Schema string `protobuf:"bytes,2,opt,name=schema,proto3" json:"schema,omitempty"`
	// contains filtered or unexported fields
}

func (*MetaSchemaRequestBody) Descriptor deprecated

func (*MetaSchemaRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use MetaSchemaRequestBody.ProtoReflect.Descriptor instead.

func (*MetaSchemaRequestBody) GetName

func (x *MetaSchemaRequestBody) GetName() string

func (*MetaSchemaRequestBody) GetSchema

func (x *MetaSchemaRequestBody) GetSchema() string

func (*MetaSchemaRequestBody) ProtoMessage

func (*MetaSchemaRequestBody) ProtoMessage()

func (*MetaSchemaRequestBody) ProtoReflect

func (x *MetaSchemaRequestBody) ProtoReflect() protoreflect.Message

func (*MetaSchemaRequestBody) Reset

func (x *MetaSchemaRequestBody) Reset()

func (*MetaSchemaRequestBody) String

func (x *MetaSchemaRequestBody) String() string

func (*MetaSchemaRequestBody) Validate

func (m *MetaSchemaRequestBody) Validate() error

Validate checks the field values on MetaSchemaRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*MetaSchemaRequestBody) ValidateAll

func (m *MetaSchemaRequestBody) ValidateAll() error

ValidateAll checks the field values on MetaSchemaRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MetaSchemaRequestBodyMultiError, or nil if none found.

type MetaSchemaRequestBodyMultiError

type MetaSchemaRequestBodyMultiError []error

MetaSchemaRequestBodyMultiError is an error wrapping multiple validation errors returned by MetaSchemaRequestBody.ValidateAll() if the designated constraints aren't met.

func (MetaSchemaRequestBodyMultiError) AllErrors

func (m MetaSchemaRequestBodyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (MetaSchemaRequestBodyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type MetaSchemaRequestBodyValidationError

type MetaSchemaRequestBodyValidationError struct {
	// contains filtered or unexported fields
}

MetaSchemaRequestBodyValidationError is the validation error returned by MetaSchemaRequestBody.Validate if the designated constraints aren't met.

func (MetaSchemaRequestBodyValidationError) Cause

Cause function returns cause value.

func (MetaSchemaRequestBodyValidationError) Error

Error satisfies the builtin error interface

func (MetaSchemaRequestBodyValidationError) ErrorName

ErrorName returns error name.

func (MetaSchemaRequestBodyValidationError) Field

Field function returns field value.

func (MetaSchemaRequestBodyValidationError) Key

Key function returns key value.

func (MetaSchemaRequestBodyValidationError) Reason

Reason function returns reason value.

type MetaSchemaValidationError

type MetaSchemaValidationError struct {
	// contains filtered or unexported fields
}

MetaSchemaValidationError is the validation error returned by MetaSchema.Validate if the designated constraints aren't met.

func (MetaSchemaValidationError) Cause

func (e MetaSchemaValidationError) Cause() error

Cause function returns cause value.

func (MetaSchemaValidationError) Error

Error satisfies the builtin error interface

func (MetaSchemaValidationError) ErrorName

func (e MetaSchemaValidationError) ErrorName() string

ErrorName returns error name.

func (MetaSchemaValidationError) Field

Field function returns field value.

func (MetaSchemaValidationError) Key

Key function returns key value.

func (MetaSchemaValidationError) Reason

func (e MetaSchemaValidationError) Reason() string

Reason function returns reason value.

type Namespace

type Namespace struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// name could be in a format like: app/organization
	Name      string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Metadata  *structpb.Struct       `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Namespace) Descriptor deprecated

func (*Namespace) Descriptor() ([]byte, []int)

Deprecated: Use Namespace.ProtoReflect.Descriptor instead.

func (*Namespace) GetCreatedAt

func (x *Namespace) GetCreatedAt() *timestamppb.Timestamp

func (*Namespace) GetId

func (x *Namespace) GetId() string

func (*Namespace) GetMetadata

func (x *Namespace) GetMetadata() *structpb.Struct

func (*Namespace) GetName

func (x *Namespace) GetName() string

func (*Namespace) GetUpdatedAt

func (x *Namespace) GetUpdatedAt() *timestamppb.Timestamp

func (*Namespace) ProtoMessage

func (*Namespace) ProtoMessage()

func (*Namespace) ProtoReflect

func (x *Namespace) ProtoReflect() protoreflect.Message

func (*Namespace) Reset

func (x *Namespace) Reset()

func (*Namespace) String

func (x *Namespace) String() string

func (*Namespace) Validate

func (m *Namespace) Validate() error

Validate checks the field values on Namespace with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Namespace) ValidateAll

func (m *Namespace) ValidateAll() error

ValidateAll checks the field values on Namespace with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in NamespaceMultiError, or nil if none found.

type NamespaceMultiError

type NamespaceMultiError []error

NamespaceMultiError is an error wrapping multiple validation errors returned by Namespace.ValidateAll() if the designated constraints aren't met.

func (NamespaceMultiError) AllErrors

func (m NamespaceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (NamespaceMultiError) Error

func (m NamespaceMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type NamespaceValidationError

type NamespaceValidationError struct {
	// contains filtered or unexported fields
}

NamespaceValidationError is the validation error returned by Namespace.Validate if the designated constraints aren't met.

func (NamespaceValidationError) Cause

func (e NamespaceValidationError) Cause() error

Cause function returns cause value.

func (NamespaceValidationError) Error

func (e NamespaceValidationError) Error() string

Error satisfies the builtin error interface

func (NamespaceValidationError) ErrorName

func (e NamespaceValidationError) ErrorName() string

ErrorName returns error name.

func (NamespaceValidationError) Field

func (e NamespaceValidationError) Field() string

Field function returns field value.

func (NamespaceValidationError) Key

Key function returns key value.

func (NamespaceValidationError) Reason

func (e NamespaceValidationError) Reason() string

Reason function returns reason value.

type Organization

type Organization struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name      string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Title     string                 `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Metadata  *structpb.Struct       `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	State     string                 `protobuf:"bytes,7,opt,name=state,proto3" json:"state,omitempty"`
	Avatar    string                 `protobuf:"bytes,8,opt,name=avatar,proto3" json:"avatar,omitempty"`
	// contains filtered or unexported fields
}

func (*Organization) Descriptor deprecated

func (*Organization) Descriptor() ([]byte, []int)

Deprecated: Use Organization.ProtoReflect.Descriptor instead.

func (*Organization) GetAvatar added in v0.7.5

func (x *Organization) GetAvatar() string

func (*Organization) GetCreatedAt

func (x *Organization) GetCreatedAt() *timestamppb.Timestamp

func (*Organization) GetId

func (x *Organization) GetId() string

func (*Organization) GetMetadata

func (x *Organization) GetMetadata() *structpb.Struct

func (*Organization) GetName

func (x *Organization) GetName() string

func (*Organization) GetState added in v0.7.5

func (x *Organization) GetState() string

func (*Organization) GetTitle

func (x *Organization) GetTitle() string

func (*Organization) GetUpdatedAt

func (x *Organization) GetUpdatedAt() *timestamppb.Timestamp

func (*Organization) ProtoMessage

func (*Organization) ProtoMessage()

func (*Organization) ProtoReflect

func (x *Organization) ProtoReflect() protoreflect.Message

func (*Organization) Reset

func (x *Organization) Reset()

func (*Organization) String

func (x *Organization) String() string

func (*Organization) Validate

func (m *Organization) Validate() error

Validate checks the field values on Organization with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Organization) ValidateAll

func (m *Organization) ValidateAll() error

ValidateAll checks the field values on Organization with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OrganizationMultiError, or nil if none found.

type OrganizationMultiError

type OrganizationMultiError []error

OrganizationMultiError is an error wrapping multiple validation errors returned by Organization.ValidateAll() if the designated constraints aren't met.

func (OrganizationMultiError) AllErrors

func (m OrganizationMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OrganizationMultiError) Error

func (m OrganizationMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type OrganizationRequestBody

type OrganizationRequestBody struct {
	Name     string           `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Title    string           `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Metadata *structpb.Struct `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Avatar   string           `protobuf:"bytes,4,opt,name=avatar,proto3" json:"avatar,omitempty"`
	// contains filtered or unexported fields
}

func (*OrganizationRequestBody) Descriptor deprecated

func (*OrganizationRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use OrganizationRequestBody.ProtoReflect.Descriptor instead.

func (*OrganizationRequestBody) GetAvatar added in v0.7.5

func (x *OrganizationRequestBody) GetAvatar() string

func (*OrganizationRequestBody) GetMetadata

func (x *OrganizationRequestBody) GetMetadata() *structpb.Struct

func (*OrganizationRequestBody) GetName

func (x *OrganizationRequestBody) GetName() string

func (*OrganizationRequestBody) GetTitle

func (x *OrganizationRequestBody) GetTitle() string

func (*OrganizationRequestBody) ProtoMessage

func (*OrganizationRequestBody) ProtoMessage()

func (*OrganizationRequestBody) ProtoReflect

func (x *OrganizationRequestBody) ProtoReflect() protoreflect.Message

func (*OrganizationRequestBody) Reset

func (x *OrganizationRequestBody) Reset()

func (*OrganizationRequestBody) String

func (x *OrganizationRequestBody) String() string

func (*OrganizationRequestBody) Validate

func (m *OrganizationRequestBody) Validate() error

Validate checks the field values on OrganizationRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*OrganizationRequestBody) ValidateAll

func (m *OrganizationRequestBody) ValidateAll() error

ValidateAll checks the field values on OrganizationRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OrganizationRequestBodyMultiError, or nil if none found.

type OrganizationRequestBodyMultiError

type OrganizationRequestBodyMultiError []error

OrganizationRequestBodyMultiError is an error wrapping multiple validation errors returned by OrganizationRequestBody.ValidateAll() if the designated constraints aren't met.

func (OrganizationRequestBodyMultiError) AllErrors

func (m OrganizationRequestBodyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OrganizationRequestBodyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type OrganizationRequestBodyValidationError

type OrganizationRequestBodyValidationError struct {
	// contains filtered or unexported fields
}

OrganizationRequestBodyValidationError is the validation error returned by OrganizationRequestBody.Validate if the designated constraints aren't met.

func (OrganizationRequestBodyValidationError) Cause

Cause function returns cause value.

func (OrganizationRequestBodyValidationError) Error

Error satisfies the builtin error interface

func (OrganizationRequestBodyValidationError) ErrorName

ErrorName returns error name.

func (OrganizationRequestBodyValidationError) Field

Field function returns field value.

func (OrganizationRequestBodyValidationError) Key

Key function returns key value.

func (OrganizationRequestBodyValidationError) Reason

Reason function returns reason value.

type OrganizationValidationError

type OrganizationValidationError struct {
	// contains filtered or unexported fields
}

OrganizationValidationError is the validation error returned by Organization.Validate if the designated constraints aren't met.

func (OrganizationValidationError) Cause

Cause function returns cause value.

func (OrganizationValidationError) Error

Error satisfies the builtin error interface

func (OrganizationValidationError) ErrorName

func (e OrganizationValidationError) ErrorName() string

ErrorName returns error name.

func (OrganizationValidationError) Field

Field function returns field value.

func (OrganizationValidationError) Key

Key function returns key value.

func (OrganizationValidationError) Reason

Reason function returns reason value.

type PaymentMethod added in v0.8.13

type PaymentMethod struct {
	Id              string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CustomerId      string                 `protobuf:"bytes,2,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
	ProviderId      string                 `protobuf:"bytes,3,opt,name=provider_id,json=providerId,proto3" json:"provider_id,omitempty"`
	Type            string                 `protobuf:"bytes,4,opt,name=type,proto3" json:"type,omitempty"`
	CardBrand       string                 `protobuf:"bytes,15,opt,name=card_brand,json=cardBrand,proto3" json:"card_brand,omitempty"`
	CardLast4       string                 `protobuf:"bytes,16,opt,name=card_last4,json=cardLast4,proto3" json:"card_last4,omitempty"`
	CardExpiryMonth int64                  `protobuf:"varint,17,opt,name=card_expiry_month,json=cardExpiryMonth,proto3" json:"card_expiry_month,omitempty"`
	CardExpiryYear  int64                  `protobuf:"varint,18,opt,name=card_expiry_year,json=cardExpiryYear,proto3" json:"card_expiry_year,omitempty"`
	Metadata        *structpb.Struct       `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt       *timestamppb.Timestamp `protobuf:"bytes,21,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*PaymentMethod) Descriptor deprecated added in v0.8.13

func (*PaymentMethod) Descriptor() ([]byte, []int)

Deprecated: Use PaymentMethod.ProtoReflect.Descriptor instead.

func (*PaymentMethod) GetCardBrand added in v0.8.13

func (x *PaymentMethod) GetCardBrand() string

func (*PaymentMethod) GetCardExpiryMonth added in v0.8.13

func (x *PaymentMethod) GetCardExpiryMonth() int64

func (*PaymentMethod) GetCardExpiryYear added in v0.8.13

func (x *PaymentMethod) GetCardExpiryYear() int64

func (*PaymentMethod) GetCardLast4 added in v0.8.13

func (x *PaymentMethod) GetCardLast4() string

func (*PaymentMethod) GetCreatedAt added in v0.8.13

func (x *PaymentMethod) GetCreatedAt() *timestamppb.Timestamp

func (*PaymentMethod) GetCustomerId added in v0.8.13

func (x *PaymentMethod) GetCustomerId() string

func (*PaymentMethod) GetId added in v0.8.13

func (x *PaymentMethod) GetId() string

func (*PaymentMethod) GetMetadata added in v0.8.13

func (x *PaymentMethod) GetMetadata() *structpb.Struct

func (*PaymentMethod) GetProviderId added in v0.8.13

func (x *PaymentMethod) GetProviderId() string

func (*PaymentMethod) GetType added in v0.8.13

func (x *PaymentMethod) GetType() string

func (*PaymentMethod) ProtoMessage added in v0.8.13

func (*PaymentMethod) ProtoMessage()

func (*PaymentMethod) ProtoReflect added in v0.8.13

func (x *PaymentMethod) ProtoReflect() protoreflect.Message

func (*PaymentMethod) Reset added in v0.8.13

func (x *PaymentMethod) Reset()

func (*PaymentMethod) String added in v0.8.13

func (x *PaymentMethod) String() string

func (*PaymentMethod) Validate added in v0.8.13

func (m *PaymentMethod) Validate() error

Validate checks the field values on PaymentMethod with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PaymentMethod) ValidateAll added in v0.8.13

func (m *PaymentMethod) ValidateAll() error

ValidateAll checks the field values on PaymentMethod with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PaymentMethodMultiError, or nil if none found.

type PaymentMethodMultiError added in v0.8.13

type PaymentMethodMultiError []error

PaymentMethodMultiError is an error wrapping multiple validation errors returned by PaymentMethod.ValidateAll() if the designated constraints aren't met.

func (PaymentMethodMultiError) AllErrors added in v0.8.13

func (m PaymentMethodMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PaymentMethodMultiError) Error added in v0.8.13

func (m PaymentMethodMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PaymentMethodValidationError added in v0.8.13

type PaymentMethodValidationError struct {
	// contains filtered or unexported fields
}

PaymentMethodValidationError is the validation error returned by PaymentMethod.Validate if the designated constraints aren't met.

func (PaymentMethodValidationError) Cause added in v0.8.13

Cause function returns cause value.

func (PaymentMethodValidationError) Error added in v0.8.13

Error satisfies the builtin error interface

func (PaymentMethodValidationError) ErrorName added in v0.8.13

func (e PaymentMethodValidationError) ErrorName() string

ErrorName returns error name.

func (PaymentMethodValidationError) Field added in v0.8.13

Field function returns field value.

func (PaymentMethodValidationError) Key added in v0.8.13

Key function returns key value.

func (PaymentMethodValidationError) Reason added in v0.8.13

Reason function returns reason value.

type Permission

type Permission struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Deprecated: Marked as deprecated in raystack/frontier/v1beta1/models.proto.
	Name      string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Title     string                 `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// Deprecated: Marked as deprecated in raystack/frontier/v1beta1/models.proto.
	Namespace string           `protobuf:"bytes,6,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Metadata  *structpb.Struct `protobuf:"bytes,7,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Key       string           `protobuf:"bytes,8,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*Permission) Descriptor deprecated

func (*Permission) Descriptor() ([]byte, []int)

Deprecated: Use Permission.ProtoReflect.Descriptor instead.

func (*Permission) GetCreatedAt

func (x *Permission) GetCreatedAt() *timestamppb.Timestamp

func (*Permission) GetId

func (x *Permission) GetId() string

func (*Permission) GetKey

func (x *Permission) GetKey() string

func (*Permission) GetMetadata

func (x *Permission) GetMetadata() *structpb.Struct

func (*Permission) GetName deprecated

func (x *Permission) GetName() string

Deprecated: Marked as deprecated in raystack/frontier/v1beta1/models.proto.

func (*Permission) GetNamespace deprecated

func (x *Permission) GetNamespace() string

Deprecated: Marked as deprecated in raystack/frontier/v1beta1/models.proto.

func (*Permission) GetTitle

func (x *Permission) GetTitle() string

func (*Permission) GetUpdatedAt

func (x *Permission) GetUpdatedAt() *timestamppb.Timestamp

func (*Permission) ProtoMessage

func (*Permission) ProtoMessage()

func (*Permission) ProtoReflect

func (x *Permission) ProtoReflect() protoreflect.Message

func (*Permission) Reset

func (x *Permission) Reset()

func (*Permission) String

func (x *Permission) String() string

func (*Permission) Validate

func (m *Permission) Validate() error

Validate checks the field values on Permission with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Permission) ValidateAll

func (m *Permission) ValidateAll() error

ValidateAll checks the field values on Permission with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PermissionMultiError, or nil if none found.

type PermissionMultiError

type PermissionMultiError []error

PermissionMultiError is an error wrapping multiple validation errors returned by Permission.ValidateAll() if the designated constraints aren't met.

func (PermissionMultiError) AllErrors

func (m PermissionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PermissionMultiError) Error

func (m PermissionMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PermissionRequestBody

type PermissionRequestBody struct {

	// Deprecated: Marked as deprecated in raystack/frontier/v1beta1/admin.proto.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// namespace should be in service/resource format
	//
	// Deprecated: Marked as deprecated in raystack/frontier/v1beta1/admin.proto.
	Namespace string           `protobuf:"bytes,2,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Metadata  *structpb.Struct `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Title     string           `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	// key is composed of three parts, 'service.resource.verb'. Where 'service.resource' works as a namespace for the 'verb'.
	// Use this instead of using name and namespace fields
	Key string `protobuf:"bytes,5,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*PermissionRequestBody) Descriptor deprecated

func (*PermissionRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use PermissionRequestBody.ProtoReflect.Descriptor instead.

func (*PermissionRequestBody) GetKey

func (x *PermissionRequestBody) GetKey() string

func (*PermissionRequestBody) GetMetadata

func (x *PermissionRequestBody) GetMetadata() *structpb.Struct

func (*PermissionRequestBody) GetName deprecated

func (x *PermissionRequestBody) GetName() string

Deprecated: Marked as deprecated in raystack/frontier/v1beta1/admin.proto.

func (*PermissionRequestBody) GetNamespace deprecated

func (x *PermissionRequestBody) GetNamespace() string

Deprecated: Marked as deprecated in raystack/frontier/v1beta1/admin.proto.

func (*PermissionRequestBody) GetTitle

func (x *PermissionRequestBody) GetTitle() string

func (*PermissionRequestBody) ProtoMessage

func (*PermissionRequestBody) ProtoMessage()

func (*PermissionRequestBody) ProtoReflect

func (x *PermissionRequestBody) ProtoReflect() protoreflect.Message

func (*PermissionRequestBody) Reset

func (x *PermissionRequestBody) Reset()

func (*PermissionRequestBody) String

func (x *PermissionRequestBody) String() string

func (*PermissionRequestBody) Validate

func (m *PermissionRequestBody) Validate() error

Validate checks the field values on PermissionRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PermissionRequestBody) ValidateAll

func (m *PermissionRequestBody) ValidateAll() error

ValidateAll checks the field values on PermissionRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PermissionRequestBodyMultiError, or nil if none found.

type PermissionRequestBodyMultiError

type PermissionRequestBodyMultiError []error

PermissionRequestBodyMultiError is an error wrapping multiple validation errors returned by PermissionRequestBody.ValidateAll() if the designated constraints aren't met.

func (PermissionRequestBodyMultiError) AllErrors

func (m PermissionRequestBodyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PermissionRequestBodyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PermissionRequestBodyValidationError

type PermissionRequestBodyValidationError struct {
	// contains filtered or unexported fields
}

PermissionRequestBodyValidationError is the validation error returned by PermissionRequestBody.Validate if the designated constraints aren't met.

func (PermissionRequestBodyValidationError) Cause

Cause function returns cause value.

func (PermissionRequestBodyValidationError) Error

Error satisfies the builtin error interface

func (PermissionRequestBodyValidationError) ErrorName

ErrorName returns error name.

func (PermissionRequestBodyValidationError) Field

Field function returns field value.

func (PermissionRequestBodyValidationError) Key

Key function returns key value.

func (PermissionRequestBodyValidationError) Reason

Reason function returns reason value.

type PermissionValidationError

type PermissionValidationError struct {
	// contains filtered or unexported fields
}

PermissionValidationError is the validation error returned by Permission.Validate if the designated constraints aren't met.

func (PermissionValidationError) Cause

func (e PermissionValidationError) Cause() error

Cause function returns cause value.

func (PermissionValidationError) Error

Error satisfies the builtin error interface

func (PermissionValidationError) ErrorName

func (e PermissionValidationError) ErrorName() string

ErrorName returns error name.

func (PermissionValidationError) Field

Field function returns field value.

func (PermissionValidationError) Key

Key function returns key value.

func (PermissionValidationError) Reason

func (e PermissionValidationError) Reason() string

Reason function returns reason value.

type Plan added in v0.8.0

type Plan struct {
	Id          string     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name        string     `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Title       string     `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Description string     `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Products    []*Product `protobuf:"bytes,5,rep,name=products,proto3" json:"products,omitempty"`
	// known intervals are "day", "week", "month", and "year"
	Interval       string                 `protobuf:"bytes,6,opt,name=interval,proto3" json:"interval,omitempty"`
	OnStartCredits int64                  `protobuf:"varint,7,opt,name=on_start_credits,json=onStartCredits,proto3" json:"on_start_credits,omitempty"`
	TrialDays      int64                  `protobuf:"varint,8,opt,name=trial_days,json=trialDays,proto3" json:"trial_days,omitempty"`
	Metadata       *structpb.Struct       `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt      *timestamppb.Timestamp `protobuf:"bytes,21,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt      *timestamppb.Timestamp `protobuf:"bytes,22,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Plan) Descriptor deprecated added in v0.8.0

func (*Plan) Descriptor() ([]byte, []int)

Deprecated: Use Plan.ProtoReflect.Descriptor instead.

func (*Plan) GetCreatedAt added in v0.8.0

func (x *Plan) GetCreatedAt() *timestamppb.Timestamp

func (*Plan) GetDescription added in v0.8.0

func (x *Plan) GetDescription() string

func (*Plan) GetId added in v0.8.0

func (x *Plan) GetId() string

func (*Plan) GetInterval added in v0.8.0

func (x *Plan) GetInterval() string

func (*Plan) GetMetadata added in v0.8.0

func (x *Plan) GetMetadata() *structpb.Struct

func (*Plan) GetName added in v0.8.0

func (x *Plan) GetName() string

func (*Plan) GetOnStartCredits added in v0.8.18

func (x *Plan) GetOnStartCredits() int64

func (*Plan) GetProducts added in v0.8.14

func (x *Plan) GetProducts() []*Product

func (*Plan) GetTitle added in v0.8.0

func (x *Plan) GetTitle() string

func (*Plan) GetTrialDays added in v0.8.24

func (x *Plan) GetTrialDays() int64

func (*Plan) GetUpdatedAt added in v0.8.0

func (x *Plan) GetUpdatedAt() *timestamppb.Timestamp

func (*Plan) ProtoMessage added in v0.8.0

func (*Plan) ProtoMessage()

func (*Plan) ProtoReflect added in v0.8.0

func (x *Plan) ProtoReflect() protoreflect.Message

func (*Plan) Reset added in v0.8.0

func (x *Plan) Reset()

func (*Plan) String added in v0.8.0

func (x *Plan) String() string

func (*Plan) Validate added in v0.8.0

func (m *Plan) Validate() error

Validate checks the field values on Plan with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Plan) ValidateAll added in v0.8.0

func (m *Plan) ValidateAll() error

ValidateAll checks the field values on Plan with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PlanMultiError, or nil if none found.

type PlanMultiError added in v0.8.0

type PlanMultiError []error

PlanMultiError is an error wrapping multiple validation errors returned by Plan.ValidateAll() if the designated constraints aren't met.

func (PlanMultiError) AllErrors added in v0.8.0

func (m PlanMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PlanMultiError) Error added in v0.8.0

func (m PlanMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PlanRequestBody added in v0.8.0

type PlanRequestBody struct {
	Name        string     `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Title       string     `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Description string     `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	Products    []*Product `protobuf:"bytes,4,rep,name=products,proto3" json:"products,omitempty"`
	// known intervals are "day", "week", "month", and "year"
	Interval       string           `protobuf:"bytes,5,opt,name=interval,proto3" json:"interval,omitempty"`
	OnStartCredits int64            `protobuf:"varint,6,opt,name=on_start_credits,json=onStartCredits,proto3" json:"on_start_credits,omitempty"`
	TrialDays      int64            `protobuf:"varint,7,opt,name=trial_days,json=trialDays,proto3" json:"trial_days,omitempty"`
	Metadata       *structpb.Struct `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*PlanRequestBody) Descriptor deprecated added in v0.8.0

func (*PlanRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use PlanRequestBody.ProtoReflect.Descriptor instead.

func (*PlanRequestBody) GetDescription added in v0.8.0

func (x *PlanRequestBody) GetDescription() string

func (*PlanRequestBody) GetInterval added in v0.8.0

func (x *PlanRequestBody) GetInterval() string

func (*PlanRequestBody) GetMetadata added in v0.8.0

func (x *PlanRequestBody) GetMetadata() *structpb.Struct

func (*PlanRequestBody) GetName added in v0.8.0

func (x *PlanRequestBody) GetName() string

func (*PlanRequestBody) GetOnStartCredits added in v0.8.18

func (x *PlanRequestBody) GetOnStartCredits() int64

func (*PlanRequestBody) GetProducts added in v0.8.14

func (x *PlanRequestBody) GetProducts() []*Product

func (*PlanRequestBody) GetTitle added in v0.8.0

func (x *PlanRequestBody) GetTitle() string

func (*PlanRequestBody) GetTrialDays added in v0.8.24

func (x *PlanRequestBody) GetTrialDays() int64

func (*PlanRequestBody) ProtoMessage added in v0.8.0

func (*PlanRequestBody) ProtoMessage()

func (*PlanRequestBody) ProtoReflect added in v0.8.0

func (x *PlanRequestBody) ProtoReflect() protoreflect.Message

func (*PlanRequestBody) Reset added in v0.8.0

func (x *PlanRequestBody) Reset()

func (*PlanRequestBody) String added in v0.8.0

func (x *PlanRequestBody) String() string

func (*PlanRequestBody) Validate added in v0.8.0

func (m *PlanRequestBody) Validate() error

Validate checks the field values on PlanRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PlanRequestBody) ValidateAll added in v0.8.0

func (m *PlanRequestBody) ValidateAll() error

ValidateAll checks the field values on PlanRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PlanRequestBodyMultiError, or nil if none found.

type PlanRequestBodyMultiError added in v0.8.0

type PlanRequestBodyMultiError []error

PlanRequestBodyMultiError is an error wrapping multiple validation errors returned by PlanRequestBody.ValidateAll() if the designated constraints aren't met.

func (PlanRequestBodyMultiError) AllErrors added in v0.8.0

func (m PlanRequestBodyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PlanRequestBodyMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type PlanRequestBodyValidationError added in v0.8.0

type PlanRequestBodyValidationError struct {
	// contains filtered or unexported fields
}

PlanRequestBodyValidationError is the validation error returned by PlanRequestBody.Validate if the designated constraints aren't met.

func (PlanRequestBodyValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (PlanRequestBodyValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (PlanRequestBodyValidationError) ErrorName added in v0.8.0

func (e PlanRequestBodyValidationError) ErrorName() string

ErrorName returns error name.

func (PlanRequestBodyValidationError) Field added in v0.8.0

Field function returns field value.

func (PlanRequestBodyValidationError) Key added in v0.8.0

Key function returns key value.

func (PlanRequestBodyValidationError) Reason added in v0.8.0

Reason function returns reason value.

type PlanValidationError added in v0.8.0

type PlanValidationError struct {
	// contains filtered or unexported fields
}

PlanValidationError is the validation error returned by Plan.Validate if the designated constraints aren't met.

func (PlanValidationError) Cause added in v0.8.0

func (e PlanValidationError) Cause() error

Cause function returns cause value.

func (PlanValidationError) Error added in v0.8.0

func (e PlanValidationError) Error() string

Error satisfies the builtin error interface

func (PlanValidationError) ErrorName added in v0.8.0

func (e PlanValidationError) ErrorName() string

ErrorName returns error name.

func (PlanValidationError) Field added in v0.8.0

func (e PlanValidationError) Field() string

Field function returns field value.

func (PlanValidationError) Key added in v0.8.0

func (e PlanValidationError) Key() bool

Key function returns key value.

func (PlanValidationError) Reason added in v0.8.0

func (e PlanValidationError) Reason() string

Reason function returns reason value.

type Policy

type Policy struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title     string                 `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	RoleId    string                 `protobuf:"bytes,8,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"`
	// namespace:uuid
	Resource string `protobuf:"bytes,10,opt,name=resource,proto3" json:"resource,omitempty"`
	// namespace:uuid
	Principal string           `protobuf:"bytes,11,opt,name=principal,proto3" json:"principal,omitempty"`
	Metadata  *structpb.Struct `protobuf:"bytes,12,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*Policy) Descriptor deprecated

func (*Policy) Descriptor() ([]byte, []int)

Deprecated: Use Policy.ProtoReflect.Descriptor instead.

func (*Policy) GetCreatedAt

func (x *Policy) GetCreatedAt() *timestamppb.Timestamp

func (*Policy) GetId

func (x *Policy) GetId() string

func (*Policy) GetMetadata

func (x *Policy) GetMetadata() *structpb.Struct

func (*Policy) GetPrincipal

func (x *Policy) GetPrincipal() string

func (*Policy) GetResource

func (x *Policy) GetResource() string

func (*Policy) GetRoleId

func (x *Policy) GetRoleId() string

func (*Policy) GetTitle

func (x *Policy) GetTitle() string

func (*Policy) GetUpdatedAt

func (x *Policy) GetUpdatedAt() *timestamppb.Timestamp

func (*Policy) ProtoMessage

func (*Policy) ProtoMessage()

func (*Policy) ProtoReflect

func (x *Policy) ProtoReflect() protoreflect.Message

func (*Policy) Reset

func (x *Policy) Reset()

func (*Policy) String

func (x *Policy) String() string

func (*Policy) Validate

func (m *Policy) Validate() error

Validate checks the field values on Policy with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Policy) ValidateAll

func (m *Policy) ValidateAll() error

ValidateAll checks the field values on Policy with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PolicyMultiError, or nil if none found.

type PolicyMultiError

type PolicyMultiError []error

PolicyMultiError is an error wrapping multiple validation errors returned by Policy.ValidateAll() if the designated constraints aren't met.

func (PolicyMultiError) AllErrors

func (m PolicyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PolicyMultiError) Error

func (m PolicyMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PolicyRequestBody

type PolicyRequestBody struct {
	RoleId    string           `protobuf:"bytes,1,opt,name=role_id,json=roleId,proto3" json:"role_id,omitempty"`
	Title     string           `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Resource  string           `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	Principal string           `protobuf:"bytes,4,opt,name=principal,proto3" json:"principal,omitempty"`
	Metadata  *structpb.Struct `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*PolicyRequestBody) Descriptor deprecated

func (*PolicyRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use PolicyRequestBody.ProtoReflect.Descriptor instead.

func (*PolicyRequestBody) GetMetadata

func (x *PolicyRequestBody) GetMetadata() *structpb.Struct

func (*PolicyRequestBody) GetPrincipal

func (x *PolicyRequestBody) GetPrincipal() string

func (*PolicyRequestBody) GetResource

func (x *PolicyRequestBody) GetResource() string

func (*PolicyRequestBody) GetRoleId

func (x *PolicyRequestBody) GetRoleId() string

func (*PolicyRequestBody) GetTitle

func (x *PolicyRequestBody) GetTitle() string

func (*PolicyRequestBody) ProtoMessage

func (*PolicyRequestBody) ProtoMessage()

func (*PolicyRequestBody) ProtoReflect

func (x *PolicyRequestBody) ProtoReflect() protoreflect.Message

func (*PolicyRequestBody) Reset

func (x *PolicyRequestBody) Reset()

func (*PolicyRequestBody) String

func (x *PolicyRequestBody) String() string

func (*PolicyRequestBody) Validate

func (m *PolicyRequestBody) Validate() error

Validate checks the field values on PolicyRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PolicyRequestBody) ValidateAll

func (m *PolicyRequestBody) ValidateAll() error

ValidateAll checks the field values on PolicyRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PolicyRequestBodyMultiError, or nil if none found.

type PolicyRequestBodyMultiError

type PolicyRequestBodyMultiError []error

PolicyRequestBodyMultiError is an error wrapping multiple validation errors returned by PolicyRequestBody.ValidateAll() if the designated constraints aren't met.

func (PolicyRequestBodyMultiError) AllErrors

func (m PolicyRequestBodyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PolicyRequestBodyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type PolicyRequestBodyValidationError

type PolicyRequestBodyValidationError struct {
	// contains filtered or unexported fields
}

PolicyRequestBodyValidationError is the validation error returned by PolicyRequestBody.Validate if the designated constraints aren't met.

func (PolicyRequestBodyValidationError) Cause

Cause function returns cause value.

func (PolicyRequestBodyValidationError) Error

Error satisfies the builtin error interface

func (PolicyRequestBodyValidationError) ErrorName

ErrorName returns error name.

func (PolicyRequestBodyValidationError) Field

Field function returns field value.

func (PolicyRequestBodyValidationError) Key

Key function returns key value.

func (PolicyRequestBodyValidationError) Reason

Reason function returns reason value.

type PolicyValidationError

type PolicyValidationError struct {
	// contains filtered or unexported fields
}

PolicyValidationError is the validation error returned by Policy.Validate if the designated constraints aren't met.

func (PolicyValidationError) Cause

func (e PolicyValidationError) Cause() error

Cause function returns cause value.

func (PolicyValidationError) Error

func (e PolicyValidationError) Error() string

Error satisfies the builtin error interface

func (PolicyValidationError) ErrorName

func (e PolicyValidationError) ErrorName() string

ErrorName returns error name.

func (PolicyValidationError) Field

func (e PolicyValidationError) Field() string

Field function returns field value.

func (PolicyValidationError) Key

func (e PolicyValidationError) Key() bool

Key function returns key value.

func (PolicyValidationError) Reason

func (e PolicyValidationError) Reason() string

Reason function returns reason value.

type Preference added in v0.7.3

type Preference struct {
	Id           string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name         string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Value        string                 `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	ResourceId   string                 `protobuf:"bytes,4,opt,name=resource_id,json=resourceId,proto3" json:"resource_id,omitempty"`
	ResourceType string                 `protobuf:"bytes,5,opt,name=resource_type,json=resourceType,proto3" json:"resource_type,omitempty"`
	CreatedAt    *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt    *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Preference) Descriptor deprecated added in v0.7.3

func (*Preference) Descriptor() ([]byte, []int)

Deprecated: Use Preference.ProtoReflect.Descriptor instead.

func (*Preference) GetCreatedAt added in v0.7.3

func (x *Preference) GetCreatedAt() *timestamppb.Timestamp

func (*Preference) GetId added in v0.7.3

func (x *Preference) GetId() string

func (*Preference) GetName added in v0.7.3

func (x *Preference) GetName() string

func (*Preference) GetResourceId added in v0.7.3

func (x *Preference) GetResourceId() string

func (*Preference) GetResourceType added in v0.7.3

func (x *Preference) GetResourceType() string

func (*Preference) GetUpdatedAt added in v0.7.3

func (x *Preference) GetUpdatedAt() *timestamppb.Timestamp

func (*Preference) GetValue added in v0.7.3

func (x *Preference) GetValue() string

func (*Preference) ProtoMessage added in v0.7.3

func (*Preference) ProtoMessage()

func (*Preference) ProtoReflect added in v0.7.3

func (x *Preference) ProtoReflect() protoreflect.Message

func (*Preference) Reset added in v0.7.3

func (x *Preference) Reset()

func (*Preference) String added in v0.7.3

func (x *Preference) String() string

func (*Preference) Validate added in v0.7.3

func (m *Preference) Validate() error

Validate checks the field values on Preference with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Preference) ValidateAll added in v0.7.3

func (m *Preference) ValidateAll() error

ValidateAll checks the field values on Preference with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PreferenceMultiError, or nil if none found.

type PreferenceMultiError added in v0.7.3

type PreferenceMultiError []error

PreferenceMultiError is an error wrapping multiple validation errors returned by Preference.ValidateAll() if the designated constraints aren't met.

func (PreferenceMultiError) AllErrors added in v0.7.3

func (m PreferenceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PreferenceMultiError) Error added in v0.7.3

func (m PreferenceMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PreferenceRequestBody added in v0.7.3

type PreferenceRequestBody struct {
	Name  string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Value string `protobuf:"bytes,3,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*PreferenceRequestBody) Descriptor deprecated added in v0.7.3

func (*PreferenceRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use PreferenceRequestBody.ProtoReflect.Descriptor instead.

func (*PreferenceRequestBody) GetName added in v0.7.3

func (x *PreferenceRequestBody) GetName() string

func (*PreferenceRequestBody) GetValue added in v0.7.3

func (x *PreferenceRequestBody) GetValue() string

func (*PreferenceRequestBody) ProtoMessage added in v0.7.3

func (*PreferenceRequestBody) ProtoMessage()

func (*PreferenceRequestBody) ProtoReflect added in v0.7.3

func (x *PreferenceRequestBody) ProtoReflect() protoreflect.Message

func (*PreferenceRequestBody) Reset added in v0.7.3

func (x *PreferenceRequestBody) Reset()

func (*PreferenceRequestBody) String added in v0.7.3

func (x *PreferenceRequestBody) String() string

func (*PreferenceRequestBody) Validate added in v0.7.3

func (m *PreferenceRequestBody) Validate() error

Validate checks the field values on PreferenceRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PreferenceRequestBody) ValidateAll added in v0.7.3

func (m *PreferenceRequestBody) ValidateAll() error

ValidateAll checks the field values on PreferenceRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PreferenceRequestBodyMultiError, or nil if none found.

type PreferenceRequestBodyMultiError added in v0.7.3

type PreferenceRequestBodyMultiError []error

PreferenceRequestBodyMultiError is an error wrapping multiple validation errors returned by PreferenceRequestBody.ValidateAll() if the designated constraints aren't met.

func (PreferenceRequestBodyMultiError) AllErrors added in v0.7.3

func (m PreferenceRequestBodyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PreferenceRequestBodyMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type PreferenceRequestBodyValidationError added in v0.7.3

type PreferenceRequestBodyValidationError struct {
	// contains filtered or unexported fields
}

PreferenceRequestBodyValidationError is the validation error returned by PreferenceRequestBody.Validate if the designated constraints aren't met.

func (PreferenceRequestBodyValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (PreferenceRequestBodyValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (PreferenceRequestBodyValidationError) ErrorName added in v0.7.3

ErrorName returns error name.

func (PreferenceRequestBodyValidationError) Field added in v0.7.3

Field function returns field value.

func (PreferenceRequestBodyValidationError) Key added in v0.7.3

Key function returns key value.

func (PreferenceRequestBodyValidationError) Reason added in v0.7.3

Reason function returns reason value.

type PreferenceTrait added in v0.7.3

type PreferenceTrait struct {
	ResourceType    string `protobuf:"bytes,1,opt,name=resource_type,json=resourceType,proto3" json:"resource_type,omitempty"`
	Name            string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Title           string `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Description     string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	LongDescription string `protobuf:"bytes,5,opt,name=long_description,json=longDescription,proto3" json:"long_description,omitempty"`
	Heading         string `protobuf:"bytes,6,opt,name=heading,proto3" json:"heading,omitempty"`
	SubHeading      string `protobuf:"bytes,7,opt,name=sub_heading,json=subHeading,proto3" json:"sub_heading,omitempty"`
	Breadcrumb      string `protobuf:"bytes,8,opt,name=breadcrumb,proto3" json:"breadcrumb,omitempty"`
	Default         string `protobuf:"bytes,9,opt,name=default,proto3" json:"default,omitempty"`
	InputHints      string `protobuf:"bytes,19,opt,name=input_hints,json=inputHints,proto3" json:"input_hints,omitempty"`
	// Types that are assignable to Input:
	//
	//	*PreferenceTrait_Text
	//	*PreferenceTrait_Textarea
	//	*PreferenceTrait_Select
	//	*PreferenceTrait_Combobox
	//	*PreferenceTrait_Checkbox
	//	*PreferenceTrait_Multiselect
	//	*PreferenceTrait_Number
	Input isPreferenceTrait_Input `protobuf_oneof:"input"`
	// contains filtered or unexported fields
}

PreferenceTrait is a trait that can be used to add preferences to a resource it explains what preferences are available for a resource

func (*PreferenceTrait) Descriptor deprecated added in v0.7.3

func (*PreferenceTrait) Descriptor() ([]byte, []int)

Deprecated: Use PreferenceTrait.ProtoReflect.Descriptor instead.

func (*PreferenceTrait) GetBreadcrumb added in v0.7.3

func (x *PreferenceTrait) GetBreadcrumb() string

func (*PreferenceTrait) GetCheckbox added in v0.7.3

func (x *PreferenceTrait) GetCheckbox() string

func (*PreferenceTrait) GetCombobox added in v0.7.3

func (x *PreferenceTrait) GetCombobox() string

func (*PreferenceTrait) GetDefault added in v0.7.12

func (x *PreferenceTrait) GetDefault() string

func (*PreferenceTrait) GetDescription added in v0.7.3

func (x *PreferenceTrait) GetDescription() string

func (*PreferenceTrait) GetHeading added in v0.7.3

func (x *PreferenceTrait) GetHeading() string

func (*PreferenceTrait) GetInput added in v0.7.3

func (m *PreferenceTrait) GetInput() isPreferenceTrait_Input

func (*PreferenceTrait) GetInputHints added in v0.7.3

func (x *PreferenceTrait) GetInputHints() string

func (*PreferenceTrait) GetLongDescription added in v0.7.3

func (x *PreferenceTrait) GetLongDescription() string

func (*PreferenceTrait) GetMultiselect added in v0.7.3

func (x *PreferenceTrait) GetMultiselect() string

func (*PreferenceTrait) GetName added in v0.7.3

func (x *PreferenceTrait) GetName() string

func (*PreferenceTrait) GetNumber added in v0.7.3

func (x *PreferenceTrait) GetNumber() string

func (*PreferenceTrait) GetResourceType added in v0.7.3

func (x *PreferenceTrait) GetResourceType() string

func (*PreferenceTrait) GetSelect added in v0.7.3

func (x *PreferenceTrait) GetSelect() string

func (*PreferenceTrait) GetSubHeading added in v0.7.3

func (x *PreferenceTrait) GetSubHeading() string

func (*PreferenceTrait) GetText added in v0.7.3

func (x *PreferenceTrait) GetText() string

func (*PreferenceTrait) GetTextarea added in v0.7.3

func (x *PreferenceTrait) GetTextarea() string

func (*PreferenceTrait) GetTitle added in v0.7.3

func (x *PreferenceTrait) GetTitle() string

func (*PreferenceTrait) ProtoMessage added in v0.7.3

func (*PreferenceTrait) ProtoMessage()

func (*PreferenceTrait) ProtoReflect added in v0.7.3

func (x *PreferenceTrait) ProtoReflect() protoreflect.Message

func (*PreferenceTrait) Reset added in v0.7.3

func (x *PreferenceTrait) Reset()

func (*PreferenceTrait) String added in v0.7.3

func (x *PreferenceTrait) String() string

func (*PreferenceTrait) Validate added in v0.7.3

func (m *PreferenceTrait) Validate() error

Validate checks the field values on PreferenceTrait with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*PreferenceTrait) ValidateAll added in v0.7.3

func (m *PreferenceTrait) ValidateAll() error

ValidateAll checks the field values on PreferenceTrait with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PreferenceTraitMultiError, or nil if none found.

type PreferenceTraitMultiError added in v0.7.3

type PreferenceTraitMultiError []error

PreferenceTraitMultiError is an error wrapping multiple validation errors returned by PreferenceTrait.ValidateAll() if the designated constraints aren't met.

func (PreferenceTraitMultiError) AllErrors added in v0.7.3

func (m PreferenceTraitMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PreferenceTraitMultiError) Error added in v0.7.3

Error returns a concatenation of all the error messages it wraps.

type PreferenceTraitValidationError added in v0.7.3

type PreferenceTraitValidationError struct {
	// contains filtered or unexported fields
}

PreferenceTraitValidationError is the validation error returned by PreferenceTrait.Validate if the designated constraints aren't met.

func (PreferenceTraitValidationError) Cause added in v0.7.3

Cause function returns cause value.

func (PreferenceTraitValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (PreferenceTraitValidationError) ErrorName added in v0.7.3

func (e PreferenceTraitValidationError) ErrorName() string

ErrorName returns error name.

func (PreferenceTraitValidationError) Field added in v0.7.3

Field function returns field value.

func (PreferenceTraitValidationError) Key added in v0.7.3

Key function returns key value.

func (PreferenceTraitValidationError) Reason added in v0.7.3

Reason function returns reason value.

type PreferenceTrait_Checkbox added in v0.7.3

type PreferenceTrait_Checkbox struct {
	Checkbox string `protobuf:"bytes,24,opt,name=checkbox,proto3,oneof"`
}

type PreferenceTrait_Combobox added in v0.7.3

type PreferenceTrait_Combobox struct {
	Combobox string `protobuf:"bytes,23,opt,name=combobox,proto3,oneof"`
}

type PreferenceTrait_Multiselect added in v0.7.3

type PreferenceTrait_Multiselect struct {
	Multiselect string `protobuf:"bytes,25,opt,name=multiselect,proto3,oneof"`
}

type PreferenceTrait_Number added in v0.7.3

type PreferenceTrait_Number struct {
	Number string `protobuf:"bytes,26,opt,name=number,proto3,oneof"`
}

type PreferenceTrait_Select added in v0.7.3

type PreferenceTrait_Select struct {
	Select string `protobuf:"bytes,22,opt,name=select,proto3,oneof"`
}

type PreferenceTrait_Text added in v0.7.3

type PreferenceTrait_Text struct {
	Text string `protobuf:"bytes,20,opt,name=text,proto3,oneof"`
}

type PreferenceTrait_Textarea added in v0.7.3

type PreferenceTrait_Textarea struct {
	Textarea string `protobuf:"bytes,21,opt,name=textarea,proto3,oneof"`
}

type PreferenceValidationError added in v0.7.3

type PreferenceValidationError struct {
	// contains filtered or unexported fields
}

PreferenceValidationError is the validation error returned by Preference.Validate if the designated constraints aren't met.

func (PreferenceValidationError) Cause added in v0.7.3

func (e PreferenceValidationError) Cause() error

Cause function returns cause value.

func (PreferenceValidationError) Error added in v0.7.3

Error satisfies the builtin error interface

func (PreferenceValidationError) ErrorName added in v0.7.3

func (e PreferenceValidationError) ErrorName() string

ErrorName returns error name.

func (PreferenceValidationError) Field added in v0.7.3

Field function returns field value.

func (PreferenceValidationError) Key added in v0.7.3

Key function returns key value.

func (PreferenceValidationError) Reason added in v0.7.3

func (e PreferenceValidationError) Reason() string

Reason function returns reason value.

type Price added in v0.8.0

type Price struct {
	Id         string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ProductId  string `protobuf:"bytes,2,opt,name=product_id,json=productId,proto3" json:"product_id,omitempty"`
	ProviderId string `protobuf:"bytes,3,opt,name=provider_id,json=providerId,proto3" json:"provider_id,omitempty"`
	Name       string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// known intervals are "day", "week", "month", and "year"
	Interval string `protobuf:"bytes,6,opt,name=interval,proto3" json:"interval,omitempty"`
	// usage_type known types are "licensed" and "metered"
	UsageType string `protobuf:"bytes,7,opt,name=usage_type,json=usageType,proto3" json:"usage_type,omitempty"`
	// billing_scheme known schemes are "tiered" and "flat"
	BillingScheme string `protobuf:"bytes,8,opt,name=billing_scheme,json=billingScheme,proto3" json:"billing_scheme,omitempty"`
	State         string `protobuf:"bytes,9,opt,name=state,proto3" json:"state,omitempty"`
	// currency like "usd", "eur", "gbp"
	Currency string `protobuf:"bytes,10,opt,name=currency,proto3" json:"currency,omitempty"`
	Amount   int64  `protobuf:"varint,11,opt,name=amount,proto3" json:"amount,omitempty"`
	// metered_aggregate known aggregations are "sum", "last_during_period" and "max"
	MeteredAggregate string `protobuf:"bytes,13,opt,name=metered_aggregate,json=meteredAggregate,proto3" json:"metered_aggregate,omitempty"`
	// tier_mode known modes are "graduated" and "volume"
	TierMode  string                 `protobuf:"bytes,14,opt,name=tier_mode,json=tierMode,proto3" json:"tier_mode,omitempty"`
	Metadata  *structpb.Struct       `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,21,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,22,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Price) Descriptor deprecated added in v0.8.0

func (*Price) Descriptor() ([]byte, []int)

Deprecated: Use Price.ProtoReflect.Descriptor instead.

func (*Price) GetAmount added in v0.8.0

func (x *Price) GetAmount() int64

func (*Price) GetBillingScheme added in v0.8.0

func (x *Price) GetBillingScheme() string

func (*Price) GetCreatedAt added in v0.8.0

func (x *Price) GetCreatedAt() *timestamppb.Timestamp

func (*Price) GetCurrency added in v0.8.0

func (x *Price) GetCurrency() string

func (*Price) GetId added in v0.8.0

func (x *Price) GetId() string

func (*Price) GetInterval added in v0.8.0

func (x *Price) GetInterval() string

func (*Price) GetMetadata added in v0.8.0

func (x *Price) GetMetadata() *structpb.Struct

func (*Price) GetMeteredAggregate added in v0.8.0

func (x *Price) GetMeteredAggregate() string

func (*Price) GetName added in v0.8.0

func (x *Price) GetName() string

func (*Price) GetProductId added in v0.8.14

func (x *Price) GetProductId() string

func (*Price) GetProviderId added in v0.8.0

func (x *Price) GetProviderId() string

func (*Price) GetState added in v0.8.0

func (x *Price) GetState() string

func (*Price) GetTierMode added in v0.8.0

func (x *Price) GetTierMode() string

func (*Price) GetUpdatedAt added in v0.8.0

func (x *Price) GetUpdatedAt() *timestamppb.Timestamp

func (*Price) GetUsageType added in v0.8.0

func (x *Price) GetUsageType() string

func (*Price) ProtoMessage added in v0.8.0

func (*Price) ProtoMessage()

func (*Price) ProtoReflect added in v0.8.0

func (x *Price) ProtoReflect() protoreflect.Message

func (*Price) Reset added in v0.8.0

func (x *Price) Reset()

func (*Price) String added in v0.8.0

func (x *Price) String() string

func (*Price) Validate added in v0.8.0

func (m *Price) Validate() error

Validate checks the field values on Price with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Price) ValidateAll added in v0.8.0

func (m *Price) ValidateAll() error

ValidateAll checks the field values on Price with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PriceMultiError, or nil if none found.

type PriceMultiError added in v0.8.0

type PriceMultiError []error

PriceMultiError is an error wrapping multiple validation errors returned by Price.ValidateAll() if the designated constraints aren't met.

func (PriceMultiError) AllErrors added in v0.8.0

func (m PriceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PriceMultiError) Error added in v0.8.0

func (m PriceMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type PriceValidationError added in v0.8.0

type PriceValidationError struct {
	// contains filtered or unexported fields
}

PriceValidationError is the validation error returned by Price.Validate if the designated constraints aren't met.

func (PriceValidationError) Cause added in v0.8.0

func (e PriceValidationError) Cause() error

Cause function returns cause value.

func (PriceValidationError) Error added in v0.8.0

func (e PriceValidationError) Error() string

Error satisfies the builtin error interface

func (PriceValidationError) ErrorName added in v0.8.0

func (e PriceValidationError) ErrorName() string

ErrorName returns error name.

func (PriceValidationError) Field added in v0.8.0

func (e PriceValidationError) Field() string

Field function returns field value.

func (PriceValidationError) Key added in v0.8.0

func (e PriceValidationError) Key() bool

Key function returns key value.

func (PriceValidationError) Reason added in v0.8.0

func (e PriceValidationError) Reason() string

Reason function returns reason value.

type Product added in v0.8.14

type Product struct {
	Id             string                  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name           string                  `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Title          string                  `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Description    string                  `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	PlanIds        []string                `protobuf:"bytes,5,rep,name=plan_ids,json=planIds,proto3" json:"plan_ids,omitempty"`
	State          string                  `protobuf:"bytes,6,opt,name=state,proto3" json:"state,omitempty"`
	Prices         []*Price                `protobuf:"bytes,7,rep,name=prices,proto3" json:"prices,omitempty"`
	Behavior       string                  `protobuf:"bytes,9,opt,name=behavior,proto3" json:"behavior,omitempty"`
	Features       []*Feature              `protobuf:"bytes,10,rep,name=features,proto3" json:"features,omitempty"`
	BehaviorConfig *Product_BehaviorConfig `protobuf:"bytes,11,opt,name=behavior_config,json=behaviorConfig,proto3" json:"behavior_config,omitempty"`
	Metadata       *structpb.Struct        `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt      *timestamppb.Timestamp  `protobuf:"bytes,21,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt      *timestamppb.Timestamp  `protobuf:"bytes,22,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Product) Descriptor deprecated added in v0.8.14

func (*Product) Descriptor() ([]byte, []int)

Deprecated: Use Product.ProtoReflect.Descriptor instead.

func (*Product) GetBehavior added in v0.8.14

func (x *Product) GetBehavior() string

func (*Product) GetBehaviorConfig added in v0.8.18

func (x *Product) GetBehaviorConfig() *Product_BehaviorConfig

func (*Product) GetCreatedAt added in v0.8.14

func (x *Product) GetCreatedAt() *timestamppb.Timestamp

func (*Product) GetDescription added in v0.8.14

func (x *Product) GetDescription() string

func (*Product) GetFeatures added in v0.8.14

func (x *Product) GetFeatures() []*Feature

func (*Product) GetId added in v0.8.14

func (x *Product) GetId() string

func (*Product) GetMetadata added in v0.8.14

func (x *Product) GetMetadata() *structpb.Struct

func (*Product) GetName added in v0.8.14

func (x *Product) GetName() string

func (*Product) GetPlanIds added in v0.8.14

func (x *Product) GetPlanIds() []string

func (*Product) GetPrices added in v0.8.14

func (x *Product) GetPrices() []*Price

func (*Product) GetState added in v0.8.14

func (x *Product) GetState() string

func (*Product) GetTitle added in v0.8.14

func (x *Product) GetTitle() string

func (*Product) GetUpdatedAt added in v0.8.14

func (x *Product) GetUpdatedAt() *timestamppb.Timestamp

func (*Product) ProtoMessage added in v0.8.14

func (*Product) ProtoMessage()

func (*Product) ProtoReflect added in v0.8.14

func (x *Product) ProtoReflect() protoreflect.Message

func (*Product) Reset added in v0.8.14

func (x *Product) Reset()

func (*Product) String added in v0.8.14

func (x *Product) String() string

func (*Product) Validate added in v0.8.14

func (m *Product) Validate() error

Validate checks the field values on Product with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Product) ValidateAll added in v0.8.14

func (m *Product) ValidateAll() error

ValidateAll checks the field values on Product with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ProductMultiError, or nil if none found.

type ProductMultiError added in v0.8.14

type ProductMultiError []error

ProductMultiError is an error wrapping multiple validation errors returned by Product.ValidateAll() if the designated constraints aren't met.

func (ProductMultiError) AllErrors added in v0.8.14

func (m ProductMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ProductMultiError) Error added in v0.8.14

func (m ProductMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ProductRequestBody added in v0.8.14

type ProductRequestBody struct {
	Name           string                  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Title          string                  `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Description    string                  `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	PlanId         string                  `protobuf:"bytes,4,opt,name=plan_id,json=planId,proto3" json:"plan_id,omitempty"`
	Prices         []*Price                `protobuf:"bytes,5,rep,name=prices,proto3" json:"prices,omitempty"`
	Behavior       string                  `protobuf:"bytes,8,opt,name=behavior,proto3" json:"behavior,omitempty"`
	Features       []*Feature              `protobuf:"bytes,9,rep,name=features,proto3" json:"features,omitempty"`
	BehaviorConfig *Product_BehaviorConfig `protobuf:"bytes,10,opt,name=behavior_config,json=behaviorConfig,proto3" json:"behavior_config,omitempty"`
	Metadata       *structpb.Struct        `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*ProductRequestBody) Descriptor deprecated added in v0.8.14

func (*ProductRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use ProductRequestBody.ProtoReflect.Descriptor instead.

func (*ProductRequestBody) GetBehavior added in v0.8.14

func (x *ProductRequestBody) GetBehavior() string

func (*ProductRequestBody) GetBehaviorConfig added in v0.8.18

func (x *ProductRequestBody) GetBehaviorConfig() *Product_BehaviorConfig

func (*ProductRequestBody) GetDescription added in v0.8.14

func (x *ProductRequestBody) GetDescription() string

func (*ProductRequestBody) GetFeatures added in v0.8.14

func (x *ProductRequestBody) GetFeatures() []*Feature

func (*ProductRequestBody) GetMetadata added in v0.8.14

func (x *ProductRequestBody) GetMetadata() *structpb.Struct

func (*ProductRequestBody) GetName added in v0.8.14

func (x *ProductRequestBody) GetName() string

func (*ProductRequestBody) GetPlanId added in v0.8.14

func (x *ProductRequestBody) GetPlanId() string

func (*ProductRequestBody) GetPrices added in v0.8.14

func (x *ProductRequestBody) GetPrices() []*Price

func (*ProductRequestBody) GetTitle added in v0.8.14

func (x *ProductRequestBody) GetTitle() string

func (*ProductRequestBody) ProtoMessage added in v0.8.14

func (*ProductRequestBody) ProtoMessage()

func (*ProductRequestBody) ProtoReflect added in v0.8.14

func (x *ProductRequestBody) ProtoReflect() protoreflect.Message

func (*ProductRequestBody) Reset added in v0.8.14

func (x *ProductRequestBody) Reset()

func (*ProductRequestBody) String added in v0.8.14

func (x *ProductRequestBody) String() string

func (*ProductRequestBody) Validate added in v0.8.14

func (m *ProductRequestBody) Validate() error

Validate checks the field values on ProductRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ProductRequestBody) ValidateAll added in v0.8.14

func (m *ProductRequestBody) ValidateAll() error

ValidateAll checks the field values on ProductRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ProductRequestBodyMultiError, or nil if none found.

type ProductRequestBodyMultiError added in v0.8.14

type ProductRequestBodyMultiError []error

ProductRequestBodyMultiError is an error wrapping multiple validation errors returned by ProductRequestBody.ValidateAll() if the designated constraints aren't met.

func (ProductRequestBodyMultiError) AllErrors added in v0.8.14

func (m ProductRequestBodyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ProductRequestBodyMultiError) Error added in v0.8.14

Error returns a concatenation of all the error messages it wraps.

type ProductRequestBodyValidationError added in v0.8.14

type ProductRequestBodyValidationError struct {
	// contains filtered or unexported fields
}

ProductRequestBodyValidationError is the validation error returned by ProductRequestBody.Validate if the designated constraints aren't met.

func (ProductRequestBodyValidationError) Cause added in v0.8.14

Cause function returns cause value.

func (ProductRequestBodyValidationError) Error added in v0.8.14

Error satisfies the builtin error interface

func (ProductRequestBodyValidationError) ErrorName added in v0.8.14

ErrorName returns error name.

func (ProductRequestBodyValidationError) Field added in v0.8.14

Field function returns field value.

func (ProductRequestBodyValidationError) Key added in v0.8.14

Key function returns key value.

func (ProductRequestBodyValidationError) Reason added in v0.8.14

Reason function returns reason value.

type ProductValidationError added in v0.8.14

type ProductValidationError struct {
	// contains filtered or unexported fields
}

ProductValidationError is the validation error returned by Product.Validate if the designated constraints aren't met.

func (ProductValidationError) Cause added in v0.8.14

func (e ProductValidationError) Cause() error

Cause function returns cause value.

func (ProductValidationError) Error added in v0.8.14

func (e ProductValidationError) Error() string

Error satisfies the builtin error interface

func (ProductValidationError) ErrorName added in v0.8.14

func (e ProductValidationError) ErrorName() string

ErrorName returns error name.

func (ProductValidationError) Field added in v0.8.14

func (e ProductValidationError) Field() string

Field function returns field value.

func (ProductValidationError) Key added in v0.8.14

func (e ProductValidationError) Key() bool

Key function returns key value.

func (ProductValidationError) Reason added in v0.8.14

func (e ProductValidationError) Reason() string

Reason function returns reason value.

type Product_BehaviorConfig added in v0.8.18

type Product_BehaviorConfig struct {
	CreditAmount int64 `protobuf:"varint,1,opt,name=credit_amount,json=creditAmount,proto3" json:"credit_amount,omitempty"`
	SeatLimit    int64 `protobuf:"varint,2,opt,name=seat_limit,json=seatLimit,proto3" json:"seat_limit,omitempty"`
	MinQuantity  int64 `protobuf:"varint,3,opt,name=min_quantity,json=minQuantity,proto3" json:"min_quantity,omitempty"`
	MaxQuantity  int64 `protobuf:"varint,4,opt,name=max_quantity,json=maxQuantity,proto3" json:"max_quantity,omitempty"`
	// contains filtered or unexported fields
}

func (*Product_BehaviorConfig) Descriptor deprecated added in v0.8.18

func (*Product_BehaviorConfig) Descriptor() ([]byte, []int)

Deprecated: Use Product_BehaviorConfig.ProtoReflect.Descriptor instead.

func (*Product_BehaviorConfig) GetCreditAmount added in v0.8.18

func (x *Product_BehaviorConfig) GetCreditAmount() int64

func (*Product_BehaviorConfig) GetMaxQuantity added in v0.9.2

func (x *Product_BehaviorConfig) GetMaxQuantity() int64

func (*Product_BehaviorConfig) GetMinQuantity added in v0.9.2

func (x *Product_BehaviorConfig) GetMinQuantity() int64

func (*Product_BehaviorConfig) GetSeatLimit added in v0.8.18

func (x *Product_BehaviorConfig) GetSeatLimit() int64

func (*Product_BehaviorConfig) ProtoMessage added in v0.8.18

func (*Product_BehaviorConfig) ProtoMessage()

func (*Product_BehaviorConfig) ProtoReflect added in v0.8.18

func (x *Product_BehaviorConfig) ProtoReflect() protoreflect.Message

func (*Product_BehaviorConfig) Reset added in v0.8.18

func (x *Product_BehaviorConfig) Reset()

func (*Product_BehaviorConfig) String added in v0.8.18

func (x *Product_BehaviorConfig) String() string

func (*Product_BehaviorConfig) Validate added in v0.8.18

func (m *Product_BehaviorConfig) Validate() error

Validate checks the field values on Product_BehaviorConfig with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Product_BehaviorConfig) ValidateAll added in v0.8.18

func (m *Product_BehaviorConfig) ValidateAll() error

ValidateAll checks the field values on Product_BehaviorConfig with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Product_BehaviorConfigMultiError, or nil if none found.

type Product_BehaviorConfigMultiError added in v0.8.18

type Product_BehaviorConfigMultiError []error

Product_BehaviorConfigMultiError is an error wrapping multiple validation errors returned by Product_BehaviorConfig.ValidateAll() if the designated constraints aren't met.

func (Product_BehaviorConfigMultiError) AllErrors added in v0.8.18

func (m Product_BehaviorConfigMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (Product_BehaviorConfigMultiError) Error added in v0.8.18

Error returns a concatenation of all the error messages it wraps.

type Product_BehaviorConfigValidationError added in v0.8.18

type Product_BehaviorConfigValidationError struct {
	// contains filtered or unexported fields
}

Product_BehaviorConfigValidationError is the validation error returned by Product_BehaviorConfig.Validate if the designated constraints aren't met.

func (Product_BehaviorConfigValidationError) Cause added in v0.8.18

Cause function returns cause value.

func (Product_BehaviorConfigValidationError) Error added in v0.8.18

Error satisfies the builtin error interface

func (Product_BehaviorConfigValidationError) ErrorName added in v0.8.18

ErrorName returns error name.

func (Product_BehaviorConfigValidationError) Field added in v0.8.18

Field function returns field value.

func (Product_BehaviorConfigValidationError) Key added in v0.8.18

Key function returns key value.

func (Product_BehaviorConfigValidationError) Reason added in v0.8.18

Reason function returns reason value.

type Project

type Project struct {
	Id           string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name         string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Title        string                 `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	OrgId        string                 `protobuf:"bytes,4,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Metadata     *structpb.Struct       `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt    *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt    *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	MembersCount int32                  `protobuf:"varint,8,opt,name=members_count,json=membersCount,proto3" json:"members_count,omitempty"`
	// contains filtered or unexported fields
}

func (*Project) Descriptor deprecated

func (*Project) Descriptor() ([]byte, []int)

Deprecated: Use Project.ProtoReflect.Descriptor instead.

func (*Project) GetCreatedAt

func (x *Project) GetCreatedAt() *timestamppb.Timestamp

func (*Project) GetId

func (x *Project) GetId() string

func (*Project) GetMembersCount added in v0.8.8

func (x *Project) GetMembersCount() int32

func (*Project) GetMetadata

func (x *Project) GetMetadata() *structpb.Struct

func (*Project) GetName

func (x *Project) GetName() string

func (*Project) GetOrgId

func (x *Project) GetOrgId() string

func (*Project) GetTitle

func (x *Project) GetTitle() string

func (*Project) GetUpdatedAt

func (x *Project) GetUpdatedAt() *timestamppb.Timestamp

func (*Project) ProtoMessage

func (*Project) ProtoMessage()

func (*Project) ProtoReflect

func (x *Project) ProtoReflect() protoreflect.Message

func (*Project) Reset

func (x *Project) Reset()

func (*Project) String

func (x *Project) String() string

func (*Project) Validate

func (m *Project) Validate() error

Validate checks the field values on Project with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Project) ValidateAll

func (m *Project) ValidateAll() error

ValidateAll checks the field values on Project with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ProjectMultiError, or nil if none found.

type ProjectMultiError

type ProjectMultiError []error

ProjectMultiError is an error wrapping multiple validation errors returned by Project.ValidateAll() if the designated constraints aren't met.

func (ProjectMultiError) AllErrors

func (m ProjectMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ProjectMultiError) Error

func (m ProjectMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ProjectRequestBody

type ProjectRequestBody struct {
	Name     string           `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Title    string           `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Metadata *structpb.Struct `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	OrgId    string           `protobuf:"bytes,4,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ProjectRequestBody) Descriptor deprecated

func (*ProjectRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use ProjectRequestBody.ProtoReflect.Descriptor instead.

func (*ProjectRequestBody) GetMetadata

func (x *ProjectRequestBody) GetMetadata() *structpb.Struct

func (*ProjectRequestBody) GetName

func (x *ProjectRequestBody) GetName() string

func (*ProjectRequestBody) GetOrgId

func (x *ProjectRequestBody) GetOrgId() string

func (*ProjectRequestBody) GetTitle

func (x *ProjectRequestBody) GetTitle() string

func (*ProjectRequestBody) ProtoMessage

func (*ProjectRequestBody) ProtoMessage()

func (*ProjectRequestBody) ProtoReflect

func (x *ProjectRequestBody) ProtoReflect() protoreflect.Message

func (*ProjectRequestBody) Reset

func (x *ProjectRequestBody) Reset()

func (*ProjectRequestBody) String

func (x *ProjectRequestBody) String() string

func (*ProjectRequestBody) Validate

func (m *ProjectRequestBody) Validate() error

Validate checks the field values on ProjectRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ProjectRequestBody) ValidateAll

func (m *ProjectRequestBody) ValidateAll() error

ValidateAll checks the field values on ProjectRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ProjectRequestBodyMultiError, or nil if none found.

type ProjectRequestBodyMultiError

type ProjectRequestBodyMultiError []error

ProjectRequestBodyMultiError is an error wrapping multiple validation errors returned by ProjectRequestBody.ValidateAll() if the designated constraints aren't met.

func (ProjectRequestBodyMultiError) AllErrors

func (m ProjectRequestBodyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ProjectRequestBodyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ProjectRequestBodyValidationError

type ProjectRequestBodyValidationError struct {
	// contains filtered or unexported fields
}

ProjectRequestBodyValidationError is the validation error returned by ProjectRequestBody.Validate if the designated constraints aren't met.

func (ProjectRequestBodyValidationError) Cause

Cause function returns cause value.

func (ProjectRequestBodyValidationError) Error

Error satisfies the builtin error interface

func (ProjectRequestBodyValidationError) ErrorName

ErrorName returns error name.

func (ProjectRequestBodyValidationError) Field

Field function returns field value.

func (ProjectRequestBodyValidationError) Key

Key function returns key value.

func (ProjectRequestBodyValidationError) Reason

Reason function returns reason value.

type ProjectValidationError

type ProjectValidationError struct {
	// contains filtered or unexported fields
}

ProjectValidationError is the validation error returned by Project.Validate if the designated constraints aren't met.

func (ProjectValidationError) Cause

func (e ProjectValidationError) Cause() error

Cause function returns cause value.

func (ProjectValidationError) Error

func (e ProjectValidationError) Error() string

Error satisfies the builtin error interface

func (ProjectValidationError) ErrorName

func (e ProjectValidationError) ErrorName() string

ErrorName returns error name.

func (ProjectValidationError) Field

func (e ProjectValidationError) Field() string

Field function returns field value.

func (ProjectValidationError) Key

func (e ProjectValidationError) Key() bool

Key function returns key value.

func (ProjectValidationError) Reason

func (e ProjectValidationError) Reason() string

Reason function returns reason value.

type Relation

type Relation struct {
	Id                 string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedAt          *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt          *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	SubjectSubRelation string                 `protobuf:"bytes,9,opt,name=subject_sub_relation,json=subjectSubRelation,proto3" json:"subject_sub_relation,omitempty"`
	Relation           string                 `protobuf:"bytes,10,opt,name=relation,proto3" json:"relation,omitempty"`
	// objectnamespace:id
	Object string `protobuf:"bytes,11,opt,name=object,proto3" json:"object,omitempty"`
	// subjectnamespace:id
	Subject string `protobuf:"bytes,12,opt,name=subject,proto3" json:"subject,omitempty"`
	// contains filtered or unexported fields
}

func (*Relation) Descriptor deprecated

func (*Relation) Descriptor() ([]byte, []int)

Deprecated: Use Relation.ProtoReflect.Descriptor instead.

func (*Relation) GetCreatedAt

func (x *Relation) GetCreatedAt() *timestamppb.Timestamp

func (*Relation) GetId

func (x *Relation) GetId() string

func (*Relation) GetObject

func (x *Relation) GetObject() string

func (*Relation) GetRelation

func (x *Relation) GetRelation() string

func (*Relation) GetSubject

func (x *Relation) GetSubject() string

func (*Relation) GetSubjectSubRelation

func (x *Relation) GetSubjectSubRelation() string

func (*Relation) GetUpdatedAt

func (x *Relation) GetUpdatedAt() *timestamppb.Timestamp

func (*Relation) ProtoMessage

func (*Relation) ProtoMessage()

func (*Relation) ProtoReflect

func (x *Relation) ProtoReflect() protoreflect.Message

func (*Relation) Reset

func (x *Relation) Reset()

func (*Relation) String

func (x *Relation) String() string

func (*Relation) Validate

func (m *Relation) Validate() error

Validate checks the field values on Relation with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Relation) ValidateAll

func (m *Relation) ValidateAll() error

ValidateAll checks the field values on Relation with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RelationMultiError, or nil if none found.

type RelationMultiError

type RelationMultiError []error

RelationMultiError is an error wrapping multiple validation errors returned by Relation.ValidateAll() if the designated constraints aren't met.

func (RelationMultiError) AllErrors

func (m RelationMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RelationMultiError) Error

func (m RelationMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type RelationRequestBody

type RelationRequestBody struct {

	// objectnamespace:uuid
	Object string `protobuf:"bytes,1,opt,name=object,proto3" json:"object,omitempty"`
	// subjectnamespace:uuid
	Subject            string `protobuf:"bytes,3,opt,name=subject,proto3" json:"subject,omitempty"`
	Relation           string `protobuf:"bytes,4,opt,name=relation,proto3" json:"relation,omitempty"`
	SubjectSubRelation string `protobuf:"bytes,6,opt,name=subject_sub_relation,json=subjectSubRelation,proto3" json:"subject_sub_relation,omitempty"`
	// contains filtered or unexported fields
}

func (*RelationRequestBody) Descriptor deprecated

func (*RelationRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use RelationRequestBody.ProtoReflect.Descriptor instead.

func (*RelationRequestBody) GetObject

func (x *RelationRequestBody) GetObject() string

func (*RelationRequestBody) GetRelation

func (x *RelationRequestBody) GetRelation() string

func (*RelationRequestBody) GetSubject

func (x *RelationRequestBody) GetSubject() string

func (*RelationRequestBody) GetSubjectSubRelation

func (x *RelationRequestBody) GetSubjectSubRelation() string

func (*RelationRequestBody) ProtoMessage

func (*RelationRequestBody) ProtoMessage()

func (*RelationRequestBody) ProtoReflect

func (x *RelationRequestBody) ProtoReflect() protoreflect.Message

func (*RelationRequestBody) Reset

func (x *RelationRequestBody) Reset()

func (*RelationRequestBody) String

func (x *RelationRequestBody) String() string

func (*RelationRequestBody) Validate

func (m *RelationRequestBody) Validate() error

Validate checks the field values on RelationRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RelationRequestBody) ValidateAll

func (m *RelationRequestBody) ValidateAll() error

ValidateAll checks the field values on RelationRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RelationRequestBodyMultiError, or nil if none found.

type RelationRequestBodyMultiError

type RelationRequestBodyMultiError []error

RelationRequestBodyMultiError is an error wrapping multiple validation errors returned by RelationRequestBody.ValidateAll() if the designated constraints aren't met.

func (RelationRequestBodyMultiError) AllErrors

func (m RelationRequestBodyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RelationRequestBodyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RelationRequestBodyValidationError

type RelationRequestBodyValidationError struct {
	// contains filtered or unexported fields
}

RelationRequestBodyValidationError is the validation error returned by RelationRequestBody.Validate if the designated constraints aren't met.

func (RelationRequestBodyValidationError) Cause

Cause function returns cause value.

func (RelationRequestBodyValidationError) Error

Error satisfies the builtin error interface

func (RelationRequestBodyValidationError) ErrorName

ErrorName returns error name.

func (RelationRequestBodyValidationError) Field

Field function returns field value.

func (RelationRequestBodyValidationError) Key

Key function returns key value.

func (RelationRequestBodyValidationError) Reason

Reason function returns reason value.

type RelationValidationError

type RelationValidationError struct {
	// contains filtered or unexported fields
}

RelationValidationError is the validation error returned by Relation.Validate if the designated constraints aren't met.

func (RelationValidationError) Cause

func (e RelationValidationError) Cause() error

Cause function returns cause value.

func (RelationValidationError) Error

func (e RelationValidationError) Error() string

Error satisfies the builtin error interface

func (RelationValidationError) ErrorName

func (e RelationValidationError) ErrorName() string

ErrorName returns error name.

func (RelationValidationError) Field

func (e RelationValidationError) Field() string

Field function returns field value.

func (RelationValidationError) Key

func (e RelationValidationError) Key() bool

Key function returns key value.

func (RelationValidationError) Reason

func (e RelationValidationError) Reason() string

Reason function returns reason value.

type RemoveGroupUserRequest

type RemoveGroupUserRequest struct {
	Id     string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId  string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	UserId string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveGroupUserRequest) Descriptor deprecated

func (*RemoveGroupUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveGroupUserRequest.ProtoReflect.Descriptor instead.

func (*RemoveGroupUserRequest) GetId

func (x *RemoveGroupUserRequest) GetId() string

func (*RemoveGroupUserRequest) GetOrgId

func (x *RemoveGroupUserRequest) GetOrgId() string

func (*RemoveGroupUserRequest) GetUserId

func (x *RemoveGroupUserRequest) GetUserId() string

func (*RemoveGroupUserRequest) ProtoMessage

func (*RemoveGroupUserRequest) ProtoMessage()

func (*RemoveGroupUserRequest) ProtoReflect

func (x *RemoveGroupUserRequest) ProtoReflect() protoreflect.Message

func (*RemoveGroupUserRequest) Reset

func (x *RemoveGroupUserRequest) Reset()

func (*RemoveGroupUserRequest) String

func (x *RemoveGroupUserRequest) String() string

func (*RemoveGroupUserRequest) Validate

func (m *RemoveGroupUserRequest) Validate() error

Validate checks the field values on RemoveGroupUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RemoveGroupUserRequest) ValidateAll

func (m *RemoveGroupUserRequest) ValidateAll() error

ValidateAll checks the field values on RemoveGroupUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RemoveGroupUserRequestMultiError, or nil if none found.

type RemoveGroupUserRequestMultiError

type RemoveGroupUserRequestMultiError []error

RemoveGroupUserRequestMultiError is an error wrapping multiple validation errors returned by RemoveGroupUserRequest.ValidateAll() if the designated constraints aren't met.

func (RemoveGroupUserRequestMultiError) AllErrors

func (m RemoveGroupUserRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RemoveGroupUserRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RemoveGroupUserRequestValidationError

type RemoveGroupUserRequestValidationError struct {
	// contains filtered or unexported fields
}

RemoveGroupUserRequestValidationError is the validation error returned by RemoveGroupUserRequest.Validate if the designated constraints aren't met.

func (RemoveGroupUserRequestValidationError) Cause

Cause function returns cause value.

func (RemoveGroupUserRequestValidationError) Error

Error satisfies the builtin error interface

func (RemoveGroupUserRequestValidationError) ErrorName

ErrorName returns error name.

func (RemoveGroupUserRequestValidationError) Field

Field function returns field value.

func (RemoveGroupUserRequestValidationError) Key

Key function returns key value.

func (RemoveGroupUserRequestValidationError) Reason

Reason function returns reason value.

type RemoveGroupUserResponse

type RemoveGroupUserResponse struct {
	// contains filtered or unexported fields
}

func (*RemoveGroupUserResponse) Descriptor deprecated

func (*RemoveGroupUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveGroupUserResponse.ProtoReflect.Descriptor instead.

func (*RemoveGroupUserResponse) ProtoMessage

func (*RemoveGroupUserResponse) ProtoMessage()

func (*RemoveGroupUserResponse) ProtoReflect

func (x *RemoveGroupUserResponse) ProtoReflect() protoreflect.Message

func (*RemoveGroupUserResponse) Reset

func (x *RemoveGroupUserResponse) Reset()

func (*RemoveGroupUserResponse) String

func (x *RemoveGroupUserResponse) String() string

func (*RemoveGroupUserResponse) Validate

func (m *RemoveGroupUserResponse) Validate() error

Validate checks the field values on RemoveGroupUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RemoveGroupUserResponse) ValidateAll

func (m *RemoveGroupUserResponse) ValidateAll() error

ValidateAll checks the field values on RemoveGroupUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RemoveGroupUserResponseMultiError, or nil if none found.

type RemoveGroupUserResponseMultiError

type RemoveGroupUserResponseMultiError []error

RemoveGroupUserResponseMultiError is an error wrapping multiple validation errors returned by RemoveGroupUserResponse.ValidateAll() if the designated constraints aren't met.

func (RemoveGroupUserResponseMultiError) AllErrors

func (m RemoveGroupUserResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RemoveGroupUserResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RemoveGroupUserResponseValidationError

type RemoveGroupUserResponseValidationError struct {
	// contains filtered or unexported fields
}

RemoveGroupUserResponseValidationError is the validation error returned by RemoveGroupUserResponse.Validate if the designated constraints aren't met.

func (RemoveGroupUserResponseValidationError) Cause

Cause function returns cause value.

func (RemoveGroupUserResponseValidationError) Error

Error satisfies the builtin error interface

func (RemoveGroupUserResponseValidationError) ErrorName

ErrorName returns error name.

func (RemoveGroupUserResponseValidationError) Field

Field function returns field value.

func (RemoveGroupUserResponseValidationError) Key

Key function returns key value.

func (RemoveGroupUserResponseValidationError) Reason

Reason function returns reason value.

type RemoveOrganizationUserRequest

type RemoveOrganizationUserRequest struct {
	Id     string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveOrganizationUserRequest) Descriptor deprecated

func (*RemoveOrganizationUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use RemoveOrganizationUserRequest.ProtoReflect.Descriptor instead.

func (*RemoveOrganizationUserRequest) GetId

func (*RemoveOrganizationUserRequest) GetUserId

func (x *RemoveOrganizationUserRequest) GetUserId() string

func (*RemoveOrganizationUserRequest) ProtoMessage

func (*RemoveOrganizationUserRequest) ProtoMessage()

func (*RemoveOrganizationUserRequest) ProtoReflect

func (*RemoveOrganizationUserRequest) Reset

func (x *RemoveOrganizationUserRequest) Reset()

func (*RemoveOrganizationUserRequest) String

func (*RemoveOrganizationUserRequest) Validate

func (m *RemoveOrganizationUserRequest) Validate() error

Validate checks the field values on RemoveOrganizationUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RemoveOrganizationUserRequest) ValidateAll

func (m *RemoveOrganizationUserRequest) ValidateAll() error

ValidateAll checks the field values on RemoveOrganizationUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RemoveOrganizationUserRequestMultiError, or nil if none found.

type RemoveOrganizationUserRequestMultiError

type RemoveOrganizationUserRequestMultiError []error

RemoveOrganizationUserRequestMultiError is an error wrapping multiple validation errors returned by RemoveOrganizationUserRequest.ValidateAll() if the designated constraints aren't met.

func (RemoveOrganizationUserRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RemoveOrganizationUserRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RemoveOrganizationUserRequestValidationError

type RemoveOrganizationUserRequestValidationError struct {
	// contains filtered or unexported fields
}

RemoveOrganizationUserRequestValidationError is the validation error returned by RemoveOrganizationUserRequest.Validate if the designated constraints aren't met.

func (RemoveOrganizationUserRequestValidationError) Cause

Cause function returns cause value.

func (RemoveOrganizationUserRequestValidationError) Error

Error satisfies the builtin error interface

func (RemoveOrganizationUserRequestValidationError) ErrorName

ErrorName returns error name.

func (RemoveOrganizationUserRequestValidationError) Field

Field function returns field value.

func (RemoveOrganizationUserRequestValidationError) Key

Key function returns key value.

func (RemoveOrganizationUserRequestValidationError) Reason

Reason function returns reason value.

type RemoveOrganizationUserResponse

type RemoveOrganizationUserResponse struct {
	// contains filtered or unexported fields
}

func (*RemoveOrganizationUserResponse) Descriptor deprecated

func (*RemoveOrganizationUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use RemoveOrganizationUserResponse.ProtoReflect.Descriptor instead.

func (*RemoveOrganizationUserResponse) ProtoMessage

func (*RemoveOrganizationUserResponse) ProtoMessage()

func (*RemoveOrganizationUserResponse) ProtoReflect

func (*RemoveOrganizationUserResponse) Reset

func (x *RemoveOrganizationUserResponse) Reset()

func (*RemoveOrganizationUserResponse) String

func (*RemoveOrganizationUserResponse) Validate

func (m *RemoveOrganizationUserResponse) Validate() error

Validate checks the field values on RemoveOrganizationUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RemoveOrganizationUserResponse) ValidateAll

func (m *RemoveOrganizationUserResponse) ValidateAll() error

ValidateAll checks the field values on RemoveOrganizationUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RemoveOrganizationUserResponseMultiError, or nil if none found.

type RemoveOrganizationUserResponseMultiError

type RemoveOrganizationUserResponseMultiError []error

RemoveOrganizationUserResponseMultiError is an error wrapping multiple validation errors returned by RemoveOrganizationUserResponse.ValidateAll() if the designated constraints aren't met.

func (RemoveOrganizationUserResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (RemoveOrganizationUserResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RemoveOrganizationUserResponseValidationError

type RemoveOrganizationUserResponseValidationError struct {
	// contains filtered or unexported fields
}

RemoveOrganizationUserResponseValidationError is the validation error returned by RemoveOrganizationUserResponse.Validate if the designated constraints aren't met.

func (RemoveOrganizationUserResponseValidationError) Cause

Cause function returns cause value.

func (RemoveOrganizationUserResponseValidationError) Error

Error satisfies the builtin error interface

func (RemoveOrganizationUserResponseValidationError) ErrorName

ErrorName returns error name.

func (RemoveOrganizationUserResponseValidationError) Field

Field function returns field value.

func (RemoveOrganizationUserResponseValidationError) Key

Key function returns key value.

func (RemoveOrganizationUserResponseValidationError) Reason

Reason function returns reason value.

type Resource

type Resource struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name      string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	Urn       string                 `protobuf:"bytes,9,opt,name=urn,proto3" json:"urn,omitempty"`
	ProjectId string                 `protobuf:"bytes,10,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Namespace string                 `protobuf:"bytes,11,opt,name=namespace,proto3" json:"namespace,omitempty"`
	Principal string                 `protobuf:"bytes,12,opt,name=principal,proto3" json:"principal,omitempty"`
	Metadata  *structpb.Struct       `protobuf:"bytes,13,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Title     string                 `protobuf:"bytes,14,opt,name=title,proto3" json:"title,omitempty"`
	// contains filtered or unexported fields
}

func (*Resource) Descriptor deprecated

func (*Resource) Descriptor() ([]byte, []int)

Deprecated: Use Resource.ProtoReflect.Descriptor instead.

func (*Resource) GetCreatedAt

func (x *Resource) GetCreatedAt() *timestamppb.Timestamp

func (*Resource) GetId

func (x *Resource) GetId() string

func (*Resource) GetMetadata

func (x *Resource) GetMetadata() *structpb.Struct

func (*Resource) GetName

func (x *Resource) GetName() string

func (*Resource) GetNamespace

func (x *Resource) GetNamespace() string

func (*Resource) GetPrincipal

func (x *Resource) GetPrincipal() string

func (*Resource) GetProjectId

func (x *Resource) GetProjectId() string

func (*Resource) GetTitle added in v0.7.13

func (x *Resource) GetTitle() string

func (*Resource) GetUpdatedAt

func (x *Resource) GetUpdatedAt() *timestamppb.Timestamp

func (*Resource) GetUrn

func (x *Resource) GetUrn() string

func (*Resource) ProtoMessage

func (*Resource) ProtoMessage()

func (*Resource) ProtoReflect

func (x *Resource) ProtoReflect() protoreflect.Message

func (*Resource) Reset

func (x *Resource) Reset()

func (*Resource) String

func (x *Resource) String() string

func (*Resource) Validate

func (m *Resource) Validate() error

Validate checks the field values on Resource with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Resource) ValidateAll

func (m *Resource) ValidateAll() error

ValidateAll checks the field values on Resource with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResourceMultiError, or nil if none found.

type ResourceMultiError

type ResourceMultiError []error

ResourceMultiError is an error wrapping multiple validation errors returned by Resource.ValidateAll() if the designated constraints aren't met.

func (ResourceMultiError) AllErrors

func (m ResourceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResourceMultiError) Error

func (m ResourceMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ResourceRequestBody

type ResourceRequestBody struct {
	Name      string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Title     string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	Namespace string `protobuf:"bytes,3,opt,name=namespace,proto3" json:"namespace,omitempty"`
	// format namespace:uuid or just uuid for user
	Principal string           `protobuf:"bytes,6,opt,name=principal,proto3" json:"principal,omitempty"`
	Metadata  *structpb.Struct `protobuf:"bytes,7,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*ResourceRequestBody) Descriptor deprecated

func (*ResourceRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use ResourceRequestBody.ProtoReflect.Descriptor instead.

func (*ResourceRequestBody) GetMetadata

func (x *ResourceRequestBody) GetMetadata() *structpb.Struct

func (*ResourceRequestBody) GetName

func (x *ResourceRequestBody) GetName() string

func (*ResourceRequestBody) GetNamespace

func (x *ResourceRequestBody) GetNamespace() string

func (*ResourceRequestBody) GetPrincipal

func (x *ResourceRequestBody) GetPrincipal() string

func (*ResourceRequestBody) GetTitle

func (x *ResourceRequestBody) GetTitle() string

func (*ResourceRequestBody) ProtoMessage

func (*ResourceRequestBody) ProtoMessage()

func (*ResourceRequestBody) ProtoReflect

func (x *ResourceRequestBody) ProtoReflect() protoreflect.Message

func (*ResourceRequestBody) Reset

func (x *ResourceRequestBody) Reset()

func (*ResourceRequestBody) String

func (x *ResourceRequestBody) String() string

func (*ResourceRequestBody) Validate

func (m *ResourceRequestBody) Validate() error

Validate checks the field values on ResourceRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ResourceRequestBody) ValidateAll

func (m *ResourceRequestBody) ValidateAll() error

ValidateAll checks the field values on ResourceRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ResourceRequestBodyMultiError, or nil if none found.

type ResourceRequestBodyMultiError

type ResourceRequestBodyMultiError []error

ResourceRequestBodyMultiError is an error wrapping multiple validation errors returned by ResourceRequestBody.ValidateAll() if the designated constraints aren't met.

func (ResourceRequestBodyMultiError) AllErrors

func (m ResourceRequestBodyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ResourceRequestBodyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ResourceRequestBodyValidationError

type ResourceRequestBodyValidationError struct {
	// contains filtered or unexported fields
}

ResourceRequestBodyValidationError is the validation error returned by ResourceRequestBody.Validate if the designated constraints aren't met.

func (ResourceRequestBodyValidationError) Cause

Cause function returns cause value.

func (ResourceRequestBodyValidationError) Error

Error satisfies the builtin error interface

func (ResourceRequestBodyValidationError) ErrorName

ErrorName returns error name.

func (ResourceRequestBodyValidationError) Field

Field function returns field value.

func (ResourceRequestBodyValidationError) Key

Key function returns key value.

func (ResourceRequestBodyValidationError) Reason

Reason function returns reason value.

type ResourceValidationError

type ResourceValidationError struct {
	// contains filtered or unexported fields
}

ResourceValidationError is the validation error returned by Resource.Validate if the designated constraints aren't met.

func (ResourceValidationError) Cause

func (e ResourceValidationError) Cause() error

Cause function returns cause value.

func (ResourceValidationError) Error

func (e ResourceValidationError) Error() string

Error satisfies the builtin error interface

func (ResourceValidationError) ErrorName

func (e ResourceValidationError) ErrorName() string

ErrorName returns error name.

func (ResourceValidationError) Field

func (e ResourceValidationError) Field() string

Field function returns field value.

func (ResourceValidationError) Key

func (e ResourceValidationError) Key() bool

Key function returns key value.

func (ResourceValidationError) Reason

func (e ResourceValidationError) Reason() string

Reason function returns reason value.

type RevertBillingUsageRequest added in v0.8.37

type RevertBillingUsageRequest struct {

	// either provide org_id or infer org from project_id
	OrgId     string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	ProjectId string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// either provide billing_id of the org or API can infer the default
	// billing ID from either org_id or project_id, not both
	BillingId string `protobuf:"bytes,3,opt,name=billing_id,json=billingId,proto3" json:"billing_id,omitempty"`
	// usage id to revert, a usage can only be allowed to revert once
	UsageId string `protobuf:"bytes,4,opt,name=usage_id,json=usageId,proto3" json:"usage_id,omitempty"`
	// amount should be equal or less than the usage amount
	Amount int64 `protobuf:"varint,5,opt,name=amount,proto3" json:"amount,omitempty"`
	// contains filtered or unexported fields
}

func (*RevertBillingUsageRequest) Descriptor deprecated added in v0.8.37

func (*RevertBillingUsageRequest) Descriptor() ([]byte, []int)

Deprecated: Use RevertBillingUsageRequest.ProtoReflect.Descriptor instead.

func (*RevertBillingUsageRequest) GetAmount added in v0.8.37

func (x *RevertBillingUsageRequest) GetAmount() int64

func (*RevertBillingUsageRequest) GetBillingId added in v0.8.37

func (x *RevertBillingUsageRequest) GetBillingId() string

func (*RevertBillingUsageRequest) GetOrgId added in v0.8.37

func (x *RevertBillingUsageRequest) GetOrgId() string

func (*RevertBillingUsageRequest) GetProjectId added in v0.8.37

func (x *RevertBillingUsageRequest) GetProjectId() string

func (*RevertBillingUsageRequest) GetUsageId added in v0.8.37

func (x *RevertBillingUsageRequest) GetUsageId() string

func (*RevertBillingUsageRequest) ProtoMessage added in v0.8.37

func (*RevertBillingUsageRequest) ProtoMessage()

func (*RevertBillingUsageRequest) ProtoReflect added in v0.8.37

func (*RevertBillingUsageRequest) Reset added in v0.8.37

func (x *RevertBillingUsageRequest) Reset()

func (*RevertBillingUsageRequest) String added in v0.8.37

func (x *RevertBillingUsageRequest) String() string

func (*RevertBillingUsageRequest) Validate added in v0.8.37

func (m *RevertBillingUsageRequest) Validate() error

Validate checks the field values on RevertBillingUsageRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RevertBillingUsageRequest) ValidateAll added in v0.8.37

func (m *RevertBillingUsageRequest) ValidateAll() error

ValidateAll checks the field values on RevertBillingUsageRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RevertBillingUsageRequestMultiError, or nil if none found.

type RevertBillingUsageRequestMultiError added in v0.8.37

type RevertBillingUsageRequestMultiError []error

RevertBillingUsageRequestMultiError is an error wrapping multiple validation errors returned by RevertBillingUsageRequest.ValidateAll() if the designated constraints aren't met.

func (RevertBillingUsageRequestMultiError) AllErrors added in v0.8.37

AllErrors returns a list of validation violation errors.

func (RevertBillingUsageRequestMultiError) Error added in v0.8.37

Error returns a concatenation of all the error messages it wraps.

type RevertBillingUsageRequestValidationError added in v0.8.37

type RevertBillingUsageRequestValidationError struct {
	// contains filtered or unexported fields
}

RevertBillingUsageRequestValidationError is the validation error returned by RevertBillingUsageRequest.Validate if the designated constraints aren't met.

func (RevertBillingUsageRequestValidationError) Cause added in v0.8.37

Cause function returns cause value.

func (RevertBillingUsageRequestValidationError) Error added in v0.8.37

Error satisfies the builtin error interface

func (RevertBillingUsageRequestValidationError) ErrorName added in v0.8.37

ErrorName returns error name.

func (RevertBillingUsageRequestValidationError) Field added in v0.8.37

Field function returns field value.

func (RevertBillingUsageRequestValidationError) Key added in v0.8.37

Key function returns key value.

func (RevertBillingUsageRequestValidationError) Reason added in v0.8.37

Reason function returns reason value.

type RevertBillingUsageResponse added in v0.8.37

type RevertBillingUsageResponse struct {
	// contains filtered or unexported fields
}

func (*RevertBillingUsageResponse) Descriptor deprecated added in v0.8.37

func (*RevertBillingUsageResponse) Descriptor() ([]byte, []int)

Deprecated: Use RevertBillingUsageResponse.ProtoReflect.Descriptor instead.

func (*RevertBillingUsageResponse) ProtoMessage added in v0.8.37

func (*RevertBillingUsageResponse) ProtoMessage()

func (*RevertBillingUsageResponse) ProtoReflect added in v0.8.37

func (*RevertBillingUsageResponse) Reset added in v0.8.37

func (x *RevertBillingUsageResponse) Reset()

func (*RevertBillingUsageResponse) String added in v0.8.37

func (x *RevertBillingUsageResponse) String() string

func (*RevertBillingUsageResponse) Validate added in v0.8.37

func (m *RevertBillingUsageResponse) Validate() error

Validate checks the field values on RevertBillingUsageResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RevertBillingUsageResponse) ValidateAll added in v0.8.37

func (m *RevertBillingUsageResponse) ValidateAll() error

ValidateAll checks the field values on RevertBillingUsageResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RevertBillingUsageResponseMultiError, or nil if none found.

type RevertBillingUsageResponseMultiError added in v0.8.37

type RevertBillingUsageResponseMultiError []error

RevertBillingUsageResponseMultiError is an error wrapping multiple validation errors returned by RevertBillingUsageResponse.ValidateAll() if the designated constraints aren't met.

func (RevertBillingUsageResponseMultiError) AllErrors added in v0.8.37

AllErrors returns a list of validation violation errors.

func (RevertBillingUsageResponseMultiError) Error added in v0.8.37

Error returns a concatenation of all the error messages it wraps.

type RevertBillingUsageResponseValidationError added in v0.8.37

type RevertBillingUsageResponseValidationError struct {
	// contains filtered or unexported fields
}

RevertBillingUsageResponseValidationError is the validation error returned by RevertBillingUsageResponse.Validate if the designated constraints aren't met.

func (RevertBillingUsageResponseValidationError) Cause added in v0.8.37

Cause function returns cause value.

func (RevertBillingUsageResponseValidationError) Error added in v0.8.37

Error satisfies the builtin error interface

func (RevertBillingUsageResponseValidationError) ErrorName added in v0.8.37

ErrorName returns error name.

func (RevertBillingUsageResponseValidationError) Field added in v0.8.37

Field function returns field value.

func (RevertBillingUsageResponseValidationError) Key added in v0.8.37

Key function returns key value.

func (RevertBillingUsageResponseValidationError) Reason added in v0.8.37

Reason function returns reason value.

type Role

type Role struct {
	Id          string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name        string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Permissions []string               `protobuf:"bytes,3,rep,name=permissions,proto3" json:"permissions,omitempty"`
	Title       string                 `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	Metadata    *structpb.Struct       `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt   *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	OrgId       string                 `protobuf:"bytes,9,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	State       string                 `protobuf:"bytes,10,opt,name=state,proto3" json:"state,omitempty"`
	Scopes      []string               `protobuf:"bytes,11,rep,name=scopes,proto3" json:"scopes,omitempty"`
	// contains filtered or unexported fields
}

func (*Role) Descriptor deprecated

func (*Role) Descriptor() ([]byte, []int)

Deprecated: Use Role.ProtoReflect.Descriptor instead.

func (*Role) GetCreatedAt

func (x *Role) GetCreatedAt() *timestamppb.Timestamp

func (*Role) GetId

func (x *Role) GetId() string

func (*Role) GetMetadata

func (x *Role) GetMetadata() *structpb.Struct

func (*Role) GetName

func (x *Role) GetName() string

func (*Role) GetOrgId

func (x *Role) GetOrgId() string

func (*Role) GetPermissions

func (x *Role) GetPermissions() []string

func (*Role) GetScopes added in v0.7.6

func (x *Role) GetScopes() []string

func (*Role) GetState

func (x *Role) GetState() string

func (*Role) GetTitle

func (x *Role) GetTitle() string

func (*Role) GetUpdatedAt

func (x *Role) GetUpdatedAt() *timestamppb.Timestamp

func (*Role) ProtoMessage

func (*Role) ProtoMessage()

func (*Role) ProtoReflect

func (x *Role) ProtoReflect() protoreflect.Message

func (*Role) Reset

func (x *Role) Reset()

func (*Role) String

func (x *Role) String() string

func (*Role) Validate

func (m *Role) Validate() error

Validate checks the field values on Role with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Role) ValidateAll

func (m *Role) ValidateAll() error

ValidateAll checks the field values on Role with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RoleMultiError, or nil if none found.

type RoleMultiError

type RoleMultiError []error

RoleMultiError is an error wrapping multiple validation errors returned by Role.ValidateAll() if the designated constraints aren't met.

func (RoleMultiError) AllErrors

func (m RoleMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RoleMultiError) Error

func (m RoleMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type RoleRequestBody

type RoleRequestBody struct {
	Name        string           `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Permissions []string         `protobuf:"bytes,3,rep,name=permissions,proto3" json:"permissions,omitempty"`
	Metadata    *structpb.Struct `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Title       string           `protobuf:"bytes,6,opt,name=title,proto3" json:"title,omitempty"`
	Scopes      []string         `protobuf:"bytes,7,rep,name=scopes,proto3" json:"scopes,omitempty"`
	// contains filtered or unexported fields
}

func (*RoleRequestBody) Descriptor deprecated

func (*RoleRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use RoleRequestBody.ProtoReflect.Descriptor instead.

func (*RoleRequestBody) GetMetadata

func (x *RoleRequestBody) GetMetadata() *structpb.Struct

func (*RoleRequestBody) GetName

func (x *RoleRequestBody) GetName() string

func (*RoleRequestBody) GetPermissions

func (x *RoleRequestBody) GetPermissions() []string

func (*RoleRequestBody) GetScopes added in v0.7.6

func (x *RoleRequestBody) GetScopes() []string

func (*RoleRequestBody) GetTitle

func (x *RoleRequestBody) GetTitle() string

func (*RoleRequestBody) ProtoMessage

func (*RoleRequestBody) ProtoMessage()

func (*RoleRequestBody) ProtoReflect

func (x *RoleRequestBody) ProtoReflect() protoreflect.Message

func (*RoleRequestBody) Reset

func (x *RoleRequestBody) Reset()

func (*RoleRequestBody) String

func (x *RoleRequestBody) String() string

func (*RoleRequestBody) Validate

func (m *RoleRequestBody) Validate() error

Validate checks the field values on RoleRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*RoleRequestBody) ValidateAll

func (m *RoleRequestBody) ValidateAll() error

ValidateAll checks the field values on RoleRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RoleRequestBodyMultiError, or nil if none found.

type RoleRequestBodyMultiError

type RoleRequestBodyMultiError []error

RoleRequestBodyMultiError is an error wrapping multiple validation errors returned by RoleRequestBody.ValidateAll() if the designated constraints aren't met.

func (RoleRequestBodyMultiError) AllErrors

func (m RoleRequestBodyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RoleRequestBodyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type RoleRequestBodyValidationError

type RoleRequestBodyValidationError struct {
	// contains filtered or unexported fields
}

RoleRequestBodyValidationError is the validation error returned by RoleRequestBody.Validate if the designated constraints aren't met.

func (RoleRequestBodyValidationError) Cause

Cause function returns cause value.

func (RoleRequestBodyValidationError) Error

Error satisfies the builtin error interface

func (RoleRequestBodyValidationError) ErrorName

func (e RoleRequestBodyValidationError) ErrorName() string

ErrorName returns error name.

func (RoleRequestBodyValidationError) Field

Field function returns field value.

func (RoleRequestBodyValidationError) Key

Key function returns key value.

func (RoleRequestBodyValidationError) Reason

Reason function returns reason value.

type RoleValidationError

type RoleValidationError struct {
	// contains filtered or unexported fields
}

RoleValidationError is the validation error returned by Role.Validate if the designated constraints aren't met.

func (RoleValidationError) Cause

func (e RoleValidationError) Cause() error

Cause function returns cause value.

func (RoleValidationError) Error

func (e RoleValidationError) Error() string

Error satisfies the builtin error interface

func (RoleValidationError) ErrorName

func (e RoleValidationError) ErrorName() string

ErrorName returns error name.

func (RoleValidationError) Field

func (e RoleValidationError) Field() string

Field function returns field value.

func (RoleValidationError) Key

func (e RoleValidationError) Key() bool

Key function returns key value.

func (RoleValidationError) Reason

func (e RoleValidationError) Reason() string

Reason function returns reason value.

type SecretCredential

type SecretCredential struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	// secret will only be returned once as part of the create process
	// this value is never persisted in the system so if lost, can't be recovered
	Secret    string                 `protobuf:"bytes,3,opt,name=secret,proto3" json:"secret,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*SecretCredential) Descriptor deprecated

func (*SecretCredential) Descriptor() ([]byte, []int)

Deprecated: Use SecretCredential.ProtoReflect.Descriptor instead.

func (*SecretCredential) GetCreatedAt

func (x *SecretCredential) GetCreatedAt() *timestamppb.Timestamp

func (*SecretCredential) GetId

func (x *SecretCredential) GetId() string

func (*SecretCredential) GetSecret

func (x *SecretCredential) GetSecret() string

func (*SecretCredential) GetTitle

func (x *SecretCredential) GetTitle() string

func (*SecretCredential) ProtoMessage

func (*SecretCredential) ProtoMessage()

func (*SecretCredential) ProtoReflect

func (x *SecretCredential) ProtoReflect() protoreflect.Message

func (*SecretCredential) Reset

func (x *SecretCredential) Reset()

func (*SecretCredential) String

func (x *SecretCredential) String() string

func (*SecretCredential) Validate

func (m *SecretCredential) Validate() error

Validate checks the field values on SecretCredential with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*SecretCredential) ValidateAll

func (m *SecretCredential) ValidateAll() error

ValidateAll checks the field values on SecretCredential with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SecretCredentialMultiError, or nil if none found.

type SecretCredentialMultiError

type SecretCredentialMultiError []error

SecretCredentialMultiError is an error wrapping multiple validation errors returned by SecretCredential.ValidateAll() if the designated constraints aren't met.

func (SecretCredentialMultiError) AllErrors

func (m SecretCredentialMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SecretCredentialMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type SecretCredentialValidationError

type SecretCredentialValidationError struct {
	// contains filtered or unexported fields
}

SecretCredentialValidationError is the validation error returned by SecretCredential.Validate if the designated constraints aren't met.

func (SecretCredentialValidationError) Cause

Cause function returns cause value.

func (SecretCredentialValidationError) Error

Error satisfies the builtin error interface

func (SecretCredentialValidationError) ErrorName

ErrorName returns error name.

func (SecretCredentialValidationError) Field

Field function returns field value.

func (SecretCredentialValidationError) Key

Key function returns key value.

func (SecretCredentialValidationError) Reason

Reason function returns reason value.

type ServiceUser

type ServiceUser struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title     string                 `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Metadata  *structpb.Struct       `protobuf:"bytes,4,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	State     string                 `protobuf:"bytes,7,opt,name=state,proto3" json:"state,omitempty"`
	OrgId     string                 `protobuf:"bytes,8,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceUser) Descriptor deprecated

func (*ServiceUser) Descriptor() ([]byte, []int)

Deprecated: Use ServiceUser.ProtoReflect.Descriptor instead.

func (*ServiceUser) GetCreatedAt

func (x *ServiceUser) GetCreatedAt() *timestamppb.Timestamp

func (*ServiceUser) GetId

func (x *ServiceUser) GetId() string

func (*ServiceUser) GetMetadata

func (x *ServiceUser) GetMetadata() *structpb.Struct

func (*ServiceUser) GetOrgId

func (x *ServiceUser) GetOrgId() string

func (*ServiceUser) GetState

func (x *ServiceUser) GetState() string

func (*ServiceUser) GetTitle

func (x *ServiceUser) GetTitle() string

func (*ServiceUser) GetUpdatedAt

func (x *ServiceUser) GetUpdatedAt() *timestamppb.Timestamp

func (*ServiceUser) ProtoMessage

func (*ServiceUser) ProtoMessage()

func (*ServiceUser) ProtoReflect

func (x *ServiceUser) ProtoReflect() protoreflect.Message

func (*ServiceUser) Reset

func (x *ServiceUser) Reset()

func (*ServiceUser) String

func (x *ServiceUser) String() string

func (*ServiceUser) Validate

func (m *ServiceUser) Validate() error

Validate checks the field values on ServiceUser with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ServiceUser) ValidateAll

func (m *ServiceUser) ValidateAll() error

ValidateAll checks the field values on ServiceUser with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ServiceUserMultiError, or nil if none found.

type ServiceUserJWK added in v0.9.1

type ServiceUserJWK struct {
	Id          string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title       string                 `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	PrincipalId string                 `protobuf:"bytes,3,opt,name=principal_id,json=principalId,proto3" json:"principal_id,omitempty"`
	PublicKey   string                 `protobuf:"bytes,4,opt,name=public_key,json=publicKey,proto3" json:"public_key,omitempty"`
	CreatedAt   *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceUserJWK) Descriptor deprecated added in v0.9.1

func (*ServiceUserJWK) Descriptor() ([]byte, []int)

Deprecated: Use ServiceUserJWK.ProtoReflect.Descriptor instead.

func (*ServiceUserJWK) GetCreatedAt added in v0.9.1

func (x *ServiceUserJWK) GetCreatedAt() *timestamppb.Timestamp

func (*ServiceUserJWK) GetId added in v0.9.1

func (x *ServiceUserJWK) GetId() string

func (*ServiceUserJWK) GetPrincipalId added in v0.9.1

func (x *ServiceUserJWK) GetPrincipalId() string

func (*ServiceUserJWK) GetPublicKey added in v0.9.1

func (x *ServiceUserJWK) GetPublicKey() string

func (*ServiceUserJWK) GetTitle added in v0.9.1

func (x *ServiceUserJWK) GetTitle() string

func (*ServiceUserJWK) ProtoMessage added in v0.9.1

func (*ServiceUserJWK) ProtoMessage()

func (*ServiceUserJWK) ProtoReflect added in v0.9.1

func (x *ServiceUserJWK) ProtoReflect() protoreflect.Message

func (*ServiceUserJWK) Reset added in v0.9.1

func (x *ServiceUserJWK) Reset()

func (*ServiceUserJWK) String added in v0.9.1

func (x *ServiceUserJWK) String() string

func (*ServiceUserJWK) Validate added in v0.9.1

func (m *ServiceUserJWK) Validate() error

Validate checks the field values on ServiceUserJWK with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ServiceUserJWK) ValidateAll added in v0.9.1

func (m *ServiceUserJWK) ValidateAll() error

ValidateAll checks the field values on ServiceUserJWK with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ServiceUserJWKMultiError, or nil if none found.

type ServiceUserJWKMultiError added in v0.9.1

type ServiceUserJWKMultiError []error

ServiceUserJWKMultiError is an error wrapping multiple validation errors returned by ServiceUserJWK.ValidateAll() if the designated constraints aren't met.

func (ServiceUserJWKMultiError) AllErrors added in v0.9.1

func (m ServiceUserJWKMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ServiceUserJWKMultiError) Error added in v0.9.1

func (m ServiceUserJWKMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ServiceUserJWKValidationError added in v0.9.1

type ServiceUserJWKValidationError struct {
	// contains filtered or unexported fields
}

ServiceUserJWKValidationError is the validation error returned by ServiceUserJWK.Validate if the designated constraints aren't met.

func (ServiceUserJWKValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (ServiceUserJWKValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (ServiceUserJWKValidationError) ErrorName added in v0.9.1

func (e ServiceUserJWKValidationError) ErrorName() string

ErrorName returns error name.

func (ServiceUserJWKValidationError) Field added in v0.9.1

Field function returns field value.

func (ServiceUserJWKValidationError) Key added in v0.9.1

Key function returns key value.

func (ServiceUserJWKValidationError) Reason added in v0.9.1

Reason function returns reason value.

type ServiceUserMultiError

type ServiceUserMultiError []error

ServiceUserMultiError is an error wrapping multiple validation errors returned by ServiceUser.ValidateAll() if the designated constraints aren't met.

func (ServiceUserMultiError) AllErrors

func (m ServiceUserMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ServiceUserMultiError) Error

func (m ServiceUserMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type ServiceUserRequestBody

type ServiceUserRequestBody struct {
	Title    string           `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	Metadata *structpb.Struct `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceUserRequestBody) Descriptor deprecated

func (*ServiceUserRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use ServiceUserRequestBody.ProtoReflect.Descriptor instead.

func (*ServiceUserRequestBody) GetMetadata

func (x *ServiceUserRequestBody) GetMetadata() *structpb.Struct

func (*ServiceUserRequestBody) GetTitle

func (x *ServiceUserRequestBody) GetTitle() string

func (*ServiceUserRequestBody) ProtoMessage

func (*ServiceUserRequestBody) ProtoMessage()

func (*ServiceUserRequestBody) ProtoReflect

func (x *ServiceUserRequestBody) ProtoReflect() protoreflect.Message

func (*ServiceUserRequestBody) Reset

func (x *ServiceUserRequestBody) Reset()

func (*ServiceUserRequestBody) String

func (x *ServiceUserRequestBody) String() string

func (*ServiceUserRequestBody) Validate

func (m *ServiceUserRequestBody) Validate() error

Validate checks the field values on ServiceUserRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ServiceUserRequestBody) ValidateAll

func (m *ServiceUserRequestBody) ValidateAll() error

ValidateAll checks the field values on ServiceUserRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ServiceUserRequestBodyMultiError, or nil if none found.

type ServiceUserRequestBodyMultiError

type ServiceUserRequestBodyMultiError []error

ServiceUserRequestBodyMultiError is an error wrapping multiple validation errors returned by ServiceUserRequestBody.ValidateAll() if the designated constraints aren't met.

func (ServiceUserRequestBodyMultiError) AllErrors

func (m ServiceUserRequestBodyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ServiceUserRequestBodyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type ServiceUserRequestBodyValidationError

type ServiceUserRequestBodyValidationError struct {
	// contains filtered or unexported fields
}

ServiceUserRequestBodyValidationError is the validation error returned by ServiceUserRequestBody.Validate if the designated constraints aren't met.

func (ServiceUserRequestBodyValidationError) Cause

Cause function returns cause value.

func (ServiceUserRequestBodyValidationError) Error

Error satisfies the builtin error interface

func (ServiceUserRequestBodyValidationError) ErrorName

ErrorName returns error name.

func (ServiceUserRequestBodyValidationError) Field

Field function returns field value.

func (ServiceUserRequestBodyValidationError) Key

Key function returns key value.

func (ServiceUserRequestBodyValidationError) Reason

Reason function returns reason value.

type ServiceUserToken added in v0.9.1

type ServiceUserToken struct {
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Title string `protobuf:"bytes,2,opt,name=title,proto3" json:"title,omitempty"`
	// token will only be returned once as part of the create process
	// this value is never persisted in the system so if lost, can't be recovered
	Token     string                 `protobuf:"bytes,3,opt,name=token,proto3" json:"token,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceUserToken) Descriptor deprecated added in v0.9.1

func (*ServiceUserToken) Descriptor() ([]byte, []int)

Deprecated: Use ServiceUserToken.ProtoReflect.Descriptor instead.

func (*ServiceUserToken) GetCreatedAt added in v0.9.1

func (x *ServiceUserToken) GetCreatedAt() *timestamppb.Timestamp

func (*ServiceUserToken) GetId added in v0.9.1

func (x *ServiceUserToken) GetId() string

func (*ServiceUserToken) GetTitle added in v0.9.1

func (x *ServiceUserToken) GetTitle() string

func (*ServiceUserToken) GetToken added in v0.9.1

func (x *ServiceUserToken) GetToken() string

func (*ServiceUserToken) ProtoMessage added in v0.9.1

func (*ServiceUserToken) ProtoMessage()

func (*ServiceUserToken) ProtoReflect added in v0.9.1

func (x *ServiceUserToken) ProtoReflect() protoreflect.Message

func (*ServiceUserToken) Reset added in v0.9.1

func (x *ServiceUserToken) Reset()

func (*ServiceUserToken) String added in v0.9.1

func (x *ServiceUserToken) String() string

func (*ServiceUserToken) Validate added in v0.9.1

func (m *ServiceUserToken) Validate() error

Validate checks the field values on ServiceUserToken with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*ServiceUserToken) ValidateAll added in v0.9.1

func (m *ServiceUserToken) ValidateAll() error

ValidateAll checks the field values on ServiceUserToken with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ServiceUserTokenMultiError, or nil if none found.

type ServiceUserTokenMultiError added in v0.9.1

type ServiceUserTokenMultiError []error

ServiceUserTokenMultiError is an error wrapping multiple validation errors returned by ServiceUserToken.ValidateAll() if the designated constraints aren't met.

func (ServiceUserTokenMultiError) AllErrors added in v0.9.1

func (m ServiceUserTokenMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ServiceUserTokenMultiError) Error added in v0.9.1

Error returns a concatenation of all the error messages it wraps.

type ServiceUserTokenValidationError added in v0.9.1

type ServiceUserTokenValidationError struct {
	// contains filtered or unexported fields
}

ServiceUserTokenValidationError is the validation error returned by ServiceUserToken.Validate if the designated constraints aren't met.

func (ServiceUserTokenValidationError) Cause added in v0.9.1

Cause function returns cause value.

func (ServiceUserTokenValidationError) Error added in v0.9.1

Error satisfies the builtin error interface

func (ServiceUserTokenValidationError) ErrorName added in v0.9.1

ErrorName returns error name.

func (ServiceUserTokenValidationError) Field added in v0.9.1

Field function returns field value.

func (ServiceUserTokenValidationError) Key added in v0.9.1

Key function returns key value.

func (ServiceUserTokenValidationError) Reason added in v0.9.1

Reason function returns reason value.

type ServiceUserValidationError

type ServiceUserValidationError struct {
	// contains filtered or unexported fields
}

ServiceUserValidationError is the validation error returned by ServiceUser.Validate if the designated constraints aren't met.

func (ServiceUserValidationError) Cause

Cause function returns cause value.

func (ServiceUserValidationError) Error

Error satisfies the builtin error interface

func (ServiceUserValidationError) ErrorName

func (e ServiceUserValidationError) ErrorName() string

ErrorName returns error name.

func (ServiceUserValidationError) Field

Field function returns field value.

func (ServiceUserValidationError) Key

Key function returns key value.

func (ServiceUserValidationError) Reason

Reason function returns reason value.

type Subscription added in v0.8.0

type Subscription struct {
	Id                   string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CustomerId           string                 `protobuf:"bytes,2,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
	ProviderId           string                 `protobuf:"bytes,3,opt,name=provider_id,json=providerId,proto3" json:"provider_id,omitempty"`
	PlanId               string                 `protobuf:"bytes,4,opt,name=plan_id,json=planId,proto3" json:"plan_id,omitempty"`
	State                string                 `protobuf:"bytes,5,opt,name=state,proto3" json:"state,omitempty"`
	Metadata             *structpb.Struct       `protobuf:"bytes,10,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt            *timestamppb.Timestamp `protobuf:"bytes,11,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt            *timestamppb.Timestamp `protobuf:"bytes,12,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	CanceledAt           *timestamppb.Timestamp `protobuf:"bytes,13,opt,name=canceled_at,json=canceledAt,proto3" json:"canceled_at,omitempty"`
	EndedAt              *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=ended_at,json=endedAt,proto3" json:"ended_at,omitempty"`
	TrialEndsAt          *timestamppb.Timestamp `protobuf:"bytes,15,opt,name=trial_ends_at,json=trialEndsAt,proto3" json:"trial_ends_at,omitempty"`
	CurrentPeriodStartAt *timestamppb.Timestamp `` /* 126-byte string literal not displayed */
	CurrentPeriodEndAt   *timestamppb.Timestamp `protobuf:"bytes,17,opt,name=current_period_end_at,json=currentPeriodEndAt,proto3" json:"current_period_end_at,omitempty"`
	BillingCycleAnchorAt *timestamppb.Timestamp `` /* 126-byte string literal not displayed */
	Phases               []*Subscription_Phase  `protobuf:"bytes,20,rep,name=phases,proto3" json:"phases,omitempty"`
	Customer             *BillingAccount        `protobuf:"bytes,101,opt,name=customer,proto3" json:"customer,omitempty"`
	Plan                 *Plan                  `protobuf:"bytes,102,opt,name=plan,proto3" json:"plan,omitempty"`
	// contains filtered or unexported fields
}

func (*Subscription) Descriptor deprecated added in v0.8.0

func (*Subscription) Descriptor() ([]byte, []int)

Deprecated: Use Subscription.ProtoReflect.Descriptor instead.

func (*Subscription) GetBillingCycleAnchorAt added in v0.8.26

func (x *Subscription) GetBillingCycleAnchorAt() *timestamppb.Timestamp

func (*Subscription) GetCanceledAt added in v0.8.0

func (x *Subscription) GetCanceledAt() *timestamppb.Timestamp

func (*Subscription) GetCreatedAt added in v0.8.0

func (x *Subscription) GetCreatedAt() *timestamppb.Timestamp

func (*Subscription) GetCurrentPeriodEndAt added in v0.8.26

func (x *Subscription) GetCurrentPeriodEndAt() *timestamppb.Timestamp

func (*Subscription) GetCurrentPeriodStartAt added in v0.8.26

func (x *Subscription) GetCurrentPeriodStartAt() *timestamppb.Timestamp

func (*Subscription) GetCustomer added in v0.8.41

func (x *Subscription) GetCustomer() *BillingAccount

func (*Subscription) GetCustomerId added in v0.8.0

func (x *Subscription) GetCustomerId() string

func (*Subscription) GetEndedAt added in v0.8.0

func (x *Subscription) GetEndedAt() *timestamppb.Timestamp

func (*Subscription) GetId added in v0.8.0

func (x *Subscription) GetId() string

func (*Subscription) GetMetadata added in v0.8.0

func (x *Subscription) GetMetadata() *structpb.Struct

func (*Subscription) GetPhases added in v0.8.19

func (x *Subscription) GetPhases() []*Subscription_Phase

func (*Subscription) GetPlan added in v0.8.41

func (x *Subscription) GetPlan() *Plan

func (*Subscription) GetPlanId added in v0.8.0

func (x *Subscription) GetPlanId() string

func (*Subscription) GetProviderId added in v0.8.0

func (x *Subscription) GetProviderId() string

func (*Subscription) GetState added in v0.8.0

func (x *Subscription) GetState() string

func (*Subscription) GetTrialEndsAt added in v0.8.24

func (x *Subscription) GetTrialEndsAt() *timestamppb.Timestamp

func (*Subscription) GetUpdatedAt added in v0.8.0

func (x *Subscription) GetUpdatedAt() *timestamppb.Timestamp

func (*Subscription) ProtoMessage added in v0.8.0

func (*Subscription) ProtoMessage()

func (*Subscription) ProtoReflect added in v0.8.0

func (x *Subscription) ProtoReflect() protoreflect.Message

func (*Subscription) Reset added in v0.8.0

func (x *Subscription) Reset()

func (*Subscription) String added in v0.8.0

func (x *Subscription) String() string

func (*Subscription) Validate added in v0.8.0

func (m *Subscription) Validate() error

Validate checks the field values on Subscription with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Subscription) ValidateAll added in v0.8.0

func (m *Subscription) ValidateAll() error

ValidateAll checks the field values on Subscription with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SubscriptionMultiError, or nil if none found.

type SubscriptionMultiError added in v0.8.0

type SubscriptionMultiError []error

SubscriptionMultiError is an error wrapping multiple validation errors returned by Subscription.ValidateAll() if the designated constraints aren't met.

func (SubscriptionMultiError) AllErrors added in v0.8.0

func (m SubscriptionMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SubscriptionMultiError) Error added in v0.8.0

func (m SubscriptionMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type SubscriptionValidationError added in v0.8.0

type SubscriptionValidationError struct {
	// contains filtered or unexported fields
}

SubscriptionValidationError is the validation error returned by Subscription.Validate if the designated constraints aren't met.

func (SubscriptionValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (SubscriptionValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (SubscriptionValidationError) ErrorName added in v0.8.0

func (e SubscriptionValidationError) ErrorName() string

ErrorName returns error name.

func (SubscriptionValidationError) Field added in v0.8.0

Field function returns field value.

func (SubscriptionValidationError) Key added in v0.8.0

Key function returns key value.

func (SubscriptionValidationError) Reason added in v0.8.0

Reason function returns reason value.

type Subscription_Phase added in v0.8.19

type Subscription_Phase struct {
	EffectiveAt *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=effective_at,json=effectiveAt,proto3" json:"effective_at,omitempty"`
	PlanId      string                 `protobuf:"bytes,2,opt,name=plan_id,json=planId,proto3" json:"plan_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Subscription_Phase) Descriptor deprecated added in v0.8.19

func (*Subscription_Phase) Descriptor() ([]byte, []int)

Deprecated: Use Subscription_Phase.ProtoReflect.Descriptor instead.

func (*Subscription_Phase) GetEffectiveAt added in v0.8.19

func (x *Subscription_Phase) GetEffectiveAt() *timestamppb.Timestamp

func (*Subscription_Phase) GetPlanId added in v0.8.19

func (x *Subscription_Phase) GetPlanId() string

func (*Subscription_Phase) ProtoMessage added in v0.8.19

func (*Subscription_Phase) ProtoMessage()

func (*Subscription_Phase) ProtoReflect added in v0.8.19

func (x *Subscription_Phase) ProtoReflect() protoreflect.Message

func (*Subscription_Phase) Reset added in v0.8.19

func (x *Subscription_Phase) Reset()

func (*Subscription_Phase) String added in v0.8.19

func (x *Subscription_Phase) String() string

func (*Subscription_Phase) Validate added in v0.8.19

func (m *Subscription_Phase) Validate() error

Validate checks the field values on Subscription_Phase with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Subscription_Phase) ValidateAll added in v0.8.19

func (m *Subscription_Phase) ValidateAll() error

ValidateAll checks the field values on Subscription_Phase with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in Subscription_PhaseMultiError, or nil if none found.

type Subscription_PhaseMultiError added in v0.8.19

type Subscription_PhaseMultiError []error

Subscription_PhaseMultiError is an error wrapping multiple validation errors returned by Subscription_Phase.ValidateAll() if the designated constraints aren't met.

func (Subscription_PhaseMultiError) AllErrors added in v0.8.19

func (m Subscription_PhaseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (Subscription_PhaseMultiError) Error added in v0.8.19

Error returns a concatenation of all the error messages it wraps.

type Subscription_PhaseValidationError added in v0.8.19

type Subscription_PhaseValidationError struct {
	// contains filtered or unexported fields
}

Subscription_PhaseValidationError is the validation error returned by Subscription_Phase.Validate if the designated constraints aren't met.

func (Subscription_PhaseValidationError) Cause added in v0.8.19

Cause function returns cause value.

func (Subscription_PhaseValidationError) Error added in v0.8.19

Error satisfies the builtin error interface

func (Subscription_PhaseValidationError) ErrorName added in v0.8.19

ErrorName returns error name.

func (Subscription_PhaseValidationError) Field added in v0.8.19

Field function returns field value.

func (Subscription_PhaseValidationError) Key added in v0.8.19

Key function returns key value.

func (Subscription_PhaseValidationError) Reason added in v0.8.19

Reason function returns reason value.

type UnimplementedAdminServiceServer

type UnimplementedAdminServiceServer struct {
}

UnimplementedAdminServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedAdminServiceServer) AddPlatformUser added in v0.8.0

func (UnimplementedAdminServiceServer) CheckFederatedResourcePermission added in v0.8.0

func (UnimplementedAdminServiceServer) CreatePermission

func (UnimplementedAdminServiceServer) CreatePreferences added in v0.7.3

func (UnimplementedAdminServiceServer) CreateRole

func (UnimplementedAdminServiceServer) DelegatedCheckout added in v0.8.3

func (UnimplementedAdminServiceServer) DeletePermission

func (UnimplementedAdminServiceServer) DeleteRole

func (UnimplementedAdminServiceServer) ListAllBillingAccounts added in v0.8.29

func (UnimplementedAdminServiceServer) ListAllInvoices added in v0.8.26

func (UnimplementedAdminServiceServer) ListAllUsers

func (UnimplementedAdminServiceServer) ListGroups

func (UnimplementedAdminServiceServer) ListPlatformUsers added in v0.8.8

func (UnimplementedAdminServiceServer) ListPreferences added in v0.7.3

func (UnimplementedAdminServiceServer) ListProjects

func (UnimplementedAdminServiceServer) ListRelations

func (UnimplementedAdminServiceServer) ListResources

func (UnimplementedAdminServiceServer) RevertBillingUsage added in v0.8.37

func (UnimplementedAdminServiceServer) UpdatePermission

func (UnimplementedAdminServiceServer) UpdateRole added in v0.7.2

type UnimplementedFrontierServiceServer

type UnimplementedFrontierServiceServer struct {
}

UnimplementedFrontierServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedFrontierServiceServer) AddGroupUsers

func (UnimplementedFrontierServiceServer) AuthCallback

func (UnimplementedFrontierServiceServer) AuthLogout

func (UnimplementedFrontierServiceServer) AuthToken

func (UnimplementedFrontierServiceServer) Authenticate

func (UnimplementedFrontierServiceServer) BatchCheckPermission added in v0.7.4

func (UnimplementedFrontierServiceServer) CancelSubscription added in v0.8.0

func (UnimplementedFrontierServiceServer) ChangeSubscription added in v0.8.19

func (UnimplementedFrontierServiceServer) CheckFeatureEntitlement added in v0.8.0

func (UnimplementedFrontierServiceServer) CreateBillingAccount added in v0.8.0

func (UnimplementedFrontierServiceServer) CreateBillingUsage added in v0.8.0

func (UnimplementedFrontierServiceServer) CreateCheckout added in v0.8.0

func (UnimplementedFrontierServiceServer) CreateCurrentUserPreferences added in v0.7.3

func (UnimplementedFrontierServiceServer) CreateFeature added in v0.8.0

func (UnimplementedFrontierServiceServer) CreateGroup

func (UnimplementedFrontierServiceServer) CreateGroupPreferences added in v0.7.3

func (UnimplementedFrontierServiceServer) CreateMetaSchema

func (UnimplementedFrontierServiceServer) CreateOrganization

func (UnimplementedFrontierServiceServer) CreateOrganizationDomain added in v0.7.2

func (UnimplementedFrontierServiceServer) CreateOrganizationPreferences added in v0.7.3

func (UnimplementedFrontierServiceServer) CreatePlan added in v0.8.0

func (UnimplementedFrontierServiceServer) CreatePolicy

func (UnimplementedFrontierServiceServer) CreateProduct added in v0.8.14

func (UnimplementedFrontierServiceServer) CreateProject

func (UnimplementedFrontierServiceServer) CreateProjectPreferences added in v0.7.3

func (UnimplementedFrontierServiceServer) CreateRelation

func (UnimplementedFrontierServiceServer) CreateServiceUser

func (UnimplementedFrontierServiceServer) CreateServiceUserCredential added in v0.9.1

func (UnimplementedFrontierServiceServer) CreateServiceUserJWK added in v0.9.1

func (UnimplementedFrontierServiceServer) CreateServiceUserToken added in v0.9.1

func (UnimplementedFrontierServiceServer) CreateUser

func (UnimplementedFrontierServiceServer) CreateUserPreferences added in v0.7.3

func (UnimplementedFrontierServiceServer) DeleteBillingAccount added in v0.8.0

func (UnimplementedFrontierServiceServer) DeleteGroup

func (UnimplementedFrontierServiceServer) DeleteMetaSchema

func (UnimplementedFrontierServiceServer) DeleteOrganization

func (UnimplementedFrontierServiceServer) DeleteOrganizationDomain added in v0.7.2

func (UnimplementedFrontierServiceServer) DeletePolicy

func (UnimplementedFrontierServiceServer) DeleteProject

func (UnimplementedFrontierServiceServer) DeleteRelation

func (UnimplementedFrontierServiceServer) DeleteServiceUser

func (UnimplementedFrontierServiceServer) DeleteServiceUserCredential added in v0.9.1

func (UnimplementedFrontierServiceServer) DeleteServiceUserJWK added in v0.9.1

func (UnimplementedFrontierServiceServer) DeleteServiceUserToken added in v0.9.1

func (UnimplementedFrontierServiceServer) DeleteUser

func (UnimplementedFrontierServiceServer) DescribePreferences added in v0.7.3

func (UnimplementedFrontierServiceServer) DisableGroup

func (UnimplementedFrontierServiceServer) DisableOrganization

func (UnimplementedFrontierServiceServer) DisableProject

func (UnimplementedFrontierServiceServer) DisableUser

func (UnimplementedFrontierServiceServer) EnableGroup

func (UnimplementedFrontierServiceServer) EnableOrganization

func (UnimplementedFrontierServiceServer) EnableProject

func (UnimplementedFrontierServiceServer) EnableUser

func (UnimplementedFrontierServiceServer) GetBillingAccount added in v0.8.0

func (UnimplementedFrontierServiceServer) GetBillingBalance added in v0.8.0

func (UnimplementedFrontierServiceServer) GetCurrentUser

func (UnimplementedFrontierServiceServer) GetFeature added in v0.8.0

func (UnimplementedFrontierServiceServer) GetGroup

func (UnimplementedFrontierServiceServer) GetJWKs

func (UnimplementedFrontierServiceServer) GetMetaSchema

func (UnimplementedFrontierServiceServer) GetNamespace

func (UnimplementedFrontierServiceServer) GetOrganization

func (UnimplementedFrontierServiceServer) GetOrganizationDomain added in v0.7.2

func (UnimplementedFrontierServiceServer) GetOrganizationRole

func (UnimplementedFrontierServiceServer) GetPermission

func (UnimplementedFrontierServiceServer) GetPlan added in v0.8.0

func (UnimplementedFrontierServiceServer) GetPolicy

func (UnimplementedFrontierServiceServer) GetProduct added in v0.8.14

func (UnimplementedFrontierServiceServer) GetProject

func (UnimplementedFrontierServiceServer) GetProjectResource

func (UnimplementedFrontierServiceServer) GetRelation

func (UnimplementedFrontierServiceServer) GetServiceUser

func (UnimplementedFrontierServiceServer) GetServiceUserJWK added in v0.9.1

func (UnimplementedFrontierServiceServer) GetSubscription added in v0.8.0

func (UnimplementedFrontierServiceServer) GetUpcomingInvoice added in v0.8.13

func (UnimplementedFrontierServiceServer) GetUser

func (UnimplementedFrontierServiceServer) HasTrialed added in v0.8.36

func (UnimplementedFrontierServiceServer) JoinOrganization added in v0.7.2

func (UnimplementedFrontierServiceServer) ListAuthStrategies

func (UnimplementedFrontierServiceServer) ListBillingAccounts added in v0.8.0

func (UnimplementedFrontierServiceServer) ListBillingTransactions added in v0.8.0

func (UnimplementedFrontierServiceServer) ListCheckouts added in v0.8.0

func (UnimplementedFrontierServiceServer) ListCurrentUserInvitations added in v0.7.6

func (UnimplementedFrontierServiceServer) ListCurrentUserPreferences added in v0.7.3

func (UnimplementedFrontierServiceServer) ListFeatures added in v0.8.0

func (UnimplementedFrontierServiceServer) ListGroupPreferences added in v0.7.3

func (UnimplementedFrontierServiceServer) ListGroupUsers

func (UnimplementedFrontierServiceServer) ListInvoices added in v0.8.13

func (UnimplementedFrontierServiceServer) ListMetaSchemas

func (UnimplementedFrontierServiceServer) ListNamespaces

func (UnimplementedFrontierServiceServer) ListOrganizationDomains added in v0.7.2

func (UnimplementedFrontierServiceServer) ListOrganizationPreferences added in v0.7.3

func (UnimplementedFrontierServiceServer) ListOrganizations

func (UnimplementedFrontierServiceServer) ListOrganizationsByCurrentUser added in v0.7.5

func (UnimplementedFrontierServiceServer) ListOrganizationsByUser added in v0.7.5

func (UnimplementedFrontierServiceServer) ListPermissions

func (UnimplementedFrontierServiceServer) ListPlans added in v0.8.0

func (UnimplementedFrontierServiceServer) ListPolicies added in v0.8.2

func (UnimplementedFrontierServiceServer) ListProducts added in v0.8.14

func (UnimplementedFrontierServiceServer) ListProjectAdmins

func (UnimplementedFrontierServiceServer) ListProjectGroups added in v0.7.6

func (UnimplementedFrontierServiceServer) ListProjectPreferences added in v0.7.3

func (UnimplementedFrontierServiceServer) ListProjectServiceUsers added in v0.7.5

func (UnimplementedFrontierServiceServer) ListProjectUsers

func (UnimplementedFrontierServiceServer) ListProjectsByCurrentUser added in v0.7.5

func (UnimplementedFrontierServiceServer) ListProjectsByUser added in v0.7.5

func (UnimplementedFrontierServiceServer) ListRoles

func (UnimplementedFrontierServiceServer) ListServiceUserCredentials added in v0.9.1

func (UnimplementedFrontierServiceServer) ListServiceUserJWKs added in v0.9.1

func (UnimplementedFrontierServiceServer) ListServiceUserTokens added in v0.9.1

func (UnimplementedFrontierServiceServer) ListServiceUsers

func (UnimplementedFrontierServiceServer) ListSubscriptions added in v0.8.0

func (UnimplementedFrontierServiceServer) ListUserGroups

func (UnimplementedFrontierServiceServer) ListUserInvitations

func (UnimplementedFrontierServiceServer) ListUserPreferences added in v0.7.3

func (UnimplementedFrontierServiceServer) ListUsers

func (UnimplementedFrontierServiceServer) RemoveGroupUser

func (UnimplementedFrontierServiceServer) UpdateBillingAccount added in v0.8.0

func (UnimplementedFrontierServiceServer) UpdateCurrentUser

func (UnimplementedFrontierServiceServer) UpdateFeature added in v0.8.0

func (UnimplementedFrontierServiceServer) UpdateGroup

func (UnimplementedFrontierServiceServer) UpdateMetaSchema

func (UnimplementedFrontierServiceServer) UpdateOrganization

func (UnimplementedFrontierServiceServer) UpdatePlan added in v0.8.0

func (UnimplementedFrontierServiceServer) UpdatePolicy

func (UnimplementedFrontierServiceServer) UpdateProduct added in v0.8.14

func (UnimplementedFrontierServiceServer) UpdateProject

func (UnimplementedFrontierServiceServer) UpdateSubscription added in v0.8.0

func (UnimplementedFrontierServiceServer) UpdateUser

func (UnimplementedFrontierServiceServer) VerifyOrganizationDomain added in v0.7.2

type UnsafeAdminServiceServer

type UnsafeAdminServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAdminServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AdminServiceServer will result in compilation errors.

type UnsafeFrontierServiceServer

type UnsafeFrontierServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeFrontierServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to FrontierServiceServer will result in compilation errors.

type UpdateBillingAccountRequest added in v0.8.0

type UpdateBillingAccountRequest struct {

	// ID of the billing account to update
	Id    string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// Billing account to update.
	Body *BillingAccountRequestBody `protobuf:"bytes,3,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateBillingAccountRequest) Descriptor deprecated added in v0.8.0

func (*UpdateBillingAccountRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateBillingAccountRequest.ProtoReflect.Descriptor instead.

func (*UpdateBillingAccountRequest) GetBody added in v0.8.0

func (*UpdateBillingAccountRequest) GetId added in v0.8.0

func (*UpdateBillingAccountRequest) GetOrgId added in v0.8.0

func (x *UpdateBillingAccountRequest) GetOrgId() string

func (*UpdateBillingAccountRequest) ProtoMessage added in v0.8.0

func (*UpdateBillingAccountRequest) ProtoMessage()

func (*UpdateBillingAccountRequest) ProtoReflect added in v0.8.0

func (*UpdateBillingAccountRequest) Reset added in v0.8.0

func (x *UpdateBillingAccountRequest) Reset()

func (*UpdateBillingAccountRequest) String added in v0.8.0

func (x *UpdateBillingAccountRequest) String() string

func (*UpdateBillingAccountRequest) Validate added in v0.8.0

func (m *UpdateBillingAccountRequest) Validate() error

Validate checks the field values on UpdateBillingAccountRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateBillingAccountRequest) ValidateAll added in v0.8.0

func (m *UpdateBillingAccountRequest) ValidateAll() error

ValidateAll checks the field values on UpdateBillingAccountRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateBillingAccountRequestMultiError, or nil if none found.

type UpdateBillingAccountRequestMultiError added in v0.8.0

type UpdateBillingAccountRequestMultiError []error

UpdateBillingAccountRequestMultiError is an error wrapping multiple validation errors returned by UpdateBillingAccountRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateBillingAccountRequestMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (UpdateBillingAccountRequestMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type UpdateBillingAccountRequestValidationError added in v0.8.0

type UpdateBillingAccountRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateBillingAccountRequestValidationError is the validation error returned by UpdateBillingAccountRequest.Validate if the designated constraints aren't met.

func (UpdateBillingAccountRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (UpdateBillingAccountRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (UpdateBillingAccountRequestValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (UpdateBillingAccountRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (UpdateBillingAccountRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (UpdateBillingAccountRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type UpdateBillingAccountResponse added in v0.8.0

type UpdateBillingAccountResponse struct {

	// Updated billing account
	BillingAccount *BillingAccount `protobuf:"bytes,1,opt,name=billing_account,json=billingAccount,proto3" json:"billing_account,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateBillingAccountResponse) Descriptor deprecated added in v0.8.0

func (*UpdateBillingAccountResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateBillingAccountResponse.ProtoReflect.Descriptor instead.

func (*UpdateBillingAccountResponse) GetBillingAccount added in v0.8.0

func (x *UpdateBillingAccountResponse) GetBillingAccount() *BillingAccount

func (*UpdateBillingAccountResponse) ProtoMessage added in v0.8.0

func (*UpdateBillingAccountResponse) ProtoMessage()

func (*UpdateBillingAccountResponse) ProtoReflect added in v0.8.0

func (*UpdateBillingAccountResponse) Reset added in v0.8.0

func (x *UpdateBillingAccountResponse) Reset()

func (*UpdateBillingAccountResponse) String added in v0.8.0

func (*UpdateBillingAccountResponse) Validate added in v0.8.0

func (m *UpdateBillingAccountResponse) Validate() error

Validate checks the field values on UpdateBillingAccountResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateBillingAccountResponse) ValidateAll added in v0.8.0

func (m *UpdateBillingAccountResponse) ValidateAll() error

ValidateAll checks the field values on UpdateBillingAccountResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateBillingAccountResponseMultiError, or nil if none found.

type UpdateBillingAccountResponseMultiError added in v0.8.0

type UpdateBillingAccountResponseMultiError []error

UpdateBillingAccountResponseMultiError is an error wrapping multiple validation errors returned by UpdateBillingAccountResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateBillingAccountResponseMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (UpdateBillingAccountResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type UpdateBillingAccountResponseValidationError added in v0.8.0

type UpdateBillingAccountResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateBillingAccountResponseValidationError is the validation error returned by UpdateBillingAccountResponse.Validate if the designated constraints aren't met.

func (UpdateBillingAccountResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (UpdateBillingAccountResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (UpdateBillingAccountResponseValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (UpdateBillingAccountResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (UpdateBillingAccountResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (UpdateBillingAccountResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type UpdateCurrentUserRequest

type UpdateCurrentUserRequest struct {
	Body *UserRequestBody `protobuf:"bytes,1,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCurrentUserRequest) Descriptor deprecated

func (*UpdateCurrentUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateCurrentUserRequest.ProtoReflect.Descriptor instead.

func (*UpdateCurrentUserRequest) GetBody

func (*UpdateCurrentUserRequest) ProtoMessage

func (*UpdateCurrentUserRequest) ProtoMessage()

func (*UpdateCurrentUserRequest) ProtoReflect

func (x *UpdateCurrentUserRequest) ProtoReflect() protoreflect.Message

func (*UpdateCurrentUserRequest) Reset

func (x *UpdateCurrentUserRequest) Reset()

func (*UpdateCurrentUserRequest) String

func (x *UpdateCurrentUserRequest) String() string

func (*UpdateCurrentUserRequest) Validate

func (m *UpdateCurrentUserRequest) Validate() error

Validate checks the field values on UpdateCurrentUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateCurrentUserRequest) ValidateAll

func (m *UpdateCurrentUserRequest) ValidateAll() error

ValidateAll checks the field values on UpdateCurrentUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateCurrentUserRequestMultiError, or nil if none found.

type UpdateCurrentUserRequestMultiError

type UpdateCurrentUserRequestMultiError []error

UpdateCurrentUserRequestMultiError is an error wrapping multiple validation errors returned by UpdateCurrentUserRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateCurrentUserRequestMultiError) AllErrors

func (m UpdateCurrentUserRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateCurrentUserRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateCurrentUserRequestValidationError

type UpdateCurrentUserRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateCurrentUserRequestValidationError is the validation error returned by UpdateCurrentUserRequest.Validate if the designated constraints aren't met.

func (UpdateCurrentUserRequestValidationError) Cause

Cause function returns cause value.

func (UpdateCurrentUserRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateCurrentUserRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateCurrentUserRequestValidationError) Field

Field function returns field value.

func (UpdateCurrentUserRequestValidationError) Key

Key function returns key value.

func (UpdateCurrentUserRequestValidationError) Reason

Reason function returns reason value.

type UpdateCurrentUserResponse

type UpdateCurrentUserResponse struct {
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateCurrentUserResponse) Descriptor deprecated

func (*UpdateCurrentUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateCurrentUserResponse.ProtoReflect.Descriptor instead.

func (*UpdateCurrentUserResponse) GetUser

func (x *UpdateCurrentUserResponse) GetUser() *User

func (*UpdateCurrentUserResponse) ProtoMessage

func (*UpdateCurrentUserResponse) ProtoMessage()

func (*UpdateCurrentUserResponse) ProtoReflect

func (*UpdateCurrentUserResponse) Reset

func (x *UpdateCurrentUserResponse) Reset()

func (*UpdateCurrentUserResponse) String

func (x *UpdateCurrentUserResponse) String() string

func (*UpdateCurrentUserResponse) Validate

func (m *UpdateCurrentUserResponse) Validate() error

Validate checks the field values on UpdateCurrentUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateCurrentUserResponse) ValidateAll

func (m *UpdateCurrentUserResponse) ValidateAll() error

ValidateAll checks the field values on UpdateCurrentUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateCurrentUserResponseMultiError, or nil if none found.

type UpdateCurrentUserResponseMultiError

type UpdateCurrentUserResponseMultiError []error

UpdateCurrentUserResponseMultiError is an error wrapping multiple validation errors returned by UpdateCurrentUserResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateCurrentUserResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateCurrentUserResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateCurrentUserResponseValidationError

type UpdateCurrentUserResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateCurrentUserResponseValidationError is the validation error returned by UpdateCurrentUserResponse.Validate if the designated constraints aren't met.

func (UpdateCurrentUserResponseValidationError) Cause

Cause function returns cause value.

func (UpdateCurrentUserResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateCurrentUserResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateCurrentUserResponseValidationError) Field

Field function returns field value.

func (UpdateCurrentUserResponseValidationError) Key

Key function returns key value.

func (UpdateCurrentUserResponseValidationError) Reason

Reason function returns reason value.

type UpdateFeatureRequest added in v0.8.0

type UpdateFeatureRequest struct {

	// ID of the feature to update
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Feature to update
	Body *FeatureRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateFeatureRequest) Descriptor deprecated added in v0.8.0

func (*UpdateFeatureRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateFeatureRequest.ProtoReflect.Descriptor instead.

func (*UpdateFeatureRequest) GetBody added in v0.8.0

func (*UpdateFeatureRequest) GetId added in v0.8.0

func (x *UpdateFeatureRequest) GetId() string

func (*UpdateFeatureRequest) ProtoMessage added in v0.8.0

func (*UpdateFeatureRequest) ProtoMessage()

func (*UpdateFeatureRequest) ProtoReflect added in v0.8.0

func (x *UpdateFeatureRequest) ProtoReflect() protoreflect.Message

func (*UpdateFeatureRequest) Reset added in v0.8.0

func (x *UpdateFeatureRequest) Reset()

func (*UpdateFeatureRequest) String added in v0.8.0

func (x *UpdateFeatureRequest) String() string

func (*UpdateFeatureRequest) Validate added in v0.8.0

func (m *UpdateFeatureRequest) Validate() error

Validate checks the field values on UpdateFeatureRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateFeatureRequest) ValidateAll added in v0.8.0

func (m *UpdateFeatureRequest) ValidateAll() error

ValidateAll checks the field values on UpdateFeatureRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateFeatureRequestMultiError, or nil if none found.

type UpdateFeatureRequestMultiError added in v0.8.0

type UpdateFeatureRequestMultiError []error

UpdateFeatureRequestMultiError is an error wrapping multiple validation errors returned by UpdateFeatureRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateFeatureRequestMultiError) AllErrors added in v0.8.0

func (m UpdateFeatureRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateFeatureRequestMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type UpdateFeatureRequestValidationError added in v0.8.0

type UpdateFeatureRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateFeatureRequestValidationError is the validation error returned by UpdateFeatureRequest.Validate if the designated constraints aren't met.

func (UpdateFeatureRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (UpdateFeatureRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (UpdateFeatureRequestValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (UpdateFeatureRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (UpdateFeatureRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (UpdateFeatureRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type UpdateFeatureResponse added in v0.8.0

type UpdateFeatureResponse struct {

	// Updated feature
	Feature *Feature `protobuf:"bytes,1,opt,name=feature,proto3" json:"feature,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateFeatureResponse) Descriptor deprecated added in v0.8.0

func (*UpdateFeatureResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateFeatureResponse.ProtoReflect.Descriptor instead.

func (*UpdateFeatureResponse) GetFeature added in v0.8.0

func (x *UpdateFeatureResponse) GetFeature() *Feature

func (*UpdateFeatureResponse) ProtoMessage added in v0.8.0

func (*UpdateFeatureResponse) ProtoMessage()

func (*UpdateFeatureResponse) ProtoReflect added in v0.8.0

func (x *UpdateFeatureResponse) ProtoReflect() protoreflect.Message

func (*UpdateFeatureResponse) Reset added in v0.8.0

func (x *UpdateFeatureResponse) Reset()

func (*UpdateFeatureResponse) String added in v0.8.0

func (x *UpdateFeatureResponse) String() string

func (*UpdateFeatureResponse) Validate added in v0.8.0

func (m *UpdateFeatureResponse) Validate() error

Validate checks the field values on UpdateFeatureResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateFeatureResponse) ValidateAll added in v0.8.0

func (m *UpdateFeatureResponse) ValidateAll() error

ValidateAll checks the field values on UpdateFeatureResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateFeatureResponseMultiError, or nil if none found.

type UpdateFeatureResponseMultiError added in v0.8.0

type UpdateFeatureResponseMultiError []error

UpdateFeatureResponseMultiError is an error wrapping multiple validation errors returned by UpdateFeatureResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateFeatureResponseMultiError) AllErrors added in v0.8.0

func (m UpdateFeatureResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateFeatureResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type UpdateFeatureResponseValidationError added in v0.8.0

type UpdateFeatureResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateFeatureResponseValidationError is the validation error returned by UpdateFeatureResponse.Validate if the designated constraints aren't met.

func (UpdateFeatureResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (UpdateFeatureResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (UpdateFeatureResponseValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (UpdateFeatureResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (UpdateFeatureResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (UpdateFeatureResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type UpdateGroupRequest

type UpdateGroupRequest struct {
	Id    string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Body  *GroupRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	OrgId string            `protobuf:"bytes,3,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateGroupRequest) Descriptor deprecated

func (*UpdateGroupRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateGroupRequest.ProtoReflect.Descriptor instead.

func (*UpdateGroupRequest) GetBody

func (x *UpdateGroupRequest) GetBody() *GroupRequestBody

func (*UpdateGroupRequest) GetId

func (x *UpdateGroupRequest) GetId() string

func (*UpdateGroupRequest) GetOrgId

func (x *UpdateGroupRequest) GetOrgId() string

func (*UpdateGroupRequest) ProtoMessage

func (*UpdateGroupRequest) ProtoMessage()

func (*UpdateGroupRequest) ProtoReflect

func (x *UpdateGroupRequest) ProtoReflect() protoreflect.Message

func (*UpdateGroupRequest) Reset

func (x *UpdateGroupRequest) Reset()

func (*UpdateGroupRequest) String

func (x *UpdateGroupRequest) String() string

func (*UpdateGroupRequest) Validate

func (m *UpdateGroupRequest) Validate() error

Validate checks the field values on UpdateGroupRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateGroupRequest) ValidateAll

func (m *UpdateGroupRequest) ValidateAll() error

ValidateAll checks the field values on UpdateGroupRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateGroupRequestMultiError, or nil if none found.

type UpdateGroupRequestMultiError

type UpdateGroupRequestMultiError []error

UpdateGroupRequestMultiError is an error wrapping multiple validation errors returned by UpdateGroupRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateGroupRequestMultiError) AllErrors

func (m UpdateGroupRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateGroupRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateGroupRequestValidationError

type UpdateGroupRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateGroupRequestValidationError is the validation error returned by UpdateGroupRequest.Validate if the designated constraints aren't met.

func (UpdateGroupRequestValidationError) Cause

Cause function returns cause value.

func (UpdateGroupRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateGroupRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateGroupRequestValidationError) Field

Field function returns field value.

func (UpdateGroupRequestValidationError) Key

Key function returns key value.

func (UpdateGroupRequestValidationError) Reason

Reason function returns reason value.

type UpdateGroupResponse

type UpdateGroupResponse struct {
	Group *Group `protobuf:"bytes,1,opt,name=group,proto3" json:"group,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateGroupResponse) Descriptor deprecated

func (*UpdateGroupResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateGroupResponse.ProtoReflect.Descriptor instead.

func (*UpdateGroupResponse) GetGroup

func (x *UpdateGroupResponse) GetGroup() *Group

func (*UpdateGroupResponse) ProtoMessage

func (*UpdateGroupResponse) ProtoMessage()

func (*UpdateGroupResponse) ProtoReflect

func (x *UpdateGroupResponse) ProtoReflect() protoreflect.Message

func (*UpdateGroupResponse) Reset

func (x *UpdateGroupResponse) Reset()

func (*UpdateGroupResponse) String

func (x *UpdateGroupResponse) String() string

func (*UpdateGroupResponse) Validate

func (m *UpdateGroupResponse) Validate() error

Validate checks the field values on UpdateGroupResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateGroupResponse) ValidateAll

func (m *UpdateGroupResponse) ValidateAll() error

ValidateAll checks the field values on UpdateGroupResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateGroupResponseMultiError, or nil if none found.

type UpdateGroupResponseMultiError

type UpdateGroupResponseMultiError []error

UpdateGroupResponseMultiError is an error wrapping multiple validation errors returned by UpdateGroupResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateGroupResponseMultiError) AllErrors

func (m UpdateGroupResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateGroupResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateGroupResponseValidationError

type UpdateGroupResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateGroupResponseValidationError is the validation error returned by UpdateGroupResponse.Validate if the designated constraints aren't met.

func (UpdateGroupResponseValidationError) Cause

Cause function returns cause value.

func (UpdateGroupResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateGroupResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateGroupResponseValidationError) Field

Field function returns field value.

func (UpdateGroupResponseValidationError) Key

Key function returns key value.

func (UpdateGroupResponseValidationError) Reason

Reason function returns reason value.

type UpdateMetaSchemaRequest

type UpdateMetaSchemaRequest struct {
	Id   string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Body *MetaSchemaRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateMetaSchemaRequest) Descriptor deprecated

func (*UpdateMetaSchemaRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateMetaSchemaRequest.ProtoReflect.Descriptor instead.

func (*UpdateMetaSchemaRequest) GetBody

func (*UpdateMetaSchemaRequest) GetId

func (x *UpdateMetaSchemaRequest) GetId() string

func (*UpdateMetaSchemaRequest) ProtoMessage

func (*UpdateMetaSchemaRequest) ProtoMessage()

func (*UpdateMetaSchemaRequest) ProtoReflect

func (x *UpdateMetaSchemaRequest) ProtoReflect() protoreflect.Message

func (*UpdateMetaSchemaRequest) Reset

func (x *UpdateMetaSchemaRequest) Reset()

func (*UpdateMetaSchemaRequest) String

func (x *UpdateMetaSchemaRequest) String() string

func (*UpdateMetaSchemaRequest) Validate

func (m *UpdateMetaSchemaRequest) Validate() error

Validate checks the field values on UpdateMetaSchemaRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateMetaSchemaRequest) ValidateAll

func (m *UpdateMetaSchemaRequest) ValidateAll() error

ValidateAll checks the field values on UpdateMetaSchemaRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateMetaSchemaRequestMultiError, or nil if none found.

type UpdateMetaSchemaRequestMultiError

type UpdateMetaSchemaRequestMultiError []error

UpdateMetaSchemaRequestMultiError is an error wrapping multiple validation errors returned by UpdateMetaSchemaRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateMetaSchemaRequestMultiError) AllErrors

func (m UpdateMetaSchemaRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateMetaSchemaRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateMetaSchemaRequestValidationError

type UpdateMetaSchemaRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateMetaSchemaRequestValidationError is the validation error returned by UpdateMetaSchemaRequest.Validate if the designated constraints aren't met.

func (UpdateMetaSchemaRequestValidationError) Cause

Cause function returns cause value.

func (UpdateMetaSchemaRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateMetaSchemaRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateMetaSchemaRequestValidationError) Field

Field function returns field value.

func (UpdateMetaSchemaRequestValidationError) Key

Key function returns key value.

func (UpdateMetaSchemaRequestValidationError) Reason

Reason function returns reason value.

type UpdateMetaSchemaResponse

type UpdateMetaSchemaResponse struct {
	Metaschema *MetaSchema `protobuf:"bytes,1,opt,name=metaschema,proto3" json:"metaschema,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateMetaSchemaResponse) Descriptor deprecated

func (*UpdateMetaSchemaResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateMetaSchemaResponse.ProtoReflect.Descriptor instead.

func (*UpdateMetaSchemaResponse) GetMetaschema

func (x *UpdateMetaSchemaResponse) GetMetaschema() *MetaSchema

func (*UpdateMetaSchemaResponse) ProtoMessage

func (*UpdateMetaSchemaResponse) ProtoMessage()

func (*UpdateMetaSchemaResponse) ProtoReflect

func (x *UpdateMetaSchemaResponse) ProtoReflect() protoreflect.Message

func (*UpdateMetaSchemaResponse) Reset

func (x *UpdateMetaSchemaResponse) Reset()

func (*UpdateMetaSchemaResponse) String

func (x *UpdateMetaSchemaResponse) String() string

func (*UpdateMetaSchemaResponse) Validate

func (m *UpdateMetaSchemaResponse) Validate() error

Validate checks the field values on UpdateMetaSchemaResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateMetaSchemaResponse) ValidateAll

func (m *UpdateMetaSchemaResponse) ValidateAll() error

ValidateAll checks the field values on UpdateMetaSchemaResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateMetaSchemaResponseMultiError, or nil if none found.

type UpdateMetaSchemaResponseMultiError

type UpdateMetaSchemaResponseMultiError []error

UpdateMetaSchemaResponseMultiError is an error wrapping multiple validation errors returned by UpdateMetaSchemaResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateMetaSchemaResponseMultiError) AllErrors

func (m UpdateMetaSchemaResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateMetaSchemaResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateMetaSchemaResponseValidationError

type UpdateMetaSchemaResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateMetaSchemaResponseValidationError is the validation error returned by UpdateMetaSchemaResponse.Validate if the designated constraints aren't met.

func (UpdateMetaSchemaResponseValidationError) Cause

Cause function returns cause value.

func (UpdateMetaSchemaResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateMetaSchemaResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateMetaSchemaResponseValidationError) Field

Field function returns field value.

func (UpdateMetaSchemaResponseValidationError) Key

Key function returns key value.

func (UpdateMetaSchemaResponseValidationError) Reason

Reason function returns reason value.

type UpdateOrganizationRequest

type UpdateOrganizationRequest struct {
	Id   string                   `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Body *OrganizationRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrganizationRequest) Descriptor deprecated

func (*UpdateOrganizationRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrganizationRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationRequest) GetBody

func (*UpdateOrganizationRequest) GetId

func (x *UpdateOrganizationRequest) GetId() string

func (*UpdateOrganizationRequest) ProtoMessage

func (*UpdateOrganizationRequest) ProtoMessage()

func (*UpdateOrganizationRequest) ProtoReflect

func (*UpdateOrganizationRequest) Reset

func (x *UpdateOrganizationRequest) Reset()

func (*UpdateOrganizationRequest) String

func (x *UpdateOrganizationRequest) String() string

func (*UpdateOrganizationRequest) Validate

func (m *UpdateOrganizationRequest) Validate() error

Validate checks the field values on UpdateOrganizationRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateOrganizationRequest) ValidateAll

func (m *UpdateOrganizationRequest) ValidateAll() error

ValidateAll checks the field values on UpdateOrganizationRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateOrganizationRequestMultiError, or nil if none found.

type UpdateOrganizationRequestMultiError

type UpdateOrganizationRequestMultiError []error

UpdateOrganizationRequestMultiError is an error wrapping multiple validation errors returned by UpdateOrganizationRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateOrganizationRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateOrganizationRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateOrganizationRequestValidationError

type UpdateOrganizationRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateOrganizationRequestValidationError is the validation error returned by UpdateOrganizationRequest.Validate if the designated constraints aren't met.

func (UpdateOrganizationRequestValidationError) Cause

Cause function returns cause value.

func (UpdateOrganizationRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateOrganizationRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateOrganizationRequestValidationError) Field

Field function returns field value.

func (UpdateOrganizationRequestValidationError) Key

Key function returns key value.

func (UpdateOrganizationRequestValidationError) Reason

Reason function returns reason value.

type UpdateOrganizationResponse

type UpdateOrganizationResponse struct {
	Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrganizationResponse) Descriptor deprecated

func (*UpdateOrganizationResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrganizationResponse.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationResponse) GetOrganization

func (x *UpdateOrganizationResponse) GetOrganization() *Organization

func (*UpdateOrganizationResponse) ProtoMessage

func (*UpdateOrganizationResponse) ProtoMessage()

func (*UpdateOrganizationResponse) ProtoReflect

func (*UpdateOrganizationResponse) Reset

func (x *UpdateOrganizationResponse) Reset()

func (*UpdateOrganizationResponse) String

func (x *UpdateOrganizationResponse) String() string

func (*UpdateOrganizationResponse) Validate

func (m *UpdateOrganizationResponse) Validate() error

Validate checks the field values on UpdateOrganizationResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateOrganizationResponse) ValidateAll

func (m *UpdateOrganizationResponse) ValidateAll() error

ValidateAll checks the field values on UpdateOrganizationResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateOrganizationResponseMultiError, or nil if none found.

type UpdateOrganizationResponseMultiError

type UpdateOrganizationResponseMultiError []error

UpdateOrganizationResponseMultiError is an error wrapping multiple validation errors returned by UpdateOrganizationResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateOrganizationResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateOrganizationResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateOrganizationResponseValidationError

type UpdateOrganizationResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateOrganizationResponseValidationError is the validation error returned by UpdateOrganizationResponse.Validate if the designated constraints aren't met.

func (UpdateOrganizationResponseValidationError) Cause

Cause function returns cause value.

func (UpdateOrganizationResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateOrganizationResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateOrganizationResponseValidationError) Field

Field function returns field value.

func (UpdateOrganizationResponseValidationError) Key

Key function returns key value.

func (UpdateOrganizationResponseValidationError) Reason

Reason function returns reason value.

type UpdateOrganizationRoleRequest

type UpdateOrganizationRoleRequest struct {
	Id    string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrgId string           `protobuf:"bytes,3,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Body  *RoleRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrganizationRoleRequest) Descriptor deprecated

func (*UpdateOrganizationRoleRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrganizationRoleRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationRoleRequest) GetBody

func (*UpdateOrganizationRoleRequest) GetId

func (*UpdateOrganizationRoleRequest) GetOrgId

func (x *UpdateOrganizationRoleRequest) GetOrgId() string

func (*UpdateOrganizationRoleRequest) ProtoMessage

func (*UpdateOrganizationRoleRequest) ProtoMessage()

func (*UpdateOrganizationRoleRequest) ProtoReflect

func (*UpdateOrganizationRoleRequest) Reset

func (x *UpdateOrganizationRoleRequest) Reset()

func (*UpdateOrganizationRoleRequest) String

func (*UpdateOrganizationRoleRequest) Validate

func (m *UpdateOrganizationRoleRequest) Validate() error

Validate checks the field values on UpdateOrganizationRoleRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateOrganizationRoleRequest) ValidateAll

func (m *UpdateOrganizationRoleRequest) ValidateAll() error

ValidateAll checks the field values on UpdateOrganizationRoleRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateOrganizationRoleRequestMultiError, or nil if none found.

type UpdateOrganizationRoleRequestMultiError

type UpdateOrganizationRoleRequestMultiError []error

UpdateOrganizationRoleRequestMultiError is an error wrapping multiple validation errors returned by UpdateOrganizationRoleRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateOrganizationRoleRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateOrganizationRoleRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateOrganizationRoleRequestValidationError

type UpdateOrganizationRoleRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateOrganizationRoleRequestValidationError is the validation error returned by UpdateOrganizationRoleRequest.Validate if the designated constraints aren't met.

func (UpdateOrganizationRoleRequestValidationError) Cause

Cause function returns cause value.

func (UpdateOrganizationRoleRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateOrganizationRoleRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateOrganizationRoleRequestValidationError) Field

Field function returns field value.

func (UpdateOrganizationRoleRequestValidationError) Key

Key function returns key value.

func (UpdateOrganizationRoleRequestValidationError) Reason

Reason function returns reason value.

type UpdateOrganizationRoleResponse

type UpdateOrganizationRoleResponse struct {
	Role *Role `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateOrganizationRoleResponse) Descriptor deprecated

func (*UpdateOrganizationRoleResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateOrganizationRoleResponse.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationRoleResponse) GetRole

func (x *UpdateOrganizationRoleResponse) GetRole() *Role

func (*UpdateOrganizationRoleResponse) ProtoMessage

func (*UpdateOrganizationRoleResponse) ProtoMessage()

func (*UpdateOrganizationRoleResponse) ProtoReflect

func (*UpdateOrganizationRoleResponse) Reset

func (x *UpdateOrganizationRoleResponse) Reset()

func (*UpdateOrganizationRoleResponse) String

func (*UpdateOrganizationRoleResponse) Validate

func (m *UpdateOrganizationRoleResponse) Validate() error

Validate checks the field values on UpdateOrganizationRoleResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateOrganizationRoleResponse) ValidateAll

func (m *UpdateOrganizationRoleResponse) ValidateAll() error

ValidateAll checks the field values on UpdateOrganizationRoleResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateOrganizationRoleResponseMultiError, or nil if none found.

type UpdateOrganizationRoleResponseMultiError

type UpdateOrganizationRoleResponseMultiError []error

UpdateOrganizationRoleResponseMultiError is an error wrapping multiple validation errors returned by UpdateOrganizationRoleResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateOrganizationRoleResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateOrganizationRoleResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateOrganizationRoleResponseValidationError

type UpdateOrganizationRoleResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateOrganizationRoleResponseValidationError is the validation error returned by UpdateOrganizationRoleResponse.Validate if the designated constraints aren't met.

func (UpdateOrganizationRoleResponseValidationError) Cause

Cause function returns cause value.

func (UpdateOrganizationRoleResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateOrganizationRoleResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateOrganizationRoleResponseValidationError) Field

Field function returns field value.

func (UpdateOrganizationRoleResponseValidationError) Key

Key function returns key value.

func (UpdateOrganizationRoleResponseValidationError) Reason

Reason function returns reason value.

type UpdatePermissionRequest

type UpdatePermissionRequest struct {
	Id   string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Body *PermissionRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePermissionRequest) Descriptor deprecated

func (*UpdatePermissionRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdatePermissionRequest.ProtoReflect.Descriptor instead.

func (*UpdatePermissionRequest) GetBody

func (*UpdatePermissionRequest) GetId

func (x *UpdatePermissionRequest) GetId() string

func (*UpdatePermissionRequest) ProtoMessage

func (*UpdatePermissionRequest) ProtoMessage()

func (*UpdatePermissionRequest) ProtoReflect

func (x *UpdatePermissionRequest) ProtoReflect() protoreflect.Message

func (*UpdatePermissionRequest) Reset

func (x *UpdatePermissionRequest) Reset()

func (*UpdatePermissionRequest) String

func (x *UpdatePermissionRequest) String() string

func (*UpdatePermissionRequest) Validate

func (m *UpdatePermissionRequest) Validate() error

Validate checks the field values on UpdatePermissionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdatePermissionRequest) ValidateAll

func (m *UpdatePermissionRequest) ValidateAll() error

ValidateAll checks the field values on UpdatePermissionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdatePermissionRequestMultiError, or nil if none found.

type UpdatePermissionRequestMultiError

type UpdatePermissionRequestMultiError []error

UpdatePermissionRequestMultiError is an error wrapping multiple validation errors returned by UpdatePermissionRequest.ValidateAll() if the designated constraints aren't met.

func (UpdatePermissionRequestMultiError) AllErrors

func (m UpdatePermissionRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdatePermissionRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdatePermissionRequestValidationError

type UpdatePermissionRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdatePermissionRequestValidationError is the validation error returned by UpdatePermissionRequest.Validate if the designated constraints aren't met.

func (UpdatePermissionRequestValidationError) Cause

Cause function returns cause value.

func (UpdatePermissionRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdatePermissionRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdatePermissionRequestValidationError) Field

Field function returns field value.

func (UpdatePermissionRequestValidationError) Key

Key function returns key value.

func (UpdatePermissionRequestValidationError) Reason

Reason function returns reason value.

type UpdatePermissionResponse

type UpdatePermissionResponse struct {
	Permission *Permission `protobuf:"bytes,1,opt,name=permission,proto3" json:"permission,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePermissionResponse) Descriptor deprecated

func (*UpdatePermissionResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdatePermissionResponse.ProtoReflect.Descriptor instead.

func (*UpdatePermissionResponse) GetPermission

func (x *UpdatePermissionResponse) GetPermission() *Permission

func (*UpdatePermissionResponse) ProtoMessage

func (*UpdatePermissionResponse) ProtoMessage()

func (*UpdatePermissionResponse) ProtoReflect

func (x *UpdatePermissionResponse) ProtoReflect() protoreflect.Message

func (*UpdatePermissionResponse) Reset

func (x *UpdatePermissionResponse) Reset()

func (*UpdatePermissionResponse) String

func (x *UpdatePermissionResponse) String() string

func (*UpdatePermissionResponse) Validate

func (m *UpdatePermissionResponse) Validate() error

Validate checks the field values on UpdatePermissionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdatePermissionResponse) ValidateAll

func (m *UpdatePermissionResponse) ValidateAll() error

ValidateAll checks the field values on UpdatePermissionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdatePermissionResponseMultiError, or nil if none found.

type UpdatePermissionResponseMultiError

type UpdatePermissionResponseMultiError []error

UpdatePermissionResponseMultiError is an error wrapping multiple validation errors returned by UpdatePermissionResponse.ValidateAll() if the designated constraints aren't met.

func (UpdatePermissionResponseMultiError) AllErrors

func (m UpdatePermissionResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdatePermissionResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdatePermissionResponseValidationError

type UpdatePermissionResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdatePermissionResponseValidationError is the validation error returned by UpdatePermissionResponse.Validate if the designated constraints aren't met.

func (UpdatePermissionResponseValidationError) Cause

Cause function returns cause value.

func (UpdatePermissionResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdatePermissionResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdatePermissionResponseValidationError) Field

Field function returns field value.

func (UpdatePermissionResponseValidationError) Key

Key function returns key value.

func (UpdatePermissionResponseValidationError) Reason

Reason function returns reason value.

type UpdatePlanRequest added in v0.8.0

type UpdatePlanRequest struct {

	// ID of the plan to update
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Plan to update
	Body *PlanRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePlanRequest) Descriptor deprecated added in v0.8.0

func (*UpdatePlanRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdatePlanRequest.ProtoReflect.Descriptor instead.

func (*UpdatePlanRequest) GetBody added in v0.8.0

func (x *UpdatePlanRequest) GetBody() *PlanRequestBody

func (*UpdatePlanRequest) GetId added in v0.8.0

func (x *UpdatePlanRequest) GetId() string

func (*UpdatePlanRequest) ProtoMessage added in v0.8.0

func (*UpdatePlanRequest) ProtoMessage()

func (*UpdatePlanRequest) ProtoReflect added in v0.8.0

func (x *UpdatePlanRequest) ProtoReflect() protoreflect.Message

func (*UpdatePlanRequest) Reset added in v0.8.0

func (x *UpdatePlanRequest) Reset()

func (*UpdatePlanRequest) String added in v0.8.0

func (x *UpdatePlanRequest) String() string

func (*UpdatePlanRequest) Validate added in v0.8.0

func (m *UpdatePlanRequest) Validate() error

Validate checks the field values on UpdatePlanRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdatePlanRequest) ValidateAll added in v0.8.0

func (m *UpdatePlanRequest) ValidateAll() error

ValidateAll checks the field values on UpdatePlanRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdatePlanRequestMultiError, or nil if none found.

type UpdatePlanRequestMultiError added in v0.8.0

type UpdatePlanRequestMultiError []error

UpdatePlanRequestMultiError is an error wrapping multiple validation errors returned by UpdatePlanRequest.ValidateAll() if the designated constraints aren't met.

func (UpdatePlanRequestMultiError) AllErrors added in v0.8.0

func (m UpdatePlanRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdatePlanRequestMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type UpdatePlanRequestValidationError added in v0.8.0

type UpdatePlanRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdatePlanRequestValidationError is the validation error returned by UpdatePlanRequest.Validate if the designated constraints aren't met.

func (UpdatePlanRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (UpdatePlanRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (UpdatePlanRequestValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (UpdatePlanRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (UpdatePlanRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (UpdatePlanRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type UpdatePlanResponse added in v0.8.0

type UpdatePlanResponse struct {

	// Updated plan
	Plan *Plan `protobuf:"bytes,1,opt,name=plan,proto3" json:"plan,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePlanResponse) Descriptor deprecated added in v0.8.0

func (*UpdatePlanResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdatePlanResponse.ProtoReflect.Descriptor instead.

func (*UpdatePlanResponse) GetPlan added in v0.8.0

func (x *UpdatePlanResponse) GetPlan() *Plan

func (*UpdatePlanResponse) ProtoMessage added in v0.8.0

func (*UpdatePlanResponse) ProtoMessage()

func (*UpdatePlanResponse) ProtoReflect added in v0.8.0

func (x *UpdatePlanResponse) ProtoReflect() protoreflect.Message

func (*UpdatePlanResponse) Reset added in v0.8.0

func (x *UpdatePlanResponse) Reset()

func (*UpdatePlanResponse) String added in v0.8.0

func (x *UpdatePlanResponse) String() string

func (*UpdatePlanResponse) Validate added in v0.8.0

func (m *UpdatePlanResponse) Validate() error

Validate checks the field values on UpdatePlanResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdatePlanResponse) ValidateAll added in v0.8.0

func (m *UpdatePlanResponse) ValidateAll() error

ValidateAll checks the field values on UpdatePlanResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdatePlanResponseMultiError, or nil if none found.

type UpdatePlanResponseMultiError added in v0.8.0

type UpdatePlanResponseMultiError []error

UpdatePlanResponseMultiError is an error wrapping multiple validation errors returned by UpdatePlanResponse.ValidateAll() if the designated constraints aren't met.

func (UpdatePlanResponseMultiError) AllErrors added in v0.8.0

func (m UpdatePlanResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdatePlanResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type UpdatePlanResponseValidationError added in v0.8.0

type UpdatePlanResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdatePlanResponseValidationError is the validation error returned by UpdatePlanResponse.Validate if the designated constraints aren't met.

func (UpdatePlanResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (UpdatePlanResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (UpdatePlanResponseValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (UpdatePlanResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (UpdatePlanResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (UpdatePlanResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type UpdatePolicyRequest

type UpdatePolicyRequest struct {
	Id   string             `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Body *PolicyRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePolicyRequest) Descriptor deprecated

func (*UpdatePolicyRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdatePolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdatePolicyRequest) GetBody

func (x *UpdatePolicyRequest) GetBody() *PolicyRequestBody

func (*UpdatePolicyRequest) GetId

func (x *UpdatePolicyRequest) GetId() string

func (*UpdatePolicyRequest) ProtoMessage

func (*UpdatePolicyRequest) ProtoMessage()

func (*UpdatePolicyRequest) ProtoReflect

func (x *UpdatePolicyRequest) ProtoReflect() protoreflect.Message

func (*UpdatePolicyRequest) Reset

func (x *UpdatePolicyRequest) Reset()

func (*UpdatePolicyRequest) String

func (x *UpdatePolicyRequest) String() string

func (*UpdatePolicyRequest) Validate

func (m *UpdatePolicyRequest) Validate() error

Validate checks the field values on UpdatePolicyRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdatePolicyRequest) ValidateAll

func (m *UpdatePolicyRequest) ValidateAll() error

ValidateAll checks the field values on UpdatePolicyRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdatePolicyRequestMultiError, or nil if none found.

type UpdatePolicyRequestMultiError

type UpdatePolicyRequestMultiError []error

UpdatePolicyRequestMultiError is an error wrapping multiple validation errors returned by UpdatePolicyRequest.ValidateAll() if the designated constraints aren't met.

func (UpdatePolicyRequestMultiError) AllErrors

func (m UpdatePolicyRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdatePolicyRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdatePolicyRequestValidationError

type UpdatePolicyRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdatePolicyRequestValidationError is the validation error returned by UpdatePolicyRequest.Validate if the designated constraints aren't met.

func (UpdatePolicyRequestValidationError) Cause

Cause function returns cause value.

func (UpdatePolicyRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdatePolicyRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdatePolicyRequestValidationError) Field

Field function returns field value.

func (UpdatePolicyRequestValidationError) Key

Key function returns key value.

func (UpdatePolicyRequestValidationError) Reason

Reason function returns reason value.

type UpdatePolicyResponse

type UpdatePolicyResponse struct {
	Policies []*Policy `protobuf:"bytes,1,rep,name=policies,proto3" json:"policies,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdatePolicyResponse) Descriptor deprecated

func (*UpdatePolicyResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdatePolicyResponse.ProtoReflect.Descriptor instead.

func (*UpdatePolicyResponse) GetPolicies

func (x *UpdatePolicyResponse) GetPolicies() []*Policy

func (*UpdatePolicyResponse) ProtoMessage

func (*UpdatePolicyResponse) ProtoMessage()

func (*UpdatePolicyResponse) ProtoReflect

func (x *UpdatePolicyResponse) ProtoReflect() protoreflect.Message

func (*UpdatePolicyResponse) Reset

func (x *UpdatePolicyResponse) Reset()

func (*UpdatePolicyResponse) String

func (x *UpdatePolicyResponse) String() string

func (*UpdatePolicyResponse) Validate

func (m *UpdatePolicyResponse) Validate() error

Validate checks the field values on UpdatePolicyResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdatePolicyResponse) ValidateAll

func (m *UpdatePolicyResponse) ValidateAll() error

ValidateAll checks the field values on UpdatePolicyResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdatePolicyResponseMultiError, or nil if none found.

type UpdatePolicyResponseMultiError

type UpdatePolicyResponseMultiError []error

UpdatePolicyResponseMultiError is an error wrapping multiple validation errors returned by UpdatePolicyResponse.ValidateAll() if the designated constraints aren't met.

func (UpdatePolicyResponseMultiError) AllErrors

func (m UpdatePolicyResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdatePolicyResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdatePolicyResponseValidationError

type UpdatePolicyResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdatePolicyResponseValidationError is the validation error returned by UpdatePolicyResponse.Validate if the designated constraints aren't met.

func (UpdatePolicyResponseValidationError) Cause

Cause function returns cause value.

func (UpdatePolicyResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdatePolicyResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdatePolicyResponseValidationError) Field

Field function returns field value.

func (UpdatePolicyResponseValidationError) Key

Key function returns key value.

func (UpdatePolicyResponseValidationError) Reason

Reason function returns reason value.

type UpdateProductRequest added in v0.8.14

type UpdateProductRequest struct {

	// ID of the product to update
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Product to update
	Body *ProductRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProductRequest) Descriptor deprecated added in v0.8.14

func (*UpdateProductRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProductRequest.ProtoReflect.Descriptor instead.

func (*UpdateProductRequest) GetBody added in v0.8.14

func (*UpdateProductRequest) GetId added in v0.8.14

func (x *UpdateProductRequest) GetId() string

func (*UpdateProductRequest) ProtoMessage added in v0.8.14

func (*UpdateProductRequest) ProtoMessage()

func (*UpdateProductRequest) ProtoReflect added in v0.8.14

func (x *UpdateProductRequest) ProtoReflect() protoreflect.Message

func (*UpdateProductRequest) Reset added in v0.8.14

func (x *UpdateProductRequest) Reset()

func (*UpdateProductRequest) String added in v0.8.14

func (x *UpdateProductRequest) String() string

func (*UpdateProductRequest) Validate added in v0.8.14

func (m *UpdateProductRequest) Validate() error

Validate checks the field values on UpdateProductRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateProductRequest) ValidateAll added in v0.8.14

func (m *UpdateProductRequest) ValidateAll() error

ValidateAll checks the field values on UpdateProductRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateProductRequestMultiError, or nil if none found.

type UpdateProductRequestMultiError added in v0.8.14

type UpdateProductRequestMultiError []error

UpdateProductRequestMultiError is an error wrapping multiple validation errors returned by UpdateProductRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateProductRequestMultiError) AllErrors added in v0.8.14

func (m UpdateProductRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateProductRequestMultiError) Error added in v0.8.14

Error returns a concatenation of all the error messages it wraps.

type UpdateProductRequestValidationError added in v0.8.14

type UpdateProductRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateProductRequestValidationError is the validation error returned by UpdateProductRequest.Validate if the designated constraints aren't met.

func (UpdateProductRequestValidationError) Cause added in v0.8.14

Cause function returns cause value.

func (UpdateProductRequestValidationError) Error added in v0.8.14

Error satisfies the builtin error interface

func (UpdateProductRequestValidationError) ErrorName added in v0.8.14

ErrorName returns error name.

func (UpdateProductRequestValidationError) Field added in v0.8.14

Field function returns field value.

func (UpdateProductRequestValidationError) Key added in v0.8.14

Key function returns key value.

func (UpdateProductRequestValidationError) Reason added in v0.8.14

Reason function returns reason value.

type UpdateProductResponse added in v0.8.14

type UpdateProductResponse struct {

	// Updated product
	Product *Product `protobuf:"bytes,1,opt,name=product,proto3" json:"product,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProductResponse) Descriptor deprecated added in v0.8.14

func (*UpdateProductResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProductResponse.ProtoReflect.Descriptor instead.

func (*UpdateProductResponse) GetProduct added in v0.8.14

func (x *UpdateProductResponse) GetProduct() *Product

func (*UpdateProductResponse) ProtoMessage added in v0.8.14

func (*UpdateProductResponse) ProtoMessage()

func (*UpdateProductResponse) ProtoReflect added in v0.8.14

func (x *UpdateProductResponse) ProtoReflect() protoreflect.Message

func (*UpdateProductResponse) Reset added in v0.8.14

func (x *UpdateProductResponse) Reset()

func (*UpdateProductResponse) String added in v0.8.14

func (x *UpdateProductResponse) String() string

func (*UpdateProductResponse) Validate added in v0.8.14

func (m *UpdateProductResponse) Validate() error

Validate checks the field values on UpdateProductResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateProductResponse) ValidateAll added in v0.8.14

func (m *UpdateProductResponse) ValidateAll() error

ValidateAll checks the field values on UpdateProductResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateProductResponseMultiError, or nil if none found.

type UpdateProductResponseMultiError added in v0.8.14

type UpdateProductResponseMultiError []error

UpdateProductResponseMultiError is an error wrapping multiple validation errors returned by UpdateProductResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateProductResponseMultiError) AllErrors added in v0.8.14

func (m UpdateProductResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateProductResponseMultiError) Error added in v0.8.14

Error returns a concatenation of all the error messages it wraps.

type UpdateProductResponseValidationError added in v0.8.14

type UpdateProductResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateProductResponseValidationError is the validation error returned by UpdateProductResponse.Validate if the designated constraints aren't met.

func (UpdateProductResponseValidationError) Cause added in v0.8.14

Cause function returns cause value.

func (UpdateProductResponseValidationError) Error added in v0.8.14

Error satisfies the builtin error interface

func (UpdateProductResponseValidationError) ErrorName added in v0.8.14

ErrorName returns error name.

func (UpdateProductResponseValidationError) Field added in v0.8.14

Field function returns field value.

func (UpdateProductResponseValidationError) Key added in v0.8.14

Key function returns key value.

func (UpdateProductResponseValidationError) Reason added in v0.8.14

Reason function returns reason value.

type UpdateProjectRequest

type UpdateProjectRequest struct {
	Id   string              `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Body *ProjectRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProjectRequest) Descriptor deprecated

func (*UpdateProjectRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProjectRequest.ProtoReflect.Descriptor instead.

func (*UpdateProjectRequest) GetBody

func (*UpdateProjectRequest) GetId

func (x *UpdateProjectRequest) GetId() string

func (*UpdateProjectRequest) ProtoMessage

func (*UpdateProjectRequest) ProtoMessage()

func (*UpdateProjectRequest) ProtoReflect

func (x *UpdateProjectRequest) ProtoReflect() protoreflect.Message

func (*UpdateProjectRequest) Reset

func (x *UpdateProjectRequest) Reset()

func (*UpdateProjectRequest) String

func (x *UpdateProjectRequest) String() string

func (*UpdateProjectRequest) Validate

func (m *UpdateProjectRequest) Validate() error

Validate checks the field values on UpdateProjectRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateProjectRequest) ValidateAll

func (m *UpdateProjectRequest) ValidateAll() error

ValidateAll checks the field values on UpdateProjectRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateProjectRequestMultiError, or nil if none found.

type UpdateProjectRequestMultiError

type UpdateProjectRequestMultiError []error

UpdateProjectRequestMultiError is an error wrapping multiple validation errors returned by UpdateProjectRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateProjectRequestMultiError) AllErrors

func (m UpdateProjectRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateProjectRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateProjectRequestValidationError

type UpdateProjectRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateProjectRequestValidationError is the validation error returned by UpdateProjectRequest.Validate if the designated constraints aren't met.

func (UpdateProjectRequestValidationError) Cause

Cause function returns cause value.

func (UpdateProjectRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateProjectRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateProjectRequestValidationError) Field

Field function returns field value.

func (UpdateProjectRequestValidationError) Key

Key function returns key value.

func (UpdateProjectRequestValidationError) Reason

Reason function returns reason value.

type UpdateProjectResourceRequest

type UpdateProjectResourceRequest struct {
	Id        string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Body      *ResourceRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	ProjectId string               `protobuf:"bytes,3,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProjectResourceRequest) Descriptor deprecated

func (*UpdateProjectResourceRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProjectResourceRequest.ProtoReflect.Descriptor instead.

func (*UpdateProjectResourceRequest) GetBody

func (*UpdateProjectResourceRequest) GetId

func (*UpdateProjectResourceRequest) GetProjectId

func (x *UpdateProjectResourceRequest) GetProjectId() string

func (*UpdateProjectResourceRequest) ProtoMessage

func (*UpdateProjectResourceRequest) ProtoMessage()

func (*UpdateProjectResourceRequest) ProtoReflect

func (*UpdateProjectResourceRequest) Reset

func (x *UpdateProjectResourceRequest) Reset()

func (*UpdateProjectResourceRequest) String

func (*UpdateProjectResourceRequest) Validate

func (m *UpdateProjectResourceRequest) Validate() error

Validate checks the field values on UpdateProjectResourceRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateProjectResourceRequest) ValidateAll

func (m *UpdateProjectResourceRequest) ValidateAll() error

ValidateAll checks the field values on UpdateProjectResourceRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateProjectResourceRequestMultiError, or nil if none found.

type UpdateProjectResourceRequestMultiError

type UpdateProjectResourceRequestMultiError []error

UpdateProjectResourceRequestMultiError is an error wrapping multiple validation errors returned by UpdateProjectResourceRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateProjectResourceRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateProjectResourceRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateProjectResourceRequestValidationError

type UpdateProjectResourceRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateProjectResourceRequestValidationError is the validation error returned by UpdateProjectResourceRequest.Validate if the designated constraints aren't met.

func (UpdateProjectResourceRequestValidationError) Cause

Cause function returns cause value.

func (UpdateProjectResourceRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateProjectResourceRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateProjectResourceRequestValidationError) Field

Field function returns field value.

func (UpdateProjectResourceRequestValidationError) Key

Key function returns key value.

func (UpdateProjectResourceRequestValidationError) Reason

Reason function returns reason value.

type UpdateProjectResourceResponse

type UpdateProjectResourceResponse struct {
	Resource *Resource `protobuf:"bytes,1,opt,name=resource,proto3" json:"resource,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProjectResourceResponse) Descriptor deprecated

func (*UpdateProjectResourceResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProjectResourceResponse.ProtoReflect.Descriptor instead.

func (*UpdateProjectResourceResponse) GetResource

func (x *UpdateProjectResourceResponse) GetResource() *Resource

func (*UpdateProjectResourceResponse) ProtoMessage

func (*UpdateProjectResourceResponse) ProtoMessage()

func (*UpdateProjectResourceResponse) ProtoReflect

func (*UpdateProjectResourceResponse) Reset

func (x *UpdateProjectResourceResponse) Reset()

func (*UpdateProjectResourceResponse) String

func (*UpdateProjectResourceResponse) Validate

func (m *UpdateProjectResourceResponse) Validate() error

Validate checks the field values on UpdateProjectResourceResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateProjectResourceResponse) ValidateAll

func (m *UpdateProjectResourceResponse) ValidateAll() error

ValidateAll checks the field values on UpdateProjectResourceResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateProjectResourceResponseMultiError, or nil if none found.

type UpdateProjectResourceResponseMultiError

type UpdateProjectResourceResponseMultiError []error

UpdateProjectResourceResponseMultiError is an error wrapping multiple validation errors returned by UpdateProjectResourceResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateProjectResourceResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateProjectResourceResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateProjectResourceResponseValidationError

type UpdateProjectResourceResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateProjectResourceResponseValidationError is the validation error returned by UpdateProjectResourceResponse.Validate if the designated constraints aren't met.

func (UpdateProjectResourceResponseValidationError) Cause

Cause function returns cause value.

func (UpdateProjectResourceResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateProjectResourceResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateProjectResourceResponseValidationError) Field

Field function returns field value.

func (UpdateProjectResourceResponseValidationError) Key

Key function returns key value.

func (UpdateProjectResourceResponseValidationError) Reason

Reason function returns reason value.

type UpdateProjectResponse

type UpdateProjectResponse struct {
	Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateProjectResponse) Descriptor deprecated

func (*UpdateProjectResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateProjectResponse.ProtoReflect.Descriptor instead.

func (*UpdateProjectResponse) GetProject

func (x *UpdateProjectResponse) GetProject() *Project

func (*UpdateProjectResponse) ProtoMessage

func (*UpdateProjectResponse) ProtoMessage()

func (*UpdateProjectResponse) ProtoReflect

func (x *UpdateProjectResponse) ProtoReflect() protoreflect.Message

func (*UpdateProjectResponse) Reset

func (x *UpdateProjectResponse) Reset()

func (*UpdateProjectResponse) String

func (x *UpdateProjectResponse) String() string

func (*UpdateProjectResponse) Validate

func (m *UpdateProjectResponse) Validate() error

Validate checks the field values on UpdateProjectResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateProjectResponse) ValidateAll

func (m *UpdateProjectResponse) ValidateAll() error

ValidateAll checks the field values on UpdateProjectResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateProjectResponseMultiError, or nil if none found.

type UpdateProjectResponseMultiError

type UpdateProjectResponseMultiError []error

UpdateProjectResponseMultiError is an error wrapping multiple validation errors returned by UpdateProjectResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateProjectResponseMultiError) AllErrors

func (m UpdateProjectResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateProjectResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateProjectResponseValidationError

type UpdateProjectResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateProjectResponseValidationError is the validation error returned by UpdateProjectResponse.Validate if the designated constraints aren't met.

func (UpdateProjectResponseValidationError) Cause

Cause function returns cause value.

func (UpdateProjectResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateProjectResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateProjectResponseValidationError) Field

Field function returns field value.

func (UpdateProjectResponseValidationError) Key

Key function returns key value.

func (UpdateProjectResponseValidationError) Reason

Reason function returns reason value.

type UpdateRelationRequest

type UpdateRelationRequest struct {
	Id   string               `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Body *RelationRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateRelationRequest) Descriptor deprecated

func (*UpdateRelationRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateRelationRequest.ProtoReflect.Descriptor instead.

func (*UpdateRelationRequest) GetBody

func (*UpdateRelationRequest) GetId

func (x *UpdateRelationRequest) GetId() string

func (*UpdateRelationRequest) ProtoMessage

func (*UpdateRelationRequest) ProtoMessage()

func (*UpdateRelationRequest) ProtoReflect

func (x *UpdateRelationRequest) ProtoReflect() protoreflect.Message

func (*UpdateRelationRequest) Reset

func (x *UpdateRelationRequest) Reset()

func (*UpdateRelationRequest) String

func (x *UpdateRelationRequest) String() string

func (*UpdateRelationRequest) Validate

func (m *UpdateRelationRequest) Validate() error

Validate checks the field values on UpdateRelationRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateRelationRequest) ValidateAll

func (m *UpdateRelationRequest) ValidateAll() error

ValidateAll checks the field values on UpdateRelationRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateRelationRequestMultiError, or nil if none found.

type UpdateRelationRequestMultiError

type UpdateRelationRequestMultiError []error

UpdateRelationRequestMultiError is an error wrapping multiple validation errors returned by UpdateRelationRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateRelationRequestMultiError) AllErrors

func (m UpdateRelationRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateRelationRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateRelationRequestValidationError

type UpdateRelationRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateRelationRequestValidationError is the validation error returned by UpdateRelationRequest.Validate if the designated constraints aren't met.

func (UpdateRelationRequestValidationError) Cause

Cause function returns cause value.

func (UpdateRelationRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateRelationRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateRelationRequestValidationError) Field

Field function returns field value.

func (UpdateRelationRequestValidationError) Key

Key function returns key value.

func (UpdateRelationRequestValidationError) Reason

Reason function returns reason value.

type UpdateRelationResponse

type UpdateRelationResponse struct {
	Relation *Relation `protobuf:"bytes,1,opt,name=relation,proto3" json:"relation,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateRelationResponse) Descriptor deprecated

func (*UpdateRelationResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateRelationResponse.ProtoReflect.Descriptor instead.

func (*UpdateRelationResponse) GetRelation

func (x *UpdateRelationResponse) GetRelation() *Relation

func (*UpdateRelationResponse) ProtoMessage

func (*UpdateRelationResponse) ProtoMessage()

func (*UpdateRelationResponse) ProtoReflect

func (x *UpdateRelationResponse) ProtoReflect() protoreflect.Message

func (*UpdateRelationResponse) Reset

func (x *UpdateRelationResponse) Reset()

func (*UpdateRelationResponse) String

func (x *UpdateRelationResponse) String() string

func (*UpdateRelationResponse) Validate

func (m *UpdateRelationResponse) Validate() error

Validate checks the field values on UpdateRelationResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateRelationResponse) ValidateAll

func (m *UpdateRelationResponse) ValidateAll() error

ValidateAll checks the field values on UpdateRelationResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateRelationResponseMultiError, or nil if none found.

type UpdateRelationResponseMultiError

type UpdateRelationResponseMultiError []error

UpdateRelationResponseMultiError is an error wrapping multiple validation errors returned by UpdateRelationResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateRelationResponseMultiError) AllErrors

func (m UpdateRelationResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateRelationResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateRelationResponseValidationError

type UpdateRelationResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateRelationResponseValidationError is the validation error returned by UpdateRelationResponse.Validate if the designated constraints aren't met.

func (UpdateRelationResponseValidationError) Cause

Cause function returns cause value.

func (UpdateRelationResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateRelationResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateRelationResponseValidationError) Field

Field function returns field value.

func (UpdateRelationResponseValidationError) Key

Key function returns key value.

func (UpdateRelationResponseValidationError) Reason

Reason function returns reason value.

type UpdateRoleRequest added in v0.7.2

type UpdateRoleRequest struct {
	Id   string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Body *RoleRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateRoleRequest) Descriptor deprecated added in v0.7.2

func (*UpdateRoleRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateRoleRequest.ProtoReflect.Descriptor instead.

func (*UpdateRoleRequest) GetBody added in v0.7.2

func (x *UpdateRoleRequest) GetBody() *RoleRequestBody

func (*UpdateRoleRequest) GetId added in v0.7.2

func (x *UpdateRoleRequest) GetId() string

func (*UpdateRoleRequest) ProtoMessage added in v0.7.2

func (*UpdateRoleRequest) ProtoMessage()

func (*UpdateRoleRequest) ProtoReflect added in v0.7.2

func (x *UpdateRoleRequest) ProtoReflect() protoreflect.Message

func (*UpdateRoleRequest) Reset added in v0.7.2

func (x *UpdateRoleRequest) Reset()

func (*UpdateRoleRequest) String added in v0.7.2

func (x *UpdateRoleRequest) String() string

func (*UpdateRoleRequest) Validate added in v0.7.2

func (m *UpdateRoleRequest) Validate() error

Validate checks the field values on UpdateRoleRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateRoleRequest) ValidateAll added in v0.7.2

func (m *UpdateRoleRequest) ValidateAll() error

ValidateAll checks the field values on UpdateRoleRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateRoleRequestMultiError, or nil if none found.

type UpdateRoleRequestMultiError added in v0.7.2

type UpdateRoleRequestMultiError []error

UpdateRoleRequestMultiError is an error wrapping multiple validation errors returned by UpdateRoleRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateRoleRequestMultiError) AllErrors added in v0.7.2

func (m UpdateRoleRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateRoleRequestMultiError) Error added in v0.7.2

Error returns a concatenation of all the error messages it wraps.

type UpdateRoleRequestValidationError added in v0.7.2

type UpdateRoleRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateRoleRequestValidationError is the validation error returned by UpdateRoleRequest.Validate if the designated constraints aren't met.

func (UpdateRoleRequestValidationError) Cause added in v0.7.2

Cause function returns cause value.

func (UpdateRoleRequestValidationError) Error added in v0.7.2

Error satisfies the builtin error interface

func (UpdateRoleRequestValidationError) ErrorName added in v0.7.2

ErrorName returns error name.

func (UpdateRoleRequestValidationError) Field added in v0.7.2

Field function returns field value.

func (UpdateRoleRequestValidationError) Key added in v0.7.2

Key function returns key value.

func (UpdateRoleRequestValidationError) Reason added in v0.7.2

Reason function returns reason value.

type UpdateRoleResponse added in v0.7.2

type UpdateRoleResponse struct {
	Role *Role `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateRoleResponse) Descriptor deprecated added in v0.7.2

func (*UpdateRoleResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateRoleResponse.ProtoReflect.Descriptor instead.

func (*UpdateRoleResponse) GetRole added in v0.7.2

func (x *UpdateRoleResponse) GetRole() *Role

func (*UpdateRoleResponse) ProtoMessage added in v0.7.2

func (*UpdateRoleResponse) ProtoMessage()

func (*UpdateRoleResponse) ProtoReflect added in v0.7.2

func (x *UpdateRoleResponse) ProtoReflect() protoreflect.Message

func (*UpdateRoleResponse) Reset added in v0.7.2

func (x *UpdateRoleResponse) Reset()

func (*UpdateRoleResponse) String added in v0.7.2

func (x *UpdateRoleResponse) String() string

func (*UpdateRoleResponse) Validate added in v0.7.2

func (m *UpdateRoleResponse) Validate() error

Validate checks the field values on UpdateRoleResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateRoleResponse) ValidateAll added in v0.7.2

func (m *UpdateRoleResponse) ValidateAll() error

ValidateAll checks the field values on UpdateRoleResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateRoleResponseMultiError, or nil if none found.

type UpdateRoleResponseMultiError added in v0.7.2

type UpdateRoleResponseMultiError []error

UpdateRoleResponseMultiError is an error wrapping multiple validation errors returned by UpdateRoleResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateRoleResponseMultiError) AllErrors added in v0.7.2

func (m UpdateRoleResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateRoleResponseMultiError) Error added in v0.7.2

Error returns a concatenation of all the error messages it wraps.

type UpdateRoleResponseValidationError added in v0.7.2

type UpdateRoleResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateRoleResponseValidationError is the validation error returned by UpdateRoleResponse.Validate if the designated constraints aren't met.

func (UpdateRoleResponseValidationError) Cause added in v0.7.2

Cause function returns cause value.

func (UpdateRoleResponseValidationError) Error added in v0.7.2

Error satisfies the builtin error interface

func (UpdateRoleResponseValidationError) ErrorName added in v0.7.2

ErrorName returns error name.

func (UpdateRoleResponseValidationError) Field added in v0.7.2

Field function returns field value.

func (UpdateRoleResponseValidationError) Key added in v0.7.2

Key function returns key value.

func (UpdateRoleResponseValidationError) Reason added in v0.7.2

Reason function returns reason value.

type UpdateServiceUserRequest

type UpdateServiceUserRequest struct {
	Id   string                  `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Body *ServiceUserRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateServiceUserRequest) Descriptor deprecated

func (*UpdateServiceUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateServiceUserRequest.ProtoReflect.Descriptor instead.

func (*UpdateServiceUserRequest) GetBody

func (*UpdateServiceUserRequest) GetId

func (x *UpdateServiceUserRequest) GetId() string

func (*UpdateServiceUserRequest) ProtoMessage

func (*UpdateServiceUserRequest) ProtoMessage()

func (*UpdateServiceUserRequest) ProtoReflect

func (x *UpdateServiceUserRequest) ProtoReflect() protoreflect.Message

func (*UpdateServiceUserRequest) Reset

func (x *UpdateServiceUserRequest) Reset()

func (*UpdateServiceUserRequest) String

func (x *UpdateServiceUserRequest) String() string

func (*UpdateServiceUserRequest) Validate

func (m *UpdateServiceUserRequest) Validate() error

Validate checks the field values on UpdateServiceUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateServiceUserRequest) ValidateAll

func (m *UpdateServiceUserRequest) ValidateAll() error

ValidateAll checks the field values on UpdateServiceUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateServiceUserRequestMultiError, or nil if none found.

type UpdateServiceUserRequestMultiError

type UpdateServiceUserRequestMultiError []error

UpdateServiceUserRequestMultiError is an error wrapping multiple validation errors returned by UpdateServiceUserRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateServiceUserRequestMultiError) AllErrors

func (m UpdateServiceUserRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateServiceUserRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateServiceUserRequestValidationError

type UpdateServiceUserRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateServiceUserRequestValidationError is the validation error returned by UpdateServiceUserRequest.Validate if the designated constraints aren't met.

func (UpdateServiceUserRequestValidationError) Cause

Cause function returns cause value.

func (UpdateServiceUserRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateServiceUserRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateServiceUserRequestValidationError) Field

Field function returns field value.

func (UpdateServiceUserRequestValidationError) Key

Key function returns key value.

func (UpdateServiceUserRequestValidationError) Reason

Reason function returns reason value.

type UpdateServiceUserResponse

type UpdateServiceUserResponse struct {
	Serviceuser *ServiceUser `protobuf:"bytes,1,opt,name=serviceuser,proto3" json:"serviceuser,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateServiceUserResponse) Descriptor deprecated

func (*UpdateServiceUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateServiceUserResponse.ProtoReflect.Descriptor instead.

func (*UpdateServiceUserResponse) GetServiceuser

func (x *UpdateServiceUserResponse) GetServiceuser() *ServiceUser

func (*UpdateServiceUserResponse) ProtoMessage

func (*UpdateServiceUserResponse) ProtoMessage()

func (*UpdateServiceUserResponse) ProtoReflect

func (*UpdateServiceUserResponse) Reset

func (x *UpdateServiceUserResponse) Reset()

func (*UpdateServiceUserResponse) String

func (x *UpdateServiceUserResponse) String() string

func (*UpdateServiceUserResponse) Validate

func (m *UpdateServiceUserResponse) Validate() error

Validate checks the field values on UpdateServiceUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateServiceUserResponse) ValidateAll

func (m *UpdateServiceUserResponse) ValidateAll() error

ValidateAll checks the field values on UpdateServiceUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateServiceUserResponseMultiError, or nil if none found.

type UpdateServiceUserResponseMultiError

type UpdateServiceUserResponseMultiError []error

UpdateServiceUserResponseMultiError is an error wrapping multiple validation errors returned by UpdateServiceUserResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateServiceUserResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateServiceUserResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateServiceUserResponseValidationError

type UpdateServiceUserResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateServiceUserResponseValidationError is the validation error returned by UpdateServiceUserResponse.Validate if the designated constraints aren't met.

func (UpdateServiceUserResponseValidationError) Cause

Cause function returns cause value.

func (UpdateServiceUserResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateServiceUserResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateServiceUserResponseValidationError) Field

Field function returns field value.

func (UpdateServiceUserResponseValidationError) Key

Key function returns key value.

func (UpdateServiceUserResponseValidationError) Reason

Reason function returns reason value.

type UpdateSubscriptionRequest added in v0.8.0

type UpdateSubscriptionRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	// ID of the billing account to update the subscription for
	BillingId string `protobuf:"bytes,2,opt,name=billing_id,json=billingId,proto3" json:"billing_id,omitempty"`
	// ID of the subscription to update
	Id       string           `protobuf:"bytes,3,opt,name=id,proto3" json:"id,omitempty"`
	Metadata *structpb.Struct `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSubscriptionRequest) Descriptor deprecated added in v0.8.0

func (*UpdateSubscriptionRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateSubscriptionRequest.ProtoReflect.Descriptor instead.

func (*UpdateSubscriptionRequest) GetBillingId added in v0.8.0

func (x *UpdateSubscriptionRequest) GetBillingId() string

func (*UpdateSubscriptionRequest) GetId added in v0.8.0

func (x *UpdateSubscriptionRequest) GetId() string

func (*UpdateSubscriptionRequest) GetMetadata added in v0.8.0

func (x *UpdateSubscriptionRequest) GetMetadata() *structpb.Struct

func (*UpdateSubscriptionRequest) GetOrgId added in v0.8.0

func (x *UpdateSubscriptionRequest) GetOrgId() string

func (*UpdateSubscriptionRequest) ProtoMessage added in v0.8.0

func (*UpdateSubscriptionRequest) ProtoMessage()

func (*UpdateSubscriptionRequest) ProtoReflect added in v0.8.0

func (*UpdateSubscriptionRequest) Reset added in v0.8.0

func (x *UpdateSubscriptionRequest) Reset()

func (*UpdateSubscriptionRequest) String added in v0.8.0

func (x *UpdateSubscriptionRequest) String() string

func (*UpdateSubscriptionRequest) Validate added in v0.8.0

func (m *UpdateSubscriptionRequest) Validate() error

Validate checks the field values on UpdateSubscriptionRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateSubscriptionRequest) ValidateAll added in v0.8.0

func (m *UpdateSubscriptionRequest) ValidateAll() error

ValidateAll checks the field values on UpdateSubscriptionRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateSubscriptionRequestMultiError, or nil if none found.

type UpdateSubscriptionRequestMultiError added in v0.8.0

type UpdateSubscriptionRequestMultiError []error

UpdateSubscriptionRequestMultiError is an error wrapping multiple validation errors returned by UpdateSubscriptionRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateSubscriptionRequestMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (UpdateSubscriptionRequestMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type UpdateSubscriptionRequestValidationError added in v0.8.0

type UpdateSubscriptionRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateSubscriptionRequestValidationError is the validation error returned by UpdateSubscriptionRequest.Validate if the designated constraints aren't met.

func (UpdateSubscriptionRequestValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (UpdateSubscriptionRequestValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (UpdateSubscriptionRequestValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (UpdateSubscriptionRequestValidationError) Field added in v0.8.0

Field function returns field value.

func (UpdateSubscriptionRequestValidationError) Key added in v0.8.0

Key function returns key value.

func (UpdateSubscriptionRequestValidationError) Reason added in v0.8.0

Reason function returns reason value.

type UpdateSubscriptionResponse added in v0.8.0

type UpdateSubscriptionResponse struct {

	// Updated subscription
	Subscription *Subscription `protobuf:"bytes,1,opt,name=subscription,proto3" json:"subscription,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateSubscriptionResponse) Descriptor deprecated added in v0.8.0

func (*UpdateSubscriptionResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateSubscriptionResponse.ProtoReflect.Descriptor instead.

func (*UpdateSubscriptionResponse) GetSubscription added in v0.8.0

func (x *UpdateSubscriptionResponse) GetSubscription() *Subscription

func (*UpdateSubscriptionResponse) ProtoMessage added in v0.8.0

func (*UpdateSubscriptionResponse) ProtoMessage()

func (*UpdateSubscriptionResponse) ProtoReflect added in v0.8.0

func (*UpdateSubscriptionResponse) Reset added in v0.8.0

func (x *UpdateSubscriptionResponse) Reset()

func (*UpdateSubscriptionResponse) String added in v0.8.0

func (x *UpdateSubscriptionResponse) String() string

func (*UpdateSubscriptionResponse) Validate added in v0.8.0

func (m *UpdateSubscriptionResponse) Validate() error

Validate checks the field values on UpdateSubscriptionResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateSubscriptionResponse) ValidateAll added in v0.8.0

func (m *UpdateSubscriptionResponse) ValidateAll() error

ValidateAll checks the field values on UpdateSubscriptionResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateSubscriptionResponseMultiError, or nil if none found.

type UpdateSubscriptionResponseMultiError added in v0.8.0

type UpdateSubscriptionResponseMultiError []error

UpdateSubscriptionResponseMultiError is an error wrapping multiple validation errors returned by UpdateSubscriptionResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateSubscriptionResponseMultiError) AllErrors added in v0.8.0

AllErrors returns a list of validation violation errors.

func (UpdateSubscriptionResponseMultiError) Error added in v0.8.0

Error returns a concatenation of all the error messages it wraps.

type UpdateSubscriptionResponseValidationError added in v0.8.0

type UpdateSubscriptionResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateSubscriptionResponseValidationError is the validation error returned by UpdateSubscriptionResponse.Validate if the designated constraints aren't met.

func (UpdateSubscriptionResponseValidationError) Cause added in v0.8.0

Cause function returns cause value.

func (UpdateSubscriptionResponseValidationError) Error added in v0.8.0

Error satisfies the builtin error interface

func (UpdateSubscriptionResponseValidationError) ErrorName added in v0.8.0

ErrorName returns error name.

func (UpdateSubscriptionResponseValidationError) Field added in v0.8.0

Field function returns field value.

func (UpdateSubscriptionResponseValidationError) Key added in v0.8.0

Key function returns key value.

func (UpdateSubscriptionResponseValidationError) Reason added in v0.8.0

Reason function returns reason value.

type UpdateUserRequest

type UpdateUserRequest struct {
	Id   string           `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Body *UserRequestBody `protobuf:"bytes,2,opt,name=body,proto3" json:"body,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserRequest) Descriptor deprecated

func (*UpdateUserRequest) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserRequest) GetBody

func (x *UpdateUserRequest) GetBody() *UserRequestBody

func (*UpdateUserRequest) GetId

func (x *UpdateUserRequest) GetId() string

func (*UpdateUserRequest) ProtoMessage

func (*UpdateUserRequest) ProtoMessage()

func (*UpdateUserRequest) ProtoReflect

func (x *UpdateUserRequest) ProtoReflect() protoreflect.Message

func (*UpdateUserRequest) Reset

func (x *UpdateUserRequest) Reset()

func (*UpdateUserRequest) String

func (x *UpdateUserRequest) String() string

func (*UpdateUserRequest) Validate

func (m *UpdateUserRequest) Validate() error

Validate checks the field values on UpdateUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateUserRequest) ValidateAll

func (m *UpdateUserRequest) ValidateAll() error

ValidateAll checks the field values on UpdateUserRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateUserRequestMultiError, or nil if none found.

type UpdateUserRequestMultiError

type UpdateUserRequestMultiError []error

UpdateUserRequestMultiError is an error wrapping multiple validation errors returned by UpdateUserRequest.ValidateAll() if the designated constraints aren't met.

func (UpdateUserRequestMultiError) AllErrors

func (m UpdateUserRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateUserRequestMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateUserRequestValidationError

type UpdateUserRequestValidationError struct {
	// contains filtered or unexported fields
}

UpdateUserRequestValidationError is the validation error returned by UpdateUserRequest.Validate if the designated constraints aren't met.

func (UpdateUserRequestValidationError) Cause

Cause function returns cause value.

func (UpdateUserRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateUserRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateUserRequestValidationError) Field

Field function returns field value.

func (UpdateUserRequestValidationError) Key

Key function returns key value.

func (UpdateUserRequestValidationError) Reason

Reason function returns reason value.

type UpdateUserResponse

type UpdateUserResponse struct {
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserResponse) Descriptor deprecated

func (*UpdateUserResponse) Descriptor() ([]byte, []int)

Deprecated: Use UpdateUserResponse.ProtoReflect.Descriptor instead.

func (*UpdateUserResponse) GetUser

func (x *UpdateUserResponse) GetUser() *User

func (*UpdateUserResponse) ProtoMessage

func (*UpdateUserResponse) ProtoMessage()

func (*UpdateUserResponse) ProtoReflect

func (x *UpdateUserResponse) ProtoReflect() protoreflect.Message

func (*UpdateUserResponse) Reset

func (x *UpdateUserResponse) Reset()

func (*UpdateUserResponse) String

func (x *UpdateUserResponse) String() string

func (*UpdateUserResponse) Validate

func (m *UpdateUserResponse) Validate() error

Validate checks the field values on UpdateUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UpdateUserResponse) ValidateAll

func (m *UpdateUserResponse) ValidateAll() error

ValidateAll checks the field values on UpdateUserResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateUserResponseMultiError, or nil if none found.

type UpdateUserResponseMultiError

type UpdateUserResponseMultiError []error

UpdateUserResponseMultiError is an error wrapping multiple validation errors returned by UpdateUserResponse.ValidateAll() if the designated constraints aren't met.

func (UpdateUserResponseMultiError) AllErrors

func (m UpdateUserResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateUserResponseMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UpdateUserResponseValidationError

type UpdateUserResponseValidationError struct {
	// contains filtered or unexported fields
}

UpdateUserResponseValidationError is the validation error returned by UpdateUserResponse.Validate if the designated constraints aren't met.

func (UpdateUserResponseValidationError) Cause

Cause function returns cause value.

func (UpdateUserResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateUserResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateUserResponseValidationError) Field

Field function returns field value.

func (UpdateUserResponseValidationError) Key

Key function returns key value.

func (UpdateUserResponseValidationError) Reason

Reason function returns reason value.

type Usage added in v0.8.0

type Usage struct {

	// uuid used as an idempotent key
	Id         string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CustomerId string `protobuf:"bytes,2,opt,name=customer_id,json=customerId,proto3" json:"customer_id,omitempty"`
	// additional metadata for storing event/service that triggered this usage
	Source      string `protobuf:"bytes,3,opt,name=source,proto3" json:"source,omitempty"`
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	// Type is the type of usage, it can be credit or feature
	// if credit, the amount is the amount of credits that were consumed
	// if feature, the amount is the amount of features that were used
	Type   string `protobuf:"bytes,5,opt,name=type,proto3" json:"type,omitempty"`
	Amount int64  `protobuf:"varint,6,opt,name=amount,proto3" json:"amount,omitempty"`
	// user_id is the user that triggered this usage
	UserId    string                 `protobuf:"bytes,7,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Metadata  *structpb.Struct       `protobuf:"bytes,20,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,21,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,22,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	// contains filtered or unexported fields
}

func (*Usage) Descriptor deprecated added in v0.8.0

func (*Usage) Descriptor() ([]byte, []int)

Deprecated: Use Usage.ProtoReflect.Descriptor instead.

func (*Usage) GetAmount added in v0.8.0

func (x *Usage) GetAmount() int64

func (*Usage) GetCreatedAt added in v0.8.0

func (x *Usage) GetCreatedAt() *timestamppb.Timestamp

func (*Usage) GetCustomerId added in v0.8.0

func (x *Usage) GetCustomerId() string

func (*Usage) GetDescription added in v0.8.0

func (x *Usage) GetDescription() string

func (*Usage) GetId added in v0.8.0

func (x *Usage) GetId() string

func (*Usage) GetMetadata added in v0.8.0

func (x *Usage) GetMetadata() *structpb.Struct

func (*Usage) GetSource added in v0.8.0

func (x *Usage) GetSource() string

func (*Usage) GetType added in v0.8.0

func (x *Usage) GetType() string

func (*Usage) GetUpdatedAt added in v0.8.0

func (x *Usage) GetUpdatedAt() *timestamppb.Timestamp

func (*Usage) GetUserId added in v0.8.34

func (x *Usage) GetUserId() string

func (*Usage) ProtoMessage added in v0.8.0

func (*Usage) ProtoMessage()

func (*Usage) ProtoReflect added in v0.8.0

func (x *Usage) ProtoReflect() protoreflect.Message

func (*Usage) Reset added in v0.8.0

func (x *Usage) Reset()

func (*Usage) String added in v0.8.0

func (x *Usage) String() string

func (*Usage) Validate added in v0.8.0

func (m *Usage) Validate() error

Validate checks the field values on Usage with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*Usage) ValidateAll added in v0.8.0

func (m *Usage) ValidateAll() error

ValidateAll checks the field values on Usage with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UsageMultiError, or nil if none found.

type UsageMultiError added in v0.8.0

type UsageMultiError []error

UsageMultiError is an error wrapping multiple validation errors returned by Usage.ValidateAll() if the designated constraints aren't met.

func (UsageMultiError) AllErrors added in v0.8.0

func (m UsageMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UsageMultiError) Error added in v0.8.0

func (m UsageMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type UsageValidationError added in v0.8.0

type UsageValidationError struct {
	// contains filtered or unexported fields
}

UsageValidationError is the validation error returned by Usage.Validate if the designated constraints aren't met.

func (UsageValidationError) Cause added in v0.8.0

func (e UsageValidationError) Cause() error

Cause function returns cause value.

func (UsageValidationError) Error added in v0.8.0

func (e UsageValidationError) Error() string

Error satisfies the builtin error interface

func (UsageValidationError) ErrorName added in v0.8.0

func (e UsageValidationError) ErrorName() string

ErrorName returns error name.

func (UsageValidationError) Field added in v0.8.0

func (e UsageValidationError) Field() string

Field function returns field value.

func (UsageValidationError) Key added in v0.8.0

func (e UsageValidationError) Key() bool

Key function returns key value.

func (UsageValidationError) Reason added in v0.8.0

func (e UsageValidationError) Reason() string

Reason function returns reason value.

type User

type User struct {
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// can either be empty or must start with a character
	Name      string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Title     string                 `protobuf:"bytes,3,opt,name=title,proto3" json:"title,omitempty"`
	Email     string                 `protobuf:"bytes,4,opt,name=email,proto3" json:"email,omitempty"`
	Metadata  *structpb.Struct       `protobuf:"bytes,5,opt,name=metadata,proto3" json:"metadata,omitempty"`
	CreatedAt *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_at,json=createdAt,proto3" json:"created_at,omitempty"`
	UpdatedAt *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=updated_at,json=updatedAt,proto3" json:"updated_at,omitempty"`
	State     string                 `protobuf:"bytes,8,opt,name=state,proto3" json:"state,omitempty"`
	Avatar    string                 `protobuf:"bytes,9,opt,name=avatar,proto3" json:"avatar,omitempty"`
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated

func (*User) Descriptor() ([]byte, []int)

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetAvatar added in v0.7.5

func (x *User) GetAvatar() string

func (*User) GetCreatedAt

func (x *User) GetCreatedAt() *timestamppb.Timestamp

func (*User) GetEmail

func (x *User) GetEmail() string

func (*User) GetId

func (x *User) GetId() string

func (*User) GetMetadata

func (x *User) GetMetadata() *structpb.Struct

func (*User) GetName

func (x *User) GetName() string

func (*User) GetState

func (x *User) GetState() string

func (*User) GetTitle

func (x *User) GetTitle() string

func (*User) GetUpdatedAt

func (x *User) GetUpdatedAt() *timestamppb.Timestamp

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

func (x *User) ProtoReflect() protoreflect.Message

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

func (*User) Validate

func (m *User) Validate() error

Validate checks the field values on User with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*User) ValidateAll

func (m *User) ValidateAll() error

ValidateAll checks the field values on User with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserMultiError, or nil if none found.

type UserMultiError

type UserMultiError []error

UserMultiError is an error wrapping multiple validation errors returned by User.ValidateAll() if the designated constraints aren't met.

func (UserMultiError) AllErrors

func (m UserMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserMultiError) Error

func (m UserMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type UserRequestBody

type UserRequestBody struct {
	Name     string           `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Email    string           `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	Metadata *structpb.Struct `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	Title    string           `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
	Avatar   string           `protobuf:"bytes,5,opt,name=avatar,proto3" json:"avatar,omitempty"`
	// contains filtered or unexported fields
}

func (*UserRequestBody) Descriptor deprecated

func (*UserRequestBody) Descriptor() ([]byte, []int)

Deprecated: Use UserRequestBody.ProtoReflect.Descriptor instead.

func (*UserRequestBody) GetAvatar added in v0.7.5

func (x *UserRequestBody) GetAvatar() string

func (*UserRequestBody) GetEmail

func (x *UserRequestBody) GetEmail() string

func (*UserRequestBody) GetMetadata

func (x *UserRequestBody) GetMetadata() *structpb.Struct

func (*UserRequestBody) GetName

func (x *UserRequestBody) GetName() string

func (*UserRequestBody) GetTitle

func (x *UserRequestBody) GetTitle() string

func (*UserRequestBody) ProtoMessage

func (*UserRequestBody) ProtoMessage()

func (*UserRequestBody) ProtoReflect

func (x *UserRequestBody) ProtoReflect() protoreflect.Message

func (*UserRequestBody) Reset

func (x *UserRequestBody) Reset()

func (*UserRequestBody) String

func (x *UserRequestBody) String() string

func (*UserRequestBody) Validate

func (m *UserRequestBody) Validate() error

Validate checks the field values on UserRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*UserRequestBody) ValidateAll

func (m *UserRequestBody) ValidateAll() error

ValidateAll checks the field values on UserRequestBody with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserRequestBodyMultiError, or nil if none found.

type UserRequestBodyMultiError

type UserRequestBodyMultiError []error

UserRequestBodyMultiError is an error wrapping multiple validation errors returned by UserRequestBody.ValidateAll() if the designated constraints aren't met.

func (UserRequestBodyMultiError) AllErrors

func (m UserRequestBodyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserRequestBodyMultiError) Error

Error returns a concatenation of all the error messages it wraps.

type UserRequestBodyValidationError

type UserRequestBodyValidationError struct {
	// contains filtered or unexported fields
}

UserRequestBodyValidationError is the validation error returned by UserRequestBody.Validate if the designated constraints aren't met.

func (UserRequestBodyValidationError) Cause

Cause function returns cause value.

func (UserRequestBodyValidationError) Error

Error satisfies the builtin error interface

func (UserRequestBodyValidationError) ErrorName

func (e UserRequestBodyValidationError) ErrorName() string

ErrorName returns error name.

func (UserRequestBodyValidationError) Field

Field function returns field value.

func (UserRequestBodyValidationError) Key

Key function returns key value.

func (UserRequestBodyValidationError) Reason

Reason function returns reason value.

type UserValidationError

type UserValidationError struct {
	// contains filtered or unexported fields
}

UserValidationError is the validation error returned by User.Validate if the designated constraints aren't met.

func (UserValidationError) Cause

func (e UserValidationError) Cause() error

Cause function returns cause value.

func (UserValidationError) Error

func (e UserValidationError) Error() string

Error satisfies the builtin error interface

func (UserValidationError) ErrorName

func (e UserValidationError) ErrorName() string

ErrorName returns error name.

func (UserValidationError) Field

func (e UserValidationError) Field() string

Field function returns field value.

func (UserValidationError) Key

func (e UserValidationError) Key() bool

Key function returns key value.

func (UserValidationError) Reason

func (e UserValidationError) Reason() string

Reason function returns reason value.

type VerifyOrganizationDomainRequest added in v0.7.2

type VerifyOrganizationDomainRequest struct {
	OrgId string `protobuf:"bytes,1,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	Id    string `protobuf:"bytes,2,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyOrganizationDomainRequest) Descriptor deprecated added in v0.7.2

func (*VerifyOrganizationDomainRequest) Descriptor() ([]byte, []int)

Deprecated: Use VerifyOrganizationDomainRequest.ProtoReflect.Descriptor instead.

func (*VerifyOrganizationDomainRequest) GetId added in v0.7.2

func (*VerifyOrganizationDomainRequest) GetOrgId added in v0.7.2

func (*VerifyOrganizationDomainRequest) ProtoMessage added in v0.7.2

func (*VerifyOrganizationDomainRequest) ProtoMessage()

func (*VerifyOrganizationDomainRequest) ProtoReflect added in v0.7.2

func (*VerifyOrganizationDomainRequest) Reset added in v0.7.2

func (*VerifyOrganizationDomainRequest) String added in v0.7.2

func (*VerifyOrganizationDomainRequest) Validate added in v0.7.2

func (m *VerifyOrganizationDomainRequest) Validate() error

Validate checks the field values on VerifyOrganizationDomainRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*VerifyOrganizationDomainRequest) ValidateAll added in v0.7.2

func (m *VerifyOrganizationDomainRequest) ValidateAll() error

ValidateAll checks the field values on VerifyOrganizationDomainRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in VerifyOrganizationDomainRequestMultiError, or nil if none found.

type VerifyOrganizationDomainRequestMultiError added in v0.7.2

type VerifyOrganizationDomainRequestMultiError []error

VerifyOrganizationDomainRequestMultiError is an error wrapping multiple validation errors returned by VerifyOrganizationDomainRequest.ValidateAll() if the designated constraints aren't met.

func (VerifyOrganizationDomainRequestMultiError) AllErrors added in v0.7.2

AllErrors returns a list of validation violation errors.

func (VerifyOrganizationDomainRequestMultiError) Error added in v0.7.2

Error returns a concatenation of all the error messages it wraps.

type VerifyOrganizationDomainRequestValidationError added in v0.7.2

type VerifyOrganizationDomainRequestValidationError struct {
	// contains filtered or unexported fields
}

VerifyOrganizationDomainRequestValidationError is the validation error returned by VerifyOrganizationDomainRequest.Validate if the designated constraints aren't met.

func (VerifyOrganizationDomainRequestValidationError) Cause added in v0.7.2

Cause function returns cause value.

func (VerifyOrganizationDomainRequestValidationError) Error added in v0.7.2

Error satisfies the builtin error interface

func (VerifyOrganizationDomainRequestValidationError) ErrorName added in v0.7.2

ErrorName returns error name.

func (VerifyOrganizationDomainRequestValidationError) Field added in v0.7.2

Field function returns field value.

func (VerifyOrganizationDomainRequestValidationError) Key added in v0.7.2

Key function returns key value.

func (VerifyOrganizationDomainRequestValidationError) Reason added in v0.7.2

Reason function returns reason value.

type VerifyOrganizationDomainResponse added in v0.7.2

type VerifyOrganizationDomainResponse struct {
	State string `protobuf:"bytes,1,opt,name=state,proto3" json:"state,omitempty"`
	// contains filtered or unexported fields
}

func (*VerifyOrganizationDomainResponse) Descriptor deprecated added in v0.7.2

func (*VerifyOrganizationDomainResponse) Descriptor() ([]byte, []int)

Deprecated: Use VerifyOrganizationDomainResponse.ProtoReflect.Descriptor instead.

func (*VerifyOrganizationDomainResponse) GetState added in v0.7.2

func (*VerifyOrganizationDomainResponse) ProtoMessage added in v0.7.2

func (*VerifyOrganizationDomainResponse) ProtoMessage()

func (*VerifyOrganizationDomainResponse) ProtoReflect added in v0.7.2

func (*VerifyOrganizationDomainResponse) Reset added in v0.7.2

func (*VerifyOrganizationDomainResponse) String added in v0.7.2

func (*VerifyOrganizationDomainResponse) Validate added in v0.7.2

Validate checks the field values on VerifyOrganizationDomainResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*VerifyOrganizationDomainResponse) ValidateAll added in v0.7.2

func (m *VerifyOrganizationDomainResponse) ValidateAll() error

ValidateAll checks the field values on VerifyOrganizationDomainResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in VerifyOrganizationDomainResponseMultiError, or nil if none found.

type VerifyOrganizationDomainResponseMultiError added in v0.7.2

type VerifyOrganizationDomainResponseMultiError []error

VerifyOrganizationDomainResponseMultiError is an error wrapping multiple validation errors returned by VerifyOrganizationDomainResponse.ValidateAll() if the designated constraints aren't met.

func (VerifyOrganizationDomainResponseMultiError) AllErrors added in v0.7.2

AllErrors returns a list of validation violation errors.

func (VerifyOrganizationDomainResponseMultiError) Error added in v0.7.2

Error returns a concatenation of all the error messages it wraps.

type VerifyOrganizationDomainResponseValidationError added in v0.7.2

type VerifyOrganizationDomainResponseValidationError struct {
	// contains filtered or unexported fields
}

VerifyOrganizationDomainResponseValidationError is the validation error returned by VerifyOrganizationDomainResponse.Validate if the designated constraints aren't met.

func (VerifyOrganizationDomainResponseValidationError) Cause added in v0.7.2

Cause function returns cause value.

func (VerifyOrganizationDomainResponseValidationError) Error added in v0.7.2

Error satisfies the builtin error interface

func (VerifyOrganizationDomainResponseValidationError) ErrorName added in v0.7.2

ErrorName returns error name.

func (VerifyOrganizationDomainResponseValidationError) Field added in v0.7.2

Field function returns field value.

func (VerifyOrganizationDomainResponseValidationError) Key added in v0.7.2

Key function returns key value.

func (VerifyOrganizationDomainResponseValidationError) Reason added in v0.7.2

Reason function returns reason value.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL