frontierv1beta1

package
v0.7.24 Latest Latest
Warning

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

Go to latest
Published: Nov 6, 2023 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_ListPolicies_FullMethodName         = "/raystack.frontier.v1beta1.AdminService/ListPolicies"
	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"
)
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_CreateServiceUserKey_FullMethodName           = "/raystack.frontier.v1beta1.FrontierService/CreateServiceUserKey"
	FrontierService_ListServiceUserKeys_FullMethodName            = "/raystack.frontier.v1beta1.FrontierService/ListServiceUserKeys"
	FrontierService_GetServiceUserKey_FullMethodName              = "/raystack.frontier.v1beta1.FrontierService/GetServiceUserKey"
	FrontierService_DeleteServiceUserKey_FullMethodName           = "/raystack.frontier.v1beta1.FrontierService/DeleteServiceUserKey"
	FrontierService_CreateServiceUserSecret_FullMethodName        = "/raystack.frontier.v1beta1.FrontierService/CreateServiceUserSecret"
	FrontierService_ListServiceUserSecrets_FullMethodName         = "/raystack.frontier.v1beta1.FrontierService/ListServiceUserSecrets"
	FrontierService_DeleteServiceUserSecret_FullMethodName        = "/raystack.frontier.v1beta1.FrontierService/DeleteServiceUserSecret"
	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_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"
)

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: "ListPolicies",
			Handler:    _AdminService_ListPolicies_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,
		},
	},
	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: "CreateServiceUserKey",
			Handler:    _FrontierService_CreateServiceUserKey_Handler,
		},
		{
			MethodName: "ListServiceUserKeys",
			Handler:    _FrontierService_ListServiceUserKeys_Handler,
		},
		{
			MethodName: "GetServiceUserKey",
			Handler:    _FrontierService_GetServiceUserKey_Handler,
		},
		{
			MethodName: "DeleteServiceUserKey",
			Handler:    _FrontierService_DeleteServiceUserKey_Handler,
		},
		{
			MethodName: "CreateServiceUserSecret",
			Handler:    _FrontierService_CreateServiceUserSecret_Handler,
		},
		{
			MethodName: "ListServiceUserSecrets",
			Handler:    _FrontierService_ListServiceUserSecrets_Handler,
		},
		{
			MethodName: "DeleteServiceUserSecret",
			Handler:    _FrontierService_DeleteServiceUserSecret_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: "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,
		},
	},
	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 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)
	// Policies
	ListPolicies(ctx context.Context, in *ListPoliciesRequest, opts ...grpc.CallOption) (*ListPoliciesResponse, 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)
}

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)
	// Policies
	ListPolicies(context.Context, *ListPoliciesRequest) (*ListPoliciesResponse, 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)
	// 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 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 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 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 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 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 CreateServiceUserKeyRequest

type CreateServiceUserKeyRequest 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 (*CreateServiceUserKeyRequest) Descriptor deprecated

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

Deprecated: Use CreateServiceUserKeyRequest.ProtoReflect.Descriptor instead.

func (*CreateServiceUserKeyRequest) GetId

func (*CreateServiceUserKeyRequest) GetTitle

func (x *CreateServiceUserKeyRequest) GetTitle() string

func (*CreateServiceUserKeyRequest) ProtoMessage

func (*CreateServiceUserKeyRequest) ProtoMessage()

func (*CreateServiceUserKeyRequest) ProtoReflect

func (*CreateServiceUserKeyRequest) Reset

func (x *CreateServiceUserKeyRequest) Reset()

func (*CreateServiceUserKeyRequest) String

func (x *CreateServiceUserKeyRequest) String() string

func (*CreateServiceUserKeyRequest) Validate

func (m *CreateServiceUserKeyRequest) Validate() error

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

func (*CreateServiceUserKeyRequest) ValidateAll

func (m *CreateServiceUserKeyRequest) ValidateAll() error

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

type CreateServiceUserKeyRequestMultiError

type CreateServiceUserKeyRequestMultiError []error

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

func (CreateServiceUserKeyRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateServiceUserKeyRequestMultiError) Error

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

type CreateServiceUserKeyRequestValidationError

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

CreateServiceUserKeyRequestValidationError is the validation error returned by CreateServiceUserKeyRequest.Validate if the designated constraints aren't met.

func (CreateServiceUserKeyRequestValidationError) Cause

Cause function returns cause value.

func (CreateServiceUserKeyRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateServiceUserKeyRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateServiceUserKeyRequestValidationError) Field

Field function returns field value.

func (CreateServiceUserKeyRequestValidationError) Key

Key function returns key value.

func (CreateServiceUserKeyRequestValidationError) Reason

Reason function returns reason value.

type CreateServiceUserKeyResponse

type CreateServiceUserKeyResponse struct {
	Key *KeyCredential `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateServiceUserKeyResponse) Descriptor deprecated

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

Deprecated: Use CreateServiceUserKeyResponse.ProtoReflect.Descriptor instead.

func (*CreateServiceUserKeyResponse) GetKey

func (*CreateServiceUserKeyResponse) ProtoMessage

func (*CreateServiceUserKeyResponse) ProtoMessage()

func (*CreateServiceUserKeyResponse) ProtoReflect

func (*CreateServiceUserKeyResponse) Reset

func (x *CreateServiceUserKeyResponse) Reset()

func (*CreateServiceUserKeyResponse) String

func (*CreateServiceUserKeyResponse) Validate

func (m *CreateServiceUserKeyResponse) Validate() error

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

func (*CreateServiceUserKeyResponse) ValidateAll

func (m *CreateServiceUserKeyResponse) ValidateAll() error

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

type CreateServiceUserKeyResponseMultiError

type CreateServiceUserKeyResponseMultiError []error

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

func (CreateServiceUserKeyResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateServiceUserKeyResponseMultiError) Error

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

type CreateServiceUserKeyResponseValidationError

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

CreateServiceUserKeyResponseValidationError is the validation error returned by CreateServiceUserKeyResponse.Validate if the designated constraints aren't met.

func (CreateServiceUserKeyResponseValidationError) Cause

Cause function returns cause value.

func (CreateServiceUserKeyResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateServiceUserKeyResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateServiceUserKeyResponseValidationError) Field

Field function returns field value.

func (CreateServiceUserKeyResponseValidationError) Key

Key function returns key value.

func (CreateServiceUserKeyResponseValidationError) Reason

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 CreateServiceUserSecretRequest

type CreateServiceUserSecretRequest 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 (*CreateServiceUserSecretRequest) Descriptor deprecated

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

Deprecated: Use CreateServiceUserSecretRequest.ProtoReflect.Descriptor instead.

func (*CreateServiceUserSecretRequest) GetId

func (*CreateServiceUserSecretRequest) GetTitle

func (x *CreateServiceUserSecretRequest) GetTitle() string

func (*CreateServiceUserSecretRequest) ProtoMessage

func (*CreateServiceUserSecretRequest) ProtoMessage()

func (*CreateServiceUserSecretRequest) ProtoReflect

func (*CreateServiceUserSecretRequest) Reset

func (x *CreateServiceUserSecretRequest) Reset()

func (*CreateServiceUserSecretRequest) String

func (*CreateServiceUserSecretRequest) Validate

func (m *CreateServiceUserSecretRequest) Validate() error

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

func (*CreateServiceUserSecretRequest) ValidateAll

func (m *CreateServiceUserSecretRequest) ValidateAll() error

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

type CreateServiceUserSecretRequestMultiError

type CreateServiceUserSecretRequestMultiError []error

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

func (CreateServiceUserSecretRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateServiceUserSecretRequestMultiError) Error

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

type CreateServiceUserSecretRequestValidationError

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

CreateServiceUserSecretRequestValidationError is the validation error returned by CreateServiceUserSecretRequest.Validate if the designated constraints aren't met.

func (CreateServiceUserSecretRequestValidationError) Cause

Cause function returns cause value.

func (CreateServiceUserSecretRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateServiceUserSecretRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateServiceUserSecretRequestValidationError) Field

Field function returns field value.

func (CreateServiceUserSecretRequestValidationError) Key

Key function returns key value.

func (CreateServiceUserSecretRequestValidationError) Reason

Reason function returns reason value.

type CreateServiceUserSecretResponse

type CreateServiceUserSecretResponse struct {
	Secret *SecretCredential `protobuf:"bytes,1,opt,name=secret,proto3" json:"secret,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateServiceUserSecretResponse) Descriptor deprecated

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

Deprecated: Use CreateServiceUserSecretResponse.ProtoReflect.Descriptor instead.

func (*CreateServiceUserSecretResponse) GetSecret

func (*CreateServiceUserSecretResponse) ProtoMessage

func (*CreateServiceUserSecretResponse) ProtoMessage()

func (*CreateServiceUserSecretResponse) ProtoReflect

func (*CreateServiceUserSecretResponse) Reset

func (*CreateServiceUserSecretResponse) String

func (*CreateServiceUserSecretResponse) Validate

func (m *CreateServiceUserSecretResponse) Validate() error

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

func (*CreateServiceUserSecretResponse) ValidateAll

func (m *CreateServiceUserSecretResponse) ValidateAll() error

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

type CreateServiceUserSecretResponseMultiError

type CreateServiceUserSecretResponseMultiError []error

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

func (CreateServiceUserSecretResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateServiceUserSecretResponseMultiError) Error

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

type CreateServiceUserSecretResponseValidationError

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

CreateServiceUserSecretResponseValidationError is the validation error returned by CreateServiceUserSecretResponse.Validate if the designated constraints aren't met.

func (CreateServiceUserSecretResponseValidationError) Cause

Cause function returns cause value.

func (CreateServiceUserSecretResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateServiceUserSecretResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateServiceUserSecretResponseValidationError) Field

Field function returns field value.

func (CreateServiceUserSecretResponseValidationError) Key

Key function returns key value.

func (CreateServiceUserSecretResponseValidationError) Reason

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 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 DeleteServiceUserKeyRequest

type DeleteServiceUserKeyRequest 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 (*DeleteServiceUserKeyRequest) Descriptor deprecated

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

Deprecated: Use DeleteServiceUserKeyRequest.ProtoReflect.Descriptor instead.

func (*DeleteServiceUserKeyRequest) GetId

func (*DeleteServiceUserKeyRequest) GetKeyId

func (x *DeleteServiceUserKeyRequest) GetKeyId() string

func (*DeleteServiceUserKeyRequest) ProtoMessage

func (*DeleteServiceUserKeyRequest) ProtoMessage()

func (*DeleteServiceUserKeyRequest) ProtoReflect

func (*DeleteServiceUserKeyRequest) Reset

func (x *DeleteServiceUserKeyRequest) Reset()

func (*DeleteServiceUserKeyRequest) String

func (x *DeleteServiceUserKeyRequest) String() string

func (*DeleteServiceUserKeyRequest) Validate

func (m *DeleteServiceUserKeyRequest) Validate() error

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

func (*DeleteServiceUserKeyRequest) ValidateAll

func (m *DeleteServiceUserKeyRequest) ValidateAll() error

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

type DeleteServiceUserKeyRequestMultiError

type DeleteServiceUserKeyRequestMultiError []error

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

func (DeleteServiceUserKeyRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteServiceUserKeyRequestMultiError) Error

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

type DeleteServiceUserKeyRequestValidationError

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

DeleteServiceUserKeyRequestValidationError is the validation error returned by DeleteServiceUserKeyRequest.Validate if the designated constraints aren't met.

func (DeleteServiceUserKeyRequestValidationError) Cause

Cause function returns cause value.

func (DeleteServiceUserKeyRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteServiceUserKeyRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteServiceUserKeyRequestValidationError) Field

Field function returns field value.

func (DeleteServiceUserKeyRequestValidationError) Key

Key function returns key value.

func (DeleteServiceUserKeyRequestValidationError) Reason

Reason function returns reason value.

type DeleteServiceUserKeyResponse

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

func (*DeleteServiceUserKeyResponse) Descriptor deprecated

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

Deprecated: Use DeleteServiceUserKeyResponse.ProtoReflect.Descriptor instead.

func (*DeleteServiceUserKeyResponse) ProtoMessage

func (*DeleteServiceUserKeyResponse) ProtoMessage()

func (*DeleteServiceUserKeyResponse) ProtoReflect

func (*DeleteServiceUserKeyResponse) Reset

func (x *DeleteServiceUserKeyResponse) Reset()

func (*DeleteServiceUserKeyResponse) String

func (*DeleteServiceUserKeyResponse) Validate

func (m *DeleteServiceUserKeyResponse) Validate() error

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

func (*DeleteServiceUserKeyResponse) ValidateAll

func (m *DeleteServiceUserKeyResponse) ValidateAll() error

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

type DeleteServiceUserKeyResponseMultiError

type DeleteServiceUserKeyResponseMultiError []error

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

func (DeleteServiceUserKeyResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteServiceUserKeyResponseMultiError) Error

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

type DeleteServiceUserKeyResponseValidationError

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

DeleteServiceUserKeyResponseValidationError is the validation error returned by DeleteServiceUserKeyResponse.Validate if the designated constraints aren't met.

func (DeleteServiceUserKeyResponseValidationError) Cause

Cause function returns cause value.

func (DeleteServiceUserKeyResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteServiceUserKeyResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteServiceUserKeyResponseValidationError) Field

Field function returns field value.

func (DeleteServiceUserKeyResponseValidationError) Key

Key function returns key value.

func (DeleteServiceUserKeyResponseValidationError) Reason

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 DeleteServiceUserSecretRequest

type DeleteServiceUserSecretRequest 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 (*DeleteServiceUserSecretRequest) Descriptor deprecated

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

Deprecated: Use DeleteServiceUserSecretRequest.ProtoReflect.Descriptor instead.

func (*DeleteServiceUserSecretRequest) GetId

func (*DeleteServiceUserSecretRequest) GetSecretId

func (x *DeleteServiceUserSecretRequest) GetSecretId() string

func (*DeleteServiceUserSecretRequest) ProtoMessage

func (*DeleteServiceUserSecretRequest) ProtoMessage()

func (*DeleteServiceUserSecretRequest) ProtoReflect

func (*DeleteServiceUserSecretRequest) Reset

func (x *DeleteServiceUserSecretRequest) Reset()

func (*DeleteServiceUserSecretRequest) String

func (*DeleteServiceUserSecretRequest) Validate

func (m *DeleteServiceUserSecretRequest) Validate() error

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

func (*DeleteServiceUserSecretRequest) ValidateAll

func (m *DeleteServiceUserSecretRequest) ValidateAll() error

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

type DeleteServiceUserSecretRequestMultiError

type DeleteServiceUserSecretRequestMultiError []error

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

func (DeleteServiceUserSecretRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteServiceUserSecretRequestMultiError) Error

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

type DeleteServiceUserSecretRequestValidationError

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

DeleteServiceUserSecretRequestValidationError is the validation error returned by DeleteServiceUserSecretRequest.Validate if the designated constraints aren't met.

func (DeleteServiceUserSecretRequestValidationError) Cause

Cause function returns cause value.

func (DeleteServiceUserSecretRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteServiceUserSecretRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteServiceUserSecretRequestValidationError) Field

Field function returns field value.

func (DeleteServiceUserSecretRequestValidationError) Key

Key function returns key value.

func (DeleteServiceUserSecretRequestValidationError) Reason

Reason function returns reason value.

type DeleteServiceUserSecretResponse

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

func (*DeleteServiceUserSecretResponse) Descriptor deprecated

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

Deprecated: Use DeleteServiceUserSecretResponse.ProtoReflect.Descriptor instead.

func (*DeleteServiceUserSecretResponse) ProtoMessage

func (*DeleteServiceUserSecretResponse) ProtoMessage()

func (*DeleteServiceUserSecretResponse) ProtoReflect

func (*DeleteServiceUserSecretResponse) Reset

func (*DeleteServiceUserSecretResponse) String

func (*DeleteServiceUserSecretResponse) Validate

func (m *DeleteServiceUserSecretResponse) Validate() error

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

func (*DeleteServiceUserSecretResponse) ValidateAll

func (m *DeleteServiceUserSecretResponse) ValidateAll() error

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

type DeleteServiceUserSecretResponseMultiError

type DeleteServiceUserSecretResponseMultiError []error

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

func (DeleteServiceUserSecretResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteServiceUserSecretResponseMultiError) Error

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

type DeleteServiceUserSecretResponseValidationError

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

DeleteServiceUserSecretResponseValidationError is the validation error returned by DeleteServiceUserSecretResponse.Validate if the designated constraints aren't met.

func (DeleteServiceUserSecretResponseValidationError) Cause

Cause function returns cause value.

func (DeleteServiceUserSecretResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteServiceUserSecretResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteServiceUserSecretResponseValidationError) Field

Field function returns field value.

func (DeleteServiceUserSecretResponseValidationError) Key

Key function returns key value.

func (DeleteServiceUserSecretResponseValidationError) Reason

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 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)
	CreateServiceUserKey(ctx context.Context, in *CreateServiceUserKeyRequest, opts ...grpc.CallOption) (*CreateServiceUserKeyResponse, error)
	ListServiceUserKeys(ctx context.Context, in *ListServiceUserKeysRequest, opts ...grpc.CallOption) (*ListServiceUserKeysResponse, error)
	GetServiceUserKey(ctx context.Context, in *GetServiceUserKeyRequest, opts ...grpc.CallOption) (*GetServiceUserKeyResponse, error)
	DeleteServiceUserKey(ctx context.Context, in *DeleteServiceUserKeyRequest, opts ...grpc.CallOption) (*DeleteServiceUserKeyResponse, error)
	CreateServiceUserSecret(ctx context.Context, in *CreateServiceUserSecretRequest, opts ...grpc.CallOption) (*CreateServiceUserSecretResponse, error)
	ListServiceUserSecrets(ctx context.Context, in *ListServiceUserSecretsRequest, opts ...grpc.CallOption) (*ListServiceUserSecretsResponse, error)
	DeleteServiceUserSecret(ctx context.Context, in *DeleteServiceUserSecretRequest, opts ...grpc.CallOption) (*DeleteServiceUserSecretResponse, 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)
	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)
}

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)
	CreateServiceUserKey(context.Context, *CreateServiceUserKeyRequest) (*CreateServiceUserKeyResponse, error)
	ListServiceUserKeys(context.Context, *ListServiceUserKeysRequest) (*ListServiceUserKeysResponse, error)
	GetServiceUserKey(context.Context, *GetServiceUserKeyRequest) (*GetServiceUserKeyResponse, error)
	DeleteServiceUserKey(context.Context, *DeleteServiceUserKeyRequest) (*DeleteServiceUserKeyResponse, error)
	CreateServiceUserSecret(context.Context, *CreateServiceUserSecretRequest) (*CreateServiceUserSecretResponse, error)
	ListServiceUserSecrets(context.Context, *ListServiceUserSecretsRequest) (*ListServiceUserSecretsResponse, error)
	DeleteServiceUserSecret(context.Context, *DeleteServiceUserSecretRequest) (*DeleteServiceUserSecretResponse, 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)
	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)
	// contains filtered or unexported methods
}

FrontierServiceServer is the server API for FrontierService service. All implementations must embed UnimplementedFrontierServiceServer for forward compatibility

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 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"`
	// 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) 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 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 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 GetServiceUserKeyRequest

type GetServiceUserKeyRequest 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 (*GetServiceUserKeyRequest) Descriptor deprecated

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

Deprecated: Use GetServiceUserKeyRequest.ProtoReflect.Descriptor instead.

func (*GetServiceUserKeyRequest) GetId

func (x *GetServiceUserKeyRequest) GetId() string

func (*GetServiceUserKeyRequest) GetKeyId

func (x *GetServiceUserKeyRequest) GetKeyId() string

func (*GetServiceUserKeyRequest) ProtoMessage

func (*GetServiceUserKeyRequest) ProtoMessage()

func (*GetServiceUserKeyRequest) ProtoReflect

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

func (*GetServiceUserKeyRequest) Reset

func (x *GetServiceUserKeyRequest) Reset()

func (*GetServiceUserKeyRequest) String

func (x *GetServiceUserKeyRequest) String() string

func (*GetServiceUserKeyRequest) Validate

func (m *GetServiceUserKeyRequest) Validate() error

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

func (*GetServiceUserKeyRequest) ValidateAll

func (m *GetServiceUserKeyRequest) ValidateAll() error

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

type GetServiceUserKeyRequestMultiError

type GetServiceUserKeyRequestMultiError []error

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

func (GetServiceUserKeyRequestMultiError) AllErrors

func (m GetServiceUserKeyRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetServiceUserKeyRequestMultiError) Error

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

type GetServiceUserKeyRequestValidationError

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

GetServiceUserKeyRequestValidationError is the validation error returned by GetServiceUserKeyRequest.Validate if the designated constraints aren't met.

func (GetServiceUserKeyRequestValidationError) Cause

Cause function returns cause value.

func (GetServiceUserKeyRequestValidationError) Error

Error satisfies the builtin error interface

func (GetServiceUserKeyRequestValidationError) ErrorName

ErrorName returns error name.

func (GetServiceUserKeyRequestValidationError) Field

Field function returns field value.

func (GetServiceUserKeyRequestValidationError) Key

Key function returns key value.

func (GetServiceUserKeyRequestValidationError) Reason

Reason function returns reason value.

type GetServiceUserKeyResponse

type GetServiceUserKeyResponse struct {
	Keys []*JSONWebKey `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
	// contains filtered or unexported fields
}

func (*GetServiceUserKeyResponse) Descriptor deprecated

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

Deprecated: Use GetServiceUserKeyResponse.ProtoReflect.Descriptor instead.

func (*GetServiceUserKeyResponse) GetKeys

func (x *GetServiceUserKeyResponse) GetKeys() []*JSONWebKey

func (*GetServiceUserKeyResponse) ProtoMessage

func (*GetServiceUserKeyResponse) ProtoMessage()

func (*GetServiceUserKeyResponse) ProtoReflect

func (*GetServiceUserKeyResponse) Reset

func (x *GetServiceUserKeyResponse) Reset()

func (*GetServiceUserKeyResponse) String

func (x *GetServiceUserKeyResponse) String() string

func (*GetServiceUserKeyResponse) Validate

func (m *GetServiceUserKeyResponse) Validate() error

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

func (*GetServiceUserKeyResponse) ValidateAll

func (m *GetServiceUserKeyResponse) ValidateAll() error

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

type GetServiceUserKeyResponseMultiError

type GetServiceUserKeyResponseMultiError []error

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

func (GetServiceUserKeyResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (GetServiceUserKeyResponseMultiError) Error

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

type GetServiceUserKeyResponseValidationError

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

GetServiceUserKeyResponseValidationError is the validation error returned by GetServiceUserKeyResponse.Validate if the designated constraints aren't met.

func (GetServiceUserKeyResponseValidationError) Cause

Cause function returns cause value.

func (GetServiceUserKeyResponseValidationError) Error

Error satisfies the builtin error interface

func (GetServiceUserKeyResponseValidationError) ErrorName

ErrorName returns error name.

func (GetServiceUserKeyResponseValidationError) Field

Field function returns field value.

func (GetServiceUserKeyResponseValidationError) Key

Key function returns key value.

func (GetServiceUserKeyResponseValidationError) Reason

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 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"`
	// 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) 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) 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 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 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 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 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"`
	// 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) 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 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 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"`
	// contains filtered or unexported fields
}

func (*ListOrganizationGroupsRequest) Descriptor deprecated

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

Deprecated: Use ListOrganizationGroupsRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationGroupsRequest) GetOrgId

func (x *ListOrganizationGroupsRequest) GetOrgId() string

func (*ListOrganizationGroupsRequest) GetState

func (x *ListOrganizationGroupsRequest) GetState() string

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"`
	// 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) 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 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 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"`
	// 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) 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"`
	// 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) 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 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"`
	// 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) GetOrgId added in v0.7.5

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 {
	// contains filtered or unexported fields
}

func (*ListRelationsRequest) Descriptor deprecated

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

Deprecated: Use ListRelationsRequest.ProtoReflect.Descriptor instead.

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 ListServiceUserKeysRequest

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

func (*ListServiceUserKeysRequest) Descriptor deprecated

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

Deprecated: Use ListServiceUserKeysRequest.ProtoReflect.Descriptor instead.

func (*ListServiceUserKeysRequest) GetId

func (*ListServiceUserKeysRequest) ProtoMessage

func (*ListServiceUserKeysRequest) ProtoMessage()

func (*ListServiceUserKeysRequest) ProtoReflect

func (*ListServiceUserKeysRequest) Reset

func (x *ListServiceUserKeysRequest) Reset()

func (*ListServiceUserKeysRequest) String

func (x *ListServiceUserKeysRequest) String() string

func (*ListServiceUserKeysRequest) Validate

func (m *ListServiceUserKeysRequest) Validate() error

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

func (*ListServiceUserKeysRequest) ValidateAll

func (m *ListServiceUserKeysRequest) ValidateAll() error

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

type ListServiceUserKeysRequestMultiError

type ListServiceUserKeysRequestMultiError []error

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

func (ListServiceUserKeysRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListServiceUserKeysRequestMultiError) Error

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

type ListServiceUserKeysRequestValidationError

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

ListServiceUserKeysRequestValidationError is the validation error returned by ListServiceUserKeysRequest.Validate if the designated constraints aren't met.

func (ListServiceUserKeysRequestValidationError) Cause

Cause function returns cause value.

func (ListServiceUserKeysRequestValidationError) Error

Error satisfies the builtin error interface

func (ListServiceUserKeysRequestValidationError) ErrorName

ErrorName returns error name.

func (ListServiceUserKeysRequestValidationError) Field

Field function returns field value.

func (ListServiceUserKeysRequestValidationError) Key

Key function returns key value.

func (ListServiceUserKeysRequestValidationError) Reason

Reason function returns reason value.

type ListServiceUserKeysResponse

type ListServiceUserKeysResponse struct {
	Keys []*ServiceUserKey `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServiceUserKeysResponse) Descriptor deprecated

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

Deprecated: Use ListServiceUserKeysResponse.ProtoReflect.Descriptor instead.

func (*ListServiceUserKeysResponse) GetKeys

func (*ListServiceUserKeysResponse) ProtoMessage

func (*ListServiceUserKeysResponse) ProtoMessage()

func (*ListServiceUserKeysResponse) ProtoReflect

func (*ListServiceUserKeysResponse) Reset

func (x *ListServiceUserKeysResponse) Reset()

func (*ListServiceUserKeysResponse) String

func (x *ListServiceUserKeysResponse) String() string

func (*ListServiceUserKeysResponse) Validate

func (m *ListServiceUserKeysResponse) Validate() error

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

func (*ListServiceUserKeysResponse) ValidateAll

func (m *ListServiceUserKeysResponse) ValidateAll() error

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

type ListServiceUserKeysResponseMultiError

type ListServiceUserKeysResponseMultiError []error

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

func (ListServiceUserKeysResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListServiceUserKeysResponseMultiError) Error

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

type ListServiceUserKeysResponseValidationError

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

ListServiceUserKeysResponseValidationError is the validation error returned by ListServiceUserKeysResponse.Validate if the designated constraints aren't met.

func (ListServiceUserKeysResponseValidationError) Cause

Cause function returns cause value.

func (ListServiceUserKeysResponseValidationError) Error

Error satisfies the builtin error interface

func (ListServiceUserKeysResponseValidationError) ErrorName

ErrorName returns error name.

func (ListServiceUserKeysResponseValidationError) Field

Field function returns field value.

func (ListServiceUserKeysResponseValidationError) Key

Key function returns key value.

func (ListServiceUserKeysResponseValidationError) Reason

Reason function returns reason value.

type ListServiceUserSecretsRequest

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

func (*ListServiceUserSecretsRequest) Descriptor deprecated

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

Deprecated: Use ListServiceUserSecretsRequest.ProtoReflect.Descriptor instead.

func (*ListServiceUserSecretsRequest) GetId

func (*ListServiceUserSecretsRequest) ProtoMessage

func (*ListServiceUserSecretsRequest) ProtoMessage()

func (*ListServiceUserSecretsRequest) ProtoReflect

func (*ListServiceUserSecretsRequest) Reset

func (x *ListServiceUserSecretsRequest) Reset()

func (*ListServiceUserSecretsRequest) String

func (*ListServiceUserSecretsRequest) Validate

func (m *ListServiceUserSecretsRequest) Validate() error

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

func (*ListServiceUserSecretsRequest) ValidateAll

func (m *ListServiceUserSecretsRequest) ValidateAll() error

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

type ListServiceUserSecretsRequestMultiError

type ListServiceUserSecretsRequestMultiError []error

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

func (ListServiceUserSecretsRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListServiceUserSecretsRequestMultiError) Error

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

type ListServiceUserSecretsRequestValidationError

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

ListServiceUserSecretsRequestValidationError is the validation error returned by ListServiceUserSecretsRequest.Validate if the designated constraints aren't met.

func (ListServiceUserSecretsRequestValidationError) Cause

Cause function returns cause value.

func (ListServiceUserSecretsRequestValidationError) Error

Error satisfies the builtin error interface

func (ListServiceUserSecretsRequestValidationError) ErrorName

ErrorName returns error name.

func (ListServiceUserSecretsRequestValidationError) Field

Field function returns field value.

func (ListServiceUserSecretsRequestValidationError) Key

Key function returns key value.

func (ListServiceUserSecretsRequestValidationError) Reason

Reason function returns reason value.

type ListServiceUserSecretsResponse

type ListServiceUserSecretsResponse 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 (*ListServiceUserSecretsResponse) Descriptor deprecated

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

Deprecated: Use ListServiceUserSecretsResponse.ProtoReflect.Descriptor instead.

func (*ListServiceUserSecretsResponse) GetSecrets

func (*ListServiceUserSecretsResponse) ProtoMessage

func (*ListServiceUserSecretsResponse) ProtoMessage()

func (*ListServiceUserSecretsResponse) ProtoReflect

func (*ListServiceUserSecretsResponse) Reset

func (x *ListServiceUserSecretsResponse) Reset()

func (*ListServiceUserSecretsResponse) String

func (*ListServiceUserSecretsResponse) Validate

func (m *ListServiceUserSecretsResponse) Validate() error

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

func (*ListServiceUserSecretsResponse) ValidateAll

func (m *ListServiceUserSecretsResponse) ValidateAll() error

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

type ListServiceUserSecretsResponseMultiError

type ListServiceUserSecretsResponseMultiError []error

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

func (ListServiceUserSecretsResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (ListServiceUserSecretsResponseMultiError) Error

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

type ListServiceUserSecretsResponseValidationError

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

ListServiceUserSecretsResponseValidationError is the validation error returned by ListServiceUserSecretsResponse.Validate if the designated constraints aren't met.

func (ListServiceUserSecretsResponseValidationError) Cause

Cause function returns cause value.

func (ListServiceUserSecretsResponseValidationError) Error

Error satisfies the builtin error interface

func (ListServiceUserSecretsResponseValidationError) ErrorName

ErrorName returns error name.

func (ListServiceUserSecretsResponseValidationError) Field

Field function returns field value.

func (ListServiceUserSecretsResponseValidationError) Key

Key function returns key value.

func (ListServiceUserSecretsResponseValidationError) Reason

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 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 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 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 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"`
	// 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) 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 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 ServiceUserKey

type ServiceUserKey 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 (*ServiceUserKey) Descriptor deprecated

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

Deprecated: Use ServiceUserKey.ProtoReflect.Descriptor instead.

func (*ServiceUserKey) GetCreatedAt

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

func (*ServiceUserKey) GetId

func (x *ServiceUserKey) GetId() string

func (*ServiceUserKey) GetPrincipalId

func (x *ServiceUserKey) GetPrincipalId() string

func (*ServiceUserKey) GetPublicKey

func (x *ServiceUserKey) GetPublicKey() string

func (*ServiceUserKey) GetTitle

func (x *ServiceUserKey) GetTitle() string

func (*ServiceUserKey) ProtoMessage

func (*ServiceUserKey) ProtoMessage()

func (*ServiceUserKey) ProtoReflect

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

func (*ServiceUserKey) Reset

func (x *ServiceUserKey) Reset()

func (*ServiceUserKey) String

func (x *ServiceUserKey) String() string

func (*ServiceUserKey) Validate

func (m *ServiceUserKey) Validate() error

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

func (*ServiceUserKey) ValidateAll

func (m *ServiceUserKey) ValidateAll() error

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

type ServiceUserKeyMultiError

type ServiceUserKeyMultiError []error

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

func (ServiceUserKeyMultiError) AllErrors

func (m ServiceUserKeyMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ServiceUserKeyMultiError) Error

func (m ServiceUserKeyMultiError) Error() string

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

type ServiceUserKeyValidationError

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

ServiceUserKeyValidationError is the validation error returned by ServiceUserKey.Validate if the designated constraints aren't met.

func (ServiceUserKeyValidationError) Cause

Cause function returns cause value.

func (ServiceUserKeyValidationError) Error

Error satisfies the builtin error interface

func (ServiceUserKeyValidationError) ErrorName

func (e ServiceUserKeyValidationError) ErrorName() string

ErrorName returns error name.

func (ServiceUserKeyValidationError) Field

Field function returns field value.

func (ServiceUserKeyValidationError) Key

Key function returns key value.

func (ServiceUserKeyValidationError) Reason

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 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 UnimplementedAdminServiceServer

type UnimplementedAdminServiceServer struct {
}

UnimplementedAdminServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedAdminServiceServer) CreatePermission

func (UnimplementedAdminServiceServer) CreatePreferences added in v0.7.3

func (UnimplementedAdminServiceServer) CreateRole

func (UnimplementedAdminServiceServer) DeletePermission

func (UnimplementedAdminServiceServer) DeleteRole

func (UnimplementedAdminServiceServer) ListAllUsers

func (UnimplementedAdminServiceServer) ListGroups

func (UnimplementedAdminServiceServer) ListPolicies

func (UnimplementedAdminServiceServer) ListPreferences added in v0.7.3

func (UnimplementedAdminServiceServer) ListProjects

func (UnimplementedAdminServiceServer) ListRelations

func (UnimplementedAdminServiceServer) ListResources

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) CreateCurrentUserPreferences added in v0.7.3

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) CreatePolicy

func (UnimplementedFrontierServiceServer) CreateProject

func (UnimplementedFrontierServiceServer) CreateProjectPreferences added in v0.7.3

func (UnimplementedFrontierServiceServer) CreateRelation

func (UnimplementedFrontierServiceServer) CreateServiceUser

func (UnimplementedFrontierServiceServer) CreateUser

func (UnimplementedFrontierServiceServer) CreateUserPreferences added in v0.7.3

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) 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) GetCurrentUser

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) GetPolicy

func (UnimplementedFrontierServiceServer) GetProject

func (UnimplementedFrontierServiceServer) GetProjectResource

func (UnimplementedFrontierServiceServer) GetRelation

func (UnimplementedFrontierServiceServer) GetServiceUser

func (UnimplementedFrontierServiceServer) GetServiceUserKey

func (UnimplementedFrontierServiceServer) GetUser

func (UnimplementedFrontierServiceServer) JoinOrganization added in v0.7.2

func (UnimplementedFrontierServiceServer) ListAuthStrategies

func (UnimplementedFrontierServiceServer) ListCurrentUserInvitations added in v0.7.6

func (UnimplementedFrontierServiceServer) ListCurrentUserPreferences added in v0.7.3

func (UnimplementedFrontierServiceServer) ListGroupPreferences added in v0.7.3

func (UnimplementedFrontierServiceServer) ListGroupUsers

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) 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) ListServiceUserKeys

func (UnimplementedFrontierServiceServer) ListServiceUsers

func (UnimplementedFrontierServiceServer) ListUserGroups

func (UnimplementedFrontierServiceServer) ListUserInvitations

func (UnimplementedFrontierServiceServer) ListUserPreferences added in v0.7.3

func (UnimplementedFrontierServiceServer) ListUsers

func (UnimplementedFrontierServiceServer) RemoveGroupUser

func (UnimplementedFrontierServiceServer) UpdateCurrentUser

func (UnimplementedFrontierServiceServer) UpdateGroup

func (UnimplementedFrontierServiceServer) UpdateMetaSchema

func (UnimplementedFrontierServiceServer) UpdateOrganization

func (UnimplementedFrontierServiceServer) UpdatePolicy

func (UnimplementedFrontierServiceServer) UpdateProject

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 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 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 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 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 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 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