Documentation ¶
Overview ¶
Package adminv1 is a reverse proxy.
It translates gRPC into RESTful JSON APIs.
Index ¶
- Constants
- Variables
- func RegisterAdminServiceHandler(ctx context.Context, mux *runtime.ServeMux, conn *grpc.ClientConn) error
- func RegisterAdminServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AdminServiceClient) error
- func RegisterAdminServiceHandlerFromEndpoint(ctx context.Context, mux *runtime.ServeMux, endpoint string, ...) (err error)
- func RegisterAdminServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server AdminServiceServer) error
- func RegisterAdminServiceServer(s grpc.ServiceRegistrar, srv AdminServiceServer)
- type AddOrganizationMemberRequest
- func (*AddOrganizationMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddOrganizationMemberRequest) GetEmail() string
- func (x *AddOrganizationMemberRequest) GetOrganization() string
- func (x *AddOrganizationMemberRequest) GetRole() string
- func (*AddOrganizationMemberRequest) ProtoMessage()
- func (x *AddOrganizationMemberRequest) ProtoReflect() protoreflect.Message
- func (x *AddOrganizationMemberRequest) Reset()
- func (x *AddOrganizationMemberRequest) String() string
- func (m *AddOrganizationMemberRequest) Validate() error
- func (m *AddOrganizationMemberRequest) ValidateAll() error
- type AddOrganizationMemberRequestMultiError
- type AddOrganizationMemberRequestValidationError
- func (e AddOrganizationMemberRequestValidationError) Cause() error
- func (e AddOrganizationMemberRequestValidationError) Error() string
- func (e AddOrganizationMemberRequestValidationError) ErrorName() string
- func (e AddOrganizationMemberRequestValidationError) Field() string
- func (e AddOrganizationMemberRequestValidationError) Key() bool
- func (e AddOrganizationMemberRequestValidationError) Reason() string
- type AddOrganizationMemberResponse
- func (*AddOrganizationMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddOrganizationMemberResponse) GetPendingSignup() bool
- func (*AddOrganizationMemberResponse) ProtoMessage()
- func (x *AddOrganizationMemberResponse) ProtoReflect() protoreflect.Message
- func (x *AddOrganizationMemberResponse) Reset()
- func (x *AddOrganizationMemberResponse) String() string
- func (m *AddOrganizationMemberResponse) Validate() error
- func (m *AddOrganizationMemberResponse) ValidateAll() error
- type AddOrganizationMemberResponseMultiError
- type AddOrganizationMemberResponseValidationError
- func (e AddOrganizationMemberResponseValidationError) Cause() error
- func (e AddOrganizationMemberResponseValidationError) Error() string
- func (e AddOrganizationMemberResponseValidationError) ErrorName() string
- func (e AddOrganizationMemberResponseValidationError) Field() string
- func (e AddOrganizationMemberResponseValidationError) Key() bool
- func (e AddOrganizationMemberResponseValidationError) Reason() string
- type AddProjectMemberRequest
- func (*AddProjectMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *AddProjectMemberRequest) GetEmail() string
- func (x *AddProjectMemberRequest) GetOrganization() string
- func (x *AddProjectMemberRequest) GetProject() string
- func (x *AddProjectMemberRequest) GetRole() string
- func (*AddProjectMemberRequest) ProtoMessage()
- func (x *AddProjectMemberRequest) ProtoReflect() protoreflect.Message
- func (x *AddProjectMemberRequest) Reset()
- func (x *AddProjectMemberRequest) String() string
- func (m *AddProjectMemberRequest) Validate() error
- func (m *AddProjectMemberRequest) ValidateAll() error
- type AddProjectMemberRequestMultiError
- type AddProjectMemberRequestValidationError
- func (e AddProjectMemberRequestValidationError) Cause() error
- func (e AddProjectMemberRequestValidationError) Error() string
- func (e AddProjectMemberRequestValidationError) ErrorName() string
- func (e AddProjectMemberRequestValidationError) Field() string
- func (e AddProjectMemberRequestValidationError) Key() bool
- func (e AddProjectMemberRequestValidationError) Reason() string
- type AddProjectMemberResponse
- func (*AddProjectMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (x *AddProjectMemberResponse) GetPendingSignup() bool
- func (*AddProjectMemberResponse) ProtoMessage()
- func (x *AddProjectMemberResponse) ProtoReflect() protoreflect.Message
- func (x *AddProjectMemberResponse) Reset()
- func (x *AddProjectMemberResponse) String() string
- func (m *AddProjectMemberResponse) Validate() error
- func (m *AddProjectMemberResponse) ValidateAll() error
- type AddProjectMemberResponseMultiError
- type AddProjectMemberResponseValidationError
- func (e AddProjectMemberResponseValidationError) Cause() error
- func (e AddProjectMemberResponseValidationError) Error() string
- func (e AddProjectMemberResponseValidationError) ErrorName() string
- func (e AddProjectMemberResponseValidationError) Field() string
- func (e AddProjectMemberResponseValidationError) Key() bool
- func (e AddProjectMemberResponseValidationError) Reason() string
- type AdminServiceClient
- type AdminServiceServer
- type CreateOrganizationRequest
- func (*CreateOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateOrganizationRequest) GetDescription() string
- func (x *CreateOrganizationRequest) GetName() string
- func (*CreateOrganizationRequest) ProtoMessage()
- func (x *CreateOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *CreateOrganizationRequest) Reset()
- func (x *CreateOrganizationRequest) String() string
- func (m *CreateOrganizationRequest) Validate() error
- func (m *CreateOrganizationRequest) ValidateAll() error
- type CreateOrganizationRequestMultiError
- type CreateOrganizationRequestValidationError
- func (e CreateOrganizationRequestValidationError) Cause() error
- func (e CreateOrganizationRequestValidationError) Error() string
- func (e CreateOrganizationRequestValidationError) ErrorName() string
- func (e CreateOrganizationRequestValidationError) Field() string
- func (e CreateOrganizationRequestValidationError) Key() bool
- func (e CreateOrganizationRequestValidationError) Reason() string
- type CreateOrganizationResponse
- func (*CreateOrganizationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateOrganizationResponse) GetOrganization() *Organization
- func (*CreateOrganizationResponse) ProtoMessage()
- func (x *CreateOrganizationResponse) ProtoReflect() protoreflect.Message
- func (x *CreateOrganizationResponse) Reset()
- func (x *CreateOrganizationResponse) String() string
- func (m *CreateOrganizationResponse) Validate() error
- func (m *CreateOrganizationResponse) ValidateAll() error
- type CreateOrganizationResponseMultiError
- type CreateOrganizationResponseValidationError
- func (e CreateOrganizationResponseValidationError) Cause() error
- func (e CreateOrganizationResponseValidationError) Error() string
- func (e CreateOrganizationResponseValidationError) ErrorName() string
- func (e CreateOrganizationResponseValidationError) Field() string
- func (e CreateOrganizationResponseValidationError) Key() bool
- func (e CreateOrganizationResponseValidationError) Reason() string
- type CreateProjectRequest
- func (*CreateProjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *CreateProjectRequest) GetDescription() string
- func (x *CreateProjectRequest) GetGithubUrl() string
- func (x *CreateProjectRequest) GetName() string
- func (x *CreateProjectRequest) GetOrganizationName() string
- func (x *CreateProjectRequest) GetProdBranch() string
- func (x *CreateProjectRequest) GetProdOlapDriver() string
- func (x *CreateProjectRequest) GetProdOlapDsn() string
- func (x *CreateProjectRequest) GetProdSlots() int64
- func (x *CreateProjectRequest) GetPublic() bool
- func (x *CreateProjectRequest) GetRegion() string
- func (x *CreateProjectRequest) GetVariables() map[string]string
- func (*CreateProjectRequest) ProtoMessage()
- func (x *CreateProjectRequest) ProtoReflect() protoreflect.Message
- func (x *CreateProjectRequest) Reset()
- func (x *CreateProjectRequest) String() string
- func (m *CreateProjectRequest) Validate() error
- func (m *CreateProjectRequest) ValidateAll() error
- type CreateProjectRequestMultiError
- type CreateProjectRequestValidationError
- func (e CreateProjectRequestValidationError) Cause() error
- func (e CreateProjectRequestValidationError) Error() string
- func (e CreateProjectRequestValidationError) ErrorName() string
- func (e CreateProjectRequestValidationError) Field() string
- func (e CreateProjectRequestValidationError) Key() bool
- func (e CreateProjectRequestValidationError) Reason() string
- type CreateProjectResponse
- func (*CreateProjectResponse) Descriptor() ([]byte, []int)deprecated
- func (x *CreateProjectResponse) GetProject() *Project
- func (x *CreateProjectResponse) GetProjectUrl() string
- func (*CreateProjectResponse) ProtoMessage()
- func (x *CreateProjectResponse) ProtoReflect() protoreflect.Message
- func (x *CreateProjectResponse) Reset()
- func (x *CreateProjectResponse) String() string
- func (m *CreateProjectResponse) Validate() error
- func (m *CreateProjectResponse) ValidateAll() error
- type CreateProjectResponseMultiError
- type CreateProjectResponseValidationError
- func (e CreateProjectResponseValidationError) Cause() error
- func (e CreateProjectResponseValidationError) Error() string
- func (e CreateProjectResponseValidationError) ErrorName() string
- func (e CreateProjectResponseValidationError) Field() string
- func (e CreateProjectResponseValidationError) Key() bool
- func (e CreateProjectResponseValidationError) Reason() string
- type DeleteOrganizationRequest
- func (*DeleteOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteOrganizationRequest) GetName() string
- func (*DeleteOrganizationRequest) ProtoMessage()
- func (x *DeleteOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteOrganizationRequest) Reset()
- func (x *DeleteOrganizationRequest) String() string
- func (m *DeleteOrganizationRequest) Validate() error
- func (m *DeleteOrganizationRequest) ValidateAll() error
- type DeleteOrganizationRequestMultiError
- type DeleteOrganizationRequestValidationError
- func (e DeleteOrganizationRequestValidationError) Cause() error
- func (e DeleteOrganizationRequestValidationError) Error() string
- func (e DeleteOrganizationRequestValidationError) ErrorName() string
- func (e DeleteOrganizationRequestValidationError) Field() string
- func (e DeleteOrganizationRequestValidationError) Key() bool
- func (e DeleteOrganizationRequestValidationError) Reason() string
- type DeleteOrganizationResponse
- func (*DeleteOrganizationResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteOrganizationResponse) ProtoMessage()
- func (x *DeleteOrganizationResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteOrganizationResponse) Reset()
- func (x *DeleteOrganizationResponse) String() string
- func (m *DeleteOrganizationResponse) Validate() error
- func (m *DeleteOrganizationResponse) ValidateAll() error
- type DeleteOrganizationResponseMultiError
- type DeleteOrganizationResponseValidationError
- func (e DeleteOrganizationResponseValidationError) Cause() error
- func (e DeleteOrganizationResponseValidationError) Error() string
- func (e DeleteOrganizationResponseValidationError) ErrorName() string
- func (e DeleteOrganizationResponseValidationError) Field() string
- func (e DeleteOrganizationResponseValidationError) Key() bool
- func (e DeleteOrganizationResponseValidationError) Reason() string
- type DeleteProjectRequest
- func (*DeleteProjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *DeleteProjectRequest) GetName() string
- func (x *DeleteProjectRequest) GetOrganizationName() string
- func (*DeleteProjectRequest) ProtoMessage()
- func (x *DeleteProjectRequest) ProtoReflect() protoreflect.Message
- func (x *DeleteProjectRequest) Reset()
- func (x *DeleteProjectRequest) String() string
- func (m *DeleteProjectRequest) Validate() error
- func (m *DeleteProjectRequest) ValidateAll() error
- type DeleteProjectRequestMultiError
- type DeleteProjectRequestValidationError
- func (e DeleteProjectRequestValidationError) Cause() error
- func (e DeleteProjectRequestValidationError) Error() string
- func (e DeleteProjectRequestValidationError) ErrorName() string
- func (e DeleteProjectRequestValidationError) Field() string
- func (e DeleteProjectRequestValidationError) Key() bool
- func (e DeleteProjectRequestValidationError) Reason() string
- type DeleteProjectResponse
- func (*DeleteProjectResponse) Descriptor() ([]byte, []int)deprecated
- func (*DeleteProjectResponse) ProtoMessage()
- func (x *DeleteProjectResponse) ProtoReflect() protoreflect.Message
- func (x *DeleteProjectResponse) Reset()
- func (x *DeleteProjectResponse) String() string
- func (m *DeleteProjectResponse) Validate() error
- func (m *DeleteProjectResponse) ValidateAll() error
- type DeleteProjectResponseMultiError
- type DeleteProjectResponseValidationError
- func (e DeleteProjectResponseValidationError) Cause() error
- func (e DeleteProjectResponseValidationError) Error() string
- func (e DeleteProjectResponseValidationError) ErrorName() string
- func (e DeleteProjectResponseValidationError) Field() string
- func (e DeleteProjectResponseValidationError) Key() bool
- func (e DeleteProjectResponseValidationError) Reason() string
- type Deployment
- func (*Deployment) Descriptor() ([]byte, []int)deprecated
- func (x *Deployment) GetBranch() string
- func (x *Deployment) GetCreatedOn() *timestamppb.Timestamp
- func (x *Deployment) GetId() string
- func (x *Deployment) GetLogs() string
- func (x *Deployment) GetProjectId() string
- func (x *Deployment) GetRuntimeHost() string
- func (x *Deployment) GetRuntimeInstanceId() string
- func (x *Deployment) GetSlots() int64
- func (x *Deployment) GetStatus() DeploymentStatus
- func (x *Deployment) GetUpdatedOn() *timestamppb.Timestamp
- func (*Deployment) ProtoMessage()
- func (x *Deployment) ProtoReflect() protoreflect.Message
- func (x *Deployment) Reset()
- func (x *Deployment) String() string
- func (m *Deployment) Validate() error
- func (m *Deployment) ValidateAll() error
- type DeploymentMultiError
- type DeploymentStatus
- func (DeploymentStatus) Descriptor() protoreflect.EnumDescriptor
- func (x DeploymentStatus) Enum() *DeploymentStatus
- func (DeploymentStatus) EnumDescriptor() ([]byte, []int)deprecated
- func (x DeploymentStatus) Number() protoreflect.EnumNumber
- func (x DeploymentStatus) String() string
- func (DeploymentStatus) Type() protoreflect.EnumType
- type DeploymentValidationError
- type GetCurrentUserRequest
- func (*GetCurrentUserRequest) Descriptor() ([]byte, []int)deprecated
- func (*GetCurrentUserRequest) ProtoMessage()
- func (x *GetCurrentUserRequest) ProtoReflect() protoreflect.Message
- func (x *GetCurrentUserRequest) Reset()
- func (x *GetCurrentUserRequest) String() string
- func (m *GetCurrentUserRequest) Validate() error
- func (m *GetCurrentUserRequest) ValidateAll() error
- type GetCurrentUserRequestMultiError
- type GetCurrentUserRequestValidationError
- func (e GetCurrentUserRequestValidationError) Cause() error
- func (e GetCurrentUserRequestValidationError) Error() string
- func (e GetCurrentUserRequestValidationError) ErrorName() string
- func (e GetCurrentUserRequestValidationError) Field() string
- func (e GetCurrentUserRequestValidationError) Key() bool
- func (e GetCurrentUserRequestValidationError) Reason() string
- type GetCurrentUserResponse
- func (*GetCurrentUserResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetCurrentUserResponse) GetUser() *User
- func (*GetCurrentUserResponse) ProtoMessage()
- func (x *GetCurrentUserResponse) ProtoReflect() protoreflect.Message
- func (x *GetCurrentUserResponse) Reset()
- func (x *GetCurrentUserResponse) String() string
- func (m *GetCurrentUserResponse) Validate() error
- func (m *GetCurrentUserResponse) ValidateAll() error
- type GetCurrentUserResponseMultiError
- type GetCurrentUserResponseValidationError
- func (e GetCurrentUserResponseValidationError) Cause() error
- func (e GetCurrentUserResponseValidationError) Error() string
- func (e GetCurrentUserResponseValidationError) ErrorName() string
- func (e GetCurrentUserResponseValidationError) Field() string
- func (e GetCurrentUserResponseValidationError) Key() bool
- func (e GetCurrentUserResponseValidationError) Reason() string
- type GetGithubRepoStatusRequest
- func (*GetGithubRepoStatusRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetGithubRepoStatusRequest) GetGithubUrl() string
- func (*GetGithubRepoStatusRequest) ProtoMessage()
- func (x *GetGithubRepoStatusRequest) ProtoReflect() protoreflect.Message
- func (x *GetGithubRepoStatusRequest) Reset()
- func (x *GetGithubRepoStatusRequest) String() string
- func (m *GetGithubRepoStatusRequest) Validate() error
- func (m *GetGithubRepoStatusRequest) ValidateAll() error
- type GetGithubRepoStatusRequestMultiError
- type GetGithubRepoStatusRequestValidationError
- func (e GetGithubRepoStatusRequestValidationError) Cause() error
- func (e GetGithubRepoStatusRequestValidationError) Error() string
- func (e GetGithubRepoStatusRequestValidationError) ErrorName() string
- func (e GetGithubRepoStatusRequestValidationError) Field() string
- func (e GetGithubRepoStatusRequestValidationError) Key() bool
- func (e GetGithubRepoStatusRequestValidationError) Reason() string
- type GetGithubRepoStatusResponse
- func (*GetGithubRepoStatusResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetGithubRepoStatusResponse) GetDefaultBranch() string
- func (x *GetGithubRepoStatusResponse) GetGrantAccessUrl() string
- func (x *GetGithubRepoStatusResponse) GetHasAccess() bool
- func (*GetGithubRepoStatusResponse) ProtoMessage()
- func (x *GetGithubRepoStatusResponse) ProtoReflect() protoreflect.Message
- func (x *GetGithubRepoStatusResponse) Reset()
- func (x *GetGithubRepoStatusResponse) String() string
- func (m *GetGithubRepoStatusResponse) Validate() error
- func (m *GetGithubRepoStatusResponse) ValidateAll() error
- type GetGithubRepoStatusResponseMultiError
- type GetGithubRepoStatusResponseValidationError
- func (e GetGithubRepoStatusResponseValidationError) Cause() error
- func (e GetGithubRepoStatusResponseValidationError) Error() string
- func (e GetGithubRepoStatusResponseValidationError) ErrorName() string
- func (e GetGithubRepoStatusResponseValidationError) Field() string
- func (e GetGithubRepoStatusResponseValidationError) Key() bool
- func (e GetGithubRepoStatusResponseValidationError) Reason() string
- type GetOrganizationRequest
- func (*GetOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationRequest) GetName() string
- func (*GetOrganizationRequest) ProtoMessage()
- func (x *GetOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationRequest) Reset()
- func (x *GetOrganizationRequest) String() string
- func (m *GetOrganizationRequest) Validate() error
- func (m *GetOrganizationRequest) ValidateAll() error
- type GetOrganizationRequestMultiError
- type GetOrganizationRequestValidationError
- func (e GetOrganizationRequestValidationError) Cause() error
- func (e GetOrganizationRequestValidationError) Error() string
- func (e GetOrganizationRequestValidationError) ErrorName() string
- func (e GetOrganizationRequestValidationError) Field() string
- func (e GetOrganizationRequestValidationError) Key() bool
- func (e GetOrganizationRequestValidationError) Reason() string
- type GetOrganizationResponse
- func (*GetOrganizationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetOrganizationResponse) GetOrganization() *Organization
- func (x *GetOrganizationResponse) GetPermissions() *OrganizationPermissions
- func (*GetOrganizationResponse) ProtoMessage()
- func (x *GetOrganizationResponse) ProtoReflect() protoreflect.Message
- func (x *GetOrganizationResponse) Reset()
- func (x *GetOrganizationResponse) String() string
- func (m *GetOrganizationResponse) Validate() error
- func (m *GetOrganizationResponse) ValidateAll() error
- type GetOrganizationResponseMultiError
- type GetOrganizationResponseValidationError
- func (e GetOrganizationResponseValidationError) Cause() error
- func (e GetOrganizationResponseValidationError) Error() string
- func (e GetOrganizationResponseValidationError) ErrorName() string
- func (e GetOrganizationResponseValidationError) Field() string
- func (e GetOrganizationResponseValidationError) Key() bool
- func (e GetOrganizationResponseValidationError) Reason() string
- type GetProjectRequest
- func (*GetProjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetProjectRequest) GetName() string
- func (x *GetProjectRequest) GetOrganizationName() string
- func (*GetProjectRequest) ProtoMessage()
- func (x *GetProjectRequest) ProtoReflect() protoreflect.Message
- func (x *GetProjectRequest) Reset()
- func (x *GetProjectRequest) String() string
- func (m *GetProjectRequest) Validate() error
- func (m *GetProjectRequest) ValidateAll() error
- type GetProjectRequestMultiError
- type GetProjectRequestValidationError
- func (e GetProjectRequestValidationError) Cause() error
- func (e GetProjectRequestValidationError) Error() string
- func (e GetProjectRequestValidationError) ErrorName() string
- func (e GetProjectRequestValidationError) Field() string
- func (e GetProjectRequestValidationError) Key() bool
- func (e GetProjectRequestValidationError) Reason() string
- type GetProjectResponse
- func (*GetProjectResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetProjectResponse) GetJwt() string
- func (x *GetProjectResponse) GetProdDeployment() *Deployment
- func (x *GetProjectResponse) GetProject() *Project
- func (x *GetProjectResponse) GetProjectPermissions() *ProjectPermissions
- func (*GetProjectResponse) ProtoMessage()
- func (x *GetProjectResponse) ProtoReflect() protoreflect.Message
- func (x *GetProjectResponse) Reset()
- func (x *GetProjectResponse) String() string
- func (m *GetProjectResponse) Validate() error
- func (m *GetProjectResponse) ValidateAll() error
- type GetProjectResponseMultiError
- type GetProjectResponseValidationError
- func (e GetProjectResponseValidationError) Cause() error
- func (e GetProjectResponseValidationError) Error() string
- func (e GetProjectResponseValidationError) ErrorName() string
- func (e GetProjectResponseValidationError) Field() string
- func (e GetProjectResponseValidationError) Key() bool
- func (e GetProjectResponseValidationError) Reason() string
- type GetProjectVariablesRequest
- func (*GetProjectVariablesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *GetProjectVariablesRequest) GetName() string
- func (x *GetProjectVariablesRequest) GetOrganizationName() string
- func (*GetProjectVariablesRequest) ProtoMessage()
- func (x *GetProjectVariablesRequest) ProtoReflect() protoreflect.Message
- func (x *GetProjectVariablesRequest) Reset()
- func (x *GetProjectVariablesRequest) String() string
- func (m *GetProjectVariablesRequest) Validate() error
- func (m *GetProjectVariablesRequest) ValidateAll() error
- type GetProjectVariablesRequestMultiError
- type GetProjectVariablesRequestValidationError
- func (e GetProjectVariablesRequestValidationError) Cause() error
- func (e GetProjectVariablesRequestValidationError) Error() string
- func (e GetProjectVariablesRequestValidationError) ErrorName() string
- func (e GetProjectVariablesRequestValidationError) Field() string
- func (e GetProjectVariablesRequestValidationError) Key() bool
- func (e GetProjectVariablesRequestValidationError) Reason() string
- type GetProjectVariablesResponse
- func (*GetProjectVariablesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *GetProjectVariablesResponse) GetVariables() map[string]string
- func (*GetProjectVariablesResponse) ProtoMessage()
- func (x *GetProjectVariablesResponse) ProtoReflect() protoreflect.Message
- func (x *GetProjectVariablesResponse) Reset()
- func (x *GetProjectVariablesResponse) String() string
- func (m *GetProjectVariablesResponse) Validate() error
- func (m *GetProjectVariablesResponse) ValidateAll() error
- type GetProjectVariablesResponseMultiError
- type GetProjectVariablesResponseValidationError
- func (e GetProjectVariablesResponseValidationError) Cause() error
- func (e GetProjectVariablesResponseValidationError) Error() string
- func (e GetProjectVariablesResponseValidationError) ErrorName() string
- func (e GetProjectVariablesResponseValidationError) Field() string
- func (e GetProjectVariablesResponseValidationError) Key() bool
- func (e GetProjectVariablesResponseValidationError) Reason() string
- type LeaveOrganizationRequest
- func (*LeaveOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *LeaveOrganizationRequest) GetOrganization() string
- func (*LeaveOrganizationRequest) ProtoMessage()
- func (x *LeaveOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *LeaveOrganizationRequest) Reset()
- func (x *LeaveOrganizationRequest) String() string
- func (m *LeaveOrganizationRequest) Validate() error
- func (m *LeaveOrganizationRequest) ValidateAll() error
- type LeaveOrganizationRequestMultiError
- type LeaveOrganizationRequestValidationError
- func (e LeaveOrganizationRequestValidationError) Cause() error
- func (e LeaveOrganizationRequestValidationError) Error() string
- func (e LeaveOrganizationRequestValidationError) ErrorName() string
- func (e LeaveOrganizationRequestValidationError) Field() string
- func (e LeaveOrganizationRequestValidationError) Key() bool
- func (e LeaveOrganizationRequestValidationError) Reason() string
- type LeaveOrganizationResponse
- func (*LeaveOrganizationResponse) Descriptor() ([]byte, []int)deprecated
- func (*LeaveOrganizationResponse) ProtoMessage()
- func (x *LeaveOrganizationResponse) ProtoReflect() protoreflect.Message
- func (x *LeaveOrganizationResponse) Reset()
- func (x *LeaveOrganizationResponse) String() string
- func (m *LeaveOrganizationResponse) Validate() error
- func (m *LeaveOrganizationResponse) ValidateAll() error
- type LeaveOrganizationResponseMultiError
- type LeaveOrganizationResponseValidationError
- func (e LeaveOrganizationResponseValidationError) Cause() error
- func (e LeaveOrganizationResponseValidationError) Error() string
- func (e LeaveOrganizationResponseValidationError) ErrorName() string
- func (e LeaveOrganizationResponseValidationError) Field() string
- func (e LeaveOrganizationResponseValidationError) Key() bool
- func (e LeaveOrganizationResponseValidationError) Reason() string
- type ListOrganizationMembersRequest
- func (*ListOrganizationMembersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationMembersRequest) GetOrganization() string
- func (x *ListOrganizationMembersRequest) GetPageSize() uint32
- func (x *ListOrganizationMembersRequest) GetPageToken() string
- func (*ListOrganizationMembersRequest) ProtoMessage()
- func (x *ListOrganizationMembersRequest) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationMembersRequest) Reset()
- func (x *ListOrganizationMembersRequest) String() string
- func (m *ListOrganizationMembersRequest) Validate() error
- func (m *ListOrganizationMembersRequest) ValidateAll() error
- type ListOrganizationMembersRequestMultiError
- type ListOrganizationMembersRequestValidationError
- func (e ListOrganizationMembersRequestValidationError) Cause() error
- func (e ListOrganizationMembersRequestValidationError) Error() string
- func (e ListOrganizationMembersRequestValidationError) ErrorName() string
- func (e ListOrganizationMembersRequestValidationError) Field() string
- func (e ListOrganizationMembersRequestValidationError) Key() bool
- func (e ListOrganizationMembersRequestValidationError) Reason() string
- type ListOrganizationMembersResponse
- func (*ListOrganizationMembersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationMembersResponse) GetInvites() []*UserInvite
- func (x *ListOrganizationMembersResponse) GetMembers() []*Member
- func (x *ListOrganizationMembersResponse) GetNextPageToken() string
- func (*ListOrganizationMembersResponse) ProtoMessage()
- func (x *ListOrganizationMembersResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationMembersResponse) Reset()
- func (x *ListOrganizationMembersResponse) String() string
- func (m *ListOrganizationMembersResponse) Validate() error
- func (m *ListOrganizationMembersResponse) ValidateAll() error
- type ListOrganizationMembersResponseMultiError
- type ListOrganizationMembersResponseValidationError
- func (e ListOrganizationMembersResponseValidationError) Cause() error
- func (e ListOrganizationMembersResponseValidationError) Error() string
- func (e ListOrganizationMembersResponseValidationError) ErrorName() string
- func (e ListOrganizationMembersResponseValidationError) Field() string
- func (e ListOrganizationMembersResponseValidationError) Key() bool
- func (e ListOrganizationMembersResponseValidationError) Reason() string
- type ListOrganizationsRequest
- func (*ListOrganizationsRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationsRequest) GetPageSize() uint32
- func (x *ListOrganizationsRequest) GetPageToken() string
- func (*ListOrganizationsRequest) ProtoMessage()
- func (x *ListOrganizationsRequest) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationsRequest) Reset()
- func (x *ListOrganizationsRequest) String() string
- func (m *ListOrganizationsRequest) Validate() error
- func (m *ListOrganizationsRequest) ValidateAll() error
- type ListOrganizationsRequestMultiError
- type ListOrganizationsRequestValidationError
- func (e ListOrganizationsRequestValidationError) Cause() error
- func (e ListOrganizationsRequestValidationError) Error() string
- func (e ListOrganizationsRequestValidationError) ErrorName() string
- func (e ListOrganizationsRequestValidationError) Field() string
- func (e ListOrganizationsRequestValidationError) Key() bool
- func (e ListOrganizationsRequestValidationError) Reason() string
- type ListOrganizationsResponse
- func (*ListOrganizationsResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListOrganizationsResponse) GetNextPageToken() string
- func (x *ListOrganizationsResponse) GetOrganizations() []*Organization
- func (*ListOrganizationsResponse) ProtoMessage()
- func (x *ListOrganizationsResponse) ProtoReflect() protoreflect.Message
- func (x *ListOrganizationsResponse) Reset()
- func (x *ListOrganizationsResponse) String() string
- func (m *ListOrganizationsResponse) Validate() error
- func (m *ListOrganizationsResponse) ValidateAll() error
- type ListOrganizationsResponseMultiError
- type ListOrganizationsResponseValidationError
- func (e ListOrganizationsResponseValidationError) Cause() error
- func (e ListOrganizationsResponseValidationError) Error() string
- func (e ListOrganizationsResponseValidationError) ErrorName() string
- func (e ListOrganizationsResponseValidationError) Field() string
- func (e ListOrganizationsResponseValidationError) Key() bool
- func (e ListOrganizationsResponseValidationError) Reason() string
- type ListProjectMembersRequest
- func (*ListProjectMembersRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectMembersRequest) GetOrganization() string
- func (x *ListProjectMembersRequest) GetPageSize() uint32
- func (x *ListProjectMembersRequest) GetPageToken() string
- func (x *ListProjectMembersRequest) GetProject() string
- func (*ListProjectMembersRequest) ProtoMessage()
- func (x *ListProjectMembersRequest) ProtoReflect() protoreflect.Message
- func (x *ListProjectMembersRequest) Reset()
- func (x *ListProjectMembersRequest) String() string
- func (m *ListProjectMembersRequest) Validate() error
- func (m *ListProjectMembersRequest) ValidateAll() error
- type ListProjectMembersRequestMultiError
- type ListProjectMembersRequestValidationError
- func (e ListProjectMembersRequestValidationError) Cause() error
- func (e ListProjectMembersRequestValidationError) Error() string
- func (e ListProjectMembersRequestValidationError) ErrorName() string
- func (e ListProjectMembersRequestValidationError) Field() string
- func (e ListProjectMembersRequestValidationError) Key() bool
- func (e ListProjectMembersRequestValidationError) Reason() string
- type ListProjectMembersResponse
- func (*ListProjectMembersResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectMembersResponse) GetInvites() []*UserInvite
- func (x *ListProjectMembersResponse) GetMembers() []*Member
- func (x *ListProjectMembersResponse) GetNextPageToken() string
- func (*ListProjectMembersResponse) ProtoMessage()
- func (x *ListProjectMembersResponse) ProtoReflect() protoreflect.Message
- func (x *ListProjectMembersResponse) Reset()
- func (x *ListProjectMembersResponse) String() string
- func (m *ListProjectMembersResponse) Validate() error
- func (m *ListProjectMembersResponse) ValidateAll() error
- type ListProjectMembersResponseMultiError
- type ListProjectMembersResponseValidationError
- func (e ListProjectMembersResponseValidationError) Cause() error
- func (e ListProjectMembersResponseValidationError) Error() string
- func (e ListProjectMembersResponseValidationError) ErrorName() string
- func (e ListProjectMembersResponseValidationError) Field() string
- func (e ListProjectMembersResponseValidationError) Key() bool
- func (e ListProjectMembersResponseValidationError) Reason() string
- type ListProjectsForOrganizationAndGithubURLRequest
- func (*ListProjectsForOrganizationAndGithubURLRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectsForOrganizationAndGithubURLRequest) GetGithubUrl() string
- func (x *ListProjectsForOrganizationAndGithubURLRequest) GetOrganizationName() string
- func (x *ListProjectsForOrganizationAndGithubURLRequest) GetPageSize() uint32
- func (x *ListProjectsForOrganizationAndGithubURLRequest) GetPageToken() string
- func (*ListProjectsForOrganizationAndGithubURLRequest) ProtoMessage()
- func (x *ListProjectsForOrganizationAndGithubURLRequest) ProtoReflect() protoreflect.Message
- func (x *ListProjectsForOrganizationAndGithubURLRequest) Reset()
- func (x *ListProjectsForOrganizationAndGithubURLRequest) String() string
- func (m *ListProjectsForOrganizationAndGithubURLRequest) Validate() error
- func (m *ListProjectsForOrganizationAndGithubURLRequest) ValidateAll() error
- type ListProjectsForOrganizationAndGithubURLRequestMultiError
- type ListProjectsForOrganizationAndGithubURLRequestValidationError
- func (e ListProjectsForOrganizationAndGithubURLRequestValidationError) Cause() error
- func (e ListProjectsForOrganizationAndGithubURLRequestValidationError) Error() string
- func (e ListProjectsForOrganizationAndGithubURLRequestValidationError) ErrorName() string
- func (e ListProjectsForOrganizationAndGithubURLRequestValidationError) Field() string
- func (e ListProjectsForOrganizationAndGithubURLRequestValidationError) Key() bool
- func (e ListProjectsForOrganizationAndGithubURLRequestValidationError) Reason() string
- type ListProjectsForOrganizationAndGithubURLResponse
- func (*ListProjectsForOrganizationAndGithubURLResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectsForOrganizationAndGithubURLResponse) GetNextPageToken() string
- func (x *ListProjectsForOrganizationAndGithubURLResponse) GetProjects() []*Project
- func (*ListProjectsForOrganizationAndGithubURLResponse) ProtoMessage()
- func (x *ListProjectsForOrganizationAndGithubURLResponse) ProtoReflect() protoreflect.Message
- func (x *ListProjectsForOrganizationAndGithubURLResponse) Reset()
- func (x *ListProjectsForOrganizationAndGithubURLResponse) String() string
- func (m *ListProjectsForOrganizationAndGithubURLResponse) Validate() error
- func (m *ListProjectsForOrganizationAndGithubURLResponse) ValidateAll() error
- type ListProjectsForOrganizationAndGithubURLResponseMultiError
- type ListProjectsForOrganizationAndGithubURLResponseValidationError
- func (e ListProjectsForOrganizationAndGithubURLResponseValidationError) Cause() error
- func (e ListProjectsForOrganizationAndGithubURLResponseValidationError) Error() string
- func (e ListProjectsForOrganizationAndGithubURLResponseValidationError) ErrorName() string
- func (e ListProjectsForOrganizationAndGithubURLResponseValidationError) Field() string
- func (e ListProjectsForOrganizationAndGithubURLResponseValidationError) Key() bool
- func (e ListProjectsForOrganizationAndGithubURLResponseValidationError) Reason() string
- type ListProjectsForOrganizationRequest
- func (*ListProjectsForOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectsForOrganizationRequest) GetOrganizationName() string
- func (x *ListProjectsForOrganizationRequest) GetPageSize() uint32
- func (x *ListProjectsForOrganizationRequest) GetPageToken() string
- func (*ListProjectsForOrganizationRequest) ProtoMessage()
- func (x *ListProjectsForOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *ListProjectsForOrganizationRequest) Reset()
- func (x *ListProjectsForOrganizationRequest) String() string
- func (m *ListProjectsForOrganizationRequest) Validate() error
- func (m *ListProjectsForOrganizationRequest) ValidateAll() error
- type ListProjectsForOrganizationRequestMultiError
- type ListProjectsForOrganizationRequestValidationError
- func (e ListProjectsForOrganizationRequestValidationError) Cause() error
- func (e ListProjectsForOrganizationRequestValidationError) Error() string
- func (e ListProjectsForOrganizationRequestValidationError) ErrorName() string
- func (e ListProjectsForOrganizationRequestValidationError) Field() string
- func (e ListProjectsForOrganizationRequestValidationError) Key() bool
- func (e ListProjectsForOrganizationRequestValidationError) Reason() string
- type ListProjectsForOrganizationResponse
- func (*ListProjectsForOrganizationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *ListProjectsForOrganizationResponse) GetNextPageToken() string
- func (x *ListProjectsForOrganizationResponse) GetProjects() []*Project
- func (*ListProjectsForOrganizationResponse) ProtoMessage()
- func (x *ListProjectsForOrganizationResponse) ProtoReflect() protoreflect.Message
- func (x *ListProjectsForOrganizationResponse) Reset()
- func (x *ListProjectsForOrganizationResponse) String() string
- func (m *ListProjectsForOrganizationResponse) Validate() error
- func (m *ListProjectsForOrganizationResponse) ValidateAll() error
- type ListProjectsForOrganizationResponseMultiError
- type ListProjectsForOrganizationResponseValidationError
- func (e ListProjectsForOrganizationResponseValidationError) Cause() error
- func (e ListProjectsForOrganizationResponseValidationError) Error() string
- func (e ListProjectsForOrganizationResponseValidationError) ErrorName() string
- func (e ListProjectsForOrganizationResponseValidationError) Field() string
- func (e ListProjectsForOrganizationResponseValidationError) Key() bool
- func (e ListProjectsForOrganizationResponseValidationError) Reason() string
- type Member
- func (*Member) Descriptor() ([]byte, []int)deprecated
- func (x *Member) GetCreatedOn() *timestamppb.Timestamp
- func (x *Member) GetRoleName() string
- func (x *Member) GetUpdatedOn() *timestamppb.Timestamp
- func (x *Member) GetUserEmail() string
- func (x *Member) GetUserId() string
- func (x *Member) GetUserName() string
- func (*Member) ProtoMessage()
- func (x *Member) ProtoReflect() protoreflect.Message
- func (x *Member) Reset()
- func (x *Member) String() string
- func (m *Member) Validate() error
- func (m *Member) ValidateAll() error
- type MemberMultiError
- type MemberValidationError
- type Organization
- func (*Organization) Descriptor() ([]byte, []int)deprecated
- func (x *Organization) GetCreatedOn() *timestamppb.Timestamp
- func (x *Organization) GetDescription() string
- func (x *Organization) GetId() string
- func (x *Organization) GetName() string
- func (x *Organization) GetUpdatedOn() *timestamppb.Timestamp
- func (*Organization) ProtoMessage()
- func (x *Organization) ProtoReflect() protoreflect.Message
- func (x *Organization) Reset()
- func (x *Organization) String() string
- func (m *Organization) Validate() error
- func (m *Organization) ValidateAll() error
- type OrganizationMultiError
- type OrganizationPermissions
- func (*OrganizationPermissions) Descriptor() ([]byte, []int)deprecated
- func (x *OrganizationPermissions) GetCreateProjects() bool
- func (x *OrganizationPermissions) GetManageOrg() bool
- func (x *OrganizationPermissions) GetManageOrgMembers() bool
- func (x *OrganizationPermissions) GetManageProjects() bool
- func (x *OrganizationPermissions) GetReadOrg() bool
- func (x *OrganizationPermissions) GetReadOrgMembers() bool
- func (x *OrganizationPermissions) GetReadProjects() bool
- func (*OrganizationPermissions) ProtoMessage()
- func (x *OrganizationPermissions) ProtoReflect() protoreflect.Message
- func (x *OrganizationPermissions) Reset()
- func (x *OrganizationPermissions) String() string
- func (m *OrganizationPermissions) Validate() error
- func (m *OrganizationPermissions) ValidateAll() error
- type OrganizationPermissionsMultiError
- type OrganizationPermissionsValidationError
- func (e OrganizationPermissionsValidationError) Cause() error
- func (e OrganizationPermissionsValidationError) Error() string
- func (e OrganizationPermissionsValidationError) ErrorName() string
- func (e OrganizationPermissionsValidationError) Field() string
- func (e OrganizationPermissionsValidationError) Key() bool
- func (e OrganizationPermissionsValidationError) Reason() string
- type OrganizationValidationError
- func (e OrganizationValidationError) Cause() error
- func (e OrganizationValidationError) Error() string
- func (e OrganizationValidationError) ErrorName() string
- func (e OrganizationValidationError) Field() string
- func (e OrganizationValidationError) Key() bool
- func (e OrganizationValidationError) Reason() string
- type PingRequest
- func (*PingRequest) Descriptor() ([]byte, []int)deprecated
- func (*PingRequest) ProtoMessage()
- func (x *PingRequest) ProtoReflect() protoreflect.Message
- func (x *PingRequest) Reset()
- func (x *PingRequest) String() string
- func (m *PingRequest) Validate() error
- func (m *PingRequest) ValidateAll() error
- type PingRequestMultiError
- type PingRequestValidationError
- func (e PingRequestValidationError) Cause() error
- func (e PingRequestValidationError) Error() string
- func (e PingRequestValidationError) ErrorName() string
- func (e PingRequestValidationError) Field() string
- func (e PingRequestValidationError) Key() bool
- func (e PingRequestValidationError) Reason() string
- type PingResponse
- func (*PingResponse) Descriptor() ([]byte, []int)deprecated
- func (x *PingResponse) GetTime() *timestamppb.Timestamp
- func (x *PingResponse) GetVersion() string
- func (*PingResponse) ProtoMessage()
- func (x *PingResponse) ProtoReflect() protoreflect.Message
- func (x *PingResponse) Reset()
- func (x *PingResponse) String() string
- func (m *PingResponse) Validate() error
- func (m *PingResponse) ValidateAll() error
- type PingResponseMultiError
- type PingResponseValidationError
- func (e PingResponseValidationError) Cause() error
- func (e PingResponseValidationError) Error() string
- func (e PingResponseValidationError) ErrorName() string
- func (e PingResponseValidationError) Field() string
- func (e PingResponseValidationError) Key() bool
- func (e PingResponseValidationError) Reason() string
- type Project
- func (*Project) Descriptor() ([]byte, []int)deprecated
- func (x *Project) GetCreatedOn() *timestamppb.Timestamp
- func (x *Project) GetDescription() string
- func (x *Project) GetGithubUrl() string
- func (x *Project) GetId() string
- func (x *Project) GetName() string
- func (x *Project) GetOrgId() string
- func (x *Project) GetOrgName() string
- func (x *Project) GetProdBranch() string
- func (x *Project) GetProdDeploymentId() string
- func (x *Project) GetProdOlapDriver() string
- func (x *Project) GetProdOlapDsn() string
- func (x *Project) GetProdSlots() int64
- func (x *Project) GetPublic() bool
- func (x *Project) GetRegion() string
- func (x *Project) GetUpdatedOn() *timestamppb.Timestamp
- func (*Project) ProtoMessage()
- func (x *Project) ProtoReflect() protoreflect.Message
- func (x *Project) Reset()
- func (x *Project) String() string
- func (m *Project) Validate() error
- func (m *Project) ValidateAll() error
- type ProjectMultiError
- type ProjectPermissions
- func (*ProjectPermissions) Descriptor() ([]byte, []int)deprecated
- func (x *ProjectPermissions) GetManageDev() bool
- func (x *ProjectPermissions) GetManageProd() bool
- func (x *ProjectPermissions) GetManageProject() bool
- func (x *ProjectPermissions) GetManageProjectMembers() bool
- func (x *ProjectPermissions) GetReadDev() bool
- func (x *ProjectPermissions) GetReadDevStatus() bool
- func (x *ProjectPermissions) GetReadProd() bool
- func (x *ProjectPermissions) GetReadProdStatus() bool
- func (x *ProjectPermissions) GetReadProject() bool
- func (x *ProjectPermissions) GetReadProjectMembers() bool
- func (*ProjectPermissions) ProtoMessage()
- func (x *ProjectPermissions) ProtoReflect() protoreflect.Message
- func (x *ProjectPermissions) Reset()
- func (x *ProjectPermissions) String() string
- func (m *ProjectPermissions) Validate() error
- func (m *ProjectPermissions) ValidateAll() error
- type ProjectPermissionsMultiError
- type ProjectPermissionsValidationError
- func (e ProjectPermissionsValidationError) Cause() error
- func (e ProjectPermissionsValidationError) Error() string
- func (e ProjectPermissionsValidationError) ErrorName() string
- func (e ProjectPermissionsValidationError) Field() string
- func (e ProjectPermissionsValidationError) Key() bool
- func (e ProjectPermissionsValidationError) Reason() string
- type ProjectValidationError
- type RemoveOrganizationMemberRequest
- func (*RemoveOrganizationMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveOrganizationMemberRequest) GetEmail() string
- func (x *RemoveOrganizationMemberRequest) GetOrganization() string
- func (*RemoveOrganizationMemberRequest) ProtoMessage()
- func (x *RemoveOrganizationMemberRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveOrganizationMemberRequest) Reset()
- func (x *RemoveOrganizationMemberRequest) String() string
- func (m *RemoveOrganizationMemberRequest) Validate() error
- func (m *RemoveOrganizationMemberRequest) ValidateAll() error
- type RemoveOrganizationMemberRequestMultiError
- type RemoveOrganizationMemberRequestValidationError
- func (e RemoveOrganizationMemberRequestValidationError) Cause() error
- func (e RemoveOrganizationMemberRequestValidationError) Error() string
- func (e RemoveOrganizationMemberRequestValidationError) ErrorName() string
- func (e RemoveOrganizationMemberRequestValidationError) Field() string
- func (e RemoveOrganizationMemberRequestValidationError) Key() bool
- func (e RemoveOrganizationMemberRequestValidationError) Reason() string
- type RemoveOrganizationMemberResponse
- func (*RemoveOrganizationMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (*RemoveOrganizationMemberResponse) ProtoMessage()
- func (x *RemoveOrganizationMemberResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveOrganizationMemberResponse) Reset()
- func (x *RemoveOrganizationMemberResponse) String() string
- func (m *RemoveOrganizationMemberResponse) Validate() error
- func (m *RemoveOrganizationMemberResponse) ValidateAll() error
- type RemoveOrganizationMemberResponseMultiError
- type RemoveOrganizationMemberResponseValidationError
- func (e RemoveOrganizationMemberResponseValidationError) Cause() error
- func (e RemoveOrganizationMemberResponseValidationError) Error() string
- func (e RemoveOrganizationMemberResponseValidationError) ErrorName() string
- func (e RemoveOrganizationMemberResponseValidationError) Field() string
- func (e RemoveOrganizationMemberResponseValidationError) Key() bool
- func (e RemoveOrganizationMemberResponseValidationError) Reason() string
- type RemoveProjectMemberRequest
- func (*RemoveProjectMemberRequest) Descriptor() ([]byte, []int)deprecated
- func (x *RemoveProjectMemberRequest) GetEmail() string
- func (x *RemoveProjectMemberRequest) GetOrganization() string
- func (x *RemoveProjectMemberRequest) GetProject() string
- func (*RemoveProjectMemberRequest) ProtoMessage()
- func (x *RemoveProjectMemberRequest) ProtoReflect() protoreflect.Message
- func (x *RemoveProjectMemberRequest) Reset()
- func (x *RemoveProjectMemberRequest) String() string
- func (m *RemoveProjectMemberRequest) Validate() error
- func (m *RemoveProjectMemberRequest) ValidateAll() error
- type RemoveProjectMemberRequestMultiError
- type RemoveProjectMemberRequestValidationError
- func (e RemoveProjectMemberRequestValidationError) Cause() error
- func (e RemoveProjectMemberRequestValidationError) Error() string
- func (e RemoveProjectMemberRequestValidationError) ErrorName() string
- func (e RemoveProjectMemberRequestValidationError) Field() string
- func (e RemoveProjectMemberRequestValidationError) Key() bool
- func (e RemoveProjectMemberRequestValidationError) Reason() string
- type RemoveProjectMemberResponse
- func (*RemoveProjectMemberResponse) Descriptor() ([]byte, []int)deprecated
- func (*RemoveProjectMemberResponse) ProtoMessage()
- func (x *RemoveProjectMemberResponse) ProtoReflect() protoreflect.Message
- func (x *RemoveProjectMemberResponse) Reset()
- func (x *RemoveProjectMemberResponse) String() string
- func (m *RemoveProjectMemberResponse) Validate() error
- func (m *RemoveProjectMemberResponse) ValidateAll() error
- type RemoveProjectMemberResponseMultiError
- type RemoveProjectMemberResponseValidationError
- func (e RemoveProjectMemberResponseValidationError) Cause() error
- func (e RemoveProjectMemberResponseValidationError) Error() string
- func (e RemoveProjectMemberResponseValidationError) ErrorName() string
- func (e RemoveProjectMemberResponseValidationError) Field() string
- func (e RemoveProjectMemberResponseValidationError) Key() bool
- func (e RemoveProjectMemberResponseValidationError) Reason() string
- type RevokeCurrentAuthTokenRequest
- func (*RevokeCurrentAuthTokenRequest) Descriptor() ([]byte, []int)deprecated
- func (*RevokeCurrentAuthTokenRequest) ProtoMessage()
- func (x *RevokeCurrentAuthTokenRequest) ProtoReflect() protoreflect.Message
- func (x *RevokeCurrentAuthTokenRequest) Reset()
- func (x *RevokeCurrentAuthTokenRequest) String() string
- func (m *RevokeCurrentAuthTokenRequest) Validate() error
- func (m *RevokeCurrentAuthTokenRequest) ValidateAll() error
- type RevokeCurrentAuthTokenRequestMultiError
- type RevokeCurrentAuthTokenRequestValidationError
- func (e RevokeCurrentAuthTokenRequestValidationError) Cause() error
- func (e RevokeCurrentAuthTokenRequestValidationError) Error() string
- func (e RevokeCurrentAuthTokenRequestValidationError) ErrorName() string
- func (e RevokeCurrentAuthTokenRequestValidationError) Field() string
- func (e RevokeCurrentAuthTokenRequestValidationError) Key() bool
- func (e RevokeCurrentAuthTokenRequestValidationError) Reason() string
- type RevokeCurrentAuthTokenResponse
- func (*RevokeCurrentAuthTokenResponse) Descriptor() ([]byte, []int)deprecated
- func (x *RevokeCurrentAuthTokenResponse) GetTokenId() string
- func (*RevokeCurrentAuthTokenResponse) ProtoMessage()
- func (x *RevokeCurrentAuthTokenResponse) ProtoReflect() protoreflect.Message
- func (x *RevokeCurrentAuthTokenResponse) Reset()
- func (x *RevokeCurrentAuthTokenResponse) String() string
- func (m *RevokeCurrentAuthTokenResponse) Validate() error
- func (m *RevokeCurrentAuthTokenResponse) ValidateAll() error
- type RevokeCurrentAuthTokenResponseMultiError
- type RevokeCurrentAuthTokenResponseValidationError
- func (e RevokeCurrentAuthTokenResponseValidationError) Cause() error
- func (e RevokeCurrentAuthTokenResponseValidationError) Error() string
- func (e RevokeCurrentAuthTokenResponseValidationError) ErrorName() string
- func (e RevokeCurrentAuthTokenResponseValidationError) Field() string
- func (e RevokeCurrentAuthTokenResponseValidationError) Key() bool
- func (e RevokeCurrentAuthTokenResponseValidationError) Reason() string
- type SetOrganizationMemberRoleRequest
- func (*SetOrganizationMemberRoleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetOrganizationMemberRoleRequest) GetEmail() string
- func (x *SetOrganizationMemberRoleRequest) GetOrganization() string
- func (x *SetOrganizationMemberRoleRequest) GetRole() string
- func (*SetOrganizationMemberRoleRequest) ProtoMessage()
- func (x *SetOrganizationMemberRoleRequest) ProtoReflect() protoreflect.Message
- func (x *SetOrganizationMemberRoleRequest) Reset()
- func (x *SetOrganizationMemberRoleRequest) String() string
- func (m *SetOrganizationMemberRoleRequest) Validate() error
- func (m *SetOrganizationMemberRoleRequest) ValidateAll() error
- type SetOrganizationMemberRoleRequestMultiError
- type SetOrganizationMemberRoleRequestValidationError
- func (e SetOrganizationMemberRoleRequestValidationError) Cause() error
- func (e SetOrganizationMemberRoleRequestValidationError) Error() string
- func (e SetOrganizationMemberRoleRequestValidationError) ErrorName() string
- func (e SetOrganizationMemberRoleRequestValidationError) Field() string
- func (e SetOrganizationMemberRoleRequestValidationError) Key() bool
- func (e SetOrganizationMemberRoleRequestValidationError) Reason() string
- type SetOrganizationMemberRoleResponse
- func (*SetOrganizationMemberRoleResponse) Descriptor() ([]byte, []int)deprecated
- func (*SetOrganizationMemberRoleResponse) ProtoMessage()
- func (x *SetOrganizationMemberRoleResponse) ProtoReflect() protoreflect.Message
- func (x *SetOrganizationMemberRoleResponse) Reset()
- func (x *SetOrganizationMemberRoleResponse) String() string
- func (m *SetOrganizationMemberRoleResponse) Validate() error
- func (m *SetOrganizationMemberRoleResponse) ValidateAll() error
- type SetOrganizationMemberRoleResponseMultiError
- type SetOrganizationMemberRoleResponseValidationError
- func (e SetOrganizationMemberRoleResponseValidationError) Cause() error
- func (e SetOrganizationMemberRoleResponseValidationError) Error() string
- func (e SetOrganizationMemberRoleResponseValidationError) ErrorName() string
- func (e SetOrganizationMemberRoleResponseValidationError) Field() string
- func (e SetOrganizationMemberRoleResponseValidationError) Key() bool
- func (e SetOrganizationMemberRoleResponseValidationError) Reason() string
- type SetProjectMemberRoleRequest
- func (*SetProjectMemberRoleRequest) Descriptor() ([]byte, []int)deprecated
- func (x *SetProjectMemberRoleRequest) GetEmail() string
- func (x *SetProjectMemberRoleRequest) GetOrganization() string
- func (x *SetProjectMemberRoleRequest) GetProject() string
- func (x *SetProjectMemberRoleRequest) GetRole() string
- func (*SetProjectMemberRoleRequest) ProtoMessage()
- func (x *SetProjectMemberRoleRequest) ProtoReflect() protoreflect.Message
- func (x *SetProjectMemberRoleRequest) Reset()
- func (x *SetProjectMemberRoleRequest) String() string
- func (m *SetProjectMemberRoleRequest) Validate() error
- func (m *SetProjectMemberRoleRequest) ValidateAll() error
- type SetProjectMemberRoleRequestMultiError
- type SetProjectMemberRoleRequestValidationError
- func (e SetProjectMemberRoleRequestValidationError) Cause() error
- func (e SetProjectMemberRoleRequestValidationError) Error() string
- func (e SetProjectMemberRoleRequestValidationError) ErrorName() string
- func (e SetProjectMemberRoleRequestValidationError) Field() string
- func (e SetProjectMemberRoleRequestValidationError) Key() bool
- func (e SetProjectMemberRoleRequestValidationError) Reason() string
- type SetProjectMemberRoleResponse
- func (*SetProjectMemberRoleResponse) Descriptor() ([]byte, []int)deprecated
- func (*SetProjectMemberRoleResponse) ProtoMessage()
- func (x *SetProjectMemberRoleResponse) ProtoReflect() protoreflect.Message
- func (x *SetProjectMemberRoleResponse) Reset()
- func (x *SetProjectMemberRoleResponse) String() string
- func (m *SetProjectMemberRoleResponse) Validate() error
- func (m *SetProjectMemberRoleResponse) ValidateAll() error
- type SetProjectMemberRoleResponseMultiError
- type SetProjectMemberRoleResponseValidationError
- func (e SetProjectMemberRoleResponseValidationError) Cause() error
- func (e SetProjectMemberRoleResponseValidationError) Error() string
- func (e SetProjectMemberRoleResponseValidationError) ErrorName() string
- func (e SetProjectMemberRoleResponseValidationError) Field() string
- func (e SetProjectMemberRoleResponseValidationError) Key() bool
- func (e SetProjectMemberRoleResponseValidationError) Reason() string
- type UnimplementedAdminServiceServer
- func (UnimplementedAdminServiceServer) AddOrganizationMember(context.Context, *AddOrganizationMemberRequest) (*AddOrganizationMemberResponse, error)
- func (UnimplementedAdminServiceServer) AddProjectMember(context.Context, *AddProjectMemberRequest) (*AddProjectMemberResponse, error)
- func (UnimplementedAdminServiceServer) CreateOrganization(context.Context, *CreateOrganizationRequest) (*CreateOrganizationResponse, error)
- func (UnimplementedAdminServiceServer) CreateProject(context.Context, *CreateProjectRequest) (*CreateProjectResponse, error)
- func (UnimplementedAdminServiceServer) DeleteOrganization(context.Context, *DeleteOrganizationRequest) (*DeleteOrganizationResponse, error)
- func (UnimplementedAdminServiceServer) DeleteProject(context.Context, *DeleteProjectRequest) (*DeleteProjectResponse, error)
- func (UnimplementedAdminServiceServer) GetCurrentUser(context.Context, *GetCurrentUserRequest) (*GetCurrentUserResponse, error)
- func (UnimplementedAdminServiceServer) GetGithubRepoStatus(context.Context, *GetGithubRepoStatusRequest) (*GetGithubRepoStatusResponse, error)
- func (UnimplementedAdminServiceServer) GetOrganization(context.Context, *GetOrganizationRequest) (*GetOrganizationResponse, error)
- func (UnimplementedAdminServiceServer) GetProject(context.Context, *GetProjectRequest) (*GetProjectResponse, error)
- func (UnimplementedAdminServiceServer) GetProjectVariables(context.Context, *GetProjectVariablesRequest) (*GetProjectVariablesResponse, error)
- func (UnimplementedAdminServiceServer) LeaveOrganization(context.Context, *LeaveOrganizationRequest) (*LeaveOrganizationResponse, error)
- func (UnimplementedAdminServiceServer) ListOrganizationMembers(context.Context, *ListOrganizationMembersRequest) (*ListOrganizationMembersResponse, error)
- func (UnimplementedAdminServiceServer) ListOrganizations(context.Context, *ListOrganizationsRequest) (*ListOrganizationsResponse, error)
- func (UnimplementedAdminServiceServer) ListProjectMembers(context.Context, *ListProjectMembersRequest) (*ListProjectMembersResponse, error)
- func (UnimplementedAdminServiceServer) ListProjectsForOrganization(context.Context, *ListProjectsForOrganizationRequest) (*ListProjectsForOrganizationResponse, error)
- func (UnimplementedAdminServiceServer) ListProjectsForOrganizationAndGithubURL(context.Context, *ListProjectsForOrganizationAndGithubURLRequest) (*ListProjectsForOrganizationAndGithubURLResponse, error)
- func (UnimplementedAdminServiceServer) Ping(context.Context, *PingRequest) (*PingResponse, error)
- func (UnimplementedAdminServiceServer) RemoveOrganizationMember(context.Context, *RemoveOrganizationMemberRequest) (*RemoveOrganizationMemberResponse, error)
- func (UnimplementedAdminServiceServer) RemoveProjectMember(context.Context, *RemoveProjectMemberRequest) (*RemoveProjectMemberResponse, error)
- func (UnimplementedAdminServiceServer) RevokeCurrentAuthToken(context.Context, *RevokeCurrentAuthTokenRequest) (*RevokeCurrentAuthTokenResponse, error)
- func (UnimplementedAdminServiceServer) SetOrganizationMemberRole(context.Context, *SetOrganizationMemberRoleRequest) (*SetOrganizationMemberRoleResponse, error)
- func (UnimplementedAdminServiceServer) SetProjectMemberRole(context.Context, *SetProjectMemberRoleRequest) (*SetProjectMemberRoleResponse, error)
- func (UnimplementedAdminServiceServer) UpdateOrganization(context.Context, *UpdateOrganizationRequest) (*UpdateOrganizationResponse, error)
- func (UnimplementedAdminServiceServer) UpdateProject(context.Context, *UpdateProjectRequest) (*UpdateProjectResponse, error)
- func (UnimplementedAdminServiceServer) UpdateProjectVariables(context.Context, *UpdateProjectVariablesRequest) (*UpdateProjectVariablesResponse, error)
- type UnsafeAdminServiceServer
- type UpdateOrganizationRequest
- func (*UpdateOrganizationRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrganizationRequest) GetDescription() string
- func (x *UpdateOrganizationRequest) GetId() string
- func (x *UpdateOrganizationRequest) GetName() string
- func (*UpdateOrganizationRequest) ProtoMessage()
- func (x *UpdateOrganizationRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationRequest) Reset()
- func (x *UpdateOrganizationRequest) String() string
- func (m *UpdateOrganizationRequest) Validate() error
- func (m *UpdateOrganizationRequest) ValidateAll() error
- type UpdateOrganizationRequestMultiError
- type UpdateOrganizationRequestValidationError
- func (e UpdateOrganizationRequestValidationError) Cause() error
- func (e UpdateOrganizationRequestValidationError) Error() string
- func (e UpdateOrganizationRequestValidationError) ErrorName() string
- func (e UpdateOrganizationRequestValidationError) Field() string
- func (e UpdateOrganizationRequestValidationError) Key() bool
- func (e UpdateOrganizationRequestValidationError) Reason() string
- type UpdateOrganizationResponse
- func (*UpdateOrganizationResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateOrganizationResponse) GetOrganization() *Organization
- func (*UpdateOrganizationResponse) ProtoMessage()
- func (x *UpdateOrganizationResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateOrganizationResponse) Reset()
- func (x *UpdateOrganizationResponse) String() string
- func (m *UpdateOrganizationResponse) Validate() error
- func (m *UpdateOrganizationResponse) ValidateAll() error
- type UpdateOrganizationResponseMultiError
- type UpdateOrganizationResponseValidationError
- func (e UpdateOrganizationResponseValidationError) Cause() error
- func (e UpdateOrganizationResponseValidationError) Error() string
- func (e UpdateOrganizationResponseValidationError) ErrorName() string
- func (e UpdateOrganizationResponseValidationError) Field() string
- func (e UpdateOrganizationResponseValidationError) Key() bool
- func (e UpdateOrganizationResponseValidationError) Reason() string
- type UpdateProjectRequest
- func (*UpdateProjectRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateProjectRequest) GetDescription() string
- func (x *UpdateProjectRequest) GetGithubUrl() string
- func (x *UpdateProjectRequest) GetId() string
- func (x *UpdateProjectRequest) GetName() string
- func (x *UpdateProjectRequest) GetOrganizationName() string
- func (x *UpdateProjectRequest) GetProdBranch() string
- func (x *UpdateProjectRequest) GetPublic() bool
- func (*UpdateProjectRequest) ProtoMessage()
- func (x *UpdateProjectRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateProjectRequest) Reset()
- func (x *UpdateProjectRequest) String() string
- func (m *UpdateProjectRequest) Validate() error
- func (m *UpdateProjectRequest) ValidateAll() error
- type UpdateProjectRequestMultiError
- type UpdateProjectRequestValidationError
- func (e UpdateProjectRequestValidationError) Cause() error
- func (e UpdateProjectRequestValidationError) Error() string
- func (e UpdateProjectRequestValidationError) ErrorName() string
- func (e UpdateProjectRequestValidationError) Field() string
- func (e UpdateProjectRequestValidationError) Key() bool
- func (e UpdateProjectRequestValidationError) Reason() string
- type UpdateProjectResponse
- func (*UpdateProjectResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateProjectResponse) GetProject() *Project
- func (*UpdateProjectResponse) ProtoMessage()
- func (x *UpdateProjectResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateProjectResponse) Reset()
- func (x *UpdateProjectResponse) String() string
- func (m *UpdateProjectResponse) Validate() error
- func (m *UpdateProjectResponse) ValidateAll() error
- type UpdateProjectResponseMultiError
- type UpdateProjectResponseValidationError
- func (e UpdateProjectResponseValidationError) Cause() error
- func (e UpdateProjectResponseValidationError) Error() string
- func (e UpdateProjectResponseValidationError) ErrorName() string
- func (e UpdateProjectResponseValidationError) Field() string
- func (e UpdateProjectResponseValidationError) Key() bool
- func (e UpdateProjectResponseValidationError) Reason() string
- type UpdateProjectVariablesRequest
- func (*UpdateProjectVariablesRequest) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateProjectVariablesRequest) GetName() string
- func (x *UpdateProjectVariablesRequest) GetOrganizationName() string
- func (x *UpdateProjectVariablesRequest) GetVariables() map[string]string
- func (*UpdateProjectVariablesRequest) ProtoMessage()
- func (x *UpdateProjectVariablesRequest) ProtoReflect() protoreflect.Message
- func (x *UpdateProjectVariablesRequest) Reset()
- func (x *UpdateProjectVariablesRequest) String() string
- func (m *UpdateProjectVariablesRequest) Validate() error
- func (m *UpdateProjectVariablesRequest) ValidateAll() error
- type UpdateProjectVariablesRequestMultiError
- type UpdateProjectVariablesRequestValidationError
- func (e UpdateProjectVariablesRequestValidationError) Cause() error
- func (e UpdateProjectVariablesRequestValidationError) Error() string
- func (e UpdateProjectVariablesRequestValidationError) ErrorName() string
- func (e UpdateProjectVariablesRequestValidationError) Field() string
- func (e UpdateProjectVariablesRequestValidationError) Key() bool
- func (e UpdateProjectVariablesRequestValidationError) Reason() string
- type UpdateProjectVariablesResponse
- func (*UpdateProjectVariablesResponse) Descriptor() ([]byte, []int)deprecated
- func (x *UpdateProjectVariablesResponse) GetVariables() map[string]string
- func (*UpdateProjectVariablesResponse) ProtoMessage()
- func (x *UpdateProjectVariablesResponse) ProtoReflect() protoreflect.Message
- func (x *UpdateProjectVariablesResponse) Reset()
- func (x *UpdateProjectVariablesResponse) String() string
- func (m *UpdateProjectVariablesResponse) Validate() error
- func (m *UpdateProjectVariablesResponse) ValidateAll() error
- type UpdateProjectVariablesResponseMultiError
- type UpdateProjectVariablesResponseValidationError
- func (e UpdateProjectVariablesResponseValidationError) Cause() error
- func (e UpdateProjectVariablesResponseValidationError) Error() string
- func (e UpdateProjectVariablesResponseValidationError) ErrorName() string
- func (e UpdateProjectVariablesResponseValidationError) Field() string
- func (e UpdateProjectVariablesResponseValidationError) Key() bool
- func (e UpdateProjectVariablesResponseValidationError) Reason() string
- type User
- func (*User) Descriptor() ([]byte, []int)deprecated
- func (x *User) GetCreatedOn() *timestamppb.Timestamp
- func (x *User) GetDisplayName() string
- func (x *User) GetEmail() string
- func (x *User) GetId() string
- func (x *User) GetPhotoUrl() string
- func (x *User) GetUpdatedOn() *timestamppb.Timestamp
- func (*User) ProtoMessage()
- func (x *User) ProtoReflect() protoreflect.Message
- func (x *User) Reset()
- func (x *User) String() string
- func (m *User) Validate() error
- func (m *User) ValidateAll() error
- type UserInvite
- func (*UserInvite) Descriptor() ([]byte, []int)deprecated
- func (x *UserInvite) GetEmail() string
- func (x *UserInvite) GetInvitedBy() string
- func (x *UserInvite) GetRole() string
- func (*UserInvite) ProtoMessage()
- func (x *UserInvite) ProtoReflect() protoreflect.Message
- func (x *UserInvite) Reset()
- func (x *UserInvite) String() string
- func (m *UserInvite) Validate() error
- func (m *UserInvite) ValidateAll() error
- type UserInviteMultiError
- type UserInviteValidationError
- type UserMultiError
- type UserValidationError
Constants ¶
const ( AdminService_Ping_FullMethodName = "/rill.admin.v1.AdminService/Ping" AdminService_ListOrganizations_FullMethodName = "/rill.admin.v1.AdminService/ListOrganizations" AdminService_GetOrganization_FullMethodName = "/rill.admin.v1.AdminService/GetOrganization" AdminService_CreateOrganization_FullMethodName = "/rill.admin.v1.AdminService/CreateOrganization" AdminService_DeleteOrganization_FullMethodName = "/rill.admin.v1.AdminService/DeleteOrganization" AdminService_UpdateOrganization_FullMethodName = "/rill.admin.v1.AdminService/UpdateOrganization" AdminService_ListProjectsForOrganization_FullMethodName = "/rill.admin.v1.AdminService/ListProjectsForOrganization" AdminService_ListProjectsForOrganizationAndGithubURL_FullMethodName = "/rill.admin.v1.AdminService/ListProjectsForOrganizationAndGithubURL" AdminService_GetProject_FullMethodName = "/rill.admin.v1.AdminService/GetProject" AdminService_GetProjectVariables_FullMethodName = "/rill.admin.v1.AdminService/GetProjectVariables" AdminService_CreateProject_FullMethodName = "/rill.admin.v1.AdminService/CreateProject" AdminService_DeleteProject_FullMethodName = "/rill.admin.v1.AdminService/DeleteProject" AdminService_UpdateProject_FullMethodName = "/rill.admin.v1.AdminService/UpdateProject" AdminService_UpdateProjectVariables_FullMethodName = "/rill.admin.v1.AdminService/UpdateProjectVariables" AdminService_ListOrganizationMembers_FullMethodName = "/rill.admin.v1.AdminService/ListOrganizationMembers" AdminService_AddOrganizationMember_FullMethodName = "/rill.admin.v1.AdminService/AddOrganizationMember" AdminService_RemoveOrganizationMember_FullMethodName = "/rill.admin.v1.AdminService/RemoveOrganizationMember" AdminService_LeaveOrganization_FullMethodName = "/rill.admin.v1.AdminService/LeaveOrganization" AdminService_SetOrganizationMemberRole_FullMethodName = "/rill.admin.v1.AdminService/SetOrganizationMemberRole" AdminService_ListProjectMembers_FullMethodName = "/rill.admin.v1.AdminService/ListProjectMembers" AdminService_AddProjectMember_FullMethodName = "/rill.admin.v1.AdminService/AddProjectMember" AdminService_RemoveProjectMember_FullMethodName = "/rill.admin.v1.AdminService/RemoveProjectMember" AdminService_SetProjectMemberRole_FullMethodName = "/rill.admin.v1.AdminService/SetProjectMemberRole" AdminService_GetCurrentUser_FullMethodName = "/rill.admin.v1.AdminService/GetCurrentUser" AdminService_RevokeCurrentAuthToken_FullMethodName = "/rill.admin.v1.AdminService/RevokeCurrentAuthToken" AdminService_GetGithubRepoStatus_FullMethodName = "/rill.admin.v1.AdminService/GetGithubRepoStatus" )
Variables ¶
var ( DeploymentStatus_name = map[int32]string{ 0: "DEPLOYMENT_STATUS_UNSPECIFIED", 1: "DEPLOYMENT_STATUS_PENDING", 2: "DEPLOYMENT_STATUS_OK", 3: "DEPLOYMENT_STATUS_RECONCILING", 4: "DEPLOYMENT_STATUS_ERROR", } DeploymentStatus_value = map[string]int32{ "DEPLOYMENT_STATUS_UNSPECIFIED": 0, "DEPLOYMENT_STATUS_PENDING": 1, "DEPLOYMENT_STATUS_OK": 2, "DEPLOYMENT_STATUS_RECONCILING": 3, "DEPLOYMENT_STATUS_ERROR": 4, } )
Enum value maps for DeploymentStatus.
var AdminService_ServiceDesc = grpc.ServiceDesc{ ServiceName: "rill.admin.v1.AdminService", HandlerType: (*AdminServiceServer)(nil), Methods: []grpc.MethodDesc{ { MethodName: "Ping", Handler: _AdminService_Ping_Handler, }, { MethodName: "ListOrganizations", Handler: _AdminService_ListOrganizations_Handler, }, { MethodName: "GetOrganization", Handler: _AdminService_GetOrganization_Handler, }, { MethodName: "CreateOrganization", Handler: _AdminService_CreateOrganization_Handler, }, { MethodName: "DeleteOrganization", Handler: _AdminService_DeleteOrganization_Handler, }, { MethodName: "UpdateOrganization", Handler: _AdminService_UpdateOrganization_Handler, }, { MethodName: "ListProjectsForOrganization", Handler: _AdminService_ListProjectsForOrganization_Handler, }, { MethodName: "ListProjectsForOrganizationAndGithubURL", Handler: _AdminService_ListProjectsForOrganizationAndGithubURL_Handler, }, { MethodName: "GetProject", Handler: _AdminService_GetProject_Handler, }, { MethodName: "GetProjectVariables", Handler: _AdminService_GetProjectVariables_Handler, }, { MethodName: "CreateProject", Handler: _AdminService_CreateProject_Handler, }, { MethodName: "DeleteProject", Handler: _AdminService_DeleteProject_Handler, }, { MethodName: "UpdateProject", Handler: _AdminService_UpdateProject_Handler, }, { MethodName: "UpdateProjectVariables", Handler: _AdminService_UpdateProjectVariables_Handler, }, { MethodName: "ListOrganizationMembers", Handler: _AdminService_ListOrganizationMembers_Handler, }, { MethodName: "AddOrganizationMember", Handler: _AdminService_AddOrganizationMember_Handler, }, { MethodName: "RemoveOrganizationMember", Handler: _AdminService_RemoveOrganizationMember_Handler, }, { MethodName: "LeaveOrganization", Handler: _AdminService_LeaveOrganization_Handler, }, { MethodName: "SetOrganizationMemberRole", Handler: _AdminService_SetOrganizationMemberRole_Handler, }, { MethodName: "ListProjectMembers", Handler: _AdminService_ListProjectMembers_Handler, }, { MethodName: "AddProjectMember", Handler: _AdminService_AddProjectMember_Handler, }, { MethodName: "RemoveProjectMember", Handler: _AdminService_RemoveProjectMember_Handler, }, { MethodName: "SetProjectMemberRole", Handler: _AdminService_SetProjectMemberRole_Handler, }, { MethodName: "GetCurrentUser", Handler: _AdminService_GetCurrentUser_Handler, }, { MethodName: "RevokeCurrentAuthToken", Handler: _AdminService_RevokeCurrentAuthToken_Handler, }, { MethodName: "GetGithubRepoStatus", Handler: _AdminService_GetGithubRepoStatus_Handler, }, }, Streams: []grpc.StreamDesc{}, Metadata: "rill/admin/v1/api.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)
var File_rill_admin_v1_api_proto protoreflect.FileDescriptor
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)
Types ¶
type AddOrganizationMemberRequest ¶ added in v0.24.0
type AddOrganizationMemberRequest struct { Organization string `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` Role string `protobuf:"bytes,3,opt,name=role,proto3" json:"role,omitempty"` // contains filtered or unexported fields }
func (*AddOrganizationMemberRequest) Descriptor
deprecated
added in
v0.24.0
func (*AddOrganizationMemberRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddOrganizationMemberRequest.ProtoReflect.Descriptor instead.
func (*AddOrganizationMemberRequest) GetEmail ¶ added in v0.24.0
func (x *AddOrganizationMemberRequest) GetEmail() string
func (*AddOrganizationMemberRequest) GetOrganization ¶ added in v0.24.0
func (x *AddOrganizationMemberRequest) GetOrganization() string
func (*AddOrganizationMemberRequest) GetRole ¶ added in v0.24.0
func (x *AddOrganizationMemberRequest) GetRole() string
func (*AddOrganizationMemberRequest) ProtoMessage ¶ added in v0.24.0
func (*AddOrganizationMemberRequest) ProtoMessage()
func (*AddOrganizationMemberRequest) ProtoReflect ¶ added in v0.24.0
func (x *AddOrganizationMemberRequest) ProtoReflect() protoreflect.Message
func (*AddOrganizationMemberRequest) Reset ¶ added in v0.24.0
func (x *AddOrganizationMemberRequest) Reset()
func (*AddOrganizationMemberRequest) String ¶ added in v0.24.0
func (x *AddOrganizationMemberRequest) String() string
func (*AddOrganizationMemberRequest) Validate ¶ added in v0.24.0
func (m *AddOrganizationMemberRequest) Validate() error
Validate checks the field values on AddOrganizationMemberRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AddOrganizationMemberRequest) ValidateAll ¶ added in v0.24.0
func (m *AddOrganizationMemberRequest) ValidateAll() error
ValidateAll checks the field values on AddOrganizationMemberRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AddOrganizationMemberRequestMultiError, or nil if none found.
type AddOrganizationMemberRequestMultiError ¶ added in v0.24.0
type AddOrganizationMemberRequestMultiError []error
AddOrganizationMemberRequestMultiError is an error wrapping multiple validation errors returned by AddOrganizationMemberRequest.ValidateAll() if the designated constraints aren't met.
func (AddOrganizationMemberRequestMultiError) AllErrors ¶ added in v0.24.0
func (m AddOrganizationMemberRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AddOrganizationMemberRequestMultiError) Error ¶ added in v0.24.0
func (m AddOrganizationMemberRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AddOrganizationMemberRequestValidationError ¶ added in v0.24.0
type AddOrganizationMemberRequestValidationError struct {
// contains filtered or unexported fields
}
AddOrganizationMemberRequestValidationError is the validation error returned by AddOrganizationMemberRequest.Validate if the designated constraints aren't met.
func (AddOrganizationMemberRequestValidationError) Cause ¶ added in v0.24.0
func (e AddOrganizationMemberRequestValidationError) Cause() error
Cause function returns cause value.
func (AddOrganizationMemberRequestValidationError) Error ¶ added in v0.24.0
func (e AddOrganizationMemberRequestValidationError) Error() string
Error satisfies the builtin error interface
func (AddOrganizationMemberRequestValidationError) ErrorName ¶ added in v0.24.0
func (e AddOrganizationMemberRequestValidationError) ErrorName() string
ErrorName returns error name.
func (AddOrganizationMemberRequestValidationError) Field ¶ added in v0.24.0
func (e AddOrganizationMemberRequestValidationError) Field() string
Field function returns field value.
func (AddOrganizationMemberRequestValidationError) Key ¶ added in v0.24.0
func (e AddOrganizationMemberRequestValidationError) Key() bool
Key function returns key value.
func (AddOrganizationMemberRequestValidationError) Reason ¶ added in v0.24.0
func (e AddOrganizationMemberRequestValidationError) Reason() string
Reason function returns reason value.
type AddOrganizationMemberResponse ¶ added in v0.24.0
type AddOrganizationMemberResponse struct { PendingSignup bool `protobuf:"varint,1,opt,name=pending_signup,json=pendingSignup,proto3" json:"pending_signup,omitempty"` // contains filtered or unexported fields }
func (*AddOrganizationMemberResponse) Descriptor
deprecated
added in
v0.24.0
func (*AddOrganizationMemberResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddOrganizationMemberResponse.ProtoReflect.Descriptor instead.
func (*AddOrganizationMemberResponse) GetPendingSignup ¶ added in v0.24.0
func (x *AddOrganizationMemberResponse) GetPendingSignup() bool
func (*AddOrganizationMemberResponse) ProtoMessage ¶ added in v0.24.0
func (*AddOrganizationMemberResponse) ProtoMessage()
func (*AddOrganizationMemberResponse) ProtoReflect ¶ added in v0.24.0
func (x *AddOrganizationMemberResponse) ProtoReflect() protoreflect.Message
func (*AddOrganizationMemberResponse) Reset ¶ added in v0.24.0
func (x *AddOrganizationMemberResponse) Reset()
func (*AddOrganizationMemberResponse) String ¶ added in v0.24.0
func (x *AddOrganizationMemberResponse) String() string
func (*AddOrganizationMemberResponse) Validate ¶ added in v0.24.0
func (m *AddOrganizationMemberResponse) Validate() error
Validate checks the field values on AddOrganizationMemberResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AddOrganizationMemberResponse) ValidateAll ¶ added in v0.24.0
func (m *AddOrganizationMemberResponse) ValidateAll() error
ValidateAll checks the field values on AddOrganizationMemberResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AddOrganizationMemberResponseMultiError, or nil if none found.
type AddOrganizationMemberResponseMultiError ¶ added in v0.24.0
type AddOrganizationMemberResponseMultiError []error
AddOrganizationMemberResponseMultiError is an error wrapping multiple validation errors returned by AddOrganizationMemberResponse.ValidateAll() if the designated constraints aren't met.
func (AddOrganizationMemberResponseMultiError) AllErrors ¶ added in v0.24.0
func (m AddOrganizationMemberResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AddOrganizationMemberResponseMultiError) Error ¶ added in v0.24.0
func (m AddOrganizationMemberResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AddOrganizationMemberResponseValidationError ¶ added in v0.24.0
type AddOrganizationMemberResponseValidationError struct {
// contains filtered or unexported fields
}
AddOrganizationMemberResponseValidationError is the validation error returned by AddOrganizationMemberResponse.Validate if the designated constraints aren't met.
func (AddOrganizationMemberResponseValidationError) Cause ¶ added in v0.24.0
func (e AddOrganizationMemberResponseValidationError) Cause() error
Cause function returns cause value.
func (AddOrganizationMemberResponseValidationError) Error ¶ added in v0.24.0
func (e AddOrganizationMemberResponseValidationError) Error() string
Error satisfies the builtin error interface
func (AddOrganizationMemberResponseValidationError) ErrorName ¶ added in v0.24.0
func (e AddOrganizationMemberResponseValidationError) ErrorName() string
ErrorName returns error name.
func (AddOrganizationMemberResponseValidationError) Field ¶ added in v0.24.0
func (e AddOrganizationMemberResponseValidationError) Field() string
Field function returns field value.
func (AddOrganizationMemberResponseValidationError) Key ¶ added in v0.24.0
func (e AddOrganizationMemberResponseValidationError) Key() bool
Key function returns key value.
func (AddOrganizationMemberResponseValidationError) Reason ¶ added in v0.24.0
func (e AddOrganizationMemberResponseValidationError) Reason() string
Reason function returns reason value.
type AddProjectMemberRequest ¶ added in v0.24.0
type AddProjectMemberRequest struct { Organization string `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"` Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"` Role string `protobuf:"bytes,4,opt,name=role,proto3" json:"role,omitempty"` // contains filtered or unexported fields }
func (*AddProjectMemberRequest) Descriptor
deprecated
added in
v0.24.0
func (*AddProjectMemberRequest) Descriptor() ([]byte, []int)
Deprecated: Use AddProjectMemberRequest.ProtoReflect.Descriptor instead.
func (*AddProjectMemberRequest) GetEmail ¶ added in v0.24.0
func (x *AddProjectMemberRequest) GetEmail() string
func (*AddProjectMemberRequest) GetOrganization ¶ added in v0.24.0
func (x *AddProjectMemberRequest) GetOrganization() string
func (*AddProjectMemberRequest) GetProject ¶ added in v0.24.0
func (x *AddProjectMemberRequest) GetProject() string
func (*AddProjectMemberRequest) GetRole ¶ added in v0.24.0
func (x *AddProjectMemberRequest) GetRole() string
func (*AddProjectMemberRequest) ProtoMessage ¶ added in v0.24.0
func (*AddProjectMemberRequest) ProtoMessage()
func (*AddProjectMemberRequest) ProtoReflect ¶ added in v0.24.0
func (x *AddProjectMemberRequest) ProtoReflect() protoreflect.Message
func (*AddProjectMemberRequest) Reset ¶ added in v0.24.0
func (x *AddProjectMemberRequest) Reset()
func (*AddProjectMemberRequest) String ¶ added in v0.24.0
func (x *AddProjectMemberRequest) String() string
func (*AddProjectMemberRequest) Validate ¶ added in v0.24.0
func (m *AddProjectMemberRequest) Validate() error
Validate checks the field values on AddProjectMemberRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AddProjectMemberRequest) ValidateAll ¶ added in v0.24.0
func (m *AddProjectMemberRequest) ValidateAll() error
ValidateAll checks the field values on AddProjectMemberRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AddProjectMemberRequestMultiError, or nil if none found.
type AddProjectMemberRequestMultiError ¶ added in v0.24.0
type AddProjectMemberRequestMultiError []error
AddProjectMemberRequestMultiError is an error wrapping multiple validation errors returned by AddProjectMemberRequest.ValidateAll() if the designated constraints aren't met.
func (AddProjectMemberRequestMultiError) AllErrors ¶ added in v0.24.0
func (m AddProjectMemberRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AddProjectMemberRequestMultiError) Error ¶ added in v0.24.0
func (m AddProjectMemberRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AddProjectMemberRequestValidationError ¶ added in v0.24.0
type AddProjectMemberRequestValidationError struct {
// contains filtered or unexported fields
}
AddProjectMemberRequestValidationError is the validation error returned by AddProjectMemberRequest.Validate if the designated constraints aren't met.
func (AddProjectMemberRequestValidationError) Cause ¶ added in v0.24.0
func (e AddProjectMemberRequestValidationError) Cause() error
Cause function returns cause value.
func (AddProjectMemberRequestValidationError) Error ¶ added in v0.24.0
func (e AddProjectMemberRequestValidationError) Error() string
Error satisfies the builtin error interface
func (AddProjectMemberRequestValidationError) ErrorName ¶ added in v0.24.0
func (e AddProjectMemberRequestValidationError) ErrorName() string
ErrorName returns error name.
func (AddProjectMemberRequestValidationError) Field ¶ added in v0.24.0
func (e AddProjectMemberRequestValidationError) Field() string
Field function returns field value.
func (AddProjectMemberRequestValidationError) Key ¶ added in v0.24.0
func (e AddProjectMemberRequestValidationError) Key() bool
Key function returns key value.
func (AddProjectMemberRequestValidationError) Reason ¶ added in v0.24.0
func (e AddProjectMemberRequestValidationError) Reason() string
Reason function returns reason value.
type AddProjectMemberResponse ¶ added in v0.24.0
type AddProjectMemberResponse struct { PendingSignup bool `protobuf:"varint,1,opt,name=pending_signup,json=pendingSignup,proto3" json:"pending_signup,omitempty"` // contains filtered or unexported fields }
func (*AddProjectMemberResponse) Descriptor
deprecated
added in
v0.24.0
func (*AddProjectMemberResponse) Descriptor() ([]byte, []int)
Deprecated: Use AddProjectMemberResponse.ProtoReflect.Descriptor instead.
func (*AddProjectMemberResponse) GetPendingSignup ¶ added in v0.24.0
func (x *AddProjectMemberResponse) GetPendingSignup() bool
func (*AddProjectMemberResponse) ProtoMessage ¶ added in v0.24.0
func (*AddProjectMemberResponse) ProtoMessage()
func (*AddProjectMemberResponse) ProtoReflect ¶ added in v0.24.0
func (x *AddProjectMemberResponse) ProtoReflect() protoreflect.Message
func (*AddProjectMemberResponse) Reset ¶ added in v0.24.0
func (x *AddProjectMemberResponse) Reset()
func (*AddProjectMemberResponse) String ¶ added in v0.24.0
func (x *AddProjectMemberResponse) String() string
func (*AddProjectMemberResponse) Validate ¶ added in v0.24.0
func (m *AddProjectMemberResponse) Validate() error
Validate checks the field values on AddProjectMemberResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*AddProjectMemberResponse) ValidateAll ¶ added in v0.24.0
func (m *AddProjectMemberResponse) ValidateAll() error
ValidateAll checks the field values on AddProjectMemberResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in AddProjectMemberResponseMultiError, or nil if none found.
type AddProjectMemberResponseMultiError ¶ added in v0.24.0
type AddProjectMemberResponseMultiError []error
AddProjectMemberResponseMultiError is an error wrapping multiple validation errors returned by AddProjectMemberResponse.ValidateAll() if the designated constraints aren't met.
func (AddProjectMemberResponseMultiError) AllErrors ¶ added in v0.24.0
func (m AddProjectMemberResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (AddProjectMemberResponseMultiError) Error ¶ added in v0.24.0
func (m AddProjectMemberResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type AddProjectMemberResponseValidationError ¶ added in v0.24.0
type AddProjectMemberResponseValidationError struct {
// contains filtered or unexported fields
}
AddProjectMemberResponseValidationError is the validation error returned by AddProjectMemberResponse.Validate if the designated constraints aren't met.
func (AddProjectMemberResponseValidationError) Cause ¶ added in v0.24.0
func (e AddProjectMemberResponseValidationError) Cause() error
Cause function returns cause value.
func (AddProjectMemberResponseValidationError) Error ¶ added in v0.24.0
func (e AddProjectMemberResponseValidationError) Error() string
Error satisfies the builtin error interface
func (AddProjectMemberResponseValidationError) ErrorName ¶ added in v0.24.0
func (e AddProjectMemberResponseValidationError) ErrorName() string
ErrorName returns error name.
func (AddProjectMemberResponseValidationError) Field ¶ added in v0.24.0
func (e AddProjectMemberResponseValidationError) Field() string
Field function returns field value.
func (AddProjectMemberResponseValidationError) Key ¶ added in v0.24.0
func (e AddProjectMemberResponseValidationError) Key() bool
Key function returns key value.
func (AddProjectMemberResponseValidationError) Reason ¶ added in v0.24.0
func (e AddProjectMemberResponseValidationError) Reason() string
Reason function returns reason value.
type AdminServiceClient ¶
type AdminServiceClient interface { // Ping returns information about the server Ping(ctx context.Context, in *PingRequest, opts ...grpc.CallOption) (*PingResponse, error) // ListOrganizations lists all the organizations currently managed by the admin ListOrganizations(ctx context.Context, in *ListOrganizationsRequest, opts ...grpc.CallOption) (*ListOrganizationsResponse, error) // GetOrganization returns information about a specific organization GetOrganization(ctx context.Context, in *GetOrganizationRequest, opts ...grpc.CallOption) (*GetOrganizationResponse, error) // CreateOrganization creates a new organization CreateOrganization(ctx context.Context, in *CreateOrganizationRequest, opts ...grpc.CallOption) (*CreateOrganizationResponse, error) // DeleteOrganization deletes an organizations DeleteOrganization(ctx context.Context, in *DeleteOrganizationRequest, opts ...grpc.CallOption) (*DeleteOrganizationResponse, error) // UpdateOrganization deletes an organizations UpdateOrganization(ctx context.Context, in *UpdateOrganizationRequest, opts ...grpc.CallOption) (*UpdateOrganizationResponse, error) // ListProjectsForOrganization lists all the projects currently available for given organizations ListProjectsForOrganization(ctx context.Context, in *ListProjectsForOrganizationRequest, opts ...grpc.CallOption) (*ListProjectsForOrganizationResponse, error) // ListProjectsForOrganizationAndGithubURL lists all the project for org deployed from githubURL ListProjectsForOrganizationAndGithubURL(ctx context.Context, in *ListProjectsForOrganizationAndGithubURLRequest, opts ...grpc.CallOption) (*ListProjectsForOrganizationAndGithubURLResponse, error) // GetProject returns information about a specific project GetProject(ctx context.Context, in *GetProjectRequest, opts ...grpc.CallOption) (*GetProjectResponse, error) // GetProjectVariables returns project variables. NOTE: Get project API doesn't return variables. GetProjectVariables(ctx context.Context, in *GetProjectVariablesRequest, opts ...grpc.CallOption) (*GetProjectVariablesResponse, error) // CreateProject creates a new project CreateProject(ctx context.Context, in *CreateProjectRequest, opts ...grpc.CallOption) (*CreateProjectResponse, error) // DeleteProject deletes an project DeleteProject(ctx context.Context, in *DeleteProjectRequest, opts ...grpc.CallOption) (*DeleteProjectResponse, error) // UpdateProject updates a project UpdateProject(ctx context.Context, in *UpdateProjectRequest, opts ...grpc.CallOption) (*UpdateProjectResponse, error) // UpdateProjectVariables updates variables for a project. NOTE: Update project API doesn't update variables. UpdateProjectVariables(ctx context.Context, in *UpdateProjectVariablesRequest, opts ...grpc.CallOption) (*UpdateProjectVariablesResponse, error) // ListOrganizationMembers lists all the org members ListOrganizationMembers(ctx context.Context, in *ListOrganizationMembersRequest, opts ...grpc.CallOption) (*ListOrganizationMembersResponse, error) // AddOrganizationMember lists all the org members AddOrganizationMember(ctx context.Context, in *AddOrganizationMemberRequest, opts ...grpc.CallOption) (*AddOrganizationMemberResponse, error) // RemoveOrganizationMember removes member from the organization RemoveOrganizationMember(ctx context.Context, in *RemoveOrganizationMemberRequest, opts ...grpc.CallOption) (*RemoveOrganizationMemberResponse, error) // LeaveOrganization removes the current user from the organization LeaveOrganization(ctx context.Context, in *LeaveOrganizationRequest, opts ...grpc.CallOption) (*LeaveOrganizationResponse, error) // SetOrganizationMemberRole sets the role for the member SetOrganizationMemberRole(ctx context.Context, in *SetOrganizationMemberRoleRequest, opts ...grpc.CallOption) (*SetOrganizationMemberRoleResponse, error) // ListProjectMembers lists all the project members ListProjectMembers(ctx context.Context, in *ListProjectMembersRequest, opts ...grpc.CallOption) (*ListProjectMembersResponse, error) // AddProjectMember adds a member to the project AddProjectMember(ctx context.Context, in *AddProjectMemberRequest, opts ...grpc.CallOption) (*AddProjectMemberResponse, error) // RemoveProjectMember removes member from the project RemoveProjectMember(ctx context.Context, in *RemoveProjectMemberRequest, opts ...grpc.CallOption) (*RemoveProjectMemberResponse, error) // SetProjectMemberRole sets the role for the member SetProjectMemberRole(ctx context.Context, in *SetProjectMemberRoleRequest, opts ...grpc.CallOption) (*SetProjectMemberRoleResponse, error) // GetCurrentUser returns the currently authenticated user (if any) GetCurrentUser(ctx context.Context, in *GetCurrentUserRequest, opts ...grpc.CallOption) (*GetCurrentUserResponse, error) // RevokeCurrentAuthToken revoke the current auth token RevokeCurrentAuthToken(ctx context.Context, in *RevokeCurrentAuthTokenRequest, opts ...grpc.CallOption) (*RevokeCurrentAuthTokenResponse, error) // GetGithubRepoRequest returns info about a Github repo based on the caller's installations. // If the caller has not granted access to the repository, instructions for granting access are returned. GetGithubRepoStatus(ctx context.Context, in *GetGithubRepoStatusRequest, opts ...grpc.CallOption) (*GetGithubRepoStatusResponse, 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.
func NewAdminServiceClient ¶
func NewAdminServiceClient(cc grpc.ClientConnInterface) AdminServiceClient
type AdminServiceServer ¶
type AdminServiceServer interface { // Ping returns information about the server Ping(context.Context, *PingRequest) (*PingResponse, error) // ListOrganizations lists all the organizations currently managed by the admin ListOrganizations(context.Context, *ListOrganizationsRequest) (*ListOrganizationsResponse, error) // GetOrganization returns information about a specific organization GetOrganization(context.Context, *GetOrganizationRequest) (*GetOrganizationResponse, error) // CreateOrganization creates a new organization CreateOrganization(context.Context, *CreateOrganizationRequest) (*CreateOrganizationResponse, error) // DeleteOrganization deletes an organizations DeleteOrganization(context.Context, *DeleteOrganizationRequest) (*DeleteOrganizationResponse, error) // UpdateOrganization deletes an organizations UpdateOrganization(context.Context, *UpdateOrganizationRequest) (*UpdateOrganizationResponse, error) // ListProjectsForOrganization lists all the projects currently available for given organizations ListProjectsForOrganization(context.Context, *ListProjectsForOrganizationRequest) (*ListProjectsForOrganizationResponse, error) // ListProjectsForOrganizationAndGithubURL lists all the project for org deployed from githubURL ListProjectsForOrganizationAndGithubURL(context.Context, *ListProjectsForOrganizationAndGithubURLRequest) (*ListProjectsForOrganizationAndGithubURLResponse, error) // GetProject returns information about a specific project GetProject(context.Context, *GetProjectRequest) (*GetProjectResponse, error) // GetProjectVariables returns project variables. NOTE: Get project API doesn't return variables. GetProjectVariables(context.Context, *GetProjectVariablesRequest) (*GetProjectVariablesResponse, error) // CreateProject creates a new project CreateProject(context.Context, *CreateProjectRequest) (*CreateProjectResponse, error) // DeleteProject deletes an project DeleteProject(context.Context, *DeleteProjectRequest) (*DeleteProjectResponse, error) // UpdateProject updates a project UpdateProject(context.Context, *UpdateProjectRequest) (*UpdateProjectResponse, error) // UpdateProjectVariables updates variables for a project. NOTE: Update project API doesn't update variables. UpdateProjectVariables(context.Context, *UpdateProjectVariablesRequest) (*UpdateProjectVariablesResponse, error) // ListOrganizationMembers lists all the org members ListOrganizationMembers(context.Context, *ListOrganizationMembersRequest) (*ListOrganizationMembersResponse, error) // AddOrganizationMember lists all the org members AddOrganizationMember(context.Context, *AddOrganizationMemberRequest) (*AddOrganizationMemberResponse, error) // RemoveOrganizationMember removes member from the organization RemoveOrganizationMember(context.Context, *RemoveOrganizationMemberRequest) (*RemoveOrganizationMemberResponse, error) // LeaveOrganization removes the current user from the organization LeaveOrganization(context.Context, *LeaveOrganizationRequest) (*LeaveOrganizationResponse, error) // SetOrganizationMemberRole sets the role for the member SetOrganizationMemberRole(context.Context, *SetOrganizationMemberRoleRequest) (*SetOrganizationMemberRoleResponse, error) // ListProjectMembers lists all the project members ListProjectMembers(context.Context, *ListProjectMembersRequest) (*ListProjectMembersResponse, error) // AddProjectMember adds a member to the project AddProjectMember(context.Context, *AddProjectMemberRequest) (*AddProjectMemberResponse, error) // RemoveProjectMember removes member from the project RemoveProjectMember(context.Context, *RemoveProjectMemberRequest) (*RemoveProjectMemberResponse, error) // SetProjectMemberRole sets the role for the member SetProjectMemberRole(context.Context, *SetProjectMemberRoleRequest) (*SetProjectMemberRoleResponse, error) // GetCurrentUser returns the currently authenticated user (if any) GetCurrentUser(context.Context, *GetCurrentUserRequest) (*GetCurrentUserResponse, error) // RevokeCurrentAuthToken revoke the current auth token RevokeCurrentAuthToken(context.Context, *RevokeCurrentAuthTokenRequest) (*RevokeCurrentAuthTokenResponse, error) // GetGithubRepoRequest returns info about a Github repo based on the caller's installations. // If the caller has not granted access to the repository, instructions for granting access are returned. GetGithubRepoStatus(context.Context, *GetGithubRepoStatusRequest) (*GetGithubRepoStatusResponse, error) // contains filtered or unexported methods }
AdminServiceServer is the server API for AdminService service. All implementations must embed UnimplementedAdminServiceServer for forward compatibility
type CreateOrganizationRequest ¶
type CreateOrganizationRequest struct { Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
func (*CreateOrganizationRequest) Descriptor
deprecated
func (*CreateOrganizationRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateOrganizationRequest.ProtoReflect.Descriptor instead.
func (*CreateOrganizationRequest) GetDescription ¶
func (x *CreateOrganizationRequest) GetDescription() string
func (*CreateOrganizationRequest) GetName ¶
func (x *CreateOrganizationRequest) GetName() string
func (*CreateOrganizationRequest) ProtoMessage ¶
func (*CreateOrganizationRequest) ProtoMessage()
func (*CreateOrganizationRequest) ProtoReflect ¶
func (x *CreateOrganizationRequest) ProtoReflect() protoreflect.Message
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 ¶
func (m CreateOrganizationRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateOrganizationRequestMultiError) Error ¶
func (m CreateOrganizationRequestMultiError) Error() string
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 ¶
func (e CreateOrganizationRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateOrganizationRequestValidationError) Error ¶
func (e CreateOrganizationRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateOrganizationRequestValidationError) ErrorName ¶
func (e CreateOrganizationRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateOrganizationRequestValidationError) Field ¶
func (e CreateOrganizationRequestValidationError) Field() string
Field function returns field value.
func (CreateOrganizationRequestValidationError) Key ¶
func (e CreateOrganizationRequestValidationError) Key() bool
Key function returns key value.
func (CreateOrganizationRequestValidationError) Reason ¶
func (e CreateOrganizationRequestValidationError) Reason() string
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 (x *CreateOrganizationResponse) ProtoReflect() protoreflect.Message
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 ¶
func (m CreateOrganizationResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (CreateOrganizationResponseMultiError) Error ¶
func (m CreateOrganizationResponseMultiError) Error() string
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 ¶
func (e CreateOrganizationResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateOrganizationResponseValidationError) Error ¶
func (e CreateOrganizationResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateOrganizationResponseValidationError) ErrorName ¶
func (e CreateOrganizationResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateOrganizationResponseValidationError) Field ¶
func (e CreateOrganizationResponseValidationError) Field() string
Field function returns field value.
func (CreateOrganizationResponseValidationError) Key ¶
func (e CreateOrganizationResponseValidationError) Key() bool
Key function returns key value.
func (CreateOrganizationResponseValidationError) Reason ¶
func (e CreateOrganizationResponseValidationError) Reason() string
Reason function returns reason value.
type CreateProjectRequest ¶
type CreateProjectRequest struct { OrganizationName string `protobuf:"bytes,1,opt,name=organization_name,json=organizationName,proto3" json:"organization_name,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` Public bool `protobuf:"varint,4,opt,name=public,proto3" json:"public,omitempty"` Region string `protobuf:"bytes,5,opt,name=region,proto3" json:"region,omitempty"` ProdOlapDriver string `protobuf:"bytes,6,opt,name=prod_olap_driver,json=prodOlapDriver,proto3" json:"prod_olap_driver,omitempty"` ProdOlapDsn string `protobuf:"bytes,7,opt,name=prod_olap_dsn,json=prodOlapDsn,proto3" json:"prod_olap_dsn,omitempty"` ProdSlots int64 `protobuf:"varint,8,opt,name=prod_slots,json=prodSlots,proto3" json:"prod_slots,omitempty"` ProdBranch string `protobuf:"bytes,9,opt,name=prod_branch,json=prodBranch,proto3" json:"prod_branch,omitempty"` GithubUrl string `protobuf:"bytes,10,opt,name=github_url,json=githubUrl,proto3" json:"github_url,omitempty"` Variables map[string]string `` /* 160-byte string literal not displayed */ // contains filtered or unexported fields }
func (*CreateProjectRequest) Descriptor
deprecated
func (*CreateProjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use CreateProjectRequest.ProtoReflect.Descriptor instead.
func (*CreateProjectRequest) GetDescription ¶
func (x *CreateProjectRequest) GetDescription() string
func (*CreateProjectRequest) GetGithubUrl ¶ added in v0.23.0
func (x *CreateProjectRequest) GetGithubUrl() string
func (*CreateProjectRequest) GetName ¶
func (x *CreateProjectRequest) GetName() string
func (*CreateProjectRequest) GetOrganizationName ¶ added in v0.23.0
func (x *CreateProjectRequest) GetOrganizationName() string
func (*CreateProjectRequest) GetProdBranch ¶ added in v0.24.0
func (x *CreateProjectRequest) GetProdBranch() string
func (*CreateProjectRequest) GetProdOlapDriver ¶ added in v0.24.0
func (x *CreateProjectRequest) GetProdOlapDriver() string
func (*CreateProjectRequest) GetProdOlapDsn ¶ added in v0.24.0
func (x *CreateProjectRequest) GetProdOlapDsn() string
func (*CreateProjectRequest) GetProdSlots ¶ added in v0.24.0
func (x *CreateProjectRequest) GetProdSlots() int64
func (*CreateProjectRequest) GetPublic ¶ added in v0.23.0
func (x *CreateProjectRequest) GetPublic() bool
func (*CreateProjectRequest) GetRegion ¶ added in v0.24.0
func (x *CreateProjectRequest) GetRegion() string
func (*CreateProjectRequest) GetVariables ¶ added in v0.23.0
func (x *CreateProjectRequest) GetVariables() map[string]string
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 ¶
func (m CreateProjectRequestMultiError) Error() string
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 ¶
func (e CreateProjectRequestValidationError) Cause() error
Cause function returns cause value.
func (CreateProjectRequestValidationError) Error ¶
func (e CreateProjectRequestValidationError) Error() string
Error satisfies the builtin error interface
func (CreateProjectRequestValidationError) ErrorName ¶
func (e CreateProjectRequestValidationError) ErrorName() string
ErrorName returns error name.
func (CreateProjectRequestValidationError) Field ¶
func (e CreateProjectRequestValidationError) Field() string
Field function returns field value.
func (CreateProjectRequestValidationError) Key ¶
func (e CreateProjectRequestValidationError) Key() bool
Key function returns key value.
func (CreateProjectRequestValidationError) Reason ¶
func (e CreateProjectRequestValidationError) Reason() string
Reason function returns reason value.
type CreateProjectResponse ¶
type CreateProjectResponse struct { Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` ProjectUrl string `protobuf:"bytes,2,opt,name=project_url,json=projectUrl,proto3" json:"project_url,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) GetProjectUrl ¶ added in v0.24.0
func (x *CreateProjectResponse) GetProjectUrl() string
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 ¶
func (m CreateProjectResponseMultiError) Error() string
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 ¶
func (e CreateProjectResponseValidationError) Cause() error
Cause function returns cause value.
func (CreateProjectResponseValidationError) Error ¶
func (e CreateProjectResponseValidationError) Error() string
Error satisfies the builtin error interface
func (CreateProjectResponseValidationError) ErrorName ¶
func (e CreateProjectResponseValidationError) ErrorName() string
ErrorName returns error name.
func (CreateProjectResponseValidationError) Field ¶
func (e CreateProjectResponseValidationError) Field() string
Field function returns field value.
func (CreateProjectResponseValidationError) Key ¶
func (e CreateProjectResponseValidationError) Key() bool
Key function returns key value.
func (CreateProjectResponseValidationError) Reason ¶
func (e CreateProjectResponseValidationError) Reason() string
Reason function returns reason value.
type DeleteOrganizationRequest ¶
type DeleteOrganizationRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*DeleteOrganizationRequest) Descriptor
deprecated
func (*DeleteOrganizationRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteOrganizationRequest.ProtoReflect.Descriptor instead.
func (*DeleteOrganizationRequest) GetName ¶
func (x *DeleteOrganizationRequest) GetName() string
func (*DeleteOrganizationRequest) ProtoMessage ¶
func (*DeleteOrganizationRequest) ProtoMessage()
func (*DeleteOrganizationRequest) ProtoReflect ¶
func (x *DeleteOrganizationRequest) ProtoReflect() protoreflect.Message
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 ¶
func (m DeleteOrganizationRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteOrganizationRequestMultiError) Error ¶
func (m DeleteOrganizationRequestMultiError) Error() string
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 ¶
func (e DeleteOrganizationRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteOrganizationRequestValidationError) Error ¶
func (e DeleteOrganizationRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteOrganizationRequestValidationError) ErrorName ¶
func (e DeleteOrganizationRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteOrganizationRequestValidationError) Field ¶
func (e DeleteOrganizationRequestValidationError) Field() string
Field function returns field value.
func (DeleteOrganizationRequestValidationError) Key ¶
func (e DeleteOrganizationRequestValidationError) Key() bool
Key function returns key value.
func (DeleteOrganizationRequestValidationError) Reason ¶
func (e DeleteOrganizationRequestValidationError) Reason() string
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 (x *DeleteOrganizationResponse) ProtoReflect() protoreflect.Message
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 ¶
func (m DeleteOrganizationResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeleteOrganizationResponseMultiError) Error ¶
func (m DeleteOrganizationResponseMultiError) Error() string
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 ¶
func (e DeleteOrganizationResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteOrganizationResponseValidationError) Error ¶
func (e DeleteOrganizationResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteOrganizationResponseValidationError) ErrorName ¶
func (e DeleteOrganizationResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteOrganizationResponseValidationError) Field ¶
func (e DeleteOrganizationResponseValidationError) Field() string
Field function returns field value.
func (DeleteOrganizationResponseValidationError) Key ¶
func (e DeleteOrganizationResponseValidationError) Key() bool
Key function returns key value.
func (DeleteOrganizationResponseValidationError) Reason ¶
func (e DeleteOrganizationResponseValidationError) Reason() string
Reason function returns reason value.
type DeleteProjectRequest ¶
type DeleteProjectRequest struct { OrganizationName string `protobuf:"bytes,1,opt,name=organization_name,json=organizationName,proto3" json:"organization_name,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*DeleteProjectRequest) Descriptor
deprecated
func (*DeleteProjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use DeleteProjectRequest.ProtoReflect.Descriptor instead.
func (*DeleteProjectRequest) GetName ¶
func (x *DeleteProjectRequest) GetName() string
func (*DeleteProjectRequest) GetOrganizationName ¶ added in v0.23.0
func (x *DeleteProjectRequest) GetOrganizationName() 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 ¶
func (m DeleteProjectRequestMultiError) Error() string
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 ¶
func (e DeleteProjectRequestValidationError) Cause() error
Cause function returns cause value.
func (DeleteProjectRequestValidationError) Error ¶
func (e DeleteProjectRequestValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteProjectRequestValidationError) ErrorName ¶
func (e DeleteProjectRequestValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteProjectRequestValidationError) Field ¶
func (e DeleteProjectRequestValidationError) Field() string
Field function returns field value.
func (DeleteProjectRequestValidationError) Key ¶
func (e DeleteProjectRequestValidationError) Key() bool
Key function returns key value.
func (DeleteProjectRequestValidationError) Reason ¶
func (e DeleteProjectRequestValidationError) Reason() string
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 ¶
func (m DeleteProjectResponseMultiError) Error() string
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 ¶
func (e DeleteProjectResponseValidationError) Cause() error
Cause function returns cause value.
func (DeleteProjectResponseValidationError) Error ¶
func (e DeleteProjectResponseValidationError) Error() string
Error satisfies the builtin error interface
func (DeleteProjectResponseValidationError) ErrorName ¶
func (e DeleteProjectResponseValidationError) ErrorName() string
ErrorName returns error name.
func (DeleteProjectResponseValidationError) Field ¶
func (e DeleteProjectResponseValidationError) Field() string
Field function returns field value.
func (DeleteProjectResponseValidationError) Key ¶
func (e DeleteProjectResponseValidationError) Key() bool
Key function returns key value.
func (DeleteProjectResponseValidationError) Reason ¶
func (e DeleteProjectResponseValidationError) Reason() string
Reason function returns reason value.
type Deployment ¶ added in v0.23.0
type Deployment struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` ProjectId string `protobuf:"bytes,2,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"` Slots int64 `protobuf:"varint,3,opt,name=slots,proto3" json:"slots,omitempty"` Branch string `protobuf:"bytes,4,opt,name=branch,proto3" json:"branch,omitempty"` RuntimeHost string `protobuf:"bytes,5,opt,name=runtime_host,json=runtimeHost,proto3" json:"runtime_host,omitempty"` RuntimeInstanceId string `protobuf:"bytes,6,opt,name=runtime_instance_id,json=runtimeInstanceId,proto3" json:"runtime_instance_id,omitempty"` Status DeploymentStatus `protobuf:"varint,7,opt,name=status,proto3,enum=rill.admin.v1.DeploymentStatus" json:"status,omitempty"` Logs string `protobuf:"bytes,8,opt,name=logs,proto3" json:"logs,omitempty"` CreatedOn *timestamppb.Timestamp `protobuf:"bytes,9,opt,name=created_on,json=createdOn,proto3" json:"created_on,omitempty"` UpdatedOn *timestamppb.Timestamp `protobuf:"bytes,10,opt,name=updated_on,json=updatedOn,proto3" json:"updated_on,omitempty"` // contains filtered or unexported fields }
func (*Deployment) Descriptor
deprecated
added in
v0.23.0
func (*Deployment) Descriptor() ([]byte, []int)
Deprecated: Use Deployment.ProtoReflect.Descriptor instead.
func (*Deployment) GetBranch ¶ added in v0.23.0
func (x *Deployment) GetBranch() string
func (*Deployment) GetCreatedOn ¶ added in v0.23.0
func (x *Deployment) GetCreatedOn() *timestamppb.Timestamp
func (*Deployment) GetId ¶ added in v0.23.0
func (x *Deployment) GetId() string
func (*Deployment) GetLogs ¶ added in v0.23.0
func (x *Deployment) GetLogs() string
func (*Deployment) GetProjectId ¶ added in v0.23.0
func (x *Deployment) GetProjectId() string
func (*Deployment) GetRuntimeHost ¶ added in v0.23.0
func (x *Deployment) GetRuntimeHost() string
func (*Deployment) GetRuntimeInstanceId ¶ added in v0.23.0
func (x *Deployment) GetRuntimeInstanceId() string
func (*Deployment) GetSlots ¶ added in v0.23.0
func (x *Deployment) GetSlots() int64
func (*Deployment) GetStatus ¶ added in v0.23.0
func (x *Deployment) GetStatus() DeploymentStatus
func (*Deployment) GetUpdatedOn ¶ added in v0.23.0
func (x *Deployment) GetUpdatedOn() *timestamppb.Timestamp
func (*Deployment) ProtoMessage ¶ added in v0.23.0
func (*Deployment) ProtoMessage()
func (*Deployment) ProtoReflect ¶ added in v0.23.0
func (x *Deployment) ProtoReflect() protoreflect.Message
func (*Deployment) Reset ¶ added in v0.23.0
func (x *Deployment) Reset()
func (*Deployment) String ¶ added in v0.23.0
func (x *Deployment) String() string
func (*Deployment) Validate ¶ added in v0.23.0
func (m *Deployment) Validate() error
Validate checks the field values on Deployment with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*Deployment) ValidateAll ¶ added in v0.23.0
func (m *Deployment) ValidateAll() error
ValidateAll checks the field values on Deployment with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in DeploymentMultiError, or nil if none found.
type DeploymentMultiError ¶ added in v0.23.0
type DeploymentMultiError []error
DeploymentMultiError is an error wrapping multiple validation errors returned by Deployment.ValidateAll() if the designated constraints aren't met.
func (DeploymentMultiError) AllErrors ¶ added in v0.23.0
func (m DeploymentMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (DeploymentMultiError) Error ¶ added in v0.23.0
func (m DeploymentMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type DeploymentStatus ¶ added in v0.23.0
type DeploymentStatus int32
const ( DeploymentStatus_DEPLOYMENT_STATUS_UNSPECIFIED DeploymentStatus = 0 DeploymentStatus_DEPLOYMENT_STATUS_PENDING DeploymentStatus = 1 DeploymentStatus_DEPLOYMENT_STATUS_OK DeploymentStatus = 2 DeploymentStatus_DEPLOYMENT_STATUS_RECONCILING DeploymentStatus = 3 DeploymentStatus_DEPLOYMENT_STATUS_ERROR DeploymentStatus = 4 )
func (DeploymentStatus) Descriptor ¶ added in v0.23.0
func (DeploymentStatus) Descriptor() protoreflect.EnumDescriptor
func (DeploymentStatus) Enum ¶ added in v0.23.0
func (x DeploymentStatus) Enum() *DeploymentStatus
func (DeploymentStatus) EnumDescriptor
deprecated
added in
v0.23.0
func (DeploymentStatus) EnumDescriptor() ([]byte, []int)
Deprecated: Use DeploymentStatus.Descriptor instead.
func (DeploymentStatus) Number ¶ added in v0.23.0
func (x DeploymentStatus) Number() protoreflect.EnumNumber
func (DeploymentStatus) String ¶ added in v0.23.0
func (x DeploymentStatus) String() string
func (DeploymentStatus) Type ¶ added in v0.23.0
func (DeploymentStatus) Type() protoreflect.EnumType
type DeploymentValidationError ¶ added in v0.23.0
type DeploymentValidationError struct {
// contains filtered or unexported fields
}
DeploymentValidationError is the validation error returned by Deployment.Validate if the designated constraints aren't met.
func (DeploymentValidationError) Cause ¶ added in v0.23.0
func (e DeploymentValidationError) Cause() error
Cause function returns cause value.
func (DeploymentValidationError) Error ¶ added in v0.23.0
func (e DeploymentValidationError) Error() string
Error satisfies the builtin error interface
func (DeploymentValidationError) ErrorName ¶ added in v0.23.0
func (e DeploymentValidationError) ErrorName() string
ErrorName returns error name.
func (DeploymentValidationError) Field ¶ added in v0.23.0
func (e DeploymentValidationError) Field() string
Field function returns field value.
func (DeploymentValidationError) Key ¶ added in v0.23.0
func (e DeploymentValidationError) Key() bool
Key function returns key value.
func (DeploymentValidationError) Reason ¶ added in v0.23.0
func (e DeploymentValidationError) Reason() string
Reason function returns reason value.
type GetCurrentUserRequest ¶ added in v0.23.0
type GetCurrentUserRequest struct {
// contains filtered or unexported fields
}
func (*GetCurrentUserRequest) Descriptor
deprecated
added in
v0.23.0
func (*GetCurrentUserRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetCurrentUserRequest.ProtoReflect.Descriptor instead.
func (*GetCurrentUserRequest) ProtoMessage ¶ added in v0.23.0
func (*GetCurrentUserRequest) ProtoMessage()
func (*GetCurrentUserRequest) ProtoReflect ¶ added in v0.23.0
func (x *GetCurrentUserRequest) ProtoReflect() protoreflect.Message
func (*GetCurrentUserRequest) Reset ¶ added in v0.23.0
func (x *GetCurrentUserRequest) Reset()
func (*GetCurrentUserRequest) String ¶ added in v0.23.0
func (x *GetCurrentUserRequest) String() string
func (*GetCurrentUserRequest) Validate ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (m GetCurrentUserRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCurrentUserRequestMultiError) Error ¶ added in v0.23.0
func (m GetCurrentUserRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCurrentUserRequestValidationError ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (e GetCurrentUserRequestValidationError) Cause() error
Cause function returns cause value.
func (GetCurrentUserRequestValidationError) Error ¶ added in v0.23.0
func (e GetCurrentUserRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetCurrentUserRequestValidationError) ErrorName ¶ added in v0.23.0
func (e GetCurrentUserRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetCurrentUserRequestValidationError) Field ¶ added in v0.23.0
func (e GetCurrentUserRequestValidationError) Field() string
Field function returns field value.
func (GetCurrentUserRequestValidationError) Key ¶ added in v0.23.0
func (e GetCurrentUserRequestValidationError) Key() bool
Key function returns key value.
func (GetCurrentUserRequestValidationError) Reason ¶ added in v0.23.0
func (e GetCurrentUserRequestValidationError) Reason() string
Reason function returns reason value.
type GetCurrentUserResponse ¶ added in v0.23.0
type GetCurrentUserResponse struct { User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"` // contains filtered or unexported fields }
func (*GetCurrentUserResponse) Descriptor
deprecated
added in
v0.23.0
func (*GetCurrentUserResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetCurrentUserResponse.ProtoReflect.Descriptor instead.
func (*GetCurrentUserResponse) GetUser ¶ added in v0.23.0
func (x *GetCurrentUserResponse) GetUser() *User
func (*GetCurrentUserResponse) ProtoMessage ¶ added in v0.23.0
func (*GetCurrentUserResponse) ProtoMessage()
func (*GetCurrentUserResponse) ProtoReflect ¶ added in v0.23.0
func (x *GetCurrentUserResponse) ProtoReflect() protoreflect.Message
func (*GetCurrentUserResponse) Reset ¶ added in v0.23.0
func (x *GetCurrentUserResponse) Reset()
func (*GetCurrentUserResponse) String ¶ added in v0.23.0
func (x *GetCurrentUserResponse) String() string
func (*GetCurrentUserResponse) Validate ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (m GetCurrentUserResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetCurrentUserResponseMultiError) Error ¶ added in v0.23.0
func (m GetCurrentUserResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetCurrentUserResponseValidationError ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (e GetCurrentUserResponseValidationError) Cause() error
Cause function returns cause value.
func (GetCurrentUserResponseValidationError) Error ¶ added in v0.23.0
func (e GetCurrentUserResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetCurrentUserResponseValidationError) ErrorName ¶ added in v0.23.0
func (e GetCurrentUserResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetCurrentUserResponseValidationError) Field ¶ added in v0.23.0
func (e GetCurrentUserResponseValidationError) Field() string
Field function returns field value.
func (GetCurrentUserResponseValidationError) Key ¶ added in v0.23.0
func (e GetCurrentUserResponseValidationError) Key() bool
Key function returns key value.
func (GetCurrentUserResponseValidationError) Reason ¶ added in v0.23.0
func (e GetCurrentUserResponseValidationError) Reason() string
Reason function returns reason value.
type GetGithubRepoStatusRequest ¶ added in v0.23.0
type GetGithubRepoStatusRequest struct { GithubUrl string `protobuf:"bytes,1,opt,name=github_url,json=githubUrl,proto3" json:"github_url,omitempty"` // contains filtered or unexported fields }
func (*GetGithubRepoStatusRequest) Descriptor
deprecated
added in
v0.23.0
func (*GetGithubRepoStatusRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetGithubRepoStatusRequest.ProtoReflect.Descriptor instead.
func (*GetGithubRepoStatusRequest) GetGithubUrl ¶ added in v0.23.0
func (x *GetGithubRepoStatusRequest) GetGithubUrl() string
func (*GetGithubRepoStatusRequest) ProtoMessage ¶ added in v0.23.0
func (*GetGithubRepoStatusRequest) ProtoMessage()
func (*GetGithubRepoStatusRequest) ProtoReflect ¶ added in v0.23.0
func (x *GetGithubRepoStatusRequest) ProtoReflect() protoreflect.Message
func (*GetGithubRepoStatusRequest) Reset ¶ added in v0.23.0
func (x *GetGithubRepoStatusRequest) Reset()
func (*GetGithubRepoStatusRequest) String ¶ added in v0.23.0
func (x *GetGithubRepoStatusRequest) String() string
func (*GetGithubRepoStatusRequest) Validate ¶ added in v0.23.0
func (m *GetGithubRepoStatusRequest) Validate() error
Validate checks the field values on GetGithubRepoStatusRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetGithubRepoStatusRequest) ValidateAll ¶ added in v0.23.0
func (m *GetGithubRepoStatusRequest) ValidateAll() error
ValidateAll checks the field values on GetGithubRepoStatusRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetGithubRepoStatusRequestMultiError, or nil if none found.
type GetGithubRepoStatusRequestMultiError ¶ added in v0.23.0
type GetGithubRepoStatusRequestMultiError []error
GetGithubRepoStatusRequestMultiError is an error wrapping multiple validation errors returned by GetGithubRepoStatusRequest.ValidateAll() if the designated constraints aren't met.
func (GetGithubRepoStatusRequestMultiError) AllErrors ¶ added in v0.23.0
func (m GetGithubRepoStatusRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetGithubRepoStatusRequestMultiError) Error ¶ added in v0.23.0
func (m GetGithubRepoStatusRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetGithubRepoStatusRequestValidationError ¶ added in v0.23.0
type GetGithubRepoStatusRequestValidationError struct {
// contains filtered or unexported fields
}
GetGithubRepoStatusRequestValidationError is the validation error returned by GetGithubRepoStatusRequest.Validate if the designated constraints aren't met.
func (GetGithubRepoStatusRequestValidationError) Cause ¶ added in v0.23.0
func (e GetGithubRepoStatusRequestValidationError) Cause() error
Cause function returns cause value.
func (GetGithubRepoStatusRequestValidationError) Error ¶ added in v0.23.0
func (e GetGithubRepoStatusRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetGithubRepoStatusRequestValidationError) ErrorName ¶ added in v0.23.0
func (e GetGithubRepoStatusRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetGithubRepoStatusRequestValidationError) Field ¶ added in v0.23.0
func (e GetGithubRepoStatusRequestValidationError) Field() string
Field function returns field value.
func (GetGithubRepoStatusRequestValidationError) Key ¶ added in v0.23.0
func (e GetGithubRepoStatusRequestValidationError) Key() bool
Key function returns key value.
func (GetGithubRepoStatusRequestValidationError) Reason ¶ added in v0.23.0
func (e GetGithubRepoStatusRequestValidationError) Reason() string
Reason function returns reason value.
type GetGithubRepoStatusResponse ¶ added in v0.23.0
type GetGithubRepoStatusResponse struct { HasAccess bool `protobuf:"varint,1,opt,name=has_access,json=hasAccess,proto3" json:"has_access,omitempty"` GrantAccessUrl string `protobuf:"bytes,2,opt,name=grant_access_url,json=grantAccessUrl,proto3" json:"grant_access_url,omitempty"` DefaultBranch string `protobuf:"bytes,3,opt,name=default_branch,json=defaultBranch,proto3" json:"default_branch,omitempty"` // contains filtered or unexported fields }
func (*GetGithubRepoStatusResponse) Descriptor
deprecated
added in
v0.23.0
func (*GetGithubRepoStatusResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetGithubRepoStatusResponse.ProtoReflect.Descriptor instead.
func (*GetGithubRepoStatusResponse) GetDefaultBranch ¶ added in v0.23.0
func (x *GetGithubRepoStatusResponse) GetDefaultBranch() string
func (*GetGithubRepoStatusResponse) GetGrantAccessUrl ¶ added in v0.23.0
func (x *GetGithubRepoStatusResponse) GetGrantAccessUrl() string
func (*GetGithubRepoStatusResponse) GetHasAccess ¶ added in v0.23.0
func (x *GetGithubRepoStatusResponse) GetHasAccess() bool
func (*GetGithubRepoStatusResponse) ProtoMessage ¶ added in v0.23.0
func (*GetGithubRepoStatusResponse) ProtoMessage()
func (*GetGithubRepoStatusResponse) ProtoReflect ¶ added in v0.23.0
func (x *GetGithubRepoStatusResponse) ProtoReflect() protoreflect.Message
func (*GetGithubRepoStatusResponse) Reset ¶ added in v0.23.0
func (x *GetGithubRepoStatusResponse) Reset()
func (*GetGithubRepoStatusResponse) String ¶ added in v0.23.0
func (x *GetGithubRepoStatusResponse) String() string
func (*GetGithubRepoStatusResponse) Validate ¶ added in v0.23.0
func (m *GetGithubRepoStatusResponse) Validate() error
Validate checks the field values on GetGithubRepoStatusResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetGithubRepoStatusResponse) ValidateAll ¶ added in v0.23.0
func (m *GetGithubRepoStatusResponse) ValidateAll() error
ValidateAll checks the field values on GetGithubRepoStatusResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetGithubRepoStatusResponseMultiError, or nil if none found.
type GetGithubRepoStatusResponseMultiError ¶ added in v0.23.0
type GetGithubRepoStatusResponseMultiError []error
GetGithubRepoStatusResponseMultiError is an error wrapping multiple validation errors returned by GetGithubRepoStatusResponse.ValidateAll() if the designated constraints aren't met.
func (GetGithubRepoStatusResponseMultiError) AllErrors ¶ added in v0.23.0
func (m GetGithubRepoStatusResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetGithubRepoStatusResponseMultiError) Error ¶ added in v0.23.0
func (m GetGithubRepoStatusResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetGithubRepoStatusResponseValidationError ¶ added in v0.23.0
type GetGithubRepoStatusResponseValidationError struct {
// contains filtered or unexported fields
}
GetGithubRepoStatusResponseValidationError is the validation error returned by GetGithubRepoStatusResponse.Validate if the designated constraints aren't met.
func (GetGithubRepoStatusResponseValidationError) Cause ¶ added in v0.23.0
func (e GetGithubRepoStatusResponseValidationError) Cause() error
Cause function returns cause value.
func (GetGithubRepoStatusResponseValidationError) Error ¶ added in v0.23.0
func (e GetGithubRepoStatusResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetGithubRepoStatusResponseValidationError) ErrorName ¶ added in v0.23.0
func (e GetGithubRepoStatusResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetGithubRepoStatusResponseValidationError) Field ¶ added in v0.23.0
func (e GetGithubRepoStatusResponseValidationError) Field() string
Field function returns field value.
func (GetGithubRepoStatusResponseValidationError) Key ¶ added in v0.23.0
func (e GetGithubRepoStatusResponseValidationError) Key() bool
Key function returns key value.
func (GetGithubRepoStatusResponseValidationError) Reason ¶ added in v0.23.0
func (e GetGithubRepoStatusResponseValidationError) Reason() string
Reason function returns reason value.
type GetOrganizationRequest ¶ added in v0.23.0
type GetOrganizationRequest struct { Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*GetOrganizationRequest) Descriptor
deprecated
added in
v0.23.0
func (*GetOrganizationRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationRequest.ProtoReflect.Descriptor instead.
func (*GetOrganizationRequest) GetName ¶ added in v0.23.0
func (x *GetOrganizationRequest) GetName() string
func (*GetOrganizationRequest) ProtoMessage ¶ added in v0.23.0
func (*GetOrganizationRequest) ProtoMessage()
func (*GetOrganizationRequest) ProtoReflect ¶ added in v0.23.0
func (x *GetOrganizationRequest) ProtoReflect() protoreflect.Message
func (*GetOrganizationRequest) Reset ¶ added in v0.23.0
func (x *GetOrganizationRequest) Reset()
func (*GetOrganizationRequest) String ¶ added in v0.23.0
func (x *GetOrganizationRequest) String() string
func (*GetOrganizationRequest) Validate ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (m GetOrganizationRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetOrganizationRequestMultiError) Error ¶ added in v0.23.0
func (m GetOrganizationRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetOrganizationRequestValidationError ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (e GetOrganizationRequestValidationError) Cause() error
Cause function returns cause value.
func (GetOrganizationRequestValidationError) Error ¶ added in v0.23.0
func (e GetOrganizationRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetOrganizationRequestValidationError) ErrorName ¶ added in v0.23.0
func (e GetOrganizationRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetOrganizationRequestValidationError) Field ¶ added in v0.23.0
func (e GetOrganizationRequestValidationError) Field() string
Field function returns field value.
func (GetOrganizationRequestValidationError) Key ¶ added in v0.23.0
func (e GetOrganizationRequestValidationError) Key() bool
Key function returns key value.
func (GetOrganizationRequestValidationError) Reason ¶ added in v0.23.0
func (e GetOrganizationRequestValidationError) Reason() string
Reason function returns reason value.
type GetOrganizationResponse ¶ added in v0.23.0
type GetOrganizationResponse struct { Organization *Organization `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` Permissions *OrganizationPermissions `protobuf:"bytes,2,opt,name=permissions,proto3" json:"permissions,omitempty"` // contains filtered or unexported fields }
func (*GetOrganizationResponse) Descriptor
deprecated
added in
v0.23.0
func (*GetOrganizationResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetOrganizationResponse.ProtoReflect.Descriptor instead.
func (*GetOrganizationResponse) GetOrganization ¶ added in v0.23.0
func (x *GetOrganizationResponse) GetOrganization() *Organization
func (*GetOrganizationResponse) GetPermissions ¶ added in v0.24.0
func (x *GetOrganizationResponse) GetPermissions() *OrganizationPermissions
func (*GetOrganizationResponse) ProtoMessage ¶ added in v0.23.0
func (*GetOrganizationResponse) ProtoMessage()
func (*GetOrganizationResponse) ProtoReflect ¶ added in v0.23.0
func (x *GetOrganizationResponse) ProtoReflect() protoreflect.Message
func (*GetOrganizationResponse) Reset ¶ added in v0.23.0
func (x *GetOrganizationResponse) Reset()
func (*GetOrganizationResponse) String ¶ added in v0.23.0
func (x *GetOrganizationResponse) String() string
func (*GetOrganizationResponse) Validate ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (m GetOrganizationResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetOrganizationResponseMultiError) Error ¶ added in v0.23.0
func (m GetOrganizationResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetOrganizationResponseValidationError ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (e GetOrganizationResponseValidationError) Cause() error
Cause function returns cause value.
func (GetOrganizationResponseValidationError) Error ¶ added in v0.23.0
func (e GetOrganizationResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetOrganizationResponseValidationError) ErrorName ¶ added in v0.23.0
func (e GetOrganizationResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetOrganizationResponseValidationError) Field ¶ added in v0.23.0
func (e GetOrganizationResponseValidationError) Field() string
Field function returns field value.
func (GetOrganizationResponseValidationError) Key ¶ added in v0.23.0
func (e GetOrganizationResponseValidationError) Key() bool
Key function returns key value.
func (GetOrganizationResponseValidationError) Reason ¶ added in v0.23.0
func (e GetOrganizationResponseValidationError) Reason() string
Reason function returns reason value.
type GetProjectRequest ¶ added in v0.23.0
type GetProjectRequest struct { OrganizationName string `protobuf:"bytes,1,opt,name=organization_name,json=organizationName,proto3" json:"organization_name,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*GetProjectRequest) Descriptor
deprecated
added in
v0.23.0
func (*GetProjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetProjectRequest.ProtoReflect.Descriptor instead.
func (*GetProjectRequest) GetName ¶ added in v0.23.0
func (x *GetProjectRequest) GetName() string
func (*GetProjectRequest) GetOrganizationName ¶ added in v0.23.0
func (x *GetProjectRequest) GetOrganizationName() string
func (*GetProjectRequest) ProtoMessage ¶ added in v0.23.0
func (*GetProjectRequest) ProtoMessage()
func (*GetProjectRequest) ProtoReflect ¶ added in v0.23.0
func (x *GetProjectRequest) ProtoReflect() protoreflect.Message
func (*GetProjectRequest) Reset ¶ added in v0.23.0
func (x *GetProjectRequest) Reset()
func (*GetProjectRequest) String ¶ added in v0.23.0
func (x *GetProjectRequest) String() string
func (*GetProjectRequest) Validate ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (m GetProjectRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetProjectRequestMultiError) Error ¶ added in v0.23.0
func (m GetProjectRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetProjectRequestValidationError ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (e GetProjectRequestValidationError) Cause() error
Cause function returns cause value.
func (GetProjectRequestValidationError) Error ¶ added in v0.23.0
func (e GetProjectRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetProjectRequestValidationError) ErrorName ¶ added in v0.23.0
func (e GetProjectRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetProjectRequestValidationError) Field ¶ added in v0.23.0
func (e GetProjectRequestValidationError) Field() string
Field function returns field value.
func (GetProjectRequestValidationError) Key ¶ added in v0.23.0
func (e GetProjectRequestValidationError) Key() bool
Key function returns key value.
func (GetProjectRequestValidationError) Reason ¶ added in v0.23.0
func (e GetProjectRequestValidationError) Reason() string
Reason function returns reason value.
type GetProjectResponse ¶ added in v0.23.0
type GetProjectResponse struct { Project *Project `protobuf:"bytes,1,opt,name=project,proto3" json:"project,omitempty"` ProdDeployment *Deployment `protobuf:"bytes,2,opt,name=prod_deployment,json=prodDeployment,proto3" json:"prod_deployment,omitempty"` Jwt string `protobuf:"bytes,3,opt,name=jwt,proto3" json:"jwt,omitempty"` ProjectPermissions *ProjectPermissions `protobuf:"bytes,4,opt,name=project_permissions,json=projectPermissions,proto3" json:"project_permissions,omitempty"` // contains filtered or unexported fields }
func (*GetProjectResponse) Descriptor
deprecated
added in
v0.23.0
func (*GetProjectResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetProjectResponse.ProtoReflect.Descriptor instead.
func (*GetProjectResponse) GetJwt ¶ added in v0.23.0
func (x *GetProjectResponse) GetJwt() string
func (*GetProjectResponse) GetProdDeployment ¶ added in v0.24.0
func (x *GetProjectResponse) GetProdDeployment() *Deployment
func (*GetProjectResponse) GetProject ¶ added in v0.23.0
func (x *GetProjectResponse) GetProject() *Project
func (*GetProjectResponse) GetProjectPermissions ¶ added in v0.24.0
func (x *GetProjectResponse) GetProjectPermissions() *ProjectPermissions
func (*GetProjectResponse) ProtoMessage ¶ added in v0.23.0
func (*GetProjectResponse) ProtoMessage()
func (*GetProjectResponse) ProtoReflect ¶ added in v0.23.0
func (x *GetProjectResponse) ProtoReflect() protoreflect.Message
func (*GetProjectResponse) Reset ¶ added in v0.23.0
func (x *GetProjectResponse) Reset()
func (*GetProjectResponse) String ¶ added in v0.23.0
func (x *GetProjectResponse) String() string
func (*GetProjectResponse) Validate ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (m GetProjectResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetProjectResponseMultiError) Error ¶ added in v0.23.0
func (m GetProjectResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetProjectResponseValidationError ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (e GetProjectResponseValidationError) Cause() error
Cause function returns cause value.
func (GetProjectResponseValidationError) Error ¶ added in v0.23.0
func (e GetProjectResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetProjectResponseValidationError) ErrorName ¶ added in v0.23.0
func (e GetProjectResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetProjectResponseValidationError) Field ¶ added in v0.23.0
func (e GetProjectResponseValidationError) Field() string
Field function returns field value.
func (GetProjectResponseValidationError) Key ¶ added in v0.23.0
func (e GetProjectResponseValidationError) Key() bool
Key function returns key value.
func (GetProjectResponseValidationError) Reason ¶ added in v0.23.0
func (e GetProjectResponseValidationError) Reason() string
Reason function returns reason value.
type GetProjectVariablesRequest ¶ added in v0.24.0
type GetProjectVariablesRequest struct { OrganizationName string `protobuf:"bytes,1,opt,name=organization_name,json=organizationName,proto3" json:"organization_name,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` // contains filtered or unexported fields }
func (*GetProjectVariablesRequest) Descriptor
deprecated
added in
v0.24.0
func (*GetProjectVariablesRequest) Descriptor() ([]byte, []int)
Deprecated: Use GetProjectVariablesRequest.ProtoReflect.Descriptor instead.
func (*GetProjectVariablesRequest) GetName ¶ added in v0.24.0
func (x *GetProjectVariablesRequest) GetName() string
func (*GetProjectVariablesRequest) GetOrganizationName ¶ added in v0.24.0
func (x *GetProjectVariablesRequest) GetOrganizationName() string
func (*GetProjectVariablesRequest) ProtoMessage ¶ added in v0.24.0
func (*GetProjectVariablesRequest) ProtoMessage()
func (*GetProjectVariablesRequest) ProtoReflect ¶ added in v0.24.0
func (x *GetProjectVariablesRequest) ProtoReflect() protoreflect.Message
func (*GetProjectVariablesRequest) Reset ¶ added in v0.24.0
func (x *GetProjectVariablesRequest) Reset()
func (*GetProjectVariablesRequest) String ¶ added in v0.24.0
func (x *GetProjectVariablesRequest) String() string
func (*GetProjectVariablesRequest) Validate ¶ added in v0.24.0
func (m *GetProjectVariablesRequest) Validate() error
Validate checks the field values on GetProjectVariablesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetProjectVariablesRequest) ValidateAll ¶ added in v0.24.0
func (m *GetProjectVariablesRequest) ValidateAll() error
ValidateAll checks the field values on GetProjectVariablesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetProjectVariablesRequestMultiError, or nil if none found.
type GetProjectVariablesRequestMultiError ¶ added in v0.24.0
type GetProjectVariablesRequestMultiError []error
GetProjectVariablesRequestMultiError is an error wrapping multiple validation errors returned by GetProjectVariablesRequest.ValidateAll() if the designated constraints aren't met.
func (GetProjectVariablesRequestMultiError) AllErrors ¶ added in v0.24.0
func (m GetProjectVariablesRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetProjectVariablesRequestMultiError) Error ¶ added in v0.24.0
func (m GetProjectVariablesRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetProjectVariablesRequestValidationError ¶ added in v0.24.0
type GetProjectVariablesRequestValidationError struct {
// contains filtered or unexported fields
}
GetProjectVariablesRequestValidationError is the validation error returned by GetProjectVariablesRequest.Validate if the designated constraints aren't met.
func (GetProjectVariablesRequestValidationError) Cause ¶ added in v0.24.0
func (e GetProjectVariablesRequestValidationError) Cause() error
Cause function returns cause value.
func (GetProjectVariablesRequestValidationError) Error ¶ added in v0.24.0
func (e GetProjectVariablesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (GetProjectVariablesRequestValidationError) ErrorName ¶ added in v0.24.0
func (e GetProjectVariablesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (GetProjectVariablesRequestValidationError) Field ¶ added in v0.24.0
func (e GetProjectVariablesRequestValidationError) Field() string
Field function returns field value.
func (GetProjectVariablesRequestValidationError) Key ¶ added in v0.24.0
func (e GetProjectVariablesRequestValidationError) Key() bool
Key function returns key value.
func (GetProjectVariablesRequestValidationError) Reason ¶ added in v0.24.0
func (e GetProjectVariablesRequestValidationError) Reason() string
Reason function returns reason value.
type GetProjectVariablesResponse ¶ added in v0.24.0
type GetProjectVariablesResponse struct { Variables map[string]string `` /* 159-byte string literal not displayed */ // contains filtered or unexported fields }
func (*GetProjectVariablesResponse) Descriptor
deprecated
added in
v0.24.0
func (*GetProjectVariablesResponse) Descriptor() ([]byte, []int)
Deprecated: Use GetProjectVariablesResponse.ProtoReflect.Descriptor instead.
func (*GetProjectVariablesResponse) GetVariables ¶ added in v0.24.0
func (x *GetProjectVariablesResponse) GetVariables() map[string]string
func (*GetProjectVariablesResponse) ProtoMessage ¶ added in v0.24.0
func (*GetProjectVariablesResponse) ProtoMessage()
func (*GetProjectVariablesResponse) ProtoReflect ¶ added in v0.24.0
func (x *GetProjectVariablesResponse) ProtoReflect() protoreflect.Message
func (*GetProjectVariablesResponse) Reset ¶ added in v0.24.0
func (x *GetProjectVariablesResponse) Reset()
func (*GetProjectVariablesResponse) String ¶ added in v0.24.0
func (x *GetProjectVariablesResponse) String() string
func (*GetProjectVariablesResponse) Validate ¶ added in v0.24.0
func (m *GetProjectVariablesResponse) Validate() error
Validate checks the field values on GetProjectVariablesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*GetProjectVariablesResponse) ValidateAll ¶ added in v0.24.0
func (m *GetProjectVariablesResponse) ValidateAll() error
ValidateAll checks the field values on GetProjectVariablesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in GetProjectVariablesResponseMultiError, or nil if none found.
type GetProjectVariablesResponseMultiError ¶ added in v0.24.0
type GetProjectVariablesResponseMultiError []error
GetProjectVariablesResponseMultiError is an error wrapping multiple validation errors returned by GetProjectVariablesResponse.ValidateAll() if the designated constraints aren't met.
func (GetProjectVariablesResponseMultiError) AllErrors ¶ added in v0.24.0
func (m GetProjectVariablesResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (GetProjectVariablesResponseMultiError) Error ¶ added in v0.24.0
func (m GetProjectVariablesResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type GetProjectVariablesResponseValidationError ¶ added in v0.24.0
type GetProjectVariablesResponseValidationError struct {
// contains filtered or unexported fields
}
GetProjectVariablesResponseValidationError is the validation error returned by GetProjectVariablesResponse.Validate if the designated constraints aren't met.
func (GetProjectVariablesResponseValidationError) Cause ¶ added in v0.24.0
func (e GetProjectVariablesResponseValidationError) Cause() error
Cause function returns cause value.
func (GetProjectVariablesResponseValidationError) Error ¶ added in v0.24.0
func (e GetProjectVariablesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (GetProjectVariablesResponseValidationError) ErrorName ¶ added in v0.24.0
func (e GetProjectVariablesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (GetProjectVariablesResponseValidationError) Field ¶ added in v0.24.0
func (e GetProjectVariablesResponseValidationError) Field() string
Field function returns field value.
func (GetProjectVariablesResponseValidationError) Key ¶ added in v0.24.0
func (e GetProjectVariablesResponseValidationError) Key() bool
Key function returns key value.
func (GetProjectVariablesResponseValidationError) Reason ¶ added in v0.24.0
func (e GetProjectVariablesResponseValidationError) Reason() string
Reason function returns reason value.
type LeaveOrganizationRequest ¶ added in v0.24.0
type LeaveOrganizationRequest struct { Organization string `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` // contains filtered or unexported fields }
func (*LeaveOrganizationRequest) Descriptor
deprecated
added in
v0.24.0
func (*LeaveOrganizationRequest) Descriptor() ([]byte, []int)
Deprecated: Use LeaveOrganizationRequest.ProtoReflect.Descriptor instead.
func (*LeaveOrganizationRequest) GetOrganization ¶ added in v0.24.0
func (x *LeaveOrganizationRequest) GetOrganization() string
func (*LeaveOrganizationRequest) ProtoMessage ¶ added in v0.24.0
func (*LeaveOrganizationRequest) ProtoMessage()
func (*LeaveOrganizationRequest) ProtoReflect ¶ added in v0.24.0
func (x *LeaveOrganizationRequest) ProtoReflect() protoreflect.Message
func (*LeaveOrganizationRequest) Reset ¶ added in v0.24.0
func (x *LeaveOrganizationRequest) Reset()
func (*LeaveOrganizationRequest) String ¶ added in v0.24.0
func (x *LeaveOrganizationRequest) String() string
func (*LeaveOrganizationRequest) Validate ¶ added in v0.24.0
func (m *LeaveOrganizationRequest) Validate() error
Validate checks the field values on LeaveOrganizationRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*LeaveOrganizationRequest) ValidateAll ¶ added in v0.24.0
func (m *LeaveOrganizationRequest) ValidateAll() error
ValidateAll checks the field values on LeaveOrganizationRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LeaveOrganizationRequestMultiError, or nil if none found.
type LeaveOrganizationRequestMultiError ¶ added in v0.24.0
type LeaveOrganizationRequestMultiError []error
LeaveOrganizationRequestMultiError is an error wrapping multiple validation errors returned by LeaveOrganizationRequest.ValidateAll() if the designated constraints aren't met.
func (LeaveOrganizationRequestMultiError) AllErrors ¶ added in v0.24.0
func (m LeaveOrganizationRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (LeaveOrganizationRequestMultiError) Error ¶ added in v0.24.0
func (m LeaveOrganizationRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type LeaveOrganizationRequestValidationError ¶ added in v0.24.0
type LeaveOrganizationRequestValidationError struct {
// contains filtered or unexported fields
}
LeaveOrganizationRequestValidationError is the validation error returned by LeaveOrganizationRequest.Validate if the designated constraints aren't met.
func (LeaveOrganizationRequestValidationError) Cause ¶ added in v0.24.0
func (e LeaveOrganizationRequestValidationError) Cause() error
Cause function returns cause value.
func (LeaveOrganizationRequestValidationError) Error ¶ added in v0.24.0
func (e LeaveOrganizationRequestValidationError) Error() string
Error satisfies the builtin error interface
func (LeaveOrganizationRequestValidationError) ErrorName ¶ added in v0.24.0
func (e LeaveOrganizationRequestValidationError) ErrorName() string
ErrorName returns error name.
func (LeaveOrganizationRequestValidationError) Field ¶ added in v0.24.0
func (e LeaveOrganizationRequestValidationError) Field() string
Field function returns field value.
func (LeaveOrganizationRequestValidationError) Key ¶ added in v0.24.0
func (e LeaveOrganizationRequestValidationError) Key() bool
Key function returns key value.
func (LeaveOrganizationRequestValidationError) Reason ¶ added in v0.24.0
func (e LeaveOrganizationRequestValidationError) Reason() string
Reason function returns reason value.
type LeaveOrganizationResponse ¶ added in v0.24.0
type LeaveOrganizationResponse struct {
// contains filtered or unexported fields
}
func (*LeaveOrganizationResponse) Descriptor
deprecated
added in
v0.24.0
func (*LeaveOrganizationResponse) Descriptor() ([]byte, []int)
Deprecated: Use LeaveOrganizationResponse.ProtoReflect.Descriptor instead.
func (*LeaveOrganizationResponse) ProtoMessage ¶ added in v0.24.0
func (*LeaveOrganizationResponse) ProtoMessage()
func (*LeaveOrganizationResponse) ProtoReflect ¶ added in v0.24.0
func (x *LeaveOrganizationResponse) ProtoReflect() protoreflect.Message
func (*LeaveOrganizationResponse) Reset ¶ added in v0.24.0
func (x *LeaveOrganizationResponse) Reset()
func (*LeaveOrganizationResponse) String ¶ added in v0.24.0
func (x *LeaveOrganizationResponse) String() string
func (*LeaveOrganizationResponse) Validate ¶ added in v0.24.0
func (m *LeaveOrganizationResponse) Validate() error
Validate checks the field values on LeaveOrganizationResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*LeaveOrganizationResponse) ValidateAll ¶ added in v0.24.0
func (m *LeaveOrganizationResponse) ValidateAll() error
ValidateAll checks the field values on LeaveOrganizationResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in LeaveOrganizationResponseMultiError, or nil if none found.
type LeaveOrganizationResponseMultiError ¶ added in v0.24.0
type LeaveOrganizationResponseMultiError []error
LeaveOrganizationResponseMultiError is an error wrapping multiple validation errors returned by LeaveOrganizationResponse.ValidateAll() if the designated constraints aren't met.
func (LeaveOrganizationResponseMultiError) AllErrors ¶ added in v0.24.0
func (m LeaveOrganizationResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (LeaveOrganizationResponseMultiError) Error ¶ added in v0.24.0
func (m LeaveOrganizationResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type LeaveOrganizationResponseValidationError ¶ added in v0.24.0
type LeaveOrganizationResponseValidationError struct {
// contains filtered or unexported fields
}
LeaveOrganizationResponseValidationError is the validation error returned by LeaveOrganizationResponse.Validate if the designated constraints aren't met.
func (LeaveOrganizationResponseValidationError) Cause ¶ added in v0.24.0
func (e LeaveOrganizationResponseValidationError) Cause() error
Cause function returns cause value.
func (LeaveOrganizationResponseValidationError) Error ¶ added in v0.24.0
func (e LeaveOrganizationResponseValidationError) Error() string
Error satisfies the builtin error interface
func (LeaveOrganizationResponseValidationError) ErrorName ¶ added in v0.24.0
func (e LeaveOrganizationResponseValidationError) ErrorName() string
ErrorName returns error name.
func (LeaveOrganizationResponseValidationError) Field ¶ added in v0.24.0
func (e LeaveOrganizationResponseValidationError) Field() string
Field function returns field value.
func (LeaveOrganizationResponseValidationError) Key ¶ added in v0.24.0
func (e LeaveOrganizationResponseValidationError) Key() bool
Key function returns key value.
func (LeaveOrganizationResponseValidationError) Reason ¶ added in v0.24.0
func (e LeaveOrganizationResponseValidationError) Reason() string
Reason function returns reason value.
type ListOrganizationMembersRequest ¶ added in v0.24.0
type ListOrganizationMembersRequest struct { Organization string `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` PageSize uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
func (*ListOrganizationMembersRequest) Descriptor
deprecated
added in
v0.24.0
func (*ListOrganizationMembersRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationMembersRequest.ProtoReflect.Descriptor instead.
func (*ListOrganizationMembersRequest) GetOrganization ¶ added in v0.24.0
func (x *ListOrganizationMembersRequest) GetOrganization() string
func (*ListOrganizationMembersRequest) GetPageSize ¶ added in v0.24.0
func (x *ListOrganizationMembersRequest) GetPageSize() uint32
func (*ListOrganizationMembersRequest) GetPageToken ¶ added in v0.24.0
func (x *ListOrganizationMembersRequest) GetPageToken() string
func (*ListOrganizationMembersRequest) ProtoMessage ¶ added in v0.24.0
func (*ListOrganizationMembersRequest) ProtoMessage()
func (*ListOrganizationMembersRequest) ProtoReflect ¶ added in v0.24.0
func (x *ListOrganizationMembersRequest) ProtoReflect() protoreflect.Message
func (*ListOrganizationMembersRequest) Reset ¶ added in v0.24.0
func (x *ListOrganizationMembersRequest) Reset()
func (*ListOrganizationMembersRequest) String ¶ added in v0.24.0
func (x *ListOrganizationMembersRequest) String() string
func (*ListOrganizationMembersRequest) Validate ¶ added in v0.24.0
func (m *ListOrganizationMembersRequest) Validate() error
Validate checks the field values on ListOrganizationMembersRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListOrganizationMembersRequest) ValidateAll ¶ added in v0.24.0
func (m *ListOrganizationMembersRequest) ValidateAll() error
ValidateAll checks the field values on ListOrganizationMembersRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationMembersRequestMultiError, or nil if none found.
type ListOrganizationMembersRequestMultiError ¶ added in v0.24.0
type ListOrganizationMembersRequestMultiError []error
ListOrganizationMembersRequestMultiError is an error wrapping multiple validation errors returned by ListOrganizationMembersRequest.ValidateAll() if the designated constraints aren't met.
func (ListOrganizationMembersRequestMultiError) AllErrors ¶ added in v0.24.0
func (m ListOrganizationMembersRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListOrganizationMembersRequestMultiError) Error ¶ added in v0.24.0
func (m ListOrganizationMembersRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListOrganizationMembersRequestValidationError ¶ added in v0.24.0
type ListOrganizationMembersRequestValidationError struct {
// contains filtered or unexported fields
}
ListOrganizationMembersRequestValidationError is the validation error returned by ListOrganizationMembersRequest.Validate if the designated constraints aren't met.
func (ListOrganizationMembersRequestValidationError) Cause ¶ added in v0.24.0
func (e ListOrganizationMembersRequestValidationError) Cause() error
Cause function returns cause value.
func (ListOrganizationMembersRequestValidationError) Error ¶ added in v0.24.0
func (e ListOrganizationMembersRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListOrganizationMembersRequestValidationError) ErrorName ¶ added in v0.24.0
func (e ListOrganizationMembersRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListOrganizationMembersRequestValidationError) Field ¶ added in v0.24.0
func (e ListOrganizationMembersRequestValidationError) Field() string
Field function returns field value.
func (ListOrganizationMembersRequestValidationError) Key ¶ added in v0.24.0
func (e ListOrganizationMembersRequestValidationError) Key() bool
Key function returns key value.
func (ListOrganizationMembersRequestValidationError) Reason ¶ added in v0.24.0
func (e ListOrganizationMembersRequestValidationError) Reason() string
Reason function returns reason value.
type ListOrganizationMembersResponse ¶ added in v0.24.0
type ListOrganizationMembersResponse struct { Members []*Member `protobuf:"bytes,1,rep,name=members,proto3" json:"members,omitempty"` Invites []*UserInvite `protobuf:"bytes,3,rep,name=invites,proto3" json:"invites,omitempty"` NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListOrganizationMembersResponse) Descriptor
deprecated
added in
v0.24.0
func (*ListOrganizationMembersResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationMembersResponse.ProtoReflect.Descriptor instead.
func (*ListOrganizationMembersResponse) GetInvites ¶ added in v0.24.0
func (x *ListOrganizationMembersResponse) GetInvites() []*UserInvite
func (*ListOrganizationMembersResponse) GetMembers ¶ added in v0.24.0
func (x *ListOrganizationMembersResponse) GetMembers() []*Member
func (*ListOrganizationMembersResponse) GetNextPageToken ¶ added in v0.24.0
func (x *ListOrganizationMembersResponse) GetNextPageToken() string
func (*ListOrganizationMembersResponse) ProtoMessage ¶ added in v0.24.0
func (*ListOrganizationMembersResponse) ProtoMessage()
func (*ListOrganizationMembersResponse) ProtoReflect ¶ added in v0.24.0
func (x *ListOrganizationMembersResponse) ProtoReflect() protoreflect.Message
func (*ListOrganizationMembersResponse) Reset ¶ added in v0.24.0
func (x *ListOrganizationMembersResponse) Reset()
func (*ListOrganizationMembersResponse) String ¶ added in v0.24.0
func (x *ListOrganizationMembersResponse) String() string
func (*ListOrganizationMembersResponse) Validate ¶ added in v0.24.0
func (m *ListOrganizationMembersResponse) Validate() error
Validate checks the field values on ListOrganizationMembersResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListOrganizationMembersResponse) ValidateAll ¶ added in v0.24.0
func (m *ListOrganizationMembersResponse) ValidateAll() error
ValidateAll checks the field values on ListOrganizationMembersResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListOrganizationMembersResponseMultiError, or nil if none found.
type ListOrganizationMembersResponseMultiError ¶ added in v0.24.0
type ListOrganizationMembersResponseMultiError []error
ListOrganizationMembersResponseMultiError is an error wrapping multiple validation errors returned by ListOrganizationMembersResponse.ValidateAll() if the designated constraints aren't met.
func (ListOrganizationMembersResponseMultiError) AllErrors ¶ added in v0.24.0
func (m ListOrganizationMembersResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListOrganizationMembersResponseMultiError) Error ¶ added in v0.24.0
func (m ListOrganizationMembersResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListOrganizationMembersResponseValidationError ¶ added in v0.24.0
type ListOrganizationMembersResponseValidationError struct {
// contains filtered or unexported fields
}
ListOrganizationMembersResponseValidationError is the validation error returned by ListOrganizationMembersResponse.Validate if the designated constraints aren't met.
func (ListOrganizationMembersResponseValidationError) Cause ¶ added in v0.24.0
func (e ListOrganizationMembersResponseValidationError) Cause() error
Cause function returns cause value.
func (ListOrganizationMembersResponseValidationError) Error ¶ added in v0.24.0
func (e ListOrganizationMembersResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListOrganizationMembersResponseValidationError) ErrorName ¶ added in v0.24.0
func (e ListOrganizationMembersResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListOrganizationMembersResponseValidationError) Field ¶ added in v0.24.0
func (e ListOrganizationMembersResponseValidationError) Field() string
Field function returns field value.
func (ListOrganizationMembersResponseValidationError) Key ¶ added in v0.24.0
func (e ListOrganizationMembersResponseValidationError) Key() bool
Key function returns key value.
func (ListOrganizationMembersResponseValidationError) Reason ¶ added in v0.24.0
func (e ListOrganizationMembersResponseValidationError) Reason() string
Reason function returns reason value.
type ListOrganizationsRequest ¶ added in v0.23.0
type ListOrganizationsRequest struct { PageSize uint32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
func (*ListOrganizationsRequest) Descriptor
deprecated
added in
v0.23.0
func (*ListOrganizationsRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationsRequest.ProtoReflect.Descriptor instead.
func (*ListOrganizationsRequest) GetPageSize ¶ added in v0.23.0
func (x *ListOrganizationsRequest) GetPageSize() uint32
func (*ListOrganizationsRequest) GetPageToken ¶ added in v0.23.0
func (x *ListOrganizationsRequest) GetPageToken() string
func (*ListOrganizationsRequest) ProtoMessage ¶ added in v0.23.0
func (*ListOrganizationsRequest) ProtoMessage()
func (*ListOrganizationsRequest) ProtoReflect ¶ added in v0.23.0
func (x *ListOrganizationsRequest) ProtoReflect() protoreflect.Message
func (*ListOrganizationsRequest) Reset ¶ added in v0.23.0
func (x *ListOrganizationsRequest) Reset()
func (*ListOrganizationsRequest) String ¶ added in v0.23.0
func (x *ListOrganizationsRequest) String() string
func (*ListOrganizationsRequest) Validate ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (m ListOrganizationsRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListOrganizationsRequestMultiError) Error ¶ added in v0.23.0
func (m ListOrganizationsRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListOrganizationsRequestValidationError ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (e ListOrganizationsRequestValidationError) Cause() error
Cause function returns cause value.
func (ListOrganizationsRequestValidationError) Error ¶ added in v0.23.0
func (e ListOrganizationsRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListOrganizationsRequestValidationError) ErrorName ¶ added in v0.23.0
func (e ListOrganizationsRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListOrganizationsRequestValidationError) Field ¶ added in v0.23.0
func (e ListOrganizationsRequestValidationError) Field() string
Field function returns field value.
func (ListOrganizationsRequestValidationError) Key ¶ added in v0.23.0
func (e ListOrganizationsRequestValidationError) Key() bool
Key function returns key value.
func (ListOrganizationsRequestValidationError) Reason ¶ added in v0.23.0
func (e ListOrganizationsRequestValidationError) Reason() string
Reason function returns reason value.
type ListOrganizationsResponse ¶ added in v0.23.0
type ListOrganizationsResponse struct { Organizations []*Organization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty"` NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListOrganizationsResponse) Descriptor
deprecated
added in
v0.23.0
func (*ListOrganizationsResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListOrganizationsResponse.ProtoReflect.Descriptor instead.
func (*ListOrganizationsResponse) GetNextPageToken ¶ added in v0.23.0
func (x *ListOrganizationsResponse) GetNextPageToken() string
func (*ListOrganizationsResponse) GetOrganizations ¶ added in v0.23.0
func (x *ListOrganizationsResponse) GetOrganizations() []*Organization
func (*ListOrganizationsResponse) ProtoMessage ¶ added in v0.23.0
func (*ListOrganizationsResponse) ProtoMessage()
func (*ListOrganizationsResponse) ProtoReflect ¶ added in v0.23.0
func (x *ListOrganizationsResponse) ProtoReflect() protoreflect.Message
func (*ListOrganizationsResponse) Reset ¶ added in v0.23.0
func (x *ListOrganizationsResponse) Reset()
func (*ListOrganizationsResponse) String ¶ added in v0.23.0
func (x *ListOrganizationsResponse) String() string
func (*ListOrganizationsResponse) Validate ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (m ListOrganizationsResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListOrganizationsResponseMultiError) Error ¶ added in v0.23.0
func (m ListOrganizationsResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListOrganizationsResponseValidationError ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (e ListOrganizationsResponseValidationError) Cause() error
Cause function returns cause value.
func (ListOrganizationsResponseValidationError) Error ¶ added in v0.23.0
func (e ListOrganizationsResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListOrganizationsResponseValidationError) ErrorName ¶ added in v0.23.0
func (e ListOrganizationsResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListOrganizationsResponseValidationError) Field ¶ added in v0.23.0
func (e ListOrganizationsResponseValidationError) Field() string
Field function returns field value.
func (ListOrganizationsResponseValidationError) Key ¶ added in v0.23.0
func (e ListOrganizationsResponseValidationError) Key() bool
Key function returns key value.
func (ListOrganizationsResponseValidationError) Reason ¶ added in v0.23.0
func (e ListOrganizationsResponseValidationError) Reason() string
Reason function returns reason value.
type ListProjectMembersRequest ¶ added in v0.24.0
type ListProjectMembersRequest struct { Organization string `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"` PageSize uint32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
func (*ListProjectMembersRequest) Descriptor
deprecated
added in
v0.24.0
func (*ListProjectMembersRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListProjectMembersRequest.ProtoReflect.Descriptor instead.
func (*ListProjectMembersRequest) GetOrganization ¶ added in v0.24.0
func (x *ListProjectMembersRequest) GetOrganization() string
func (*ListProjectMembersRequest) GetPageSize ¶ added in v0.24.0
func (x *ListProjectMembersRequest) GetPageSize() uint32
func (*ListProjectMembersRequest) GetPageToken ¶ added in v0.24.0
func (x *ListProjectMembersRequest) GetPageToken() string
func (*ListProjectMembersRequest) GetProject ¶ added in v0.24.0
func (x *ListProjectMembersRequest) GetProject() string
func (*ListProjectMembersRequest) ProtoMessage ¶ added in v0.24.0
func (*ListProjectMembersRequest) ProtoMessage()
func (*ListProjectMembersRequest) ProtoReflect ¶ added in v0.24.0
func (x *ListProjectMembersRequest) ProtoReflect() protoreflect.Message
func (*ListProjectMembersRequest) Reset ¶ added in v0.24.0
func (x *ListProjectMembersRequest) Reset()
func (*ListProjectMembersRequest) String ¶ added in v0.24.0
func (x *ListProjectMembersRequest) String() string
func (*ListProjectMembersRequest) Validate ¶ added in v0.24.0
func (m *ListProjectMembersRequest) Validate() error
Validate checks the field values on ListProjectMembersRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListProjectMembersRequest) ValidateAll ¶ added in v0.24.0
func (m *ListProjectMembersRequest) ValidateAll() error
ValidateAll checks the field values on ListProjectMembersRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProjectMembersRequestMultiError, or nil if none found.
type ListProjectMembersRequestMultiError ¶ added in v0.24.0
type ListProjectMembersRequestMultiError []error
ListProjectMembersRequestMultiError is an error wrapping multiple validation errors returned by ListProjectMembersRequest.ValidateAll() if the designated constraints aren't met.
func (ListProjectMembersRequestMultiError) AllErrors ¶ added in v0.24.0
func (m ListProjectMembersRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListProjectMembersRequestMultiError) Error ¶ added in v0.24.0
func (m ListProjectMembersRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListProjectMembersRequestValidationError ¶ added in v0.24.0
type ListProjectMembersRequestValidationError struct {
// contains filtered or unexported fields
}
ListProjectMembersRequestValidationError is the validation error returned by ListProjectMembersRequest.Validate if the designated constraints aren't met.
func (ListProjectMembersRequestValidationError) Cause ¶ added in v0.24.0
func (e ListProjectMembersRequestValidationError) Cause() error
Cause function returns cause value.
func (ListProjectMembersRequestValidationError) Error ¶ added in v0.24.0
func (e ListProjectMembersRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListProjectMembersRequestValidationError) ErrorName ¶ added in v0.24.0
func (e ListProjectMembersRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListProjectMembersRequestValidationError) Field ¶ added in v0.24.0
func (e ListProjectMembersRequestValidationError) Field() string
Field function returns field value.
func (ListProjectMembersRequestValidationError) Key ¶ added in v0.24.0
func (e ListProjectMembersRequestValidationError) Key() bool
Key function returns key value.
func (ListProjectMembersRequestValidationError) Reason ¶ added in v0.24.0
func (e ListProjectMembersRequestValidationError) Reason() string
Reason function returns reason value.
type ListProjectMembersResponse ¶ added in v0.24.0
type ListProjectMembersResponse struct { Members []*Member `protobuf:"bytes,1,rep,name=members,proto3" json:"members,omitempty"` Invites []*UserInvite `protobuf:"bytes,3,rep,name=invites,proto3" json:"invites,omitempty"` NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListProjectMembersResponse) Descriptor
deprecated
added in
v0.24.0
func (*ListProjectMembersResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListProjectMembersResponse.ProtoReflect.Descriptor instead.
func (*ListProjectMembersResponse) GetInvites ¶ added in v0.24.0
func (x *ListProjectMembersResponse) GetInvites() []*UserInvite
func (*ListProjectMembersResponse) GetMembers ¶ added in v0.24.0
func (x *ListProjectMembersResponse) GetMembers() []*Member
func (*ListProjectMembersResponse) GetNextPageToken ¶ added in v0.24.0
func (x *ListProjectMembersResponse) GetNextPageToken() string
func (*ListProjectMembersResponse) ProtoMessage ¶ added in v0.24.0
func (*ListProjectMembersResponse) ProtoMessage()
func (*ListProjectMembersResponse) ProtoReflect ¶ added in v0.24.0
func (x *ListProjectMembersResponse) ProtoReflect() protoreflect.Message
func (*ListProjectMembersResponse) Reset ¶ added in v0.24.0
func (x *ListProjectMembersResponse) Reset()
func (*ListProjectMembersResponse) String ¶ added in v0.24.0
func (x *ListProjectMembersResponse) String() string
func (*ListProjectMembersResponse) Validate ¶ added in v0.24.0
func (m *ListProjectMembersResponse) Validate() error
Validate checks the field values on ListProjectMembersResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListProjectMembersResponse) ValidateAll ¶ added in v0.24.0
func (m *ListProjectMembersResponse) ValidateAll() error
ValidateAll checks the field values on ListProjectMembersResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProjectMembersResponseMultiError, or nil if none found.
type ListProjectMembersResponseMultiError ¶ added in v0.24.0
type ListProjectMembersResponseMultiError []error
ListProjectMembersResponseMultiError is an error wrapping multiple validation errors returned by ListProjectMembersResponse.ValidateAll() if the designated constraints aren't met.
func (ListProjectMembersResponseMultiError) AllErrors ¶ added in v0.24.0
func (m ListProjectMembersResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListProjectMembersResponseMultiError) Error ¶ added in v0.24.0
func (m ListProjectMembersResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListProjectMembersResponseValidationError ¶ added in v0.24.0
type ListProjectMembersResponseValidationError struct {
// contains filtered or unexported fields
}
ListProjectMembersResponseValidationError is the validation error returned by ListProjectMembersResponse.Validate if the designated constraints aren't met.
func (ListProjectMembersResponseValidationError) Cause ¶ added in v0.24.0
func (e ListProjectMembersResponseValidationError) Cause() error
Cause function returns cause value.
func (ListProjectMembersResponseValidationError) Error ¶ added in v0.24.0
func (e ListProjectMembersResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListProjectMembersResponseValidationError) ErrorName ¶ added in v0.24.0
func (e ListProjectMembersResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListProjectMembersResponseValidationError) Field ¶ added in v0.24.0
func (e ListProjectMembersResponseValidationError) Field() string
Field function returns field value.
func (ListProjectMembersResponseValidationError) Key ¶ added in v0.24.0
func (e ListProjectMembersResponseValidationError) Key() bool
Key function returns key value.
func (ListProjectMembersResponseValidationError) Reason ¶ added in v0.24.0
func (e ListProjectMembersResponseValidationError) Reason() string
Reason function returns reason value.
type ListProjectsForOrganizationAndGithubURLRequest ¶ added in v0.24.0
type ListProjectsForOrganizationAndGithubURLRequest struct { OrganizationName string `protobuf:"bytes,1,opt,name=organization_name,json=organizationName,proto3" json:"organization_name,omitempty"` GithubUrl string `protobuf:"bytes,2,opt,name=github_url,json=githubUrl,proto3" json:"github_url,omitempty"` PageSize uint32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
func (*ListProjectsForOrganizationAndGithubURLRequest) Descriptor
deprecated
added in
v0.24.0
func (*ListProjectsForOrganizationAndGithubURLRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListProjectsForOrganizationAndGithubURLRequest.ProtoReflect.Descriptor instead.
func (*ListProjectsForOrganizationAndGithubURLRequest) GetGithubUrl ¶ added in v0.24.0
func (x *ListProjectsForOrganizationAndGithubURLRequest) GetGithubUrl() string
func (*ListProjectsForOrganizationAndGithubURLRequest) GetOrganizationName ¶ added in v0.24.0
func (x *ListProjectsForOrganizationAndGithubURLRequest) GetOrganizationName() string
func (*ListProjectsForOrganizationAndGithubURLRequest) GetPageSize ¶ added in v0.24.0
func (x *ListProjectsForOrganizationAndGithubURLRequest) GetPageSize() uint32
func (*ListProjectsForOrganizationAndGithubURLRequest) GetPageToken ¶ added in v0.24.0
func (x *ListProjectsForOrganizationAndGithubURLRequest) GetPageToken() string
func (*ListProjectsForOrganizationAndGithubURLRequest) ProtoMessage ¶ added in v0.24.0
func (*ListProjectsForOrganizationAndGithubURLRequest) ProtoMessage()
func (*ListProjectsForOrganizationAndGithubURLRequest) ProtoReflect ¶ added in v0.24.0
func (x *ListProjectsForOrganizationAndGithubURLRequest) ProtoReflect() protoreflect.Message
func (*ListProjectsForOrganizationAndGithubURLRequest) Reset ¶ added in v0.24.0
func (x *ListProjectsForOrganizationAndGithubURLRequest) Reset()
func (*ListProjectsForOrganizationAndGithubURLRequest) String ¶ added in v0.24.0
func (x *ListProjectsForOrganizationAndGithubURLRequest) String() string
func (*ListProjectsForOrganizationAndGithubURLRequest) Validate ¶ added in v0.24.0
func (m *ListProjectsForOrganizationAndGithubURLRequest) Validate() error
Validate checks the field values on ListProjectsForOrganizationAndGithubURLRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListProjectsForOrganizationAndGithubURLRequest) ValidateAll ¶ added in v0.24.0
func (m *ListProjectsForOrganizationAndGithubURLRequest) ValidateAll() error
ValidateAll checks the field values on ListProjectsForOrganizationAndGithubURLRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProjectsForOrganizationAndGithubURLRequestMultiError, or nil if none found.
type ListProjectsForOrganizationAndGithubURLRequestMultiError ¶ added in v0.24.0
type ListProjectsForOrganizationAndGithubURLRequestMultiError []error
ListProjectsForOrganizationAndGithubURLRequestMultiError is an error wrapping multiple validation errors returned by ListProjectsForOrganizationAndGithubURLRequest.ValidateAll() if the designated constraints aren't met.
func (ListProjectsForOrganizationAndGithubURLRequestMultiError) AllErrors ¶ added in v0.24.0
func (m ListProjectsForOrganizationAndGithubURLRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListProjectsForOrganizationAndGithubURLRequestMultiError) Error ¶ added in v0.24.0
func (m ListProjectsForOrganizationAndGithubURLRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListProjectsForOrganizationAndGithubURLRequestValidationError ¶ added in v0.24.0
type ListProjectsForOrganizationAndGithubURLRequestValidationError struct {
// contains filtered or unexported fields
}
ListProjectsForOrganizationAndGithubURLRequestValidationError is the validation error returned by ListProjectsForOrganizationAndGithubURLRequest.Validate if the designated constraints aren't met.
func (ListProjectsForOrganizationAndGithubURLRequestValidationError) Cause ¶ added in v0.24.0
func (e ListProjectsForOrganizationAndGithubURLRequestValidationError) Cause() error
Cause function returns cause value.
func (ListProjectsForOrganizationAndGithubURLRequestValidationError) Error ¶ added in v0.24.0
func (e ListProjectsForOrganizationAndGithubURLRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListProjectsForOrganizationAndGithubURLRequestValidationError) ErrorName ¶ added in v0.24.0
func (e ListProjectsForOrganizationAndGithubURLRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListProjectsForOrganizationAndGithubURLRequestValidationError) Field ¶ added in v0.24.0
func (e ListProjectsForOrganizationAndGithubURLRequestValidationError) Field() string
Field function returns field value.
func (ListProjectsForOrganizationAndGithubURLRequestValidationError) Key ¶ added in v0.24.0
Key function returns key value.
func (ListProjectsForOrganizationAndGithubURLRequestValidationError) Reason ¶ added in v0.24.0
func (e ListProjectsForOrganizationAndGithubURLRequestValidationError) Reason() string
Reason function returns reason value.
type ListProjectsForOrganizationAndGithubURLResponse ¶ added in v0.24.0
type ListProjectsForOrganizationAndGithubURLResponse struct { Projects []*Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"` NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListProjectsForOrganizationAndGithubURLResponse) Descriptor
deprecated
added in
v0.24.0
func (*ListProjectsForOrganizationAndGithubURLResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListProjectsForOrganizationAndGithubURLResponse.ProtoReflect.Descriptor instead.
func (*ListProjectsForOrganizationAndGithubURLResponse) GetNextPageToken ¶ added in v0.24.0
func (x *ListProjectsForOrganizationAndGithubURLResponse) GetNextPageToken() string
func (*ListProjectsForOrganizationAndGithubURLResponse) GetProjects ¶ added in v0.24.0
func (x *ListProjectsForOrganizationAndGithubURLResponse) GetProjects() []*Project
func (*ListProjectsForOrganizationAndGithubURLResponse) ProtoMessage ¶ added in v0.24.0
func (*ListProjectsForOrganizationAndGithubURLResponse) ProtoMessage()
func (*ListProjectsForOrganizationAndGithubURLResponse) ProtoReflect ¶ added in v0.24.0
func (x *ListProjectsForOrganizationAndGithubURLResponse) ProtoReflect() protoreflect.Message
func (*ListProjectsForOrganizationAndGithubURLResponse) Reset ¶ added in v0.24.0
func (x *ListProjectsForOrganizationAndGithubURLResponse) Reset()
func (*ListProjectsForOrganizationAndGithubURLResponse) String ¶ added in v0.24.0
func (x *ListProjectsForOrganizationAndGithubURLResponse) String() string
func (*ListProjectsForOrganizationAndGithubURLResponse) Validate ¶ added in v0.24.0
func (m *ListProjectsForOrganizationAndGithubURLResponse) Validate() error
Validate checks the field values on ListProjectsForOrganizationAndGithubURLResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListProjectsForOrganizationAndGithubURLResponse) ValidateAll ¶ added in v0.24.0
func (m *ListProjectsForOrganizationAndGithubURLResponse) ValidateAll() error
ValidateAll checks the field values on ListProjectsForOrganizationAndGithubURLResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProjectsForOrganizationAndGithubURLResponseMultiError, or nil if none found.
type ListProjectsForOrganizationAndGithubURLResponseMultiError ¶ added in v0.24.0
type ListProjectsForOrganizationAndGithubURLResponseMultiError []error
ListProjectsForOrganizationAndGithubURLResponseMultiError is an error wrapping multiple validation errors returned by ListProjectsForOrganizationAndGithubURLResponse.ValidateAll() if the designated constraints aren't met.
func (ListProjectsForOrganizationAndGithubURLResponseMultiError) AllErrors ¶ added in v0.24.0
func (m ListProjectsForOrganizationAndGithubURLResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListProjectsForOrganizationAndGithubURLResponseMultiError) Error ¶ added in v0.24.0
func (m ListProjectsForOrganizationAndGithubURLResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListProjectsForOrganizationAndGithubURLResponseValidationError ¶ added in v0.24.0
type ListProjectsForOrganizationAndGithubURLResponseValidationError struct {
// contains filtered or unexported fields
}
ListProjectsForOrganizationAndGithubURLResponseValidationError is the validation error returned by ListProjectsForOrganizationAndGithubURLResponse.Validate if the designated constraints aren't met.
func (ListProjectsForOrganizationAndGithubURLResponseValidationError) Cause ¶ added in v0.24.0
func (e ListProjectsForOrganizationAndGithubURLResponseValidationError) Cause() error
Cause function returns cause value.
func (ListProjectsForOrganizationAndGithubURLResponseValidationError) Error ¶ added in v0.24.0
func (e ListProjectsForOrganizationAndGithubURLResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListProjectsForOrganizationAndGithubURLResponseValidationError) ErrorName ¶ added in v0.24.0
func (e ListProjectsForOrganizationAndGithubURLResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListProjectsForOrganizationAndGithubURLResponseValidationError) Field ¶ added in v0.24.0
func (e ListProjectsForOrganizationAndGithubURLResponseValidationError) Field() string
Field function returns field value.
func (ListProjectsForOrganizationAndGithubURLResponseValidationError) Key ¶ added in v0.24.0
Key function returns key value.
func (ListProjectsForOrganizationAndGithubURLResponseValidationError) Reason ¶ added in v0.24.0
func (e ListProjectsForOrganizationAndGithubURLResponseValidationError) Reason() string
Reason function returns reason value.
type ListProjectsForOrganizationRequest ¶ added in v0.24.0
type ListProjectsForOrganizationRequest struct { OrganizationName string `protobuf:"bytes,1,opt,name=organization_name,json=organizationName,proto3" json:"organization_name,omitempty"` PageSize uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"` PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"` // contains filtered or unexported fields }
func (*ListProjectsForOrganizationRequest) Descriptor
deprecated
added in
v0.24.0
func (*ListProjectsForOrganizationRequest) Descriptor() ([]byte, []int)
Deprecated: Use ListProjectsForOrganizationRequest.ProtoReflect.Descriptor instead.
func (*ListProjectsForOrganizationRequest) GetOrganizationName ¶ added in v0.24.0
func (x *ListProjectsForOrganizationRequest) GetOrganizationName() string
func (*ListProjectsForOrganizationRequest) GetPageSize ¶ added in v0.24.0
func (x *ListProjectsForOrganizationRequest) GetPageSize() uint32
func (*ListProjectsForOrganizationRequest) GetPageToken ¶ added in v0.24.0
func (x *ListProjectsForOrganizationRequest) GetPageToken() string
func (*ListProjectsForOrganizationRequest) ProtoMessage ¶ added in v0.24.0
func (*ListProjectsForOrganizationRequest) ProtoMessage()
func (*ListProjectsForOrganizationRequest) ProtoReflect ¶ added in v0.24.0
func (x *ListProjectsForOrganizationRequest) ProtoReflect() protoreflect.Message
func (*ListProjectsForOrganizationRequest) Reset ¶ added in v0.24.0
func (x *ListProjectsForOrganizationRequest) Reset()
func (*ListProjectsForOrganizationRequest) String ¶ added in v0.24.0
func (x *ListProjectsForOrganizationRequest) String() string
func (*ListProjectsForOrganizationRequest) Validate ¶ added in v0.24.0
func (m *ListProjectsForOrganizationRequest) Validate() error
Validate checks the field values on ListProjectsForOrganizationRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListProjectsForOrganizationRequest) ValidateAll ¶ added in v0.24.0
func (m *ListProjectsForOrganizationRequest) ValidateAll() error
ValidateAll checks the field values on ListProjectsForOrganizationRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProjectsForOrganizationRequestMultiError, or nil if none found.
type ListProjectsForOrganizationRequestMultiError ¶ added in v0.24.0
type ListProjectsForOrganizationRequestMultiError []error
ListProjectsForOrganizationRequestMultiError is an error wrapping multiple validation errors returned by ListProjectsForOrganizationRequest.ValidateAll() if the designated constraints aren't met.
func (ListProjectsForOrganizationRequestMultiError) AllErrors ¶ added in v0.24.0
func (m ListProjectsForOrganizationRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListProjectsForOrganizationRequestMultiError) Error ¶ added in v0.24.0
func (m ListProjectsForOrganizationRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListProjectsForOrganizationRequestValidationError ¶ added in v0.24.0
type ListProjectsForOrganizationRequestValidationError struct {
// contains filtered or unexported fields
}
ListProjectsForOrganizationRequestValidationError is the validation error returned by ListProjectsForOrganizationRequest.Validate if the designated constraints aren't met.
func (ListProjectsForOrganizationRequestValidationError) Cause ¶ added in v0.24.0
func (e ListProjectsForOrganizationRequestValidationError) Cause() error
Cause function returns cause value.
func (ListProjectsForOrganizationRequestValidationError) Error ¶ added in v0.24.0
func (e ListProjectsForOrganizationRequestValidationError) Error() string
Error satisfies the builtin error interface
func (ListProjectsForOrganizationRequestValidationError) ErrorName ¶ added in v0.24.0
func (e ListProjectsForOrganizationRequestValidationError) ErrorName() string
ErrorName returns error name.
func (ListProjectsForOrganizationRequestValidationError) Field ¶ added in v0.24.0
func (e ListProjectsForOrganizationRequestValidationError) Field() string
Field function returns field value.
func (ListProjectsForOrganizationRequestValidationError) Key ¶ added in v0.24.0
func (e ListProjectsForOrganizationRequestValidationError) Key() bool
Key function returns key value.
func (ListProjectsForOrganizationRequestValidationError) Reason ¶ added in v0.24.0
func (e ListProjectsForOrganizationRequestValidationError) Reason() string
Reason function returns reason value.
type ListProjectsForOrganizationResponse ¶ added in v0.24.0
type ListProjectsForOrganizationResponse struct { Projects []*Project `protobuf:"bytes,1,rep,name=projects,proto3" json:"projects,omitempty"` NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"` // contains filtered or unexported fields }
func (*ListProjectsForOrganizationResponse) Descriptor
deprecated
added in
v0.24.0
func (*ListProjectsForOrganizationResponse) Descriptor() ([]byte, []int)
Deprecated: Use ListProjectsForOrganizationResponse.ProtoReflect.Descriptor instead.
func (*ListProjectsForOrganizationResponse) GetNextPageToken ¶ added in v0.24.0
func (x *ListProjectsForOrganizationResponse) GetNextPageToken() string
func (*ListProjectsForOrganizationResponse) GetProjects ¶ added in v0.24.0
func (x *ListProjectsForOrganizationResponse) GetProjects() []*Project
func (*ListProjectsForOrganizationResponse) ProtoMessage ¶ added in v0.24.0
func (*ListProjectsForOrganizationResponse) ProtoMessage()
func (*ListProjectsForOrganizationResponse) ProtoReflect ¶ added in v0.24.0
func (x *ListProjectsForOrganizationResponse) ProtoReflect() protoreflect.Message
func (*ListProjectsForOrganizationResponse) Reset ¶ added in v0.24.0
func (x *ListProjectsForOrganizationResponse) Reset()
func (*ListProjectsForOrganizationResponse) String ¶ added in v0.24.0
func (x *ListProjectsForOrganizationResponse) String() string
func (*ListProjectsForOrganizationResponse) Validate ¶ added in v0.24.0
func (m *ListProjectsForOrganizationResponse) Validate() error
Validate checks the field values on ListProjectsForOrganizationResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ListProjectsForOrganizationResponse) ValidateAll ¶ added in v0.24.0
func (m *ListProjectsForOrganizationResponse) ValidateAll() error
ValidateAll checks the field values on ListProjectsForOrganizationResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ListProjectsForOrganizationResponseMultiError, or nil if none found.
type ListProjectsForOrganizationResponseMultiError ¶ added in v0.24.0
type ListProjectsForOrganizationResponseMultiError []error
ListProjectsForOrganizationResponseMultiError is an error wrapping multiple validation errors returned by ListProjectsForOrganizationResponse.ValidateAll() if the designated constraints aren't met.
func (ListProjectsForOrganizationResponseMultiError) AllErrors ¶ added in v0.24.0
func (m ListProjectsForOrganizationResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ListProjectsForOrganizationResponseMultiError) Error ¶ added in v0.24.0
func (m ListProjectsForOrganizationResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ListProjectsForOrganizationResponseValidationError ¶ added in v0.24.0
type ListProjectsForOrganizationResponseValidationError struct {
// contains filtered or unexported fields
}
ListProjectsForOrganizationResponseValidationError is the validation error returned by ListProjectsForOrganizationResponse.Validate if the designated constraints aren't met.
func (ListProjectsForOrganizationResponseValidationError) Cause ¶ added in v0.24.0
func (e ListProjectsForOrganizationResponseValidationError) Cause() error
Cause function returns cause value.
func (ListProjectsForOrganizationResponseValidationError) Error ¶ added in v0.24.0
func (e ListProjectsForOrganizationResponseValidationError) Error() string
Error satisfies the builtin error interface
func (ListProjectsForOrganizationResponseValidationError) ErrorName ¶ added in v0.24.0
func (e ListProjectsForOrganizationResponseValidationError) ErrorName() string
ErrorName returns error name.
func (ListProjectsForOrganizationResponseValidationError) Field ¶ added in v0.24.0
func (e ListProjectsForOrganizationResponseValidationError) Field() string
Field function returns field value.
func (ListProjectsForOrganizationResponseValidationError) Key ¶ added in v0.24.0
func (e ListProjectsForOrganizationResponseValidationError) Key() bool
Key function returns key value.
func (ListProjectsForOrganizationResponseValidationError) Reason ¶ added in v0.24.0
func (e ListProjectsForOrganizationResponseValidationError) Reason() string
Reason function returns reason value.
type Member ¶ added in v0.24.0
type Member struct { UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"` UserEmail string `protobuf:"bytes,3,opt,name=user_email,json=userEmail,proto3" json:"user_email,omitempty"` UserName string `protobuf:"bytes,2,opt,name=user_name,json=userName,proto3" json:"user_name,omitempty"` RoleName string `protobuf:"bytes,4,opt,name=role_name,json=roleName,proto3" json:"role_name,omitempty"` CreatedOn *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_on,json=createdOn,proto3" json:"created_on,omitempty"` UpdatedOn *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_on,json=updatedOn,proto3" json:"updated_on,omitempty"` // contains filtered or unexported fields }
func (*Member) Descriptor
deprecated
added in
v0.24.0
func (*Member) GetCreatedOn ¶ added in v0.24.0
func (x *Member) GetCreatedOn() *timestamppb.Timestamp
func (*Member) GetRoleName ¶ added in v0.24.0
func (*Member) GetUpdatedOn ¶ added in v0.24.0
func (x *Member) GetUpdatedOn() *timestamppb.Timestamp
func (*Member) GetUserEmail ¶ added in v0.24.0
func (*Member) GetUserName ¶ added in v0.24.0
func (*Member) ProtoMessage ¶ added in v0.24.0
func (*Member) ProtoMessage()
func (*Member) ProtoReflect ¶ added in v0.24.0
func (x *Member) ProtoReflect() protoreflect.Message
func (*Member) Validate ¶ added in v0.24.0
Validate checks the field values on Member with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*Member) ValidateAll ¶ added in v0.24.0
ValidateAll checks the field values on Member with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in MemberMultiError, or nil if none found.
type MemberMultiError ¶ added in v0.24.0
type MemberMultiError []error
MemberMultiError is an error wrapping multiple validation errors returned by Member.ValidateAll() if the designated constraints aren't met.
func (MemberMultiError) AllErrors ¶ added in v0.24.0
func (m MemberMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (MemberMultiError) Error ¶ added in v0.24.0
func (m MemberMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type MemberValidationError ¶ added in v0.24.0
type MemberValidationError struct {
// contains filtered or unexported fields
}
MemberValidationError is the validation error returned by Member.Validate if the designated constraints aren't met.
func (MemberValidationError) Cause ¶ added in v0.24.0
func (e MemberValidationError) Cause() error
Cause function returns cause value.
func (MemberValidationError) Error ¶ added in v0.24.0
func (e MemberValidationError) Error() string
Error satisfies the builtin error interface
func (MemberValidationError) ErrorName ¶ added in v0.24.0
func (e MemberValidationError) ErrorName() string
ErrorName returns error name.
func (MemberValidationError) Field ¶ added in v0.24.0
func (e MemberValidationError) Field() string
Field function returns field value.
func (MemberValidationError) Key ¶ added in v0.24.0
func (e MemberValidationError) Key() bool
Key function returns key value.
func (MemberValidationError) Reason ¶ added in v0.24.0
func (e MemberValidationError) 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"` // Globally unique Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` CreatedOn *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=created_on,json=createdOn,proto3" json:"created_on,omitempty"` UpdatedOn *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=updated_on,json=updatedOn,proto3" json:"updated_on,omitempty"` // contains filtered or unexported fields }
func (*Organization) Descriptor
deprecated
func (*Organization) Descriptor() ([]byte, []int)
Deprecated: Use Organization.ProtoReflect.Descriptor instead.
func (*Organization) GetCreatedOn ¶
func (x *Organization) GetCreatedOn() *timestamppb.Timestamp
func (*Organization) GetDescription ¶
func (x *Organization) GetDescription() string
func (*Organization) GetId ¶
func (x *Organization) GetId() string
func (*Organization) GetName ¶
func (x *Organization) GetName() string
func (*Organization) GetUpdatedOn ¶
func (x *Organization) GetUpdatedOn() *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 OrganizationPermissions ¶ added in v0.24.0
type OrganizationPermissions struct { ReadOrg bool `protobuf:"varint,1,opt,name=read_org,json=readOrg,proto3" json:"read_org,omitempty"` ManageOrg bool `protobuf:"varint,2,opt,name=manage_org,json=manageOrg,proto3" json:"manage_org,omitempty"` ReadProjects bool `protobuf:"varint,3,opt,name=read_projects,json=readProjects,proto3" json:"read_projects,omitempty"` CreateProjects bool `protobuf:"varint,4,opt,name=create_projects,json=createProjects,proto3" json:"create_projects,omitempty"` ManageProjects bool `protobuf:"varint,5,opt,name=manage_projects,json=manageProjects,proto3" json:"manage_projects,omitempty"` ReadOrgMembers bool `protobuf:"varint,6,opt,name=read_org_members,json=readOrgMembers,proto3" json:"read_org_members,omitempty"` ManageOrgMembers bool `protobuf:"varint,7,opt,name=manage_org_members,json=manageOrgMembers,proto3" json:"manage_org_members,omitempty"` // contains filtered or unexported fields }
func (*OrganizationPermissions) Descriptor
deprecated
added in
v0.24.0
func (*OrganizationPermissions) Descriptor() ([]byte, []int)
Deprecated: Use OrganizationPermissions.ProtoReflect.Descriptor instead.
func (*OrganizationPermissions) GetCreateProjects ¶ added in v0.24.0
func (x *OrganizationPermissions) GetCreateProjects() bool
func (*OrganizationPermissions) GetManageOrg ¶ added in v0.24.0
func (x *OrganizationPermissions) GetManageOrg() bool
func (*OrganizationPermissions) GetManageOrgMembers ¶ added in v0.24.0
func (x *OrganizationPermissions) GetManageOrgMembers() bool
func (*OrganizationPermissions) GetManageProjects ¶ added in v0.24.0
func (x *OrganizationPermissions) GetManageProjects() bool
func (*OrganizationPermissions) GetReadOrg ¶ added in v0.24.0
func (x *OrganizationPermissions) GetReadOrg() bool
func (*OrganizationPermissions) GetReadOrgMembers ¶ added in v0.24.0
func (x *OrganizationPermissions) GetReadOrgMembers() bool
func (*OrganizationPermissions) GetReadProjects ¶ added in v0.24.0
func (x *OrganizationPermissions) GetReadProjects() bool
func (*OrganizationPermissions) ProtoMessage ¶ added in v0.24.0
func (*OrganizationPermissions) ProtoMessage()
func (*OrganizationPermissions) ProtoReflect ¶ added in v0.24.0
func (x *OrganizationPermissions) ProtoReflect() protoreflect.Message
func (*OrganizationPermissions) Reset ¶ added in v0.24.0
func (x *OrganizationPermissions) Reset()
func (*OrganizationPermissions) String ¶ added in v0.24.0
func (x *OrganizationPermissions) String() string
func (*OrganizationPermissions) Validate ¶ added in v0.24.0
func (m *OrganizationPermissions) Validate() error
Validate checks the field values on OrganizationPermissions with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*OrganizationPermissions) ValidateAll ¶ added in v0.24.0
func (m *OrganizationPermissions) ValidateAll() error
ValidateAll checks the field values on OrganizationPermissions with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in OrganizationPermissionsMultiError, or nil if none found.
type OrganizationPermissionsMultiError ¶ added in v0.24.0
type OrganizationPermissionsMultiError []error
OrganizationPermissionsMultiError is an error wrapping multiple validation errors returned by OrganizationPermissions.ValidateAll() if the designated constraints aren't met.
func (OrganizationPermissionsMultiError) AllErrors ¶ added in v0.24.0
func (m OrganizationPermissionsMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (OrganizationPermissionsMultiError) Error ¶ added in v0.24.0
func (m OrganizationPermissionsMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type OrganizationPermissionsValidationError ¶ added in v0.24.0
type OrganizationPermissionsValidationError struct {
// contains filtered or unexported fields
}
OrganizationPermissionsValidationError is the validation error returned by OrganizationPermissions.Validate if the designated constraints aren't met.
func (OrganizationPermissionsValidationError) Cause ¶ added in v0.24.0
func (e OrganizationPermissionsValidationError) Cause() error
Cause function returns cause value.
func (OrganizationPermissionsValidationError) Error ¶ added in v0.24.0
func (e OrganizationPermissionsValidationError) Error() string
Error satisfies the builtin error interface
func (OrganizationPermissionsValidationError) ErrorName ¶ added in v0.24.0
func (e OrganizationPermissionsValidationError) ErrorName() string
ErrorName returns error name.
func (OrganizationPermissionsValidationError) Field ¶ added in v0.24.0
func (e OrganizationPermissionsValidationError) Field() string
Field function returns field value.
func (OrganizationPermissionsValidationError) Key ¶ added in v0.24.0
func (e OrganizationPermissionsValidationError) Key() bool
Key function returns key value.
func (OrganizationPermissionsValidationError) Reason ¶ added in v0.24.0
func (e OrganizationPermissionsValidationError) Reason() string
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 ¶
func (e OrganizationValidationError) Cause() error
Cause function returns cause value.
func (OrganizationValidationError) Error ¶
func (e OrganizationValidationError) Error() string
Error satisfies the builtin error interface
func (OrganizationValidationError) ErrorName ¶
func (e OrganizationValidationError) ErrorName() string
ErrorName returns error name.
func (OrganizationValidationError) Field ¶
func (e OrganizationValidationError) Field() string
Field function returns field value.
func (OrganizationValidationError) Key ¶
func (e OrganizationValidationError) Key() bool
Key function returns key value.
func (OrganizationValidationError) Reason ¶
func (e OrganizationValidationError) Reason() string
Reason function returns reason value.
type PingRequest ¶
type PingRequest struct {
// contains filtered or unexported fields
}
func (*PingRequest) Descriptor
deprecated
func (*PingRequest) Descriptor() ([]byte, []int)
Deprecated: Use PingRequest.ProtoReflect.Descriptor instead.
func (*PingRequest) ProtoMessage ¶
func (*PingRequest) ProtoMessage()
func (*PingRequest) ProtoReflect ¶
func (x *PingRequest) ProtoReflect() protoreflect.Message
func (*PingRequest) Reset ¶
func (x *PingRequest) Reset()
func (*PingRequest) String ¶
func (x *PingRequest) String() string
func (*PingRequest) Validate ¶
func (m *PingRequest) Validate() error
Validate checks the field values on PingRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*PingRequest) ValidateAll ¶
func (m *PingRequest) ValidateAll() error
ValidateAll checks the field values on PingRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PingRequestMultiError, or nil if none found.
type PingRequestMultiError ¶
type PingRequestMultiError []error
PingRequestMultiError is an error wrapping multiple validation errors returned by PingRequest.ValidateAll() if the designated constraints aren't met.
func (PingRequestMultiError) AllErrors ¶
func (m PingRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (PingRequestMultiError) Error ¶
func (m PingRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type PingRequestValidationError ¶
type PingRequestValidationError struct {
// contains filtered or unexported fields
}
PingRequestValidationError is the validation error returned by PingRequest.Validate if the designated constraints aren't met.
func (PingRequestValidationError) Cause ¶
func (e PingRequestValidationError) Cause() error
Cause function returns cause value.
func (PingRequestValidationError) Error ¶
func (e PingRequestValidationError) Error() string
Error satisfies the builtin error interface
func (PingRequestValidationError) ErrorName ¶
func (e PingRequestValidationError) ErrorName() string
ErrorName returns error name.
func (PingRequestValidationError) Field ¶
func (e PingRequestValidationError) Field() string
Field function returns field value.
func (PingRequestValidationError) Key ¶
func (e PingRequestValidationError) Key() bool
Key function returns key value.
func (PingRequestValidationError) Reason ¶
func (e PingRequestValidationError) Reason() string
Reason function returns reason value.
type PingResponse ¶
type PingResponse struct { Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"` Time *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=time,proto3" json:"time,omitempty"` // contains filtered or unexported fields }
func (*PingResponse) Descriptor
deprecated
func (*PingResponse) Descriptor() ([]byte, []int)
Deprecated: Use PingResponse.ProtoReflect.Descriptor instead.
func (*PingResponse) GetTime ¶
func (x *PingResponse) GetTime() *timestamppb.Timestamp
func (*PingResponse) GetVersion ¶
func (x *PingResponse) GetVersion() string
func (*PingResponse) ProtoMessage ¶
func (*PingResponse) ProtoMessage()
func (*PingResponse) ProtoReflect ¶
func (x *PingResponse) ProtoReflect() protoreflect.Message
func (*PingResponse) Reset ¶
func (x *PingResponse) Reset()
func (*PingResponse) String ¶
func (x *PingResponse) String() string
func (*PingResponse) Validate ¶
func (m *PingResponse) Validate() error
Validate checks the field values on PingResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*PingResponse) ValidateAll ¶
func (m *PingResponse) ValidateAll() error
ValidateAll checks the field values on PingResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in PingResponseMultiError, or nil if none found.
type PingResponseMultiError ¶
type PingResponseMultiError []error
PingResponseMultiError is an error wrapping multiple validation errors returned by PingResponse.ValidateAll() if the designated constraints aren't met.
func (PingResponseMultiError) AllErrors ¶
func (m PingResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (PingResponseMultiError) Error ¶
func (m PingResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type PingResponseValidationError ¶
type PingResponseValidationError struct {
// contains filtered or unexported fields
}
PingResponseValidationError is the validation error returned by PingResponse.Validate if the designated constraints aren't met.
func (PingResponseValidationError) Cause ¶
func (e PingResponseValidationError) Cause() error
Cause function returns cause value.
func (PingResponseValidationError) Error ¶
func (e PingResponseValidationError) Error() string
Error satisfies the builtin error interface
func (PingResponseValidationError) ErrorName ¶
func (e PingResponseValidationError) ErrorName() string
ErrorName returns error name.
func (PingResponseValidationError) Field ¶
func (e PingResponseValidationError) Field() string
Field function returns field value.
func (PingResponseValidationError) Key ¶
func (e PingResponseValidationError) Key() bool
Key function returns key value.
func (PingResponseValidationError) Reason ¶
func (e PingResponseValidationError) 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"` // Unique in organization OrgId string `protobuf:"bytes,3,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"` OrgName string `protobuf:"bytes,4,opt,name=org_name,json=orgName,proto3" json:"org_name,omitempty"` Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"` Public bool `protobuf:"varint,6,opt,name=public,proto3" json:"public,omitempty"` Region string `protobuf:"bytes,7,opt,name=region,proto3" json:"region,omitempty"` GithubUrl string `protobuf:"bytes,8,opt,name=github_url,json=githubUrl,proto3" json:"github_url,omitempty"` ProdBranch string `protobuf:"bytes,9,opt,name=prod_branch,json=prodBranch,proto3" json:"prod_branch,omitempty"` ProdOlapDriver string `protobuf:"bytes,10,opt,name=prod_olap_driver,json=prodOlapDriver,proto3" json:"prod_olap_driver,omitempty"` ProdOlapDsn string `protobuf:"bytes,11,opt,name=prod_olap_dsn,json=prodOlapDsn,proto3" json:"prod_olap_dsn,omitempty"` ProdSlots int64 `protobuf:"varint,12,opt,name=prod_slots,json=prodSlots,proto3" json:"prod_slots,omitempty"` ProdDeploymentId string `protobuf:"bytes,13,opt,name=prod_deployment_id,json=prodDeploymentId,proto3" json:"prod_deployment_id,omitempty"` CreatedOn *timestamppb.Timestamp `protobuf:"bytes,14,opt,name=created_on,json=createdOn,proto3" json:"created_on,omitempty"` UpdatedOn *timestamppb.Timestamp `protobuf:"bytes,15,opt,name=updated_on,json=updatedOn,proto3" json:"updated_on,omitempty"` // contains filtered or unexported fields }
func (*Project) Descriptor
deprecated
func (*Project) GetCreatedOn ¶
func (x *Project) GetCreatedOn() *timestamppb.Timestamp
func (*Project) GetDescription ¶
func (*Project) GetGithubUrl ¶ added in v0.23.0
func (*Project) GetOrgName ¶ added in v0.24.0
func (*Project) GetProdBranch ¶ added in v0.24.0
func (*Project) GetProdDeploymentId ¶ added in v0.24.0
func (*Project) GetProdOlapDriver ¶ added in v0.24.0
func (*Project) GetProdOlapDsn ¶ added in v0.24.0
func (*Project) GetProdSlots ¶ added in v0.24.0
func (*Project) GetUpdatedOn ¶
func (x *Project) GetUpdatedOn() *timestamppb.Timestamp
func (*Project) ProtoMessage ¶
func (*Project) ProtoMessage()
func (*Project) ProtoReflect ¶
func (x *Project) ProtoReflect() protoreflect.Message
func (*Project) Validate ¶
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 ¶
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 ProjectPermissions ¶ added in v0.24.0
type ProjectPermissions struct { ReadProject bool `protobuf:"varint,1,opt,name=read_project,json=readProject,proto3" json:"read_project,omitempty"` ManageProject bool `protobuf:"varint,2,opt,name=manage_project,json=manageProject,proto3" json:"manage_project,omitempty"` ReadProd bool `protobuf:"varint,3,opt,name=read_prod,json=readProd,proto3" json:"read_prod,omitempty"` ReadProdStatus bool `protobuf:"varint,4,opt,name=read_prod_status,json=readProdStatus,proto3" json:"read_prod_status,omitempty"` ManageProd bool `protobuf:"varint,5,opt,name=manage_prod,json=manageProd,proto3" json:"manage_prod,omitempty"` ReadDev bool `protobuf:"varint,6,opt,name=read_dev,json=readDev,proto3" json:"read_dev,omitempty"` ReadDevStatus bool `protobuf:"varint,7,opt,name=read_dev_status,json=readDevStatus,proto3" json:"read_dev_status,omitempty"` ManageDev bool `protobuf:"varint,8,opt,name=manage_dev,json=manageDev,proto3" json:"manage_dev,omitempty"` ReadProjectMembers bool `protobuf:"varint,9,opt,name=read_project_members,json=readProjectMembers,proto3" json:"read_project_members,omitempty"` ManageProjectMembers bool `protobuf:"varint,10,opt,name=manage_project_members,json=manageProjectMembers,proto3" json:"manage_project_members,omitempty"` // contains filtered or unexported fields }
func (*ProjectPermissions) Descriptor
deprecated
added in
v0.24.0
func (*ProjectPermissions) Descriptor() ([]byte, []int)
Deprecated: Use ProjectPermissions.ProtoReflect.Descriptor instead.
func (*ProjectPermissions) GetManageDev ¶ added in v0.24.0
func (x *ProjectPermissions) GetManageDev() bool
func (*ProjectPermissions) GetManageProd ¶ added in v0.24.0
func (x *ProjectPermissions) GetManageProd() bool
func (*ProjectPermissions) GetManageProject ¶ added in v0.24.0
func (x *ProjectPermissions) GetManageProject() bool
func (*ProjectPermissions) GetManageProjectMembers ¶ added in v0.24.0
func (x *ProjectPermissions) GetManageProjectMembers() bool
func (*ProjectPermissions) GetReadDev ¶ added in v0.24.0
func (x *ProjectPermissions) GetReadDev() bool
func (*ProjectPermissions) GetReadDevStatus ¶ added in v0.24.0
func (x *ProjectPermissions) GetReadDevStatus() bool
func (*ProjectPermissions) GetReadProd ¶ added in v0.24.0
func (x *ProjectPermissions) GetReadProd() bool
func (*ProjectPermissions) GetReadProdStatus ¶ added in v0.24.0
func (x *ProjectPermissions) GetReadProdStatus() bool
func (*ProjectPermissions) GetReadProject ¶ added in v0.24.0
func (x *ProjectPermissions) GetReadProject() bool
func (*ProjectPermissions) GetReadProjectMembers ¶ added in v0.24.0
func (x *ProjectPermissions) GetReadProjectMembers() bool
func (*ProjectPermissions) ProtoMessage ¶ added in v0.24.0
func (*ProjectPermissions) ProtoMessage()
func (*ProjectPermissions) ProtoReflect ¶ added in v0.24.0
func (x *ProjectPermissions) ProtoReflect() protoreflect.Message
func (*ProjectPermissions) Reset ¶ added in v0.24.0
func (x *ProjectPermissions) Reset()
func (*ProjectPermissions) String ¶ added in v0.24.0
func (x *ProjectPermissions) String() string
func (*ProjectPermissions) Validate ¶ added in v0.24.0
func (m *ProjectPermissions) Validate() error
Validate checks the field values on ProjectPermissions with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*ProjectPermissions) ValidateAll ¶ added in v0.24.0
func (m *ProjectPermissions) ValidateAll() error
ValidateAll checks the field values on ProjectPermissions with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in ProjectPermissionsMultiError, or nil if none found.
type ProjectPermissionsMultiError ¶ added in v0.24.0
type ProjectPermissionsMultiError []error
ProjectPermissionsMultiError is an error wrapping multiple validation errors returned by ProjectPermissions.ValidateAll() if the designated constraints aren't met.
func (ProjectPermissionsMultiError) AllErrors ¶ added in v0.24.0
func (m ProjectPermissionsMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (ProjectPermissionsMultiError) Error ¶ added in v0.24.0
func (m ProjectPermissionsMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type ProjectPermissionsValidationError ¶ added in v0.24.0
type ProjectPermissionsValidationError struct {
// contains filtered or unexported fields
}
ProjectPermissionsValidationError is the validation error returned by ProjectPermissions.Validate if the designated constraints aren't met.
func (ProjectPermissionsValidationError) Cause ¶ added in v0.24.0
func (e ProjectPermissionsValidationError) Cause() error
Cause function returns cause value.
func (ProjectPermissionsValidationError) Error ¶ added in v0.24.0
func (e ProjectPermissionsValidationError) Error() string
Error satisfies the builtin error interface
func (ProjectPermissionsValidationError) ErrorName ¶ added in v0.24.0
func (e ProjectPermissionsValidationError) ErrorName() string
ErrorName returns error name.
func (ProjectPermissionsValidationError) Field ¶ added in v0.24.0
func (e ProjectPermissionsValidationError) Field() string
Field function returns field value.
func (ProjectPermissionsValidationError) Key ¶ added in v0.24.0
func (e ProjectPermissionsValidationError) Key() bool
Key function returns key value.
func (ProjectPermissionsValidationError) Reason ¶ added in v0.24.0
func (e ProjectPermissionsValidationError) Reason() string
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 RemoveOrganizationMemberRequest ¶ added in v0.24.0
type RemoveOrganizationMemberRequest struct { Organization string `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` // contains filtered or unexported fields }
func (*RemoveOrganizationMemberRequest) Descriptor
deprecated
added in
v0.24.0
func (*RemoveOrganizationMemberRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveOrganizationMemberRequest.ProtoReflect.Descriptor instead.
func (*RemoveOrganizationMemberRequest) GetEmail ¶ added in v0.24.0
func (x *RemoveOrganizationMemberRequest) GetEmail() string
func (*RemoveOrganizationMemberRequest) GetOrganization ¶ added in v0.24.0
func (x *RemoveOrganizationMemberRequest) GetOrganization() string
func (*RemoveOrganizationMemberRequest) ProtoMessage ¶ added in v0.24.0
func (*RemoveOrganizationMemberRequest) ProtoMessage()
func (*RemoveOrganizationMemberRequest) ProtoReflect ¶ added in v0.24.0
func (x *RemoveOrganizationMemberRequest) ProtoReflect() protoreflect.Message
func (*RemoveOrganizationMemberRequest) Reset ¶ added in v0.24.0
func (x *RemoveOrganizationMemberRequest) Reset()
func (*RemoveOrganizationMemberRequest) String ¶ added in v0.24.0
func (x *RemoveOrganizationMemberRequest) String() string
func (*RemoveOrganizationMemberRequest) Validate ¶ added in v0.24.0
func (m *RemoveOrganizationMemberRequest) Validate() error
Validate checks the field values on RemoveOrganizationMemberRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RemoveOrganizationMemberRequest) ValidateAll ¶ added in v0.24.0
func (m *RemoveOrganizationMemberRequest) ValidateAll() error
ValidateAll checks the field values on RemoveOrganizationMemberRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RemoveOrganizationMemberRequestMultiError, or nil if none found.
type RemoveOrganizationMemberRequestMultiError ¶ added in v0.24.0
type RemoveOrganizationMemberRequestMultiError []error
RemoveOrganizationMemberRequestMultiError is an error wrapping multiple validation errors returned by RemoveOrganizationMemberRequest.ValidateAll() if the designated constraints aren't met.
func (RemoveOrganizationMemberRequestMultiError) AllErrors ¶ added in v0.24.0
func (m RemoveOrganizationMemberRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RemoveOrganizationMemberRequestMultiError) Error ¶ added in v0.24.0
func (m RemoveOrganizationMemberRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RemoveOrganizationMemberRequestValidationError ¶ added in v0.24.0
type RemoveOrganizationMemberRequestValidationError struct {
// contains filtered or unexported fields
}
RemoveOrganizationMemberRequestValidationError is the validation error returned by RemoveOrganizationMemberRequest.Validate if the designated constraints aren't met.
func (RemoveOrganizationMemberRequestValidationError) Cause ¶ added in v0.24.0
func (e RemoveOrganizationMemberRequestValidationError) Cause() error
Cause function returns cause value.
func (RemoveOrganizationMemberRequestValidationError) Error ¶ added in v0.24.0
func (e RemoveOrganizationMemberRequestValidationError) Error() string
Error satisfies the builtin error interface
func (RemoveOrganizationMemberRequestValidationError) ErrorName ¶ added in v0.24.0
func (e RemoveOrganizationMemberRequestValidationError) ErrorName() string
ErrorName returns error name.
func (RemoveOrganizationMemberRequestValidationError) Field ¶ added in v0.24.0
func (e RemoveOrganizationMemberRequestValidationError) Field() string
Field function returns field value.
func (RemoveOrganizationMemberRequestValidationError) Key ¶ added in v0.24.0
func (e RemoveOrganizationMemberRequestValidationError) Key() bool
Key function returns key value.
func (RemoveOrganizationMemberRequestValidationError) Reason ¶ added in v0.24.0
func (e RemoveOrganizationMemberRequestValidationError) Reason() string
Reason function returns reason value.
type RemoveOrganizationMemberResponse ¶ added in v0.24.0
type RemoveOrganizationMemberResponse struct {
// contains filtered or unexported fields
}
func (*RemoveOrganizationMemberResponse) Descriptor
deprecated
added in
v0.24.0
func (*RemoveOrganizationMemberResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemoveOrganizationMemberResponse.ProtoReflect.Descriptor instead.
func (*RemoveOrganizationMemberResponse) ProtoMessage ¶ added in v0.24.0
func (*RemoveOrganizationMemberResponse) ProtoMessage()
func (*RemoveOrganizationMemberResponse) ProtoReflect ¶ added in v0.24.0
func (x *RemoveOrganizationMemberResponse) ProtoReflect() protoreflect.Message
func (*RemoveOrganizationMemberResponse) Reset ¶ added in v0.24.0
func (x *RemoveOrganizationMemberResponse) Reset()
func (*RemoveOrganizationMemberResponse) String ¶ added in v0.24.0
func (x *RemoveOrganizationMemberResponse) String() string
func (*RemoveOrganizationMemberResponse) Validate ¶ added in v0.24.0
func (m *RemoveOrganizationMemberResponse) Validate() error
Validate checks the field values on RemoveOrganizationMemberResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RemoveOrganizationMemberResponse) ValidateAll ¶ added in v0.24.0
func (m *RemoveOrganizationMemberResponse) ValidateAll() error
ValidateAll checks the field values on RemoveOrganizationMemberResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RemoveOrganizationMemberResponseMultiError, or nil if none found.
type RemoveOrganizationMemberResponseMultiError ¶ added in v0.24.0
type RemoveOrganizationMemberResponseMultiError []error
RemoveOrganizationMemberResponseMultiError is an error wrapping multiple validation errors returned by RemoveOrganizationMemberResponse.ValidateAll() if the designated constraints aren't met.
func (RemoveOrganizationMemberResponseMultiError) AllErrors ¶ added in v0.24.0
func (m RemoveOrganizationMemberResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RemoveOrganizationMemberResponseMultiError) Error ¶ added in v0.24.0
func (m RemoveOrganizationMemberResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RemoveOrganizationMemberResponseValidationError ¶ added in v0.24.0
type RemoveOrganizationMemberResponseValidationError struct {
// contains filtered or unexported fields
}
RemoveOrganizationMemberResponseValidationError is the validation error returned by RemoveOrganizationMemberResponse.Validate if the designated constraints aren't met.
func (RemoveOrganizationMemberResponseValidationError) Cause ¶ added in v0.24.0
func (e RemoveOrganizationMemberResponseValidationError) Cause() error
Cause function returns cause value.
func (RemoveOrganizationMemberResponseValidationError) Error ¶ added in v0.24.0
func (e RemoveOrganizationMemberResponseValidationError) Error() string
Error satisfies the builtin error interface
func (RemoveOrganizationMemberResponseValidationError) ErrorName ¶ added in v0.24.0
func (e RemoveOrganizationMemberResponseValidationError) ErrorName() string
ErrorName returns error name.
func (RemoveOrganizationMemberResponseValidationError) Field ¶ added in v0.24.0
func (e RemoveOrganizationMemberResponseValidationError) Field() string
Field function returns field value.
func (RemoveOrganizationMemberResponseValidationError) Key ¶ added in v0.24.0
func (e RemoveOrganizationMemberResponseValidationError) Key() bool
Key function returns key value.
func (RemoveOrganizationMemberResponseValidationError) Reason ¶ added in v0.24.0
func (e RemoveOrganizationMemberResponseValidationError) Reason() string
Reason function returns reason value.
type RemoveProjectMemberRequest ¶ added in v0.24.0
type RemoveProjectMemberRequest struct { Organization string `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"` Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"` // contains filtered or unexported fields }
func (*RemoveProjectMemberRequest) Descriptor
deprecated
added in
v0.24.0
func (*RemoveProjectMemberRequest) Descriptor() ([]byte, []int)
Deprecated: Use RemoveProjectMemberRequest.ProtoReflect.Descriptor instead.
func (*RemoveProjectMemberRequest) GetEmail ¶ added in v0.24.0
func (x *RemoveProjectMemberRequest) GetEmail() string
func (*RemoveProjectMemberRequest) GetOrganization ¶ added in v0.24.0
func (x *RemoveProjectMemberRequest) GetOrganization() string
func (*RemoveProjectMemberRequest) GetProject ¶ added in v0.24.0
func (x *RemoveProjectMemberRequest) GetProject() string
func (*RemoveProjectMemberRequest) ProtoMessage ¶ added in v0.24.0
func (*RemoveProjectMemberRequest) ProtoMessage()
func (*RemoveProjectMemberRequest) ProtoReflect ¶ added in v0.24.0
func (x *RemoveProjectMemberRequest) ProtoReflect() protoreflect.Message
func (*RemoveProjectMemberRequest) Reset ¶ added in v0.24.0
func (x *RemoveProjectMemberRequest) Reset()
func (*RemoveProjectMemberRequest) String ¶ added in v0.24.0
func (x *RemoveProjectMemberRequest) String() string
func (*RemoveProjectMemberRequest) Validate ¶ added in v0.24.0
func (m *RemoveProjectMemberRequest) Validate() error
Validate checks the field values on RemoveProjectMemberRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RemoveProjectMemberRequest) ValidateAll ¶ added in v0.24.0
func (m *RemoveProjectMemberRequest) ValidateAll() error
ValidateAll checks the field values on RemoveProjectMemberRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RemoveProjectMemberRequestMultiError, or nil if none found.
type RemoveProjectMemberRequestMultiError ¶ added in v0.24.0
type RemoveProjectMemberRequestMultiError []error
RemoveProjectMemberRequestMultiError is an error wrapping multiple validation errors returned by RemoveProjectMemberRequest.ValidateAll() if the designated constraints aren't met.
func (RemoveProjectMemberRequestMultiError) AllErrors ¶ added in v0.24.0
func (m RemoveProjectMemberRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RemoveProjectMemberRequestMultiError) Error ¶ added in v0.24.0
func (m RemoveProjectMemberRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RemoveProjectMemberRequestValidationError ¶ added in v0.24.0
type RemoveProjectMemberRequestValidationError struct {
// contains filtered or unexported fields
}
RemoveProjectMemberRequestValidationError is the validation error returned by RemoveProjectMemberRequest.Validate if the designated constraints aren't met.
func (RemoveProjectMemberRequestValidationError) Cause ¶ added in v0.24.0
func (e RemoveProjectMemberRequestValidationError) Cause() error
Cause function returns cause value.
func (RemoveProjectMemberRequestValidationError) Error ¶ added in v0.24.0
func (e RemoveProjectMemberRequestValidationError) Error() string
Error satisfies the builtin error interface
func (RemoveProjectMemberRequestValidationError) ErrorName ¶ added in v0.24.0
func (e RemoveProjectMemberRequestValidationError) ErrorName() string
ErrorName returns error name.
func (RemoveProjectMemberRequestValidationError) Field ¶ added in v0.24.0
func (e RemoveProjectMemberRequestValidationError) Field() string
Field function returns field value.
func (RemoveProjectMemberRequestValidationError) Key ¶ added in v0.24.0
func (e RemoveProjectMemberRequestValidationError) Key() bool
Key function returns key value.
func (RemoveProjectMemberRequestValidationError) Reason ¶ added in v0.24.0
func (e RemoveProjectMemberRequestValidationError) Reason() string
Reason function returns reason value.
type RemoveProjectMemberResponse ¶ added in v0.24.0
type RemoveProjectMemberResponse struct {
// contains filtered or unexported fields
}
func (*RemoveProjectMemberResponse) Descriptor
deprecated
added in
v0.24.0
func (*RemoveProjectMemberResponse) Descriptor() ([]byte, []int)
Deprecated: Use RemoveProjectMemberResponse.ProtoReflect.Descriptor instead.
func (*RemoveProjectMemberResponse) ProtoMessage ¶ added in v0.24.0
func (*RemoveProjectMemberResponse) ProtoMessage()
func (*RemoveProjectMemberResponse) ProtoReflect ¶ added in v0.24.0
func (x *RemoveProjectMemberResponse) ProtoReflect() protoreflect.Message
func (*RemoveProjectMemberResponse) Reset ¶ added in v0.24.0
func (x *RemoveProjectMemberResponse) Reset()
func (*RemoveProjectMemberResponse) String ¶ added in v0.24.0
func (x *RemoveProjectMemberResponse) String() string
func (*RemoveProjectMemberResponse) Validate ¶ added in v0.24.0
func (m *RemoveProjectMemberResponse) Validate() error
Validate checks the field values on RemoveProjectMemberResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RemoveProjectMemberResponse) ValidateAll ¶ added in v0.24.0
func (m *RemoveProjectMemberResponse) ValidateAll() error
ValidateAll checks the field values on RemoveProjectMemberResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RemoveProjectMemberResponseMultiError, or nil if none found.
type RemoveProjectMemberResponseMultiError ¶ added in v0.24.0
type RemoveProjectMemberResponseMultiError []error
RemoveProjectMemberResponseMultiError is an error wrapping multiple validation errors returned by RemoveProjectMemberResponse.ValidateAll() if the designated constraints aren't met.
func (RemoveProjectMemberResponseMultiError) AllErrors ¶ added in v0.24.0
func (m RemoveProjectMemberResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RemoveProjectMemberResponseMultiError) Error ¶ added in v0.24.0
func (m RemoveProjectMemberResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RemoveProjectMemberResponseValidationError ¶ added in v0.24.0
type RemoveProjectMemberResponseValidationError struct {
// contains filtered or unexported fields
}
RemoveProjectMemberResponseValidationError is the validation error returned by RemoveProjectMemberResponse.Validate if the designated constraints aren't met.
func (RemoveProjectMemberResponseValidationError) Cause ¶ added in v0.24.0
func (e RemoveProjectMemberResponseValidationError) Cause() error
Cause function returns cause value.
func (RemoveProjectMemberResponseValidationError) Error ¶ added in v0.24.0
func (e RemoveProjectMemberResponseValidationError) Error() string
Error satisfies the builtin error interface
func (RemoveProjectMemberResponseValidationError) ErrorName ¶ added in v0.24.0
func (e RemoveProjectMemberResponseValidationError) ErrorName() string
ErrorName returns error name.
func (RemoveProjectMemberResponseValidationError) Field ¶ added in v0.24.0
func (e RemoveProjectMemberResponseValidationError) Field() string
Field function returns field value.
func (RemoveProjectMemberResponseValidationError) Key ¶ added in v0.24.0
func (e RemoveProjectMemberResponseValidationError) Key() bool
Key function returns key value.
func (RemoveProjectMemberResponseValidationError) Reason ¶ added in v0.24.0
func (e RemoveProjectMemberResponseValidationError) Reason() string
Reason function returns reason value.
type RevokeCurrentAuthTokenRequest ¶ added in v0.23.0
type RevokeCurrentAuthTokenRequest struct {
// contains filtered or unexported fields
}
func (*RevokeCurrentAuthTokenRequest) Descriptor
deprecated
added in
v0.23.0
func (*RevokeCurrentAuthTokenRequest) Descriptor() ([]byte, []int)
Deprecated: Use RevokeCurrentAuthTokenRequest.ProtoReflect.Descriptor instead.
func (*RevokeCurrentAuthTokenRequest) ProtoMessage ¶ added in v0.23.0
func (*RevokeCurrentAuthTokenRequest) ProtoMessage()
func (*RevokeCurrentAuthTokenRequest) ProtoReflect ¶ added in v0.23.0
func (x *RevokeCurrentAuthTokenRequest) ProtoReflect() protoreflect.Message
func (*RevokeCurrentAuthTokenRequest) Reset ¶ added in v0.23.0
func (x *RevokeCurrentAuthTokenRequest) Reset()
func (*RevokeCurrentAuthTokenRequest) String ¶ added in v0.23.0
func (x *RevokeCurrentAuthTokenRequest) String() string
func (*RevokeCurrentAuthTokenRequest) Validate ¶ added in v0.23.0
func (m *RevokeCurrentAuthTokenRequest) Validate() error
Validate checks the field values on RevokeCurrentAuthTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RevokeCurrentAuthTokenRequest) ValidateAll ¶ added in v0.23.0
func (m *RevokeCurrentAuthTokenRequest) ValidateAll() error
ValidateAll checks the field values on RevokeCurrentAuthTokenRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RevokeCurrentAuthTokenRequestMultiError, or nil if none found.
type RevokeCurrentAuthTokenRequestMultiError ¶ added in v0.23.0
type RevokeCurrentAuthTokenRequestMultiError []error
RevokeCurrentAuthTokenRequestMultiError is an error wrapping multiple validation errors returned by RevokeCurrentAuthTokenRequest.ValidateAll() if the designated constraints aren't met.
func (RevokeCurrentAuthTokenRequestMultiError) AllErrors ¶ added in v0.23.0
func (m RevokeCurrentAuthTokenRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RevokeCurrentAuthTokenRequestMultiError) Error ¶ added in v0.23.0
func (m RevokeCurrentAuthTokenRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RevokeCurrentAuthTokenRequestValidationError ¶ added in v0.23.0
type RevokeCurrentAuthTokenRequestValidationError struct {
// contains filtered or unexported fields
}
RevokeCurrentAuthTokenRequestValidationError is the validation error returned by RevokeCurrentAuthTokenRequest.Validate if the designated constraints aren't met.
func (RevokeCurrentAuthTokenRequestValidationError) Cause ¶ added in v0.23.0
func (e RevokeCurrentAuthTokenRequestValidationError) Cause() error
Cause function returns cause value.
func (RevokeCurrentAuthTokenRequestValidationError) Error ¶ added in v0.23.0
func (e RevokeCurrentAuthTokenRequestValidationError) Error() string
Error satisfies the builtin error interface
func (RevokeCurrentAuthTokenRequestValidationError) ErrorName ¶ added in v0.23.0
func (e RevokeCurrentAuthTokenRequestValidationError) ErrorName() string
ErrorName returns error name.
func (RevokeCurrentAuthTokenRequestValidationError) Field ¶ added in v0.23.0
func (e RevokeCurrentAuthTokenRequestValidationError) Field() string
Field function returns field value.
func (RevokeCurrentAuthTokenRequestValidationError) Key ¶ added in v0.23.0
func (e RevokeCurrentAuthTokenRequestValidationError) Key() bool
Key function returns key value.
func (RevokeCurrentAuthTokenRequestValidationError) Reason ¶ added in v0.23.0
func (e RevokeCurrentAuthTokenRequestValidationError) Reason() string
Reason function returns reason value.
type RevokeCurrentAuthTokenResponse ¶ added in v0.23.0
type RevokeCurrentAuthTokenResponse struct { TokenId string `protobuf:"bytes,1,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"` // contains filtered or unexported fields }
func (*RevokeCurrentAuthTokenResponse) Descriptor
deprecated
added in
v0.23.0
func (*RevokeCurrentAuthTokenResponse) Descriptor() ([]byte, []int)
Deprecated: Use RevokeCurrentAuthTokenResponse.ProtoReflect.Descriptor instead.
func (*RevokeCurrentAuthTokenResponse) GetTokenId ¶ added in v0.23.0
func (x *RevokeCurrentAuthTokenResponse) GetTokenId() string
func (*RevokeCurrentAuthTokenResponse) ProtoMessage ¶ added in v0.23.0
func (*RevokeCurrentAuthTokenResponse) ProtoMessage()
func (*RevokeCurrentAuthTokenResponse) ProtoReflect ¶ added in v0.23.0
func (x *RevokeCurrentAuthTokenResponse) ProtoReflect() protoreflect.Message
func (*RevokeCurrentAuthTokenResponse) Reset ¶ added in v0.23.0
func (x *RevokeCurrentAuthTokenResponse) Reset()
func (*RevokeCurrentAuthTokenResponse) String ¶ added in v0.23.0
func (x *RevokeCurrentAuthTokenResponse) String() string
func (*RevokeCurrentAuthTokenResponse) Validate ¶ added in v0.23.0
func (m *RevokeCurrentAuthTokenResponse) Validate() error
Validate checks the field values on RevokeCurrentAuthTokenResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*RevokeCurrentAuthTokenResponse) ValidateAll ¶ added in v0.23.0
func (m *RevokeCurrentAuthTokenResponse) ValidateAll() error
ValidateAll checks the field values on RevokeCurrentAuthTokenResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in RevokeCurrentAuthTokenResponseMultiError, or nil if none found.
type RevokeCurrentAuthTokenResponseMultiError ¶ added in v0.23.0
type RevokeCurrentAuthTokenResponseMultiError []error
RevokeCurrentAuthTokenResponseMultiError is an error wrapping multiple validation errors returned by RevokeCurrentAuthTokenResponse.ValidateAll() if the designated constraints aren't met.
func (RevokeCurrentAuthTokenResponseMultiError) AllErrors ¶ added in v0.23.0
func (m RevokeCurrentAuthTokenResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (RevokeCurrentAuthTokenResponseMultiError) Error ¶ added in v0.23.0
func (m RevokeCurrentAuthTokenResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type RevokeCurrentAuthTokenResponseValidationError ¶ added in v0.23.0
type RevokeCurrentAuthTokenResponseValidationError struct {
// contains filtered or unexported fields
}
RevokeCurrentAuthTokenResponseValidationError is the validation error returned by RevokeCurrentAuthTokenResponse.Validate if the designated constraints aren't met.
func (RevokeCurrentAuthTokenResponseValidationError) Cause ¶ added in v0.23.0
func (e RevokeCurrentAuthTokenResponseValidationError) Cause() error
Cause function returns cause value.
func (RevokeCurrentAuthTokenResponseValidationError) Error ¶ added in v0.23.0
func (e RevokeCurrentAuthTokenResponseValidationError) Error() string
Error satisfies the builtin error interface
func (RevokeCurrentAuthTokenResponseValidationError) ErrorName ¶ added in v0.23.0
func (e RevokeCurrentAuthTokenResponseValidationError) ErrorName() string
ErrorName returns error name.
func (RevokeCurrentAuthTokenResponseValidationError) Field ¶ added in v0.23.0
func (e RevokeCurrentAuthTokenResponseValidationError) Field() string
Field function returns field value.
func (RevokeCurrentAuthTokenResponseValidationError) Key ¶ added in v0.23.0
func (e RevokeCurrentAuthTokenResponseValidationError) Key() bool
Key function returns key value.
func (RevokeCurrentAuthTokenResponseValidationError) Reason ¶ added in v0.23.0
func (e RevokeCurrentAuthTokenResponseValidationError) Reason() string
Reason function returns reason value.
type SetOrganizationMemberRoleRequest ¶ added in v0.24.0
type SetOrganizationMemberRoleRequest struct { Organization string `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` Role string `protobuf:"bytes,3,opt,name=role,proto3" json:"role,omitempty"` // contains filtered or unexported fields }
func (*SetOrganizationMemberRoleRequest) Descriptor
deprecated
added in
v0.24.0
func (*SetOrganizationMemberRoleRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetOrganizationMemberRoleRequest.ProtoReflect.Descriptor instead.
func (*SetOrganizationMemberRoleRequest) GetEmail ¶ added in v0.24.0
func (x *SetOrganizationMemberRoleRequest) GetEmail() string
func (*SetOrganizationMemberRoleRequest) GetOrganization ¶ added in v0.24.0
func (x *SetOrganizationMemberRoleRequest) GetOrganization() string
func (*SetOrganizationMemberRoleRequest) GetRole ¶ added in v0.24.0
func (x *SetOrganizationMemberRoleRequest) GetRole() string
func (*SetOrganizationMemberRoleRequest) ProtoMessage ¶ added in v0.24.0
func (*SetOrganizationMemberRoleRequest) ProtoMessage()
func (*SetOrganizationMemberRoleRequest) ProtoReflect ¶ added in v0.24.0
func (x *SetOrganizationMemberRoleRequest) ProtoReflect() protoreflect.Message
func (*SetOrganizationMemberRoleRequest) Reset ¶ added in v0.24.0
func (x *SetOrganizationMemberRoleRequest) Reset()
func (*SetOrganizationMemberRoleRequest) String ¶ added in v0.24.0
func (x *SetOrganizationMemberRoleRequest) String() string
func (*SetOrganizationMemberRoleRequest) Validate ¶ added in v0.24.0
func (m *SetOrganizationMemberRoleRequest) Validate() error
Validate checks the field values on SetOrganizationMemberRoleRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetOrganizationMemberRoleRequest) ValidateAll ¶ added in v0.24.0
func (m *SetOrganizationMemberRoleRequest) ValidateAll() error
ValidateAll checks the field values on SetOrganizationMemberRoleRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetOrganizationMemberRoleRequestMultiError, or nil if none found.
type SetOrganizationMemberRoleRequestMultiError ¶ added in v0.24.0
type SetOrganizationMemberRoleRequestMultiError []error
SetOrganizationMemberRoleRequestMultiError is an error wrapping multiple validation errors returned by SetOrganizationMemberRoleRequest.ValidateAll() if the designated constraints aren't met.
func (SetOrganizationMemberRoleRequestMultiError) AllErrors ¶ added in v0.24.0
func (m SetOrganizationMemberRoleRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetOrganizationMemberRoleRequestMultiError) Error ¶ added in v0.24.0
func (m SetOrganizationMemberRoleRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetOrganizationMemberRoleRequestValidationError ¶ added in v0.24.0
type SetOrganizationMemberRoleRequestValidationError struct {
// contains filtered or unexported fields
}
SetOrganizationMemberRoleRequestValidationError is the validation error returned by SetOrganizationMemberRoleRequest.Validate if the designated constraints aren't met.
func (SetOrganizationMemberRoleRequestValidationError) Cause ¶ added in v0.24.0
func (e SetOrganizationMemberRoleRequestValidationError) Cause() error
Cause function returns cause value.
func (SetOrganizationMemberRoleRequestValidationError) Error ¶ added in v0.24.0
func (e SetOrganizationMemberRoleRequestValidationError) Error() string
Error satisfies the builtin error interface
func (SetOrganizationMemberRoleRequestValidationError) ErrorName ¶ added in v0.24.0
func (e SetOrganizationMemberRoleRequestValidationError) ErrorName() string
ErrorName returns error name.
func (SetOrganizationMemberRoleRequestValidationError) Field ¶ added in v0.24.0
func (e SetOrganizationMemberRoleRequestValidationError) Field() string
Field function returns field value.
func (SetOrganizationMemberRoleRequestValidationError) Key ¶ added in v0.24.0
func (e SetOrganizationMemberRoleRequestValidationError) Key() bool
Key function returns key value.
func (SetOrganizationMemberRoleRequestValidationError) Reason ¶ added in v0.24.0
func (e SetOrganizationMemberRoleRequestValidationError) Reason() string
Reason function returns reason value.
type SetOrganizationMemberRoleResponse ¶ added in v0.24.0
type SetOrganizationMemberRoleResponse struct {
// contains filtered or unexported fields
}
func (*SetOrganizationMemberRoleResponse) Descriptor
deprecated
added in
v0.24.0
func (*SetOrganizationMemberRoleResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetOrganizationMemberRoleResponse.ProtoReflect.Descriptor instead.
func (*SetOrganizationMemberRoleResponse) ProtoMessage ¶ added in v0.24.0
func (*SetOrganizationMemberRoleResponse) ProtoMessage()
func (*SetOrganizationMemberRoleResponse) ProtoReflect ¶ added in v0.24.0
func (x *SetOrganizationMemberRoleResponse) ProtoReflect() protoreflect.Message
func (*SetOrganizationMemberRoleResponse) Reset ¶ added in v0.24.0
func (x *SetOrganizationMemberRoleResponse) Reset()
func (*SetOrganizationMemberRoleResponse) String ¶ added in v0.24.0
func (x *SetOrganizationMemberRoleResponse) String() string
func (*SetOrganizationMemberRoleResponse) Validate ¶ added in v0.24.0
func (m *SetOrganizationMemberRoleResponse) Validate() error
Validate checks the field values on SetOrganizationMemberRoleResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetOrganizationMemberRoleResponse) ValidateAll ¶ added in v0.24.0
func (m *SetOrganizationMemberRoleResponse) ValidateAll() error
ValidateAll checks the field values on SetOrganizationMemberRoleResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetOrganizationMemberRoleResponseMultiError, or nil if none found.
type SetOrganizationMemberRoleResponseMultiError ¶ added in v0.24.0
type SetOrganizationMemberRoleResponseMultiError []error
SetOrganizationMemberRoleResponseMultiError is an error wrapping multiple validation errors returned by SetOrganizationMemberRoleResponse.ValidateAll() if the designated constraints aren't met.
func (SetOrganizationMemberRoleResponseMultiError) AllErrors ¶ added in v0.24.0
func (m SetOrganizationMemberRoleResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetOrganizationMemberRoleResponseMultiError) Error ¶ added in v0.24.0
func (m SetOrganizationMemberRoleResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetOrganizationMemberRoleResponseValidationError ¶ added in v0.24.0
type SetOrganizationMemberRoleResponseValidationError struct {
// contains filtered or unexported fields
}
SetOrganizationMemberRoleResponseValidationError is the validation error returned by SetOrganizationMemberRoleResponse.Validate if the designated constraints aren't met.
func (SetOrganizationMemberRoleResponseValidationError) Cause ¶ added in v0.24.0
func (e SetOrganizationMemberRoleResponseValidationError) Cause() error
Cause function returns cause value.
func (SetOrganizationMemberRoleResponseValidationError) Error ¶ added in v0.24.0
func (e SetOrganizationMemberRoleResponseValidationError) Error() string
Error satisfies the builtin error interface
func (SetOrganizationMemberRoleResponseValidationError) ErrorName ¶ added in v0.24.0
func (e SetOrganizationMemberRoleResponseValidationError) ErrorName() string
ErrorName returns error name.
func (SetOrganizationMemberRoleResponseValidationError) Field ¶ added in v0.24.0
func (e SetOrganizationMemberRoleResponseValidationError) Field() string
Field function returns field value.
func (SetOrganizationMemberRoleResponseValidationError) Key ¶ added in v0.24.0
func (e SetOrganizationMemberRoleResponseValidationError) Key() bool
Key function returns key value.
func (SetOrganizationMemberRoleResponseValidationError) Reason ¶ added in v0.24.0
func (e SetOrganizationMemberRoleResponseValidationError) Reason() string
Reason function returns reason value.
type SetProjectMemberRoleRequest ¶ added in v0.24.0
type SetProjectMemberRoleRequest struct { Organization string `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"` Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"` Email string `protobuf:"bytes,3,opt,name=email,proto3" json:"email,omitempty"` Role string `protobuf:"bytes,4,opt,name=role,proto3" json:"role,omitempty"` // contains filtered or unexported fields }
func (*SetProjectMemberRoleRequest) Descriptor
deprecated
added in
v0.24.0
func (*SetProjectMemberRoleRequest) Descriptor() ([]byte, []int)
Deprecated: Use SetProjectMemberRoleRequest.ProtoReflect.Descriptor instead.
func (*SetProjectMemberRoleRequest) GetEmail ¶ added in v0.24.0
func (x *SetProjectMemberRoleRequest) GetEmail() string
func (*SetProjectMemberRoleRequest) GetOrganization ¶ added in v0.24.0
func (x *SetProjectMemberRoleRequest) GetOrganization() string
func (*SetProjectMemberRoleRequest) GetProject ¶ added in v0.24.0
func (x *SetProjectMemberRoleRequest) GetProject() string
func (*SetProjectMemberRoleRequest) GetRole ¶ added in v0.24.0
func (x *SetProjectMemberRoleRequest) GetRole() string
func (*SetProjectMemberRoleRequest) ProtoMessage ¶ added in v0.24.0
func (*SetProjectMemberRoleRequest) ProtoMessage()
func (*SetProjectMemberRoleRequest) ProtoReflect ¶ added in v0.24.0
func (x *SetProjectMemberRoleRequest) ProtoReflect() protoreflect.Message
func (*SetProjectMemberRoleRequest) Reset ¶ added in v0.24.0
func (x *SetProjectMemberRoleRequest) Reset()
func (*SetProjectMemberRoleRequest) String ¶ added in v0.24.0
func (x *SetProjectMemberRoleRequest) String() string
func (*SetProjectMemberRoleRequest) Validate ¶ added in v0.24.0
func (m *SetProjectMemberRoleRequest) Validate() error
Validate checks the field values on SetProjectMemberRoleRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetProjectMemberRoleRequest) ValidateAll ¶ added in v0.24.0
func (m *SetProjectMemberRoleRequest) ValidateAll() error
ValidateAll checks the field values on SetProjectMemberRoleRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetProjectMemberRoleRequestMultiError, or nil if none found.
type SetProjectMemberRoleRequestMultiError ¶ added in v0.24.0
type SetProjectMemberRoleRequestMultiError []error
SetProjectMemberRoleRequestMultiError is an error wrapping multiple validation errors returned by SetProjectMemberRoleRequest.ValidateAll() if the designated constraints aren't met.
func (SetProjectMemberRoleRequestMultiError) AllErrors ¶ added in v0.24.0
func (m SetProjectMemberRoleRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetProjectMemberRoleRequestMultiError) Error ¶ added in v0.24.0
func (m SetProjectMemberRoleRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetProjectMemberRoleRequestValidationError ¶ added in v0.24.0
type SetProjectMemberRoleRequestValidationError struct {
// contains filtered or unexported fields
}
SetProjectMemberRoleRequestValidationError is the validation error returned by SetProjectMemberRoleRequest.Validate if the designated constraints aren't met.
func (SetProjectMemberRoleRequestValidationError) Cause ¶ added in v0.24.0
func (e SetProjectMemberRoleRequestValidationError) Cause() error
Cause function returns cause value.
func (SetProjectMemberRoleRequestValidationError) Error ¶ added in v0.24.0
func (e SetProjectMemberRoleRequestValidationError) Error() string
Error satisfies the builtin error interface
func (SetProjectMemberRoleRequestValidationError) ErrorName ¶ added in v0.24.0
func (e SetProjectMemberRoleRequestValidationError) ErrorName() string
ErrorName returns error name.
func (SetProjectMemberRoleRequestValidationError) Field ¶ added in v0.24.0
func (e SetProjectMemberRoleRequestValidationError) Field() string
Field function returns field value.
func (SetProjectMemberRoleRequestValidationError) Key ¶ added in v0.24.0
func (e SetProjectMemberRoleRequestValidationError) Key() bool
Key function returns key value.
func (SetProjectMemberRoleRequestValidationError) Reason ¶ added in v0.24.0
func (e SetProjectMemberRoleRequestValidationError) Reason() string
Reason function returns reason value.
type SetProjectMemberRoleResponse ¶ added in v0.24.0
type SetProjectMemberRoleResponse struct {
// contains filtered or unexported fields
}
func (*SetProjectMemberRoleResponse) Descriptor
deprecated
added in
v0.24.0
func (*SetProjectMemberRoleResponse) Descriptor() ([]byte, []int)
Deprecated: Use SetProjectMemberRoleResponse.ProtoReflect.Descriptor instead.
func (*SetProjectMemberRoleResponse) ProtoMessage ¶ added in v0.24.0
func (*SetProjectMemberRoleResponse) ProtoMessage()
func (*SetProjectMemberRoleResponse) ProtoReflect ¶ added in v0.24.0
func (x *SetProjectMemberRoleResponse) ProtoReflect() protoreflect.Message
func (*SetProjectMemberRoleResponse) Reset ¶ added in v0.24.0
func (x *SetProjectMemberRoleResponse) Reset()
func (*SetProjectMemberRoleResponse) String ¶ added in v0.24.0
func (x *SetProjectMemberRoleResponse) String() string
func (*SetProjectMemberRoleResponse) Validate ¶ added in v0.24.0
func (m *SetProjectMemberRoleResponse) Validate() error
Validate checks the field values on SetProjectMemberRoleResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*SetProjectMemberRoleResponse) ValidateAll ¶ added in v0.24.0
func (m *SetProjectMemberRoleResponse) ValidateAll() error
ValidateAll checks the field values on SetProjectMemberRoleResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in SetProjectMemberRoleResponseMultiError, or nil if none found.
type SetProjectMemberRoleResponseMultiError ¶ added in v0.24.0
type SetProjectMemberRoleResponseMultiError []error
SetProjectMemberRoleResponseMultiError is an error wrapping multiple validation errors returned by SetProjectMemberRoleResponse.ValidateAll() if the designated constraints aren't met.
func (SetProjectMemberRoleResponseMultiError) AllErrors ¶ added in v0.24.0
func (m SetProjectMemberRoleResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (SetProjectMemberRoleResponseMultiError) Error ¶ added in v0.24.0
func (m SetProjectMemberRoleResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type SetProjectMemberRoleResponseValidationError ¶ added in v0.24.0
type SetProjectMemberRoleResponseValidationError struct {
// contains filtered or unexported fields
}
SetProjectMemberRoleResponseValidationError is the validation error returned by SetProjectMemberRoleResponse.Validate if the designated constraints aren't met.
func (SetProjectMemberRoleResponseValidationError) Cause ¶ added in v0.24.0
func (e SetProjectMemberRoleResponseValidationError) Cause() error
Cause function returns cause value.
func (SetProjectMemberRoleResponseValidationError) Error ¶ added in v0.24.0
func (e SetProjectMemberRoleResponseValidationError) Error() string
Error satisfies the builtin error interface
func (SetProjectMemberRoleResponseValidationError) ErrorName ¶ added in v0.24.0
func (e SetProjectMemberRoleResponseValidationError) ErrorName() string
ErrorName returns error name.
func (SetProjectMemberRoleResponseValidationError) Field ¶ added in v0.24.0
func (e SetProjectMemberRoleResponseValidationError) Field() string
Field function returns field value.
func (SetProjectMemberRoleResponseValidationError) Key ¶ added in v0.24.0
func (e SetProjectMemberRoleResponseValidationError) Key() bool
Key function returns key value.
func (SetProjectMemberRoleResponseValidationError) Reason ¶ added in v0.24.0
func (e SetProjectMemberRoleResponseValidationError) Reason() string
Reason function returns reason value.
type UnimplementedAdminServiceServer ¶
type UnimplementedAdminServiceServer struct { }
UnimplementedAdminServiceServer must be embedded to have forward compatible implementations.
func (UnimplementedAdminServiceServer) AddOrganizationMember ¶ added in v0.24.0
func (UnimplementedAdminServiceServer) AddOrganizationMember(context.Context, *AddOrganizationMemberRequest) (*AddOrganizationMemberResponse, error)
func (UnimplementedAdminServiceServer) AddProjectMember ¶ added in v0.24.0
func (UnimplementedAdminServiceServer) AddProjectMember(context.Context, *AddProjectMemberRequest) (*AddProjectMemberResponse, error)
func (UnimplementedAdminServiceServer) CreateOrganization ¶
func (UnimplementedAdminServiceServer) CreateOrganization(context.Context, *CreateOrganizationRequest) (*CreateOrganizationResponse, error)
func (UnimplementedAdminServiceServer) CreateProject ¶
func (UnimplementedAdminServiceServer) CreateProject(context.Context, *CreateProjectRequest) (*CreateProjectResponse, error)
func (UnimplementedAdminServiceServer) DeleteOrganization ¶
func (UnimplementedAdminServiceServer) DeleteOrganization(context.Context, *DeleteOrganizationRequest) (*DeleteOrganizationResponse, error)
func (UnimplementedAdminServiceServer) DeleteProject ¶
func (UnimplementedAdminServiceServer) DeleteProject(context.Context, *DeleteProjectRequest) (*DeleteProjectResponse, error)
func (UnimplementedAdminServiceServer) GetCurrentUser ¶ added in v0.23.0
func (UnimplementedAdminServiceServer) GetCurrentUser(context.Context, *GetCurrentUserRequest) (*GetCurrentUserResponse, error)
func (UnimplementedAdminServiceServer) GetGithubRepoStatus ¶ added in v0.23.0
func (UnimplementedAdminServiceServer) GetGithubRepoStatus(context.Context, *GetGithubRepoStatusRequest) (*GetGithubRepoStatusResponse, error)
func (UnimplementedAdminServiceServer) GetOrganization ¶ added in v0.23.0
func (UnimplementedAdminServiceServer) GetOrganization(context.Context, *GetOrganizationRequest) (*GetOrganizationResponse, error)
func (UnimplementedAdminServiceServer) GetProject ¶ added in v0.23.0
func (UnimplementedAdminServiceServer) GetProject(context.Context, *GetProjectRequest) (*GetProjectResponse, error)
func (UnimplementedAdminServiceServer) GetProjectVariables ¶ added in v0.24.0
func (UnimplementedAdminServiceServer) GetProjectVariables(context.Context, *GetProjectVariablesRequest) (*GetProjectVariablesResponse, error)
func (UnimplementedAdminServiceServer) LeaveOrganization ¶ added in v0.24.0
func (UnimplementedAdminServiceServer) LeaveOrganization(context.Context, *LeaveOrganizationRequest) (*LeaveOrganizationResponse, error)
func (UnimplementedAdminServiceServer) ListOrganizationMembers ¶ added in v0.24.0
func (UnimplementedAdminServiceServer) ListOrganizationMembers(context.Context, *ListOrganizationMembersRequest) (*ListOrganizationMembersResponse, error)
func (UnimplementedAdminServiceServer) ListOrganizations ¶ added in v0.23.0
func (UnimplementedAdminServiceServer) ListOrganizations(context.Context, *ListOrganizationsRequest) (*ListOrganizationsResponse, error)
func (UnimplementedAdminServiceServer) ListProjectMembers ¶ added in v0.24.0
func (UnimplementedAdminServiceServer) ListProjectMembers(context.Context, *ListProjectMembersRequest) (*ListProjectMembersResponse, error)
func (UnimplementedAdminServiceServer) ListProjectsForOrganization ¶ added in v0.24.0
func (UnimplementedAdminServiceServer) ListProjectsForOrganization(context.Context, *ListProjectsForOrganizationRequest) (*ListProjectsForOrganizationResponse, error)
func (UnimplementedAdminServiceServer) ListProjectsForOrganizationAndGithubURL ¶ added in v0.24.0
func (UnimplementedAdminServiceServer) ListProjectsForOrganizationAndGithubURL(context.Context, *ListProjectsForOrganizationAndGithubURLRequest) (*ListProjectsForOrganizationAndGithubURLResponse, error)
func (UnimplementedAdminServiceServer) Ping ¶
func (UnimplementedAdminServiceServer) Ping(context.Context, *PingRequest) (*PingResponse, error)
func (UnimplementedAdminServiceServer) RemoveOrganizationMember ¶ added in v0.24.0
func (UnimplementedAdminServiceServer) RemoveOrganizationMember(context.Context, *RemoveOrganizationMemberRequest) (*RemoveOrganizationMemberResponse, error)
func (UnimplementedAdminServiceServer) RemoveProjectMember ¶ added in v0.24.0
func (UnimplementedAdminServiceServer) RemoveProjectMember(context.Context, *RemoveProjectMemberRequest) (*RemoveProjectMemberResponse, error)
func (UnimplementedAdminServiceServer) RevokeCurrentAuthToken ¶ added in v0.23.0
func (UnimplementedAdminServiceServer) RevokeCurrentAuthToken(context.Context, *RevokeCurrentAuthTokenRequest) (*RevokeCurrentAuthTokenResponse, error)
func (UnimplementedAdminServiceServer) SetOrganizationMemberRole ¶ added in v0.24.0
func (UnimplementedAdminServiceServer) SetOrganizationMemberRole(context.Context, *SetOrganizationMemberRoleRequest) (*SetOrganizationMemberRoleResponse, error)
func (UnimplementedAdminServiceServer) SetProjectMemberRole ¶ added in v0.24.0
func (UnimplementedAdminServiceServer) SetProjectMemberRole(context.Context, *SetProjectMemberRoleRequest) (*SetProjectMemberRoleResponse, error)
func (UnimplementedAdminServiceServer) UpdateOrganization ¶
func (UnimplementedAdminServiceServer) UpdateOrganization(context.Context, *UpdateOrganizationRequest) (*UpdateOrganizationResponse, error)
func (UnimplementedAdminServiceServer) UpdateProject ¶
func (UnimplementedAdminServiceServer) UpdateProject(context.Context, *UpdateProjectRequest) (*UpdateProjectResponse, error)
func (UnimplementedAdminServiceServer) UpdateProjectVariables ¶ added in v0.24.0
func (UnimplementedAdminServiceServer) UpdateProjectVariables(context.Context, *UpdateProjectVariablesRequest) (*UpdateProjectVariablesResponse, error)
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 UpdateOrganizationRequest ¶
type UpdateOrganizationRequest 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"` Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"` // contains filtered or unexported fields }
func (*UpdateOrganizationRequest) Descriptor
deprecated
func (*UpdateOrganizationRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateOrganizationRequest.ProtoReflect.Descriptor instead.
func (*UpdateOrganizationRequest) GetDescription ¶
func (x *UpdateOrganizationRequest) GetDescription() string
func (*UpdateOrganizationRequest) GetId ¶ added in v0.24.0
func (x *UpdateOrganizationRequest) GetId() string
func (*UpdateOrganizationRequest) GetName ¶
func (x *UpdateOrganizationRequest) GetName() string
func (*UpdateOrganizationRequest) ProtoMessage ¶
func (*UpdateOrganizationRequest) ProtoMessage()
func (*UpdateOrganizationRequest) ProtoReflect ¶
func (x *UpdateOrganizationRequest) ProtoReflect() protoreflect.Message
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 ¶
func (m UpdateOrganizationRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateOrganizationRequestMultiError) Error ¶
func (m UpdateOrganizationRequestMultiError) Error() string
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 ¶
func (e UpdateOrganizationRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateOrganizationRequestValidationError) Error ¶
func (e UpdateOrganizationRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateOrganizationRequestValidationError) ErrorName ¶
func (e UpdateOrganizationRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateOrganizationRequestValidationError) Field ¶
func (e UpdateOrganizationRequestValidationError) Field() string
Field function returns field value.
func (UpdateOrganizationRequestValidationError) Key ¶
func (e UpdateOrganizationRequestValidationError) Key() bool
Key function returns key value.
func (UpdateOrganizationRequestValidationError) Reason ¶
func (e UpdateOrganizationRequestValidationError) Reason() string
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 (x *UpdateOrganizationResponse) ProtoReflect() protoreflect.Message
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 ¶
func (m UpdateOrganizationResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateOrganizationResponseMultiError) Error ¶
func (m UpdateOrganizationResponseMultiError) Error() string
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 ¶
func (e UpdateOrganizationResponseValidationError) Cause() error
Cause function returns cause value.
func (UpdateOrganizationResponseValidationError) Error ¶
func (e UpdateOrganizationResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateOrganizationResponseValidationError) ErrorName ¶
func (e UpdateOrganizationResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateOrganizationResponseValidationError) Field ¶
func (e UpdateOrganizationResponseValidationError) Field() string
Field function returns field value.
func (UpdateOrganizationResponseValidationError) Key ¶
func (e UpdateOrganizationResponseValidationError) Key() bool
Key function returns key value.
func (UpdateOrganizationResponseValidationError) Reason ¶
func (e UpdateOrganizationResponseValidationError) Reason() string
Reason function returns reason value.
type UpdateProjectRequest ¶
type UpdateProjectRequest struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` OrganizationName string `protobuf:"bytes,2,opt,name=organization_name,json=organizationName,proto3" json:"organization_name,omitempty"` Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"` Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"` Public bool `protobuf:"varint,5,opt,name=public,proto3" json:"public,omitempty"` ProdBranch string `protobuf:"bytes,6,opt,name=prod_branch,json=prodBranch,proto3" json:"prod_branch,omitempty"` GithubUrl string `protobuf:"bytes,7,opt,name=github_url,json=githubUrl,proto3" json:"github_url,omitempty"` // contains filtered or unexported fields }
func (*UpdateProjectRequest) Descriptor
deprecated
func (*UpdateProjectRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateProjectRequest.ProtoReflect.Descriptor instead.
func (*UpdateProjectRequest) GetDescription ¶
func (x *UpdateProjectRequest) GetDescription() string
func (*UpdateProjectRequest) GetGithubUrl ¶ added in v0.23.0
func (x *UpdateProjectRequest) GetGithubUrl() string
func (*UpdateProjectRequest) GetId ¶ added in v0.24.0
func (x *UpdateProjectRequest) GetId() string
func (*UpdateProjectRequest) GetName ¶
func (x *UpdateProjectRequest) GetName() string
func (*UpdateProjectRequest) GetOrganizationName ¶ added in v0.23.0
func (x *UpdateProjectRequest) GetOrganizationName() string
func (*UpdateProjectRequest) GetProdBranch ¶ added in v0.24.0
func (x *UpdateProjectRequest) GetProdBranch() string
func (*UpdateProjectRequest) GetPublic ¶ added in v0.23.0
func (x *UpdateProjectRequest) GetPublic() bool
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 ¶
func (m UpdateProjectRequestMultiError) Error() string
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 ¶
func (e UpdateProjectRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateProjectRequestValidationError) Error ¶
func (e UpdateProjectRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateProjectRequestValidationError) ErrorName ¶
func (e UpdateProjectRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateProjectRequestValidationError) Field ¶
func (e UpdateProjectRequestValidationError) Field() string
Field function returns field value.
func (UpdateProjectRequestValidationError) Key ¶
func (e UpdateProjectRequestValidationError) Key() bool
Key function returns key value.
func (UpdateProjectRequestValidationError) Reason ¶
func (e UpdateProjectRequestValidationError) Reason() string
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 ¶
func (m UpdateProjectResponseMultiError) Error() string
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 ¶
func (e UpdateProjectResponseValidationError) Cause() error
Cause function returns cause value.
func (UpdateProjectResponseValidationError) Error ¶
func (e UpdateProjectResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateProjectResponseValidationError) ErrorName ¶
func (e UpdateProjectResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateProjectResponseValidationError) Field ¶
func (e UpdateProjectResponseValidationError) Field() string
Field function returns field value.
func (UpdateProjectResponseValidationError) Key ¶
func (e UpdateProjectResponseValidationError) Key() bool
Key function returns key value.
func (UpdateProjectResponseValidationError) Reason ¶
func (e UpdateProjectResponseValidationError) Reason() string
Reason function returns reason value.
type UpdateProjectVariablesRequest ¶ added in v0.24.0
type UpdateProjectVariablesRequest struct { OrganizationName string `protobuf:"bytes,1,opt,name=organization_name,json=organizationName,proto3" json:"organization_name,omitempty"` Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"` Variables map[string]string `` /* 159-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UpdateProjectVariablesRequest) Descriptor
deprecated
added in
v0.24.0
func (*UpdateProjectVariablesRequest) Descriptor() ([]byte, []int)
Deprecated: Use UpdateProjectVariablesRequest.ProtoReflect.Descriptor instead.
func (*UpdateProjectVariablesRequest) GetName ¶ added in v0.24.0
func (x *UpdateProjectVariablesRequest) GetName() string
func (*UpdateProjectVariablesRequest) GetOrganizationName ¶ added in v0.24.0
func (x *UpdateProjectVariablesRequest) GetOrganizationName() string
func (*UpdateProjectVariablesRequest) GetVariables ¶ added in v0.24.0
func (x *UpdateProjectVariablesRequest) GetVariables() map[string]string
func (*UpdateProjectVariablesRequest) ProtoMessage ¶ added in v0.24.0
func (*UpdateProjectVariablesRequest) ProtoMessage()
func (*UpdateProjectVariablesRequest) ProtoReflect ¶ added in v0.24.0
func (x *UpdateProjectVariablesRequest) ProtoReflect() protoreflect.Message
func (*UpdateProjectVariablesRequest) Reset ¶ added in v0.24.0
func (x *UpdateProjectVariablesRequest) Reset()
func (*UpdateProjectVariablesRequest) String ¶ added in v0.24.0
func (x *UpdateProjectVariablesRequest) String() string
func (*UpdateProjectVariablesRequest) Validate ¶ added in v0.24.0
func (m *UpdateProjectVariablesRequest) Validate() error
Validate checks the field values on UpdateProjectVariablesRequest with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdateProjectVariablesRequest) ValidateAll ¶ added in v0.24.0
func (m *UpdateProjectVariablesRequest) ValidateAll() error
ValidateAll checks the field values on UpdateProjectVariablesRequest with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateProjectVariablesRequestMultiError, or nil if none found.
type UpdateProjectVariablesRequestMultiError ¶ added in v0.24.0
type UpdateProjectVariablesRequestMultiError []error
UpdateProjectVariablesRequestMultiError is an error wrapping multiple validation errors returned by UpdateProjectVariablesRequest.ValidateAll() if the designated constraints aren't met.
func (UpdateProjectVariablesRequestMultiError) AllErrors ¶ added in v0.24.0
func (m UpdateProjectVariablesRequestMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateProjectVariablesRequestMultiError) Error ¶ added in v0.24.0
func (m UpdateProjectVariablesRequestMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateProjectVariablesRequestValidationError ¶ added in v0.24.0
type UpdateProjectVariablesRequestValidationError struct {
// contains filtered or unexported fields
}
UpdateProjectVariablesRequestValidationError is the validation error returned by UpdateProjectVariablesRequest.Validate if the designated constraints aren't met.
func (UpdateProjectVariablesRequestValidationError) Cause ¶ added in v0.24.0
func (e UpdateProjectVariablesRequestValidationError) Cause() error
Cause function returns cause value.
func (UpdateProjectVariablesRequestValidationError) Error ¶ added in v0.24.0
func (e UpdateProjectVariablesRequestValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateProjectVariablesRequestValidationError) ErrorName ¶ added in v0.24.0
func (e UpdateProjectVariablesRequestValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateProjectVariablesRequestValidationError) Field ¶ added in v0.24.0
func (e UpdateProjectVariablesRequestValidationError) Field() string
Field function returns field value.
func (UpdateProjectVariablesRequestValidationError) Key ¶ added in v0.24.0
func (e UpdateProjectVariablesRequestValidationError) Key() bool
Key function returns key value.
func (UpdateProjectVariablesRequestValidationError) Reason ¶ added in v0.24.0
func (e UpdateProjectVariablesRequestValidationError) Reason() string
Reason function returns reason value.
type UpdateProjectVariablesResponse ¶ added in v0.24.0
type UpdateProjectVariablesResponse struct { Variables map[string]string `` /* 159-byte string literal not displayed */ // contains filtered or unexported fields }
func (*UpdateProjectVariablesResponse) Descriptor
deprecated
added in
v0.24.0
func (*UpdateProjectVariablesResponse) Descriptor() ([]byte, []int)
Deprecated: Use UpdateProjectVariablesResponse.ProtoReflect.Descriptor instead.
func (*UpdateProjectVariablesResponse) GetVariables ¶ added in v0.24.0
func (x *UpdateProjectVariablesResponse) GetVariables() map[string]string
func (*UpdateProjectVariablesResponse) ProtoMessage ¶ added in v0.24.0
func (*UpdateProjectVariablesResponse) ProtoMessage()
func (*UpdateProjectVariablesResponse) ProtoReflect ¶ added in v0.24.0
func (x *UpdateProjectVariablesResponse) ProtoReflect() protoreflect.Message
func (*UpdateProjectVariablesResponse) Reset ¶ added in v0.24.0
func (x *UpdateProjectVariablesResponse) Reset()
func (*UpdateProjectVariablesResponse) String ¶ added in v0.24.0
func (x *UpdateProjectVariablesResponse) String() string
func (*UpdateProjectVariablesResponse) Validate ¶ added in v0.24.0
func (m *UpdateProjectVariablesResponse) Validate() error
Validate checks the field values on UpdateProjectVariablesResponse with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UpdateProjectVariablesResponse) ValidateAll ¶ added in v0.24.0
func (m *UpdateProjectVariablesResponse) ValidateAll() error
ValidateAll checks the field values on UpdateProjectVariablesResponse with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UpdateProjectVariablesResponseMultiError, or nil if none found.
type UpdateProjectVariablesResponseMultiError ¶ added in v0.24.0
type UpdateProjectVariablesResponseMultiError []error
UpdateProjectVariablesResponseMultiError is an error wrapping multiple validation errors returned by UpdateProjectVariablesResponse.ValidateAll() if the designated constraints aren't met.
func (UpdateProjectVariablesResponseMultiError) AllErrors ¶ added in v0.24.0
func (m UpdateProjectVariablesResponseMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UpdateProjectVariablesResponseMultiError) Error ¶ added in v0.24.0
func (m UpdateProjectVariablesResponseMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UpdateProjectVariablesResponseValidationError ¶ added in v0.24.0
type UpdateProjectVariablesResponseValidationError struct {
// contains filtered or unexported fields
}
UpdateProjectVariablesResponseValidationError is the validation error returned by UpdateProjectVariablesResponse.Validate if the designated constraints aren't met.
func (UpdateProjectVariablesResponseValidationError) Cause ¶ added in v0.24.0
func (e UpdateProjectVariablesResponseValidationError) Cause() error
Cause function returns cause value.
func (UpdateProjectVariablesResponseValidationError) Error ¶ added in v0.24.0
func (e UpdateProjectVariablesResponseValidationError) Error() string
Error satisfies the builtin error interface
func (UpdateProjectVariablesResponseValidationError) ErrorName ¶ added in v0.24.0
func (e UpdateProjectVariablesResponseValidationError) ErrorName() string
ErrorName returns error name.
func (UpdateProjectVariablesResponseValidationError) Field ¶ added in v0.24.0
func (e UpdateProjectVariablesResponseValidationError) Field() string
Field function returns field value.
func (UpdateProjectVariablesResponseValidationError) Key ¶ added in v0.24.0
func (e UpdateProjectVariablesResponseValidationError) Key() bool
Key function returns key value.
func (UpdateProjectVariablesResponseValidationError) Reason ¶ added in v0.24.0
func (e UpdateProjectVariablesResponseValidationError) Reason() string
Reason function returns reason value.
type User ¶ added in v0.23.0
type User struct { Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"` Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"` DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"` PhotoUrl string `protobuf:"bytes,4,opt,name=photo_url,json=photoUrl,proto3" json:"photo_url,omitempty"` CreatedOn *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=created_on,json=createdOn,proto3" json:"created_on,omitempty"` UpdatedOn *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=updated_on,json=updatedOn,proto3" json:"updated_on,omitempty"` // contains filtered or unexported fields }
func (*User) Descriptor
deprecated
added in
v0.23.0
func (*User) GetCreatedOn ¶ added in v0.23.0
func (x *User) GetCreatedOn() *timestamppb.Timestamp
func (*User) GetDisplayName ¶ added in v0.23.0
func (*User) GetPhotoUrl ¶ added in v0.23.0
func (*User) GetUpdatedOn ¶ added in v0.23.0
func (x *User) GetUpdatedOn() *timestamppb.Timestamp
func (*User) ProtoMessage ¶ added in v0.23.0
func (*User) ProtoMessage()
func (*User) ProtoReflect ¶ added in v0.23.0
func (x *User) ProtoReflect() protoreflect.Message
func (*User) Validate ¶ added in v0.23.0
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 ¶ added in v0.23.0
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 UserInvite ¶ added in v0.24.0
type UserInvite struct { Email string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"` Role string `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"` InvitedBy string `protobuf:"bytes,3,opt,name=invited_by,json=invitedBy,proto3" json:"invited_by,omitempty"` // contains filtered or unexported fields }
func (*UserInvite) Descriptor
deprecated
added in
v0.24.0
func (*UserInvite) Descriptor() ([]byte, []int)
Deprecated: Use UserInvite.ProtoReflect.Descriptor instead.
func (*UserInvite) GetEmail ¶ added in v0.24.0
func (x *UserInvite) GetEmail() string
func (*UserInvite) GetInvitedBy ¶ added in v0.24.0
func (x *UserInvite) GetInvitedBy() string
func (*UserInvite) GetRole ¶ added in v0.24.0
func (x *UserInvite) GetRole() string
func (*UserInvite) ProtoMessage ¶ added in v0.24.0
func (*UserInvite) ProtoMessage()
func (*UserInvite) ProtoReflect ¶ added in v0.24.0
func (x *UserInvite) ProtoReflect() protoreflect.Message
func (*UserInvite) Reset ¶ added in v0.24.0
func (x *UserInvite) Reset()
func (*UserInvite) String ¶ added in v0.24.0
func (x *UserInvite) String() string
func (*UserInvite) Validate ¶ added in v0.24.0
func (m *UserInvite) Validate() error
Validate checks the field values on UserInvite with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.
func (*UserInvite) ValidateAll ¶ added in v0.24.0
func (m *UserInvite) ValidateAll() error
ValidateAll checks the field values on UserInvite with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserInviteMultiError, or nil if none found.
type UserInviteMultiError ¶ added in v0.24.0
type UserInviteMultiError []error
UserInviteMultiError is an error wrapping multiple validation errors returned by UserInvite.ValidateAll() if the designated constraints aren't met.
func (UserInviteMultiError) AllErrors ¶ added in v0.24.0
func (m UserInviteMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UserInviteMultiError) Error ¶ added in v0.24.0
func (m UserInviteMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UserInviteValidationError ¶ added in v0.24.0
type UserInviteValidationError struct {
// contains filtered or unexported fields
}
UserInviteValidationError is the validation error returned by UserInvite.Validate if the designated constraints aren't met.
func (UserInviteValidationError) Cause ¶ added in v0.24.0
func (e UserInviteValidationError) Cause() error
Cause function returns cause value.
func (UserInviteValidationError) Error ¶ added in v0.24.0
func (e UserInviteValidationError) Error() string
Error satisfies the builtin error interface
func (UserInviteValidationError) ErrorName ¶ added in v0.24.0
func (e UserInviteValidationError) ErrorName() string
ErrorName returns error name.
func (UserInviteValidationError) Field ¶ added in v0.24.0
func (e UserInviteValidationError) Field() string
Field function returns field value.
func (UserInviteValidationError) Key ¶ added in v0.24.0
func (e UserInviteValidationError) Key() bool
Key function returns key value.
func (UserInviteValidationError) Reason ¶ added in v0.24.0
func (e UserInviteValidationError) Reason() string
Reason function returns reason value.
type UserMultiError ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (m UserMultiError) AllErrors() []error
AllErrors returns a list of validation violation errors.
func (UserMultiError) Error ¶ added in v0.23.0
func (m UserMultiError) Error() string
Error returns a concatenation of all the error messages it wraps.
type UserValidationError ¶ added in v0.23.0
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 ¶ added in v0.23.0
func (e UserValidationError) Cause() error
Cause function returns cause value.
func (UserValidationError) Error ¶ added in v0.23.0
func (e UserValidationError) Error() string
Error satisfies the builtin error interface
func (UserValidationError) ErrorName ¶ added in v0.23.0
func (e UserValidationError) ErrorName() string
ErrorName returns error name.
func (UserValidationError) Field ¶ added in v0.23.0
func (e UserValidationError) Field() string
Field function returns field value.
func (UserValidationError) Key ¶ added in v0.23.0
func (e UserValidationError) Key() bool
Key function returns key value.
func (UserValidationError) Reason ¶ added in v0.23.0
func (e UserValidationError) Reason() string
Reason function returns reason value.