adminv1

package
v0.25.1 Latest Latest
Warning

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

Go to latest
Published: May 13, 2023 License: Apache-2.0 Imports: 30 Imported by: 0

Documentation

Overview

Package adminv1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Index

Constants

View Source
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_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_TriggerReconcile_FullMethodName            = "/rill.admin.v1.AdminService/TriggerReconcile"
	AdminService_TriggerRefreshSources_FullMethodName       = "/rill.admin.v1.AdminService/TriggerRefreshSources"
	AdminService_TriggerRedeploy_FullMethodName             = "/rill.admin.v1.AdminService/TriggerRedeploy"
	AdminService_ListOrganizationMembers_FullMethodName     = "/rill.admin.v1.AdminService/ListOrganizationMembers"
	AdminService_ListOrganizationInvites_FullMethodName     = "/rill.admin.v1.AdminService/ListOrganizationInvites"
	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_ListProjectInvites_FullMethodName          = "/rill.admin.v1.AdminService/ListProjectInvites"
	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"
	AdminService_CreateAutoinviteDomain_FullMethodName      = "/rill.admin.v1.AdminService/CreateAutoinviteDomain"
	AdminService_RemoveAutoinviteDomain_FullMethodName      = "/rill.admin.v1.AdminService/RemoveAutoinviteDomain"
)

Variables

View Source
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.

View Source
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: "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: "TriggerReconcile",
			Handler:    _AdminService_TriggerReconcile_Handler,
		},
		{
			MethodName: "TriggerRefreshSources",
			Handler:    _AdminService_TriggerRefreshSources_Handler,
		},
		{
			MethodName: "TriggerRedeploy",
			Handler:    _AdminService_TriggerRedeploy_Handler,
		},
		{
			MethodName: "ListOrganizationMembers",
			Handler:    _AdminService_ListOrganizationMembers_Handler,
		},
		{
			MethodName: "ListOrganizationInvites",
			Handler:    _AdminService_ListOrganizationInvites_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: "ListProjectInvites",
			Handler:    _AdminService_ListProjectInvites_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,
		},
		{
			MethodName: "CreateAutoinviteDomain",
			Handler:    _AdminService_CreateAutoinviteDomain_Handler,
		},
		{
			MethodName: "RemoveAutoinviteDomain",
			Handler:    _AdminService_RemoveAutoinviteDomain_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)

View Source
var File_rill_admin_v1_api_proto protoreflect.FileDescriptor
View Source
var File_rill_admin_v1_internal_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 (*AddOrganizationMemberRequest) Reset added in v0.24.0

func (x *AddOrganizationMemberRequest) Reset()

func (*AddOrganizationMemberRequest) String added in v0.24.0

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

AllErrors returns a list of validation violation errors.

func (AddOrganizationMemberRequestMultiError) Error added in v0.24.0

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

Cause function returns cause value.

func (AddOrganizationMemberRequestValidationError) Error added in v0.24.0

Error satisfies the builtin error interface

func (AddOrganizationMemberRequestValidationError) ErrorName added in v0.24.0

ErrorName returns error name.

func (AddOrganizationMemberRequestValidationError) Field added in v0.24.0

Field function returns field value.

func (AddOrganizationMemberRequestValidationError) Key added in v0.24.0

Key function returns key value.

func (AddOrganizationMemberRequestValidationError) Reason added in v0.24.0

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 (*AddOrganizationMemberResponse) Reset added in v0.24.0

func (x *AddOrganizationMemberResponse) Reset()

func (*AddOrganizationMemberResponse) String added in v0.24.0

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

AllErrors returns a list of validation violation errors.

func (AddOrganizationMemberResponseMultiError) Error added in v0.24.0

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

Cause function returns cause value.

func (AddOrganizationMemberResponseValidationError) Error added in v0.24.0

Error satisfies the builtin error interface

func (AddOrganizationMemberResponseValidationError) ErrorName added in v0.24.0

ErrorName returns error name.

func (AddOrganizationMemberResponseValidationError) Field added in v0.24.0

Field function returns field value.

func (AddOrganizationMemberResponseValidationError) Key added in v0.24.0

Key function returns key value.

func (AddOrganizationMemberResponseValidationError) Reason added in v0.24.0

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

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

Cause function returns cause value.

func (AddProjectMemberRequestValidationError) Error added in v0.24.0

Error satisfies the builtin error interface

func (AddProjectMemberRequestValidationError) ErrorName added in v0.24.0

ErrorName returns error name.

func (AddProjectMemberRequestValidationError) Field added in v0.24.0

Field function returns field value.

func (AddProjectMemberRequestValidationError) Key added in v0.24.0

Key function returns key value.

func (AddProjectMemberRequestValidationError) Reason added in v0.24.0

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

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

Cause function returns cause value.

func (AddProjectMemberResponseValidationError) Error added in v0.24.0

Error satisfies the builtin error interface

func (AddProjectMemberResponseValidationError) ErrorName added in v0.24.0

ErrorName returns error name.

func (AddProjectMemberResponseValidationError) Field added in v0.24.0

Field function returns field value.

func (AddProjectMemberResponseValidationError) Key added in v0.24.0

Key function returns key value.

func (AddProjectMemberResponseValidationError) Reason added in v0.24.0

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)
	// 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)
	// TriggerReconcile triggers reconcile for the project's prod deployment
	TriggerReconcile(ctx context.Context, in *TriggerReconcileRequest, opts ...grpc.CallOption) (*TriggerReconcileResponse, error)
	// TriggerRefreshSources refresh the source for production deployment
	TriggerRefreshSources(ctx context.Context, in *TriggerRefreshSourcesRequest, opts ...grpc.CallOption) (*TriggerRefreshSourcesResponse, error)
	// TriggerRedeploy creates a new deployment and teardown the old deployment for production deployment
	TriggerRedeploy(ctx context.Context, in *TriggerRedeployRequest, opts ...grpc.CallOption) (*TriggerRedeployResponse, error)
	// ListOrganizationMembers lists all the org members
	ListOrganizationMembers(ctx context.Context, in *ListOrganizationMembersRequest, opts ...grpc.CallOption) (*ListOrganizationMembersResponse, error)
	// ListOrganizationInvites lists all the org invites
	ListOrganizationInvites(ctx context.Context, in *ListOrganizationInvitesRequest, opts ...grpc.CallOption) (*ListOrganizationInvitesResponse, 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)
	// ListProjectInvites lists all the project invites
	ListProjectInvites(ctx context.Context, in *ListProjectInvitesRequest, opts ...grpc.CallOption) (*ListProjectInvitesResponse, 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)
	// CreateAutoinviteDomain adds a domain to the autoinvite list
	CreateAutoinviteDomain(ctx context.Context, in *CreateAutoinviteDomainRequest, opts ...grpc.CallOption) (*CreateAutoinviteDomainResponse, error)
	// RemoveAutoinviteDomain removes a domain from the autoinvite list
	RemoveAutoinviteDomain(ctx context.Context, in *RemoveAutoinviteDomainRequest, opts ...grpc.CallOption) (*RemoveAutoinviteDomainResponse, error)
}

AdminServiceClient is the client API for AdminService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type AdminServiceServer

type AdminServiceServer interface {
	// 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)
	// 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)
	// TriggerReconcile triggers reconcile for the project's prod deployment
	TriggerReconcile(context.Context, *TriggerReconcileRequest) (*TriggerReconcileResponse, error)
	// TriggerRefreshSources refresh the source for production deployment
	TriggerRefreshSources(context.Context, *TriggerRefreshSourcesRequest) (*TriggerRefreshSourcesResponse, error)
	// TriggerRedeploy creates a new deployment and teardown the old deployment for production deployment
	TriggerRedeploy(context.Context, *TriggerRedeployRequest) (*TriggerRedeployResponse, error)
	// ListOrganizationMembers lists all the org members
	ListOrganizationMembers(context.Context, *ListOrganizationMembersRequest) (*ListOrganizationMembersResponse, error)
	// ListOrganizationInvites lists all the org invites
	ListOrganizationInvites(context.Context, *ListOrganizationInvitesRequest) (*ListOrganizationInvitesResponse, 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)
	// ListProjectInvites lists all the project invites
	ListProjectInvites(context.Context, *ListProjectInvitesRequest) (*ListProjectInvitesResponse, 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)
	// CreateAutoinviteDomain adds a domain to the autoinvite list
	CreateAutoinviteDomain(context.Context, *CreateAutoinviteDomainRequest) (*CreateAutoinviteDomainResponse, error)
	// RemoveAutoinviteDomain removes a domain from the autoinvite list
	RemoveAutoinviteDomain(context.Context, *RemoveAutoinviteDomainRequest) (*RemoveAutoinviteDomainResponse, error)
	// contains filtered or unexported methods
}

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

type CreateAutoinviteDomainRequest added in v0.24.4

type CreateAutoinviteDomainRequest struct {
	Organization string `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
	Domain       string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	Role         string `protobuf:"bytes,3,opt,name=role,proto3" json:"role,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAutoinviteDomainRequest) Descriptor deprecated added in v0.24.4

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

Deprecated: Use CreateAutoinviteDomainRequest.ProtoReflect.Descriptor instead.

func (*CreateAutoinviteDomainRequest) GetDomain added in v0.24.4

func (x *CreateAutoinviteDomainRequest) GetDomain() string

func (*CreateAutoinviteDomainRequest) GetOrganization added in v0.24.4

func (x *CreateAutoinviteDomainRequest) GetOrganization() string

func (*CreateAutoinviteDomainRequest) GetRole added in v0.24.4

func (*CreateAutoinviteDomainRequest) ProtoMessage added in v0.24.4

func (*CreateAutoinviteDomainRequest) ProtoMessage()

func (*CreateAutoinviteDomainRequest) ProtoReflect added in v0.24.4

func (*CreateAutoinviteDomainRequest) Reset added in v0.24.4

func (x *CreateAutoinviteDomainRequest) Reset()

func (*CreateAutoinviteDomainRequest) String added in v0.24.4

func (*CreateAutoinviteDomainRequest) Validate added in v0.24.4

func (m *CreateAutoinviteDomainRequest) Validate() error

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

func (*CreateAutoinviteDomainRequest) ValidateAll added in v0.24.4

func (m *CreateAutoinviteDomainRequest) ValidateAll() error

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

type CreateAutoinviteDomainRequestMultiError added in v0.24.4

type CreateAutoinviteDomainRequestMultiError []error

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

func (CreateAutoinviteDomainRequestMultiError) AllErrors added in v0.24.4

AllErrors returns a list of validation violation errors.

func (CreateAutoinviteDomainRequestMultiError) Error added in v0.24.4

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

type CreateAutoinviteDomainRequestValidationError added in v0.24.4

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

CreateAutoinviteDomainRequestValidationError is the validation error returned by CreateAutoinviteDomainRequest.Validate if the designated constraints aren't met.

func (CreateAutoinviteDomainRequestValidationError) Cause added in v0.24.4

Cause function returns cause value.

func (CreateAutoinviteDomainRequestValidationError) Error added in v0.24.4

Error satisfies the builtin error interface

func (CreateAutoinviteDomainRequestValidationError) ErrorName added in v0.24.4

ErrorName returns error name.

func (CreateAutoinviteDomainRequestValidationError) Field added in v0.24.4

Field function returns field value.

func (CreateAutoinviteDomainRequestValidationError) Key added in v0.24.4

Key function returns key value.

func (CreateAutoinviteDomainRequestValidationError) Reason added in v0.24.4

Reason function returns reason value.

type CreateAutoinviteDomainResponse added in v0.24.4

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

func (*CreateAutoinviteDomainResponse) Descriptor deprecated added in v0.24.4

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

Deprecated: Use CreateAutoinviteDomainResponse.ProtoReflect.Descriptor instead.

func (*CreateAutoinviteDomainResponse) ProtoMessage added in v0.24.4

func (*CreateAutoinviteDomainResponse) ProtoMessage()

func (*CreateAutoinviteDomainResponse) ProtoReflect added in v0.24.4

func (*CreateAutoinviteDomainResponse) Reset added in v0.24.4

func (x *CreateAutoinviteDomainResponse) Reset()

func (*CreateAutoinviteDomainResponse) String added in v0.24.4

func (*CreateAutoinviteDomainResponse) Validate added in v0.24.4

func (m *CreateAutoinviteDomainResponse) Validate() error

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

func (*CreateAutoinviteDomainResponse) ValidateAll added in v0.24.4

func (m *CreateAutoinviteDomainResponse) ValidateAll() error

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

type CreateAutoinviteDomainResponseMultiError added in v0.24.4

type CreateAutoinviteDomainResponseMultiError []error

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

func (CreateAutoinviteDomainResponseMultiError) AllErrors added in v0.24.4

AllErrors returns a list of validation violation errors.

func (CreateAutoinviteDomainResponseMultiError) Error added in v0.24.4

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

type CreateAutoinviteDomainResponseValidationError added in v0.24.4

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

CreateAutoinviteDomainResponseValidationError is the validation error returned by CreateAutoinviteDomainResponse.Validate if the designated constraints aren't met.

func (CreateAutoinviteDomainResponseValidationError) Cause added in v0.24.4

Cause function returns cause value.

func (CreateAutoinviteDomainResponseValidationError) Error added in v0.24.4

Error satisfies the builtin error interface

func (CreateAutoinviteDomainResponseValidationError) ErrorName added in v0.24.4

ErrorName returns error name.

func (CreateAutoinviteDomainResponseValidationError) Field added in v0.24.4

Field function returns field value.

func (CreateAutoinviteDomainResponseValidationError) Key added in v0.24.4

Key function returns key value.

func (CreateAutoinviteDomainResponseValidationError) Reason added in v0.24.4

Reason function returns reason value.

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 (*CreateOrganizationRequest) Reset

func (x *CreateOrganizationRequest) Reset()

func (*CreateOrganizationRequest) String

func (x *CreateOrganizationRequest) String() string

func (*CreateOrganizationRequest) Validate

func (m *CreateOrganizationRequest) Validate() error

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

func (*CreateOrganizationRequest) ValidateAll

func (m *CreateOrganizationRequest) ValidateAll() error

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

type CreateOrganizationRequestMultiError

type CreateOrganizationRequestMultiError []error

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

func (CreateOrganizationRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateOrganizationRequestMultiError) Error

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

type CreateOrganizationRequestValidationError

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

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

func (CreateOrganizationRequestValidationError) Cause

Cause function returns cause value.

func (CreateOrganizationRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateOrganizationRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateOrganizationRequestValidationError) Field

Field function returns field value.

func (CreateOrganizationRequestValidationError) Key

Key function returns key value.

func (CreateOrganizationRequestValidationError) Reason

Reason function returns reason value.

type CreateOrganizationResponse

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

func (*CreateOrganizationResponse) Descriptor deprecated

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

Deprecated: Use CreateOrganizationResponse.ProtoReflect.Descriptor instead.

func (*CreateOrganizationResponse) GetOrganization

func (x *CreateOrganizationResponse) GetOrganization() *Organization

func (*CreateOrganizationResponse) ProtoMessage

func (*CreateOrganizationResponse) ProtoMessage()

func (*CreateOrganizationResponse) ProtoReflect

func (*CreateOrganizationResponse) Reset

func (x *CreateOrganizationResponse) Reset()

func (*CreateOrganizationResponse) String

func (x *CreateOrganizationResponse) String() string

func (*CreateOrganizationResponse) Validate

func (m *CreateOrganizationResponse) Validate() error

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

func (*CreateOrganizationResponse) ValidateAll

func (m *CreateOrganizationResponse) ValidateAll() error

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

type CreateOrganizationResponseMultiError

type CreateOrganizationResponseMultiError []error

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

func (CreateOrganizationResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (CreateOrganizationResponseMultiError) Error

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

type CreateOrganizationResponseValidationError

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

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

func (CreateOrganizationResponseValidationError) Cause

Cause function returns cause value.

func (CreateOrganizationResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateOrganizationResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateOrganizationResponseValidationError) Field

Field function returns field value.

func (CreateOrganizationResponseValidationError) Key

Key function returns key value.

func (CreateOrganizationResponseValidationError) Reason

Reason function returns reason value.

type 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"`
	Subpath          string            `protobuf:"bytes,12,opt,name=subpath,proto3" json:"subpath,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) GetSubpath added in v0.24.4

func (x *CreateProjectRequest) GetSubpath() 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

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

type CreateProjectRequestValidationError

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

CreateProjectRequestValidationError is the validation error returned by CreateProjectRequest.Validate if the designated constraints aren't met.

func (CreateProjectRequestValidationError) Cause

Cause function returns cause value.

func (CreateProjectRequestValidationError) Error

Error satisfies the builtin error interface

func (CreateProjectRequestValidationError) ErrorName

ErrorName returns error name.

func (CreateProjectRequestValidationError) Field

Field function returns field value.

func (CreateProjectRequestValidationError) Key

Key function returns key value.

func (CreateProjectRequestValidationError) Reason

Reason function returns reason value.

type CreateProjectResponse

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

func (*CreateProjectResponse) Descriptor deprecated

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

Deprecated: Use CreateProjectResponse.ProtoReflect.Descriptor instead.

func (*CreateProjectResponse) GetProject

func (x *CreateProjectResponse) GetProject() *Project

func (*CreateProjectResponse) ProtoMessage

func (*CreateProjectResponse) ProtoMessage()

func (*CreateProjectResponse) ProtoReflect

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

func (*CreateProjectResponse) Reset

func (x *CreateProjectResponse) Reset()

func (*CreateProjectResponse) String

func (x *CreateProjectResponse) String() string

func (*CreateProjectResponse) Validate

func (m *CreateProjectResponse) Validate() error

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

func (*CreateProjectResponse) ValidateAll

func (m *CreateProjectResponse) ValidateAll() error

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

type CreateProjectResponseMultiError

type CreateProjectResponseMultiError []error

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

func (CreateProjectResponseMultiError) AllErrors

func (m CreateProjectResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateProjectResponseMultiError) Error

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

type CreateProjectResponseValidationError

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

CreateProjectResponseValidationError is the validation error returned by CreateProjectResponse.Validate if the designated constraints aren't met.

func (CreateProjectResponseValidationError) Cause

Cause function returns cause value.

func (CreateProjectResponseValidationError) Error

Error satisfies the builtin error interface

func (CreateProjectResponseValidationError) ErrorName

ErrorName returns error name.

func (CreateProjectResponseValidationError) Field

Field function returns field value.

func (CreateProjectResponseValidationError) Key

Key function returns key value.

func (CreateProjectResponseValidationError) Reason

Reason function returns reason value.

type 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 (*DeleteOrganizationRequest) Reset

func (x *DeleteOrganizationRequest) Reset()

func (*DeleteOrganizationRequest) String

func (x *DeleteOrganizationRequest) String() string

func (*DeleteOrganizationRequest) Validate

func (m *DeleteOrganizationRequest) Validate() error

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

func (*DeleteOrganizationRequest) ValidateAll

func (m *DeleteOrganizationRequest) ValidateAll() error

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

type DeleteOrganizationRequestMultiError

type DeleteOrganizationRequestMultiError []error

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

func (DeleteOrganizationRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteOrganizationRequestMultiError) Error

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

type DeleteOrganizationRequestValidationError

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

DeleteOrganizationRequestValidationError is the validation error returned by DeleteOrganizationRequest.Validate if the designated constraints aren't met.

func (DeleteOrganizationRequestValidationError) Cause

Cause function returns cause value.

func (DeleteOrganizationRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteOrganizationRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteOrganizationRequestValidationError) Field

Field function returns field value.

func (DeleteOrganizationRequestValidationError) Key

Key function returns key value.

func (DeleteOrganizationRequestValidationError) Reason

Reason function returns reason value.

type DeleteOrganizationResponse

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

func (*DeleteOrganizationResponse) Descriptor deprecated

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

Deprecated: Use DeleteOrganizationResponse.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationResponse) ProtoMessage

func (*DeleteOrganizationResponse) ProtoMessage()

func (*DeleteOrganizationResponse) ProtoReflect

func (*DeleteOrganizationResponse) Reset

func (x *DeleteOrganizationResponse) Reset()

func (*DeleteOrganizationResponse) String

func (x *DeleteOrganizationResponse) String() string

func (*DeleteOrganizationResponse) Validate

func (m *DeleteOrganizationResponse) Validate() error

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

func (*DeleteOrganizationResponse) ValidateAll

func (m *DeleteOrganizationResponse) ValidateAll() error

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

type DeleteOrganizationResponseMultiError

type DeleteOrganizationResponseMultiError []error

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

func (DeleteOrganizationResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (DeleteOrganizationResponseMultiError) Error

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

type DeleteOrganizationResponseValidationError

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

DeleteOrganizationResponseValidationError is the validation error returned by DeleteOrganizationResponse.Validate if the designated constraints aren't met.

func (DeleteOrganizationResponseValidationError) Cause

Cause function returns cause value.

func (DeleteOrganizationResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteOrganizationResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteOrganizationResponseValidationError) Field

Field function returns field value.

func (DeleteOrganizationResponseValidationError) Key

Key function returns key value.

func (DeleteOrganizationResponseValidationError) Reason

Reason function returns reason value.

type 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

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

type DeleteProjectRequestValidationError

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

DeleteProjectRequestValidationError is the validation error returned by DeleteProjectRequest.Validate if the designated constraints aren't met.

func (DeleteProjectRequestValidationError) Cause

Cause function returns cause value.

func (DeleteProjectRequestValidationError) Error

Error satisfies the builtin error interface

func (DeleteProjectRequestValidationError) ErrorName

ErrorName returns error name.

func (DeleteProjectRequestValidationError) Field

Field function returns field value.

func (DeleteProjectRequestValidationError) Key

Key function returns key value.

func (DeleteProjectRequestValidationError) Reason

Reason function returns reason value.

type DeleteProjectResponse

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

func (*DeleteProjectResponse) Descriptor deprecated

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

Deprecated: Use DeleteProjectResponse.ProtoReflect.Descriptor instead.

func (*DeleteProjectResponse) ProtoMessage

func (*DeleteProjectResponse) ProtoMessage()

func (*DeleteProjectResponse) ProtoReflect

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

func (*DeleteProjectResponse) Reset

func (x *DeleteProjectResponse) Reset()

func (*DeleteProjectResponse) String

func (x *DeleteProjectResponse) String() string

func (*DeleteProjectResponse) Validate

func (m *DeleteProjectResponse) Validate() error

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

func (*DeleteProjectResponse) ValidateAll

func (m *DeleteProjectResponse) ValidateAll() error

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

type DeleteProjectResponseMultiError

type DeleteProjectResponseMultiError []error

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

func (DeleteProjectResponseMultiError) AllErrors

func (m DeleteProjectResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteProjectResponseMultiError) Error

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

type DeleteProjectResponseValidationError

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

DeleteProjectResponseValidationError is the validation error returned by DeleteProjectResponse.Validate if the designated constraints aren't met.

func (DeleteProjectResponseValidationError) Cause

Cause function returns cause value.

func (DeleteProjectResponseValidationError) Error

Error satisfies the builtin error interface

func (DeleteProjectResponseValidationError) ErrorName

ErrorName returns error name.

func (DeleteProjectResponseValidationError) Field

Field function returns field value.

func (DeleteProjectResponseValidationError) Key

Key function returns key value.

func (DeleteProjectResponseValidationError) Reason

Reason function returns reason value.

type 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) Enum added in v0.23.0

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 (DeploymentStatus) String added in v0.23.0

func (x DeploymentStatus) String() string

func (DeploymentStatus) Type added in v0.23.0

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

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

Field function returns field value.

func (DeploymentValidationError) Key added in v0.23.0

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

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

Cause function returns cause value.

func (GetCurrentUserRequestValidationError) Error added in v0.23.0

Error satisfies the builtin error interface

func (GetCurrentUserRequestValidationError) ErrorName added in v0.23.0

ErrorName returns error name.

func (GetCurrentUserRequestValidationError) Field added in v0.23.0

Field function returns field value.

func (GetCurrentUserRequestValidationError) Key added in v0.23.0

Key function returns key value.

func (GetCurrentUserRequestValidationError) Reason added in v0.23.0

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

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

Cause function returns cause value.

func (GetCurrentUserResponseValidationError) Error added in v0.23.0

Error satisfies the builtin error interface

func (GetCurrentUserResponseValidationError) ErrorName added in v0.23.0

ErrorName returns error name.

func (GetCurrentUserResponseValidationError) Field added in v0.23.0

Field function returns field value.

func (GetCurrentUserResponseValidationError) Key added in v0.23.0

Key function returns key value.

func (GetCurrentUserResponseValidationError) Reason added in v0.23.0

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

AllErrors returns a list of validation violation errors.

func (GetGithubRepoStatusRequestMultiError) Error added in v0.23.0

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

Cause function returns cause value.

func (GetGithubRepoStatusRequestValidationError) Error added in v0.23.0

Error satisfies the builtin error interface

func (GetGithubRepoStatusRequestValidationError) ErrorName added in v0.23.0

ErrorName returns error name.

func (GetGithubRepoStatusRequestValidationError) Field added in v0.23.0

Field function returns field value.

func (GetGithubRepoStatusRequestValidationError) Key added in v0.23.0

Key function returns key value.

func (GetGithubRepoStatusRequestValidationError) Reason added in v0.23.0

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

AllErrors returns a list of validation violation errors.

func (GetGithubRepoStatusResponseMultiError) Error added in v0.23.0

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

Cause function returns cause value.

func (GetGithubRepoStatusResponseValidationError) Error added in v0.23.0

Error satisfies the builtin error interface

func (GetGithubRepoStatusResponseValidationError) ErrorName added in v0.23.0

ErrorName returns error name.

func (GetGithubRepoStatusResponseValidationError) Field added in v0.23.0

Field function returns field value.

func (GetGithubRepoStatusResponseValidationError) Key added in v0.23.0

Key function returns key value.

func (GetGithubRepoStatusResponseValidationError) Reason added in v0.23.0

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

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

Cause function returns cause value.

func (GetOrganizationRequestValidationError) Error added in v0.23.0

Error satisfies the builtin error interface

func (GetOrganizationRequestValidationError) ErrorName added in v0.23.0

ErrorName returns error name.

func (GetOrganizationRequestValidationError) Field added in v0.23.0

Field function returns field value.

func (GetOrganizationRequestValidationError) Key added in v0.23.0

Key function returns key value.

func (GetOrganizationRequestValidationError) Reason added in v0.23.0

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

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

Cause function returns cause value.

func (GetOrganizationResponseValidationError) Error added in v0.23.0

Error satisfies the builtin error interface

func (GetOrganizationResponseValidationError) ErrorName added in v0.23.0

ErrorName returns error name.

func (GetOrganizationResponseValidationError) Field added in v0.23.0

Field function returns field value.

func (GetOrganizationResponseValidationError) Key added in v0.23.0

Key function returns key value.

func (GetOrganizationResponseValidationError) Reason added in v0.23.0

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

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

Cause function returns cause value.

func (GetProjectRequestValidationError) Error added in v0.23.0

Error satisfies the builtin error interface

func (GetProjectRequestValidationError) ErrorName added in v0.23.0

ErrorName returns error name.

func (GetProjectRequestValidationError) Field added in v0.23.0

Field function returns field value.

func (GetProjectRequestValidationError) Key added in v0.23.0

Key function returns key value.

func (GetProjectRequestValidationError) Reason added in v0.23.0

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

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

Cause function returns cause value.

func (GetProjectResponseValidationError) Error added in v0.23.0

Error satisfies the builtin error interface

func (GetProjectResponseValidationError) ErrorName added in v0.23.0

ErrorName returns error name.

func (GetProjectResponseValidationError) Field added in v0.23.0

Field function returns field value.

func (GetProjectResponseValidationError) Key added in v0.23.0

Key function returns key value.

func (GetProjectResponseValidationError) Reason added in v0.23.0

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

AllErrors returns a list of validation violation errors.

func (GetProjectVariablesRequestMultiError) Error added in v0.24.0

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

Cause function returns cause value.

func (GetProjectVariablesRequestValidationError) Error added in v0.24.0

Error satisfies the builtin error interface

func (GetProjectVariablesRequestValidationError) ErrorName added in v0.24.0

ErrorName returns error name.

func (GetProjectVariablesRequestValidationError) Field added in v0.24.0

Field function returns field value.

func (GetProjectVariablesRequestValidationError) Key added in v0.24.0

Key function returns key value.

func (GetProjectVariablesRequestValidationError) Reason added in v0.24.0

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

AllErrors returns a list of validation violation errors.

func (GetProjectVariablesResponseMultiError) Error added in v0.24.0

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

Cause function returns cause value.

func (GetProjectVariablesResponseValidationError) Error added in v0.24.0

Error satisfies the builtin error interface

func (GetProjectVariablesResponseValidationError) ErrorName added in v0.24.0

ErrorName returns error name.

func (GetProjectVariablesResponseValidationError) Field added in v0.24.0

Field function returns field value.

func (GetProjectVariablesResponseValidationError) Key added in v0.24.0

Key function returns key value.

func (GetProjectVariablesResponseValidationError) Reason added in v0.24.0

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

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

Cause function returns cause value.

func (LeaveOrganizationRequestValidationError) Error added in v0.24.0

Error satisfies the builtin error interface

func (LeaveOrganizationRequestValidationError) ErrorName added in v0.24.0

ErrorName returns error name.

func (LeaveOrganizationRequestValidationError) Field added in v0.24.0

Field function returns field value.

func (LeaveOrganizationRequestValidationError) Key added in v0.24.0

Key function returns key value.

func (LeaveOrganizationRequestValidationError) Reason added in v0.24.0

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

AllErrors returns a list of validation violation errors.

func (LeaveOrganizationResponseMultiError) Error added in v0.24.0

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

Cause function returns cause value.

func (LeaveOrganizationResponseValidationError) Error added in v0.24.0

Error satisfies the builtin error interface

func (LeaveOrganizationResponseValidationError) ErrorName added in v0.24.0

ErrorName returns error name.

func (LeaveOrganizationResponseValidationError) Field added in v0.24.0

Field function returns field value.

func (LeaveOrganizationResponseValidationError) Key added in v0.24.0

Key function returns key value.

func (LeaveOrganizationResponseValidationError) Reason added in v0.24.0

Reason function returns reason value.

type ListOrganizationInvitesRequest added in v0.24.4

type ListOrganizationInvitesRequest 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 (*ListOrganizationInvitesRequest) Descriptor deprecated added in v0.24.4

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

Deprecated: Use ListOrganizationInvitesRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationInvitesRequest) GetOrganization added in v0.24.4

func (x *ListOrganizationInvitesRequest) GetOrganization() string

func (*ListOrganizationInvitesRequest) GetPageSize added in v0.24.4

func (x *ListOrganizationInvitesRequest) GetPageSize() uint32

func (*ListOrganizationInvitesRequest) GetPageToken added in v0.24.4

func (x *ListOrganizationInvitesRequest) GetPageToken() string

func (*ListOrganizationInvitesRequest) ProtoMessage added in v0.24.4

func (*ListOrganizationInvitesRequest) ProtoMessage()

func (*ListOrganizationInvitesRequest) ProtoReflect added in v0.24.4

func (*ListOrganizationInvitesRequest) Reset added in v0.24.4

func (x *ListOrganizationInvitesRequest) Reset()

func (*ListOrganizationInvitesRequest) String added in v0.24.4

func (*ListOrganizationInvitesRequest) Validate added in v0.24.4

func (m *ListOrganizationInvitesRequest) Validate() error

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

func (*ListOrganizationInvitesRequest) ValidateAll added in v0.24.4

func (m *ListOrganizationInvitesRequest) ValidateAll() error

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

type ListOrganizationInvitesRequestMultiError added in v0.24.4

type ListOrganizationInvitesRequestMultiError []error

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

func (ListOrganizationInvitesRequestMultiError) AllErrors added in v0.24.4

AllErrors returns a list of validation violation errors.

func (ListOrganizationInvitesRequestMultiError) Error added in v0.24.4

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

type ListOrganizationInvitesRequestValidationError added in v0.24.4

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

ListOrganizationInvitesRequestValidationError is the validation error returned by ListOrganizationInvitesRequest.Validate if the designated constraints aren't met.

func (ListOrganizationInvitesRequestValidationError) Cause added in v0.24.4

Cause function returns cause value.

func (ListOrganizationInvitesRequestValidationError) Error added in v0.24.4

Error satisfies the builtin error interface

func (ListOrganizationInvitesRequestValidationError) ErrorName added in v0.24.4

ErrorName returns error name.

func (ListOrganizationInvitesRequestValidationError) Field added in v0.24.4

Field function returns field value.

func (ListOrganizationInvitesRequestValidationError) Key added in v0.24.4

Key function returns key value.

func (ListOrganizationInvitesRequestValidationError) Reason added in v0.24.4

Reason function returns reason value.

type ListOrganizationInvitesResponse added in v0.24.4

type ListOrganizationInvitesResponse struct {
	Invites       []*UserInvite `protobuf:"bytes,1,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 (*ListOrganizationInvitesResponse) Descriptor deprecated added in v0.24.4

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

Deprecated: Use ListOrganizationInvitesResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationInvitesResponse) GetInvites added in v0.24.4

func (x *ListOrganizationInvitesResponse) GetInvites() []*UserInvite

func (*ListOrganizationInvitesResponse) GetNextPageToken added in v0.24.4

func (x *ListOrganizationInvitesResponse) GetNextPageToken() string

func (*ListOrganizationInvitesResponse) ProtoMessage added in v0.24.4

func (*ListOrganizationInvitesResponse) ProtoMessage()

func (*ListOrganizationInvitesResponse) ProtoReflect added in v0.24.4

func (*ListOrganizationInvitesResponse) Reset added in v0.24.4

func (*ListOrganizationInvitesResponse) String added in v0.24.4

func (*ListOrganizationInvitesResponse) Validate added in v0.24.4

func (m *ListOrganizationInvitesResponse) Validate() error

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

func (*ListOrganizationInvitesResponse) ValidateAll added in v0.24.4

func (m *ListOrganizationInvitesResponse) ValidateAll() error

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

type ListOrganizationInvitesResponseMultiError added in v0.24.4

type ListOrganizationInvitesResponseMultiError []error

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

func (ListOrganizationInvitesResponseMultiError) AllErrors added in v0.24.4

AllErrors returns a list of validation violation errors.

func (ListOrganizationInvitesResponseMultiError) Error added in v0.24.4

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

type ListOrganizationInvitesResponseValidationError added in v0.24.4

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

ListOrganizationInvitesResponseValidationError is the validation error returned by ListOrganizationInvitesResponse.Validate if the designated constraints aren't met.

func (ListOrganizationInvitesResponseValidationError) Cause added in v0.24.4

Cause function returns cause value.

func (ListOrganizationInvitesResponseValidationError) Error added in v0.24.4

Error satisfies the builtin error interface

func (ListOrganizationInvitesResponseValidationError) ErrorName added in v0.24.4

ErrorName returns error name.

func (ListOrganizationInvitesResponseValidationError) Field added in v0.24.4

Field function returns field value.

func (ListOrganizationInvitesResponseValidationError) Key added in v0.24.4

Key function returns key value.

func (ListOrganizationInvitesResponseValidationError) Reason added in v0.24.4

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 (*ListOrganizationMembersRequest) Reset added in v0.24.0

func (x *ListOrganizationMembersRequest) Reset()

func (*ListOrganizationMembersRequest) String added in v0.24.0

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

AllErrors returns a list of validation violation errors.

func (ListOrganizationMembersRequestMultiError) Error added in v0.24.0

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

Cause function returns cause value.

func (ListOrganizationMembersRequestValidationError) Error added in v0.24.0

Error satisfies the builtin error interface

func (ListOrganizationMembersRequestValidationError) ErrorName added in v0.24.0

ErrorName returns error name.

func (ListOrganizationMembersRequestValidationError) Field added in v0.24.0

Field function returns field value.

func (ListOrganizationMembersRequestValidationError) Key added in v0.24.0

Key function returns key value.

func (ListOrganizationMembersRequestValidationError) Reason added in v0.24.0

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"`
	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) 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 (*ListOrganizationMembersResponse) Reset added in v0.24.0

func (*ListOrganizationMembersResponse) String added in v0.24.0

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

AllErrors returns a list of validation violation errors.

func (ListOrganizationMembersResponseMultiError) Error added in v0.24.0

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

Cause function returns cause value.

func (ListOrganizationMembersResponseValidationError) Error added in v0.24.0

Error satisfies the builtin error interface

func (ListOrganizationMembersResponseValidationError) ErrorName added in v0.24.0

ErrorName returns error name.

func (ListOrganizationMembersResponseValidationError) Field added in v0.24.0

Field function returns field value.

func (ListOrganizationMembersResponseValidationError) Key added in v0.24.0

Key function returns key value.

func (ListOrganizationMembersResponseValidationError) Reason added in v0.24.0

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

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

Cause function returns cause value.

func (ListOrganizationsRequestValidationError) Error added in v0.23.0

Error satisfies the builtin error interface

func (ListOrganizationsRequestValidationError) ErrorName added in v0.23.0

ErrorName returns error name.

func (ListOrganizationsRequestValidationError) Field added in v0.23.0

Field function returns field value.

func (ListOrganizationsRequestValidationError) Key added in v0.23.0

Key function returns key value.

func (ListOrganizationsRequestValidationError) Reason added in v0.23.0

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

AllErrors returns a list of validation violation errors.

func (ListOrganizationsResponseMultiError) Error added in v0.23.0

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

Cause function returns cause value.

func (ListOrganizationsResponseValidationError) Error added in v0.23.0

Error satisfies the builtin error interface

func (ListOrganizationsResponseValidationError) ErrorName added in v0.23.0

ErrorName returns error name.

func (ListOrganizationsResponseValidationError) Field added in v0.23.0

Field function returns field value.

func (ListOrganizationsResponseValidationError) Key added in v0.23.0

Key function returns key value.

func (ListOrganizationsResponseValidationError) Reason added in v0.23.0

Reason function returns reason value.

type ListProjectInvitesRequest added in v0.24.4

type ListProjectInvitesRequest 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 (*ListProjectInvitesRequest) Descriptor deprecated added in v0.24.4

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

Deprecated: Use ListProjectInvitesRequest.ProtoReflect.Descriptor instead.

func (*ListProjectInvitesRequest) GetOrganization added in v0.24.4

func (x *ListProjectInvitesRequest) GetOrganization() string

func (*ListProjectInvitesRequest) GetPageSize added in v0.24.4

func (x *ListProjectInvitesRequest) GetPageSize() uint32

func (*ListProjectInvitesRequest) GetPageToken added in v0.24.4

func (x *ListProjectInvitesRequest) GetPageToken() string

func (*ListProjectInvitesRequest) GetProject added in v0.24.4

func (x *ListProjectInvitesRequest) GetProject() string

func (*ListProjectInvitesRequest) ProtoMessage added in v0.24.4

func (*ListProjectInvitesRequest) ProtoMessage()

func (*ListProjectInvitesRequest) ProtoReflect added in v0.24.4

func (*ListProjectInvitesRequest) Reset added in v0.24.4

func (x *ListProjectInvitesRequest) Reset()

func (*ListProjectInvitesRequest) String added in v0.24.4

func (x *ListProjectInvitesRequest) String() string

func (*ListProjectInvitesRequest) Validate added in v0.24.4

func (m *ListProjectInvitesRequest) Validate() error

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

func (*ListProjectInvitesRequest) ValidateAll added in v0.24.4

func (m *ListProjectInvitesRequest) ValidateAll() error

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

type ListProjectInvitesRequestMultiError added in v0.24.4

type ListProjectInvitesRequestMultiError []error

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

func (ListProjectInvitesRequestMultiError) AllErrors added in v0.24.4

AllErrors returns a list of validation violation errors.

func (ListProjectInvitesRequestMultiError) Error added in v0.24.4

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

type ListProjectInvitesRequestValidationError added in v0.24.4

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

ListProjectInvitesRequestValidationError is the validation error returned by ListProjectInvitesRequest.Validate if the designated constraints aren't met.

func (ListProjectInvitesRequestValidationError) Cause added in v0.24.4

Cause function returns cause value.

func (ListProjectInvitesRequestValidationError) Error added in v0.24.4

Error satisfies the builtin error interface

func (ListProjectInvitesRequestValidationError) ErrorName added in v0.24.4

ErrorName returns error name.

func (ListProjectInvitesRequestValidationError) Field added in v0.24.4

Field function returns field value.

func (ListProjectInvitesRequestValidationError) Key added in v0.24.4

Key function returns key value.

func (ListProjectInvitesRequestValidationError) Reason added in v0.24.4

Reason function returns reason value.

type ListProjectInvitesResponse added in v0.24.4

type ListProjectInvitesResponse struct {
	Invites       []*UserInvite `protobuf:"bytes,1,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 (*ListProjectInvitesResponse) Descriptor deprecated added in v0.24.4

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

Deprecated: Use ListProjectInvitesResponse.ProtoReflect.Descriptor instead.

func (*ListProjectInvitesResponse) GetInvites added in v0.24.4

func (x *ListProjectInvitesResponse) GetInvites() []*UserInvite

func (*ListProjectInvitesResponse) GetNextPageToken added in v0.24.4

func (x *ListProjectInvitesResponse) GetNextPageToken() string

func (*ListProjectInvitesResponse) ProtoMessage added in v0.24.4

func (*ListProjectInvitesResponse) ProtoMessage()

func (*ListProjectInvitesResponse) ProtoReflect added in v0.24.4

func (*ListProjectInvitesResponse) Reset added in v0.24.4

func (x *ListProjectInvitesResponse) Reset()

func (*ListProjectInvitesResponse) String added in v0.24.4

func (x *ListProjectInvitesResponse) String() string

func (*ListProjectInvitesResponse) Validate added in v0.24.4

func (m *ListProjectInvitesResponse) Validate() error

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

func (*ListProjectInvitesResponse) ValidateAll added in v0.24.4

func (m *ListProjectInvitesResponse) ValidateAll() error

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

type ListProjectInvitesResponseMultiError added in v0.24.4

type ListProjectInvitesResponseMultiError []error

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

func (ListProjectInvitesResponseMultiError) AllErrors added in v0.24.4

AllErrors returns a list of validation violation errors.

func (ListProjectInvitesResponseMultiError) Error added in v0.24.4

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

type ListProjectInvitesResponseValidationError added in v0.24.4

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

ListProjectInvitesResponseValidationError is the validation error returned by ListProjectInvitesResponse.Validate if the designated constraints aren't met.

func (ListProjectInvitesResponseValidationError) Cause added in v0.24.4

Cause function returns cause value.

func (ListProjectInvitesResponseValidationError) Error added in v0.24.4

Error satisfies the builtin error interface

func (ListProjectInvitesResponseValidationError) ErrorName added in v0.24.4

ErrorName returns error name.

func (ListProjectInvitesResponseValidationError) Field added in v0.24.4

Field function returns field value.

func (ListProjectInvitesResponseValidationError) Key added in v0.24.4

Key function returns key value.

func (ListProjectInvitesResponseValidationError) Reason added in v0.24.4

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

AllErrors returns a list of validation violation errors.

func (ListProjectMembersRequestMultiError) Error added in v0.24.0

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

Cause function returns cause value.

func (ListProjectMembersRequestValidationError) Error added in v0.24.0

Error satisfies the builtin error interface

func (ListProjectMembersRequestValidationError) ErrorName added in v0.24.0

ErrorName returns error name.

func (ListProjectMembersRequestValidationError) Field added in v0.24.0

Field function returns field value.

func (ListProjectMembersRequestValidationError) Key added in v0.24.0

Key function returns key value.

func (ListProjectMembersRequestValidationError) Reason added in v0.24.0

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"`
	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) 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 (*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

AllErrors returns a list of validation violation errors.

func (ListProjectMembersResponseMultiError) Error added in v0.24.0

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

Cause function returns cause value.

func (ListProjectMembersResponseValidationError) Error added in v0.24.0

Error satisfies the builtin error interface

func (ListProjectMembersResponseValidationError) ErrorName added in v0.24.0

ErrorName returns error name.

func (ListProjectMembersResponseValidationError) Field added in v0.24.0

Field function returns field value.

func (ListProjectMembersResponseValidationError) Key added in v0.24.0

Key function returns key value.

func (ListProjectMembersResponseValidationError) Reason added in v0.24.0

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 (*ListProjectsForOrganizationRequest) Reset added in v0.24.0

func (*ListProjectsForOrganizationRequest) String added in v0.24.0

func (*ListProjectsForOrganizationRequest) Validate added in v0.24.0

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

AllErrors returns a list of validation violation errors.

func (ListProjectsForOrganizationRequestMultiError) Error added in v0.24.0

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

Cause function returns cause value.

func (ListProjectsForOrganizationRequestValidationError) Error added in v0.24.0

Error satisfies the builtin error interface

func (ListProjectsForOrganizationRequestValidationError) ErrorName added in v0.24.0

ErrorName returns error name.

func (ListProjectsForOrganizationRequestValidationError) Field added in v0.24.0

Field function returns field value.

func (ListProjectsForOrganizationRequestValidationError) Key added in v0.24.0

Key function returns key value.

func (ListProjectsForOrganizationRequestValidationError) Reason added in v0.24.0

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 (*ListProjectsForOrganizationResponse) Reset added in v0.24.0

func (*ListProjectsForOrganizationResponse) String added in v0.24.0

func (*ListProjectsForOrganizationResponse) Validate added in v0.24.0

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

AllErrors returns a list of validation violation errors.

func (ListProjectsForOrganizationResponseMultiError) Error added in v0.24.0

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

Cause function returns cause value.

func (ListProjectsForOrganizationResponseValidationError) Error added in v0.24.0

Error satisfies the builtin error interface

func (ListProjectsForOrganizationResponseValidationError) ErrorName added in v0.24.0

ErrorName returns error name.

func (ListProjectsForOrganizationResponseValidationError) Field added in v0.24.0

Field function returns field value.

func (ListProjectsForOrganizationResponseValidationError) Key added in v0.24.0

Key function returns key value.

func (ListProjectsForOrganizationResponseValidationError) Reason added in v0.24.0

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) Descriptor() ([]byte, []int)

Deprecated: Use Member.ProtoReflect.Descriptor instead.

func (*Member) GetCreatedOn added in v0.24.0

func (x *Member) GetCreatedOn() *timestamppb.Timestamp

func (*Member) GetRoleName added in v0.24.0

func (x *Member) GetRoleName() string

func (*Member) GetUpdatedOn added in v0.24.0

func (x *Member) GetUpdatedOn() *timestamppb.Timestamp

func (*Member) GetUserEmail added in v0.24.0

func (x *Member) GetUserEmail() string

func (*Member) GetUserId added in v0.24.0

func (x *Member) GetUserId() string

func (*Member) GetUserName added in v0.24.0

func (x *Member) GetUserName() string

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) Reset added in v0.24.0

func (x *Member) Reset()

func (*Member) String added in v0.24.0

func (x *Member) String() string

func (*Member) Validate added in v0.24.0

func (m *Member) Validate() error

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

func (m *Member) ValidateAll() error

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

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

Cause function returns cause value.

func (OrganizationPermissionsValidationError) Error added in v0.24.0

Error satisfies the builtin error interface

func (OrganizationPermissionsValidationError) ErrorName added in v0.24.0

ErrorName returns error name.

func (OrganizationPermissionsValidationError) Field added in v0.24.0

Field function returns field value.

func (OrganizationPermissionsValidationError) Key added in v0.24.0

Key function returns key value.

func (OrganizationPermissionsValidationError) Reason added in v0.24.0

Reason function returns reason value.

type OrganizationValidationError

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

OrganizationValidationError is the validation error returned by Organization.Validate if the designated constraints aren't met.

func (OrganizationValidationError) Cause

Cause function returns cause value.

func (OrganizationValidationError) Error

Error satisfies the builtin error interface

func (OrganizationValidationError) ErrorName

func (e OrganizationValidationError) ErrorName() string

ErrorName returns error name.

func (OrganizationValidationError) Field

Field function returns field value.

func (OrganizationValidationError) Key

Key function returns key value.

func (OrganizationValidationError) Reason

Reason function returns reason value.

type 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

Cause function returns cause value.

func (PingRequestValidationError) Error

Error satisfies the builtin error interface

func (PingRequestValidationError) ErrorName

func (e PingRequestValidationError) ErrorName() string

ErrorName returns error name.

func (PingRequestValidationError) Field

Field function returns field value.

func (PingRequestValidationError) Key

Key function returns key value.

func (PingRequestValidationError) Reason

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

Cause function returns cause value.

func (PingResponseValidationError) Error

Error satisfies the builtin error interface

func (PingResponseValidationError) ErrorName

func (e PingResponseValidationError) ErrorName() string

ErrorName returns error name.

func (PingResponseValidationError) Field

Field function returns field value.

func (PingResponseValidationError) Key

Key function returns key value.

func (PingResponseValidationError) Reason

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"`
	Subpath          string                 `protobuf:"bytes,17,opt,name=subpath,proto3" json:"subpath,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"`
	FrontendUrl      string                 `protobuf:"bytes,16,opt,name=frontend_url,json=frontendUrl,proto3" json:"frontend_url,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) Descriptor() ([]byte, []int)

Deprecated: Use Project.ProtoReflect.Descriptor instead.

func (*Project) GetCreatedOn

func (x *Project) GetCreatedOn() *timestamppb.Timestamp

func (*Project) GetDescription

func (x *Project) GetDescription() string

func (*Project) GetFrontendUrl added in v0.24.3

func (x *Project) GetFrontendUrl() string

func (*Project) GetGithubUrl added in v0.23.0

func (x *Project) GetGithubUrl() string

func (*Project) GetId

func (x *Project) GetId() string

func (*Project) GetName

func (x *Project) GetName() string

func (*Project) GetOrgId added in v0.24.0

func (x *Project) GetOrgId() string

func (*Project) GetOrgName added in v0.24.0

func (x *Project) GetOrgName() string

func (*Project) GetProdBranch added in v0.24.0

func (x *Project) GetProdBranch() string

func (*Project) GetProdDeploymentId added in v0.24.0

func (x *Project) GetProdDeploymentId() string

func (*Project) GetProdOlapDriver added in v0.24.0

func (x *Project) GetProdOlapDriver() string

func (*Project) GetProdOlapDsn added in v0.24.0

func (x *Project) GetProdOlapDsn() string

func (*Project) GetProdSlots added in v0.24.0

func (x *Project) GetProdSlots() int64

func (*Project) GetPublic added in v0.23.0

func (x *Project) GetPublic() bool

func (*Project) GetRegion added in v0.24.0

func (x *Project) GetRegion() string

func (*Project) GetSubpath added in v0.24.4

func (x *Project) GetSubpath() string

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

func (x *Project) Reset()

func (*Project) String

func (x *Project) String() string

func (*Project) Validate

func (m *Project) Validate() error

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

func (*Project) ValidateAll

func (m *Project) ValidateAll() error

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

type ProjectMultiError

type ProjectMultiError []error

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

func (ProjectMultiError) AllErrors

func (m ProjectMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ProjectMultiError) Error

func (m ProjectMultiError) Error() string

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

type 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

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

Cause function returns cause value.

func (ProjectPermissionsValidationError) Error added in v0.24.0

Error satisfies the builtin error interface

func (ProjectPermissionsValidationError) ErrorName added in v0.24.0

ErrorName returns error name.

func (ProjectPermissionsValidationError) Field added in v0.24.0

Field function returns field value.

func (ProjectPermissionsValidationError) Key added in v0.24.0

Key function returns key value.

func (ProjectPermissionsValidationError) Reason added in v0.24.0

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 RemoveAutoinviteDomainRequest added in v0.24.4

type RemoveAutoinviteDomainRequest struct {
	Organization string `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
	Domain       string `protobuf:"bytes,2,opt,name=domain,proto3" json:"domain,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveAutoinviteDomainRequest) Descriptor deprecated added in v0.24.4

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

Deprecated: Use RemoveAutoinviteDomainRequest.ProtoReflect.Descriptor instead.

func (*RemoveAutoinviteDomainRequest) GetDomain added in v0.24.4

func (x *RemoveAutoinviteDomainRequest) GetDomain() string

func (*RemoveAutoinviteDomainRequest) GetOrganization added in v0.24.4

func (x *RemoveAutoinviteDomainRequest) GetOrganization() string

func (*RemoveAutoinviteDomainRequest) ProtoMessage added in v0.24.4

func (*RemoveAutoinviteDomainRequest) ProtoMessage()

func (*RemoveAutoinviteDomainRequest) ProtoReflect added in v0.24.4

func (*RemoveAutoinviteDomainRequest) Reset added in v0.24.4

func (x *RemoveAutoinviteDomainRequest) Reset()

func (*RemoveAutoinviteDomainRequest) String added in v0.24.4

func (*RemoveAutoinviteDomainRequest) Validate added in v0.24.4

func (m *RemoveAutoinviteDomainRequest) Validate() error

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

func (*RemoveAutoinviteDomainRequest) ValidateAll added in v0.24.4

func (m *RemoveAutoinviteDomainRequest) ValidateAll() error

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

type RemoveAutoinviteDomainRequestMultiError added in v0.24.4

type RemoveAutoinviteDomainRequestMultiError []error

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

func (RemoveAutoinviteDomainRequestMultiError) AllErrors added in v0.24.4

AllErrors returns a list of validation violation errors.

func (RemoveAutoinviteDomainRequestMultiError) Error added in v0.24.4

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

type RemoveAutoinviteDomainRequestValidationError added in v0.24.4

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

RemoveAutoinviteDomainRequestValidationError is the validation error returned by RemoveAutoinviteDomainRequest.Validate if the designated constraints aren't met.

func (RemoveAutoinviteDomainRequestValidationError) Cause added in v0.24.4

Cause function returns cause value.

func (RemoveAutoinviteDomainRequestValidationError) Error added in v0.24.4

Error satisfies the builtin error interface

func (RemoveAutoinviteDomainRequestValidationError) ErrorName added in v0.24.4

ErrorName returns error name.

func (RemoveAutoinviteDomainRequestValidationError) Field added in v0.24.4

Field function returns field value.

func (RemoveAutoinviteDomainRequestValidationError) Key added in v0.24.4

Key function returns key value.

func (RemoveAutoinviteDomainRequestValidationError) Reason added in v0.24.4

Reason function returns reason value.

type RemoveAutoinviteDomainResponse added in v0.24.4

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

func (*RemoveAutoinviteDomainResponse) Descriptor deprecated added in v0.24.4

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

Deprecated: Use RemoveAutoinviteDomainResponse.ProtoReflect.Descriptor instead.

func (*RemoveAutoinviteDomainResponse) ProtoMessage added in v0.24.4

func (*RemoveAutoinviteDomainResponse) ProtoMessage()

func (*RemoveAutoinviteDomainResponse) ProtoReflect added in v0.24.4

func (*RemoveAutoinviteDomainResponse) Reset added in v0.24.4

func (x *RemoveAutoinviteDomainResponse) Reset()

func (*RemoveAutoinviteDomainResponse) String added in v0.24.4

func (*RemoveAutoinviteDomainResponse) Validate added in v0.24.4

func (m *RemoveAutoinviteDomainResponse) Validate() error

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

func (*RemoveAutoinviteDomainResponse) ValidateAll added in v0.24.4

func (m *RemoveAutoinviteDomainResponse) ValidateAll() error

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

type RemoveAutoinviteDomainResponseMultiError added in v0.24.4

type RemoveAutoinviteDomainResponseMultiError []error

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

func (RemoveAutoinviteDomainResponseMultiError) AllErrors added in v0.24.4

AllErrors returns a list of validation violation errors.

func (RemoveAutoinviteDomainResponseMultiError) Error added in v0.24.4

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

type RemoveAutoinviteDomainResponseValidationError added in v0.24.4

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

RemoveAutoinviteDomainResponseValidationError is the validation error returned by RemoveAutoinviteDomainResponse.Validate if the designated constraints aren't met.

func (RemoveAutoinviteDomainResponseValidationError) Cause added in v0.24.4

Cause function returns cause value.

func (RemoveAutoinviteDomainResponseValidationError) Error added in v0.24.4

Error satisfies the builtin error interface

func (RemoveAutoinviteDomainResponseValidationError) ErrorName added in v0.24.4

ErrorName returns error name.

func (RemoveAutoinviteDomainResponseValidationError) Field added in v0.24.4

Field function returns field value.

func (RemoveAutoinviteDomainResponseValidationError) Key added in v0.24.4

Key function returns key value.

func (RemoveAutoinviteDomainResponseValidationError) Reason added in v0.24.4

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"`
	KeepProjectRoles bool   `protobuf:"varint,3,opt,name=keep_project_roles,json=keepProjectRoles,proto3" json:"keep_project_roles,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 (*RemoveOrganizationMemberRequest) GetKeepProjectRoles added in v0.24.3

func (x *RemoveOrganizationMemberRequest) GetKeepProjectRoles() bool

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 (*RemoveOrganizationMemberRequest) Reset added in v0.24.0

func (*RemoveOrganizationMemberRequest) String added in v0.24.0

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

AllErrors returns a list of validation violation errors.

func (RemoveOrganizationMemberRequestMultiError) Error added in v0.24.0

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

Cause function returns cause value.

func (RemoveOrganizationMemberRequestValidationError) Error added in v0.24.0

Error satisfies the builtin error interface

func (RemoveOrganizationMemberRequestValidationError) ErrorName added in v0.24.0

ErrorName returns error name.

func (RemoveOrganizationMemberRequestValidationError) Field added in v0.24.0

Field function returns field value.

func (RemoveOrganizationMemberRequestValidationError) Key added in v0.24.0

Key function returns key value.

func (RemoveOrganizationMemberRequestValidationError) Reason added in v0.24.0

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 (*RemoveOrganizationMemberResponse) Reset added in v0.24.0

func (*RemoveOrganizationMemberResponse) String added in v0.24.0

func (*RemoveOrganizationMemberResponse) Validate added in v0.24.0

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

AllErrors returns a list of validation violation errors.

func (RemoveOrganizationMemberResponseMultiError) Error added in v0.24.0

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

Cause function returns cause value.

func (RemoveOrganizationMemberResponseValidationError) Error added in v0.24.0

Error satisfies the builtin error interface

func (RemoveOrganizationMemberResponseValidationError) ErrorName added in v0.24.0

ErrorName returns error name.

func (RemoveOrganizationMemberResponseValidationError) Field added in v0.24.0

Field function returns field value.

func (RemoveOrganizationMemberResponseValidationError) Key added in v0.24.0

Key function returns key value.

func (RemoveOrganizationMemberResponseValidationError) Reason added in v0.24.0

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

AllErrors returns a list of validation violation errors.

func (RemoveProjectMemberRequestMultiError) Error added in v0.24.0

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

Cause function returns cause value.

func (RemoveProjectMemberRequestValidationError) Error added in v0.24.0

Error satisfies the builtin error interface

func (RemoveProjectMemberRequestValidationError) ErrorName added in v0.24.0

ErrorName returns error name.

func (RemoveProjectMemberRequestValidationError) Field added in v0.24.0

Field function returns field value.

func (RemoveProjectMemberRequestValidationError) Key added in v0.24.0

Key function returns key value.

func (RemoveProjectMemberRequestValidationError) Reason added in v0.24.0

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

AllErrors returns a list of validation violation errors.

func (RemoveProjectMemberResponseMultiError) Error added in v0.24.0

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

Cause function returns cause value.

func (RemoveProjectMemberResponseValidationError) Error added in v0.24.0

Error satisfies the builtin error interface

func (RemoveProjectMemberResponseValidationError) ErrorName added in v0.24.0

ErrorName returns error name.

func (RemoveProjectMemberResponseValidationError) Field added in v0.24.0

Field function returns field value.

func (RemoveProjectMemberResponseValidationError) Key added in v0.24.0

Key function returns key value.

func (RemoveProjectMemberResponseValidationError) Reason added in v0.24.0

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 (*RevokeCurrentAuthTokenRequest) Reset added in v0.23.0

func (x *RevokeCurrentAuthTokenRequest) Reset()

func (*RevokeCurrentAuthTokenRequest) String added in v0.23.0

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

AllErrors returns a list of validation violation errors.

func (RevokeCurrentAuthTokenRequestMultiError) Error added in v0.23.0

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

Cause function returns cause value.

func (RevokeCurrentAuthTokenRequestValidationError) Error added in v0.23.0

Error satisfies the builtin error interface

func (RevokeCurrentAuthTokenRequestValidationError) ErrorName added in v0.23.0

ErrorName returns error name.

func (RevokeCurrentAuthTokenRequestValidationError) Field added in v0.23.0

Field function returns field value.

func (RevokeCurrentAuthTokenRequestValidationError) Key added in v0.23.0

Key function returns key value.

func (RevokeCurrentAuthTokenRequestValidationError) Reason added in v0.23.0

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 (*RevokeCurrentAuthTokenResponse) Reset added in v0.23.0

func (x *RevokeCurrentAuthTokenResponse) Reset()

func (*RevokeCurrentAuthTokenResponse) String added in v0.23.0

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

AllErrors returns a list of validation violation errors.

func (RevokeCurrentAuthTokenResponseMultiError) Error added in v0.23.0

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

Cause function returns cause value.

func (RevokeCurrentAuthTokenResponseValidationError) Error added in v0.23.0

Error satisfies the builtin error interface

func (RevokeCurrentAuthTokenResponseValidationError) ErrorName added in v0.23.0

ErrorName returns error name.

func (RevokeCurrentAuthTokenResponseValidationError) Field added in v0.23.0

Field function returns field value.

func (RevokeCurrentAuthTokenResponseValidationError) Key added in v0.23.0

Key function returns key value.

func (RevokeCurrentAuthTokenResponseValidationError) Reason added in v0.23.0

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 (*SetOrganizationMemberRoleRequest) GetOrganization added in v0.24.0

func (x *SetOrganizationMemberRoleRequest) GetOrganization() string

func (*SetOrganizationMemberRoleRequest) GetRole added in v0.24.0

func (*SetOrganizationMemberRoleRequest) ProtoMessage added in v0.24.0

func (*SetOrganizationMemberRoleRequest) ProtoMessage()

func (*SetOrganizationMemberRoleRequest) ProtoReflect added in v0.24.0

func (*SetOrganizationMemberRoleRequest) Reset added in v0.24.0

func (*SetOrganizationMemberRoleRequest) String added in v0.24.0

func (*SetOrganizationMemberRoleRequest) Validate added in v0.24.0

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

AllErrors returns a list of validation violation errors.

func (SetOrganizationMemberRoleRequestMultiError) Error added in v0.24.0

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

Cause function returns cause value.

func (SetOrganizationMemberRoleRequestValidationError) Error added in v0.24.0

Error satisfies the builtin error interface

func (SetOrganizationMemberRoleRequestValidationError) ErrorName added in v0.24.0

ErrorName returns error name.

func (SetOrganizationMemberRoleRequestValidationError) Field added in v0.24.0

Field function returns field value.

func (SetOrganizationMemberRoleRequestValidationError) Key added in v0.24.0

Key function returns key value.

func (SetOrganizationMemberRoleRequestValidationError) Reason added in v0.24.0

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 (*SetOrganizationMemberRoleResponse) Reset added in v0.24.0

func (*SetOrganizationMemberRoleResponse) String added in v0.24.0

func (*SetOrganizationMemberRoleResponse) Validate added in v0.24.0

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

AllErrors returns a list of validation violation errors.

func (SetOrganizationMemberRoleResponseMultiError) Error added in v0.24.0

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

Cause function returns cause value.

func (SetOrganizationMemberRoleResponseValidationError) Error added in v0.24.0

Error satisfies the builtin error interface

func (SetOrganizationMemberRoleResponseValidationError) ErrorName added in v0.24.0

ErrorName returns error name.

func (SetOrganizationMemberRoleResponseValidationError) Field added in v0.24.0

Field function returns field value.

func (SetOrganizationMemberRoleResponseValidationError) Key added in v0.24.0

Key function returns key value.

func (SetOrganizationMemberRoleResponseValidationError) Reason added in v0.24.0

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

AllErrors returns a list of validation violation errors.

func (SetProjectMemberRoleRequestMultiError) Error added in v0.24.0

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

Cause function returns cause value.

func (SetProjectMemberRoleRequestValidationError) Error added in v0.24.0

Error satisfies the builtin error interface

func (SetProjectMemberRoleRequestValidationError) ErrorName added in v0.24.0

ErrorName returns error name.

func (SetProjectMemberRoleRequestValidationError) Field added in v0.24.0

Field function returns field value.

func (SetProjectMemberRoleRequestValidationError) Key added in v0.24.0

Key function returns key value.

func (SetProjectMemberRoleRequestValidationError) Reason added in v0.24.0

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 (*SetProjectMemberRoleResponse) Reset added in v0.24.0

func (x *SetProjectMemberRoleResponse) Reset()

func (*SetProjectMemberRoleResponse) String added in v0.24.0

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

AllErrors returns a list of validation violation errors.

func (SetProjectMemberRoleResponseMultiError) Error added in v0.24.0

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

Cause function returns cause value.

func (SetProjectMemberRoleResponseValidationError) Error added in v0.24.0

Error satisfies the builtin error interface

func (SetProjectMemberRoleResponseValidationError) ErrorName added in v0.24.0

ErrorName returns error name.

func (SetProjectMemberRoleResponseValidationError) Field added in v0.24.0

Field function returns field value.

func (SetProjectMemberRoleResponseValidationError) Key added in v0.24.0

Key function returns key value.

func (SetProjectMemberRoleResponseValidationError) Reason added in v0.24.0

Reason function returns reason value.

type StringPageToken added in v0.24.4

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

func (*StringPageToken) Descriptor deprecated added in v0.24.4

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

Deprecated: Use StringPageToken.ProtoReflect.Descriptor instead.

func (*StringPageToken) GetVal added in v0.24.4

func (x *StringPageToken) GetVal() string

func (*StringPageToken) ProtoMessage added in v0.24.4

func (*StringPageToken) ProtoMessage()

func (*StringPageToken) ProtoReflect added in v0.24.4

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

func (*StringPageToken) Reset added in v0.24.4

func (x *StringPageToken) Reset()

func (*StringPageToken) String added in v0.24.4

func (x *StringPageToken) String() string

func (*StringPageToken) Validate added in v0.24.4

func (m *StringPageToken) Validate() error

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

func (*StringPageToken) ValidateAll added in v0.24.4

func (m *StringPageToken) ValidateAll() error

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

type StringPageTokenMultiError added in v0.24.4

type StringPageTokenMultiError []error

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

func (StringPageTokenMultiError) AllErrors added in v0.24.4

func (m StringPageTokenMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StringPageTokenMultiError) Error added in v0.24.4

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

type StringPageTokenValidationError added in v0.24.4

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

StringPageTokenValidationError is the validation error returned by StringPageToken.Validate if the designated constraints aren't met.

func (StringPageTokenValidationError) Cause added in v0.24.4

Cause function returns cause value.

func (StringPageTokenValidationError) Error added in v0.24.4

Error satisfies the builtin error interface

func (StringPageTokenValidationError) ErrorName added in v0.24.4

func (e StringPageTokenValidationError) ErrorName() string

ErrorName returns error name.

func (StringPageTokenValidationError) Field added in v0.24.4

Field function returns field value.

func (StringPageTokenValidationError) Key added in v0.24.4

Key function returns key value.

func (StringPageTokenValidationError) Reason added in v0.24.4

Reason function returns reason value.

type TriggerReconcileRequest added in v0.24.3

type TriggerReconcileRequest struct {
	DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TriggerReconcileRequest) Descriptor deprecated added in v0.24.3

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

Deprecated: Use TriggerReconcileRequest.ProtoReflect.Descriptor instead.

func (*TriggerReconcileRequest) GetDeploymentId added in v0.24.3

func (x *TriggerReconcileRequest) GetDeploymentId() string

func (*TriggerReconcileRequest) ProtoMessage added in v0.24.3

func (*TriggerReconcileRequest) ProtoMessage()

func (*TriggerReconcileRequest) ProtoReflect added in v0.24.3

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

func (*TriggerReconcileRequest) Reset added in v0.24.3

func (x *TriggerReconcileRequest) Reset()

func (*TriggerReconcileRequest) String added in v0.24.3

func (x *TriggerReconcileRequest) String() string

func (*TriggerReconcileRequest) Validate added in v0.24.3

func (m *TriggerReconcileRequest) Validate() error

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

func (*TriggerReconcileRequest) ValidateAll added in v0.24.3

func (m *TriggerReconcileRequest) ValidateAll() error

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

type TriggerReconcileRequestMultiError added in v0.24.3

type TriggerReconcileRequestMultiError []error

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

func (TriggerReconcileRequestMultiError) AllErrors added in v0.24.3

func (m TriggerReconcileRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TriggerReconcileRequestMultiError) Error added in v0.24.3

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

type TriggerReconcileRequestValidationError added in v0.24.3

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

TriggerReconcileRequestValidationError is the validation error returned by TriggerReconcileRequest.Validate if the designated constraints aren't met.

func (TriggerReconcileRequestValidationError) Cause added in v0.24.3

Cause function returns cause value.

func (TriggerReconcileRequestValidationError) Error added in v0.24.3

Error satisfies the builtin error interface

func (TriggerReconcileRequestValidationError) ErrorName added in v0.24.3

ErrorName returns error name.

func (TriggerReconcileRequestValidationError) Field added in v0.24.3

Field function returns field value.

func (TriggerReconcileRequestValidationError) Key added in v0.24.3

Key function returns key value.

func (TriggerReconcileRequestValidationError) Reason added in v0.24.3

Reason function returns reason value.

type TriggerReconcileResponse added in v0.24.3

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

func (*TriggerReconcileResponse) Descriptor deprecated added in v0.24.3

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

Deprecated: Use TriggerReconcileResponse.ProtoReflect.Descriptor instead.

func (*TriggerReconcileResponse) ProtoMessage added in v0.24.3

func (*TriggerReconcileResponse) ProtoMessage()

func (*TriggerReconcileResponse) ProtoReflect added in v0.24.3

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

func (*TriggerReconcileResponse) Reset added in v0.24.3

func (x *TriggerReconcileResponse) Reset()

func (*TriggerReconcileResponse) String added in v0.24.3

func (x *TriggerReconcileResponse) String() string

func (*TriggerReconcileResponse) Validate added in v0.24.3

func (m *TriggerReconcileResponse) Validate() error

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

func (*TriggerReconcileResponse) ValidateAll added in v0.24.3

func (m *TriggerReconcileResponse) ValidateAll() error

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

type TriggerReconcileResponseMultiError added in v0.24.3

type TriggerReconcileResponseMultiError []error

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

func (TriggerReconcileResponseMultiError) AllErrors added in v0.24.3

func (m TriggerReconcileResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TriggerReconcileResponseMultiError) Error added in v0.24.3

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

type TriggerReconcileResponseValidationError added in v0.24.3

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

TriggerReconcileResponseValidationError is the validation error returned by TriggerReconcileResponse.Validate if the designated constraints aren't met.

func (TriggerReconcileResponseValidationError) Cause added in v0.24.3

Cause function returns cause value.

func (TriggerReconcileResponseValidationError) Error added in v0.24.3

Error satisfies the builtin error interface

func (TriggerReconcileResponseValidationError) ErrorName added in v0.24.3

ErrorName returns error name.

func (TriggerReconcileResponseValidationError) Field added in v0.24.3

Field function returns field value.

func (TriggerReconcileResponseValidationError) Key added in v0.24.3

Key function returns key value.

func (TriggerReconcileResponseValidationError) Reason added in v0.24.3

Reason function returns reason value.

type TriggerRedeployRequest added in v0.24.3

type TriggerRedeployRequest struct {
	DeploymentId string `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	// contains filtered or unexported fields
}

func (*TriggerRedeployRequest) Descriptor deprecated added in v0.24.3

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

Deprecated: Use TriggerRedeployRequest.ProtoReflect.Descriptor instead.

func (*TriggerRedeployRequest) GetDeploymentId added in v0.24.3

func (x *TriggerRedeployRequest) GetDeploymentId() string

func (*TriggerRedeployRequest) ProtoMessage added in v0.24.3

func (*TriggerRedeployRequest) ProtoMessage()

func (*TriggerRedeployRequest) ProtoReflect added in v0.24.3

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

func (*TriggerRedeployRequest) Reset added in v0.24.3

func (x *TriggerRedeployRequest) Reset()

func (*TriggerRedeployRequest) String added in v0.24.3

func (x *TriggerRedeployRequest) String() string

func (*TriggerRedeployRequest) Validate added in v0.24.3

func (m *TriggerRedeployRequest) Validate() error

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

func (*TriggerRedeployRequest) ValidateAll added in v0.24.3

func (m *TriggerRedeployRequest) ValidateAll() error

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

type TriggerRedeployRequestMultiError added in v0.24.3

type TriggerRedeployRequestMultiError []error

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

func (TriggerRedeployRequestMultiError) AllErrors added in v0.24.3

func (m TriggerRedeployRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TriggerRedeployRequestMultiError) Error added in v0.24.3

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

type TriggerRedeployRequestValidationError added in v0.24.3

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

TriggerRedeployRequestValidationError is the validation error returned by TriggerRedeployRequest.Validate if the designated constraints aren't met.

func (TriggerRedeployRequestValidationError) Cause added in v0.24.3

Cause function returns cause value.

func (TriggerRedeployRequestValidationError) Error added in v0.24.3

Error satisfies the builtin error interface

func (TriggerRedeployRequestValidationError) ErrorName added in v0.24.3

ErrorName returns error name.

func (TriggerRedeployRequestValidationError) Field added in v0.24.3

Field function returns field value.

func (TriggerRedeployRequestValidationError) Key added in v0.24.3

Key function returns key value.

func (TriggerRedeployRequestValidationError) Reason added in v0.24.3

Reason function returns reason value.

type TriggerRedeployResponse added in v0.24.3

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

func (*TriggerRedeployResponse) Descriptor deprecated added in v0.24.3

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

Deprecated: Use TriggerRedeployResponse.ProtoReflect.Descriptor instead.

func (*TriggerRedeployResponse) ProtoMessage added in v0.24.3

func (*TriggerRedeployResponse) ProtoMessage()

func (*TriggerRedeployResponse) ProtoReflect added in v0.24.3

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

func (*TriggerRedeployResponse) Reset added in v0.24.3

func (x *TriggerRedeployResponse) Reset()

func (*TriggerRedeployResponse) String added in v0.24.3

func (x *TriggerRedeployResponse) String() string

func (*TriggerRedeployResponse) Validate added in v0.24.3

func (m *TriggerRedeployResponse) Validate() error

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

func (*TriggerRedeployResponse) ValidateAll added in v0.24.3

func (m *TriggerRedeployResponse) ValidateAll() error

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

type TriggerRedeployResponseMultiError added in v0.24.3

type TriggerRedeployResponseMultiError []error

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

func (TriggerRedeployResponseMultiError) AllErrors added in v0.24.3

func (m TriggerRedeployResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TriggerRedeployResponseMultiError) Error added in v0.24.3

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

type TriggerRedeployResponseValidationError added in v0.24.3

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

TriggerRedeployResponseValidationError is the validation error returned by TriggerRedeployResponse.Validate if the designated constraints aren't met.

func (TriggerRedeployResponseValidationError) Cause added in v0.24.3

Cause function returns cause value.

func (TriggerRedeployResponseValidationError) Error added in v0.24.3

Error satisfies the builtin error interface

func (TriggerRedeployResponseValidationError) ErrorName added in v0.24.3

ErrorName returns error name.

func (TriggerRedeployResponseValidationError) Field added in v0.24.3

Field function returns field value.

func (TriggerRedeployResponseValidationError) Key added in v0.24.3

Key function returns key value.

func (TriggerRedeployResponseValidationError) Reason added in v0.24.3

Reason function returns reason value.

type TriggerRefreshSourcesRequest added in v0.24.3

type TriggerRefreshSourcesRequest struct {
	DeploymentId string   `protobuf:"bytes,1,opt,name=deployment_id,json=deploymentId,proto3" json:"deployment_id,omitempty"`
	Sources      []string `protobuf:"bytes,2,rep,name=sources,proto3" json:"sources,omitempty"`
	// contains filtered or unexported fields
}

func (*TriggerRefreshSourcesRequest) Descriptor deprecated added in v0.24.3

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

Deprecated: Use TriggerRefreshSourcesRequest.ProtoReflect.Descriptor instead.

func (*TriggerRefreshSourcesRequest) GetDeploymentId added in v0.24.3

func (x *TriggerRefreshSourcesRequest) GetDeploymentId() string

func (*TriggerRefreshSourcesRequest) GetSources added in v0.24.3

func (x *TriggerRefreshSourcesRequest) GetSources() []string

func (*TriggerRefreshSourcesRequest) ProtoMessage added in v0.24.3

func (*TriggerRefreshSourcesRequest) ProtoMessage()

func (*TriggerRefreshSourcesRequest) ProtoReflect added in v0.24.3

func (*TriggerRefreshSourcesRequest) Reset added in v0.24.3

func (x *TriggerRefreshSourcesRequest) Reset()

func (*TriggerRefreshSourcesRequest) String added in v0.24.3

func (*TriggerRefreshSourcesRequest) Validate added in v0.24.3

func (m *TriggerRefreshSourcesRequest) Validate() error

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

func (*TriggerRefreshSourcesRequest) ValidateAll added in v0.24.3

func (m *TriggerRefreshSourcesRequest) ValidateAll() error

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

type TriggerRefreshSourcesRequestMultiError added in v0.24.3

type TriggerRefreshSourcesRequestMultiError []error

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

func (TriggerRefreshSourcesRequestMultiError) AllErrors added in v0.24.3

AllErrors returns a list of validation violation errors.

func (TriggerRefreshSourcesRequestMultiError) Error added in v0.24.3

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

type TriggerRefreshSourcesRequestValidationError added in v0.24.3

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

TriggerRefreshSourcesRequestValidationError is the validation error returned by TriggerRefreshSourcesRequest.Validate if the designated constraints aren't met.

func (TriggerRefreshSourcesRequestValidationError) Cause added in v0.24.3

Cause function returns cause value.

func (TriggerRefreshSourcesRequestValidationError) Error added in v0.24.3

Error satisfies the builtin error interface

func (TriggerRefreshSourcesRequestValidationError) ErrorName added in v0.24.3

ErrorName returns error name.

func (TriggerRefreshSourcesRequestValidationError) Field added in v0.24.3

Field function returns field value.

func (TriggerRefreshSourcesRequestValidationError) Key added in v0.24.3

Key function returns key value.

func (TriggerRefreshSourcesRequestValidationError) Reason added in v0.24.3

Reason function returns reason value.

type TriggerRefreshSourcesResponse added in v0.24.3

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

func (*TriggerRefreshSourcesResponse) Descriptor deprecated added in v0.24.3

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

Deprecated: Use TriggerRefreshSourcesResponse.ProtoReflect.Descriptor instead.

func (*TriggerRefreshSourcesResponse) ProtoMessage added in v0.24.3

func (*TriggerRefreshSourcesResponse) ProtoMessage()

func (*TriggerRefreshSourcesResponse) ProtoReflect added in v0.24.3

func (*TriggerRefreshSourcesResponse) Reset added in v0.24.3

func (x *TriggerRefreshSourcesResponse) Reset()

func (*TriggerRefreshSourcesResponse) String added in v0.24.3

func (*TriggerRefreshSourcesResponse) Validate added in v0.24.3

func (m *TriggerRefreshSourcesResponse) Validate() error

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

func (*TriggerRefreshSourcesResponse) ValidateAll added in v0.24.3

func (m *TriggerRefreshSourcesResponse) ValidateAll() error

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

type TriggerRefreshSourcesResponseMultiError added in v0.24.3

type TriggerRefreshSourcesResponseMultiError []error

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

func (TriggerRefreshSourcesResponseMultiError) AllErrors added in v0.24.3

AllErrors returns a list of validation violation errors.

func (TriggerRefreshSourcesResponseMultiError) Error added in v0.24.3

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

type TriggerRefreshSourcesResponseValidationError added in v0.24.3

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

TriggerRefreshSourcesResponseValidationError is the validation error returned by TriggerRefreshSourcesResponse.Validate if the designated constraints aren't met.

func (TriggerRefreshSourcesResponseValidationError) Cause added in v0.24.3

Cause function returns cause value.

func (TriggerRefreshSourcesResponseValidationError) Error added in v0.24.3

Error satisfies the builtin error interface

func (TriggerRefreshSourcesResponseValidationError) ErrorName added in v0.24.3

ErrorName returns error name.

func (TriggerRefreshSourcesResponseValidationError) Field added in v0.24.3

Field function returns field value.

func (TriggerRefreshSourcesResponseValidationError) Key added in v0.24.3

Key function returns key value.

func (TriggerRefreshSourcesResponseValidationError) Reason added in v0.24.3

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) AddProjectMember added in v0.24.0

func (UnimplementedAdminServiceServer) CreateAutoinviteDomain added in v0.24.4

func (UnimplementedAdminServiceServer) CreateOrganization

func (UnimplementedAdminServiceServer) CreateProject

func (UnimplementedAdminServiceServer) DeleteOrganization

func (UnimplementedAdminServiceServer) DeleteProject

func (UnimplementedAdminServiceServer) GetCurrentUser added in v0.23.0

func (UnimplementedAdminServiceServer) GetGithubRepoStatus added in v0.23.0

func (UnimplementedAdminServiceServer) GetOrganization added in v0.23.0

func (UnimplementedAdminServiceServer) GetProject added in v0.23.0

func (UnimplementedAdminServiceServer) GetProjectVariables added in v0.24.0

func (UnimplementedAdminServiceServer) LeaveOrganization added in v0.24.0

func (UnimplementedAdminServiceServer) ListOrganizationInvites added in v0.24.4

func (UnimplementedAdminServiceServer) ListOrganizationMembers added in v0.24.0

func (UnimplementedAdminServiceServer) ListOrganizations added in v0.23.0

func (UnimplementedAdminServiceServer) ListProjectInvites added in v0.24.4

func (UnimplementedAdminServiceServer) ListProjectMembers added in v0.24.0

func (UnimplementedAdminServiceServer) ListProjectsForOrganization added in v0.24.0

func (UnimplementedAdminServiceServer) Ping

func (UnimplementedAdminServiceServer) RemoveAutoinviteDomain added in v0.24.4

func (UnimplementedAdminServiceServer) RemoveOrganizationMember added in v0.24.0

func (UnimplementedAdminServiceServer) RemoveProjectMember added in v0.24.0

func (UnimplementedAdminServiceServer) RevokeCurrentAuthToken added in v0.23.0

func (UnimplementedAdminServiceServer) SetOrganizationMemberRole added in v0.24.0

func (UnimplementedAdminServiceServer) SetProjectMemberRole added in v0.24.0

func (UnimplementedAdminServiceServer) TriggerReconcile added in v0.24.3

func (UnimplementedAdminServiceServer) TriggerRedeploy added in v0.24.3

func (UnimplementedAdminServiceServer) TriggerRefreshSources added in v0.24.3

func (UnimplementedAdminServiceServer) UpdateOrganization

func (UnimplementedAdminServiceServer) UpdateProject

func (UnimplementedAdminServiceServer) UpdateProjectVariables added in v0.24.0

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 (*UpdateOrganizationRequest) Reset

func (x *UpdateOrganizationRequest) Reset()

func (*UpdateOrganizationRequest) String

func (x *UpdateOrganizationRequest) String() string

func (*UpdateOrganizationRequest) Validate

func (m *UpdateOrganizationRequest) Validate() error

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

func (*UpdateOrganizationRequest) ValidateAll

func (m *UpdateOrganizationRequest) ValidateAll() error

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

type UpdateOrganizationRequestMultiError

type UpdateOrganizationRequestMultiError []error

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

func (UpdateOrganizationRequestMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateOrganizationRequestMultiError) Error

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

type UpdateOrganizationRequestValidationError

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

UpdateOrganizationRequestValidationError is the validation error returned by UpdateOrganizationRequest.Validate if the designated constraints aren't met.

func (UpdateOrganizationRequestValidationError) Cause

Cause function returns cause value.

func (UpdateOrganizationRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateOrganizationRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateOrganizationRequestValidationError) Field

Field function returns field value.

func (UpdateOrganizationRequestValidationError) Key

Key function returns key value.

func (UpdateOrganizationRequestValidationError) Reason

Reason function returns reason value.

type UpdateOrganizationResponse

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

func (*UpdateOrganizationResponse) Descriptor deprecated

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

Deprecated: Use UpdateOrganizationResponse.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationResponse) GetOrganization

func (x *UpdateOrganizationResponse) GetOrganization() *Organization

func (*UpdateOrganizationResponse) ProtoMessage

func (*UpdateOrganizationResponse) ProtoMessage()

func (*UpdateOrganizationResponse) ProtoReflect

func (*UpdateOrganizationResponse) Reset

func (x *UpdateOrganizationResponse) Reset()

func (*UpdateOrganizationResponse) String

func (x *UpdateOrganizationResponse) String() string

func (*UpdateOrganizationResponse) Validate

func (m *UpdateOrganizationResponse) Validate() error

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

func (*UpdateOrganizationResponse) ValidateAll

func (m *UpdateOrganizationResponse) ValidateAll() error

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

type UpdateOrganizationResponseMultiError

type UpdateOrganizationResponseMultiError []error

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

func (UpdateOrganizationResponseMultiError) AllErrors

AllErrors returns a list of validation violation errors.

func (UpdateOrganizationResponseMultiError) Error

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

type UpdateOrganizationResponseValidationError

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

UpdateOrganizationResponseValidationError is the validation error returned by UpdateOrganizationResponse.Validate if the designated constraints aren't met.

func (UpdateOrganizationResponseValidationError) Cause

Cause function returns cause value.

func (UpdateOrganizationResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateOrganizationResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateOrganizationResponseValidationError) Field

Field function returns field value.

func (UpdateOrganizationResponseValidationError) Key

Key function returns key value.

func (UpdateOrganizationResponseValidationError) Reason

Reason function returns reason value.

type 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

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

type UpdateProjectRequestValidationError

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

UpdateProjectRequestValidationError is the validation error returned by UpdateProjectRequest.Validate if the designated constraints aren't met.

func (UpdateProjectRequestValidationError) Cause

Cause function returns cause value.

func (UpdateProjectRequestValidationError) Error

Error satisfies the builtin error interface

func (UpdateProjectRequestValidationError) ErrorName

ErrorName returns error name.

func (UpdateProjectRequestValidationError) Field

Field function returns field value.

func (UpdateProjectRequestValidationError) Key

Key function returns key value.

func (UpdateProjectRequestValidationError) Reason

Reason function returns reason value.

type UpdateProjectResponse

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

func (*UpdateProjectResponse) Descriptor deprecated

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

Deprecated: Use UpdateProjectResponse.ProtoReflect.Descriptor instead.

func (*UpdateProjectResponse) GetProject

func (x *UpdateProjectResponse) GetProject() *Project

func (*UpdateProjectResponse) ProtoMessage

func (*UpdateProjectResponse) ProtoMessage()

func (*UpdateProjectResponse) ProtoReflect

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

func (*UpdateProjectResponse) Reset

func (x *UpdateProjectResponse) Reset()

func (*UpdateProjectResponse) String

func (x *UpdateProjectResponse) String() string

func (*UpdateProjectResponse) Validate

func (m *UpdateProjectResponse) Validate() error

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

func (*UpdateProjectResponse) ValidateAll

func (m *UpdateProjectResponse) ValidateAll() error

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

type UpdateProjectResponseMultiError

type UpdateProjectResponseMultiError []error

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

func (UpdateProjectResponseMultiError) AllErrors

func (m UpdateProjectResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateProjectResponseMultiError) Error

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

type UpdateProjectResponseValidationError

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

UpdateProjectResponseValidationError is the validation error returned by UpdateProjectResponse.Validate if the designated constraints aren't met.

func (UpdateProjectResponseValidationError) Cause

Cause function returns cause value.

func (UpdateProjectResponseValidationError) Error

Error satisfies the builtin error interface

func (UpdateProjectResponseValidationError) ErrorName

ErrorName returns error name.

func (UpdateProjectResponseValidationError) Field

Field function returns field value.

func (UpdateProjectResponseValidationError) Key

Key function returns key value.

func (UpdateProjectResponseValidationError) Reason

Reason function returns reason value.

type 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 (*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 (*UpdateProjectVariablesRequest) Reset added in v0.24.0

func (x *UpdateProjectVariablesRequest) Reset()

func (*UpdateProjectVariablesRequest) String added in v0.24.0

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

AllErrors returns a list of validation violation errors.

func (UpdateProjectVariablesRequestMultiError) Error added in v0.24.0

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

Cause function returns cause value.

func (UpdateProjectVariablesRequestValidationError) Error added in v0.24.0

Error satisfies the builtin error interface

func (UpdateProjectVariablesRequestValidationError) ErrorName added in v0.24.0

ErrorName returns error name.

func (UpdateProjectVariablesRequestValidationError) Field added in v0.24.0

Field function returns field value.

func (UpdateProjectVariablesRequestValidationError) Key added in v0.24.0

Key function returns key value.

func (UpdateProjectVariablesRequestValidationError) Reason added in v0.24.0

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 (*UpdateProjectVariablesResponse) Reset added in v0.24.0

func (x *UpdateProjectVariablesResponse) Reset()

func (*UpdateProjectVariablesResponse) String added in v0.24.0

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

AllErrors returns a list of validation violation errors.

func (UpdateProjectVariablesResponseMultiError) Error added in v0.24.0

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

Cause function returns cause value.

func (UpdateProjectVariablesResponseValidationError) Error added in v0.24.0

Error satisfies the builtin error interface

func (UpdateProjectVariablesResponseValidationError) ErrorName added in v0.24.0

ErrorName returns error name.

func (UpdateProjectVariablesResponseValidationError) Field added in v0.24.0

Field function returns field value.

func (UpdateProjectVariablesResponseValidationError) Key added in v0.24.0

Key function returns key value.

func (UpdateProjectVariablesResponseValidationError) Reason added in v0.24.0

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) Descriptor() ([]byte, []int)

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetCreatedOn added in v0.23.0

func (x *User) GetCreatedOn() *timestamppb.Timestamp

func (*User) GetDisplayName added in v0.23.0

func (x *User) GetDisplayName() string

func (*User) GetEmail added in v0.23.0

func (x *User) GetEmail() string

func (*User) GetId added in v0.23.0

func (x *User) GetId() string

func (*User) GetPhotoUrl added in v0.23.0

func (x *User) GetPhotoUrl() string

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) Reset added in v0.23.0

func (x *User) Reset()

func (*User) String added in v0.23.0

func (x *User) String() string

func (*User) Validate added in v0.23.0

func (m *User) Validate() error

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

func (*User) ValidateAll added in v0.23.0

func (m *User) ValidateAll() error

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

type 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

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

Field function returns field value.

func (UserInviteValidationError) Key added in v0.24.0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL