adminv1

package
v0.43.3 Latest Latest
Warning

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

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

Documentation

Overview

Package adminv1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

Package adminv1 is a reverse proxy.

It translates gRPC into RESTful JSON APIs.

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_SearchProjectNames_FullMethodName           = "/rill.admin.v1.AdminService/SearchProjectNames"
	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_IssueRepresentativeAuthToken_FullMethodName = "/rill.admin.v1.AdminService/IssueRepresentativeAuthToken"
	AdminService_RevokeCurrentAuthToken_FullMethodName       = "/rill.admin.v1.AdminService/RevokeCurrentAuthToken"
	AdminService_GetGithubRepoStatus_FullMethodName          = "/rill.admin.v1.AdminService/GetGithubRepoStatus"
	AdminService_GetGithubUserStatus_FullMethodName          = "/rill.admin.v1.AdminService/GetGithubUserStatus"
	AdminService_GetGitCredentials_FullMethodName            = "/rill.admin.v1.AdminService/GetGitCredentials"
	AdminService_CreateWhitelistedDomain_FullMethodName      = "/rill.admin.v1.AdminService/CreateWhitelistedDomain"
	AdminService_RemoveWhitelistedDomain_FullMethodName      = "/rill.admin.v1.AdminService/RemoveWhitelistedDomain"
	AdminService_ListWhitelistedDomains_FullMethodName       = "/rill.admin.v1.AdminService/ListWhitelistedDomains"
	AdminService_GetUser_FullMethodName                      = "/rill.admin.v1.AdminService/GetUser"
	AdminService_SearchUsers_FullMethodName                  = "/rill.admin.v1.AdminService/SearchUsers"
	AdminService_SearchProjectUsers_FullMethodName           = "/rill.admin.v1.AdminService/SearchProjectUsers"
	AdminService_ListSuperusers_FullMethodName               = "/rill.admin.v1.AdminService/ListSuperusers"
	AdminService_GetDeploymentCredentials_FullMethodName     = "/rill.admin.v1.AdminService/GetDeploymentCredentials"
	AdminService_GetIFrame_FullMethodName                    = "/rill.admin.v1.AdminService/GetIFrame"
	AdminService_SetSuperuser_FullMethodName                 = "/rill.admin.v1.AdminService/SetSuperuser"
	AdminService_SudoGetResource_FullMethodName              = "/rill.admin.v1.AdminService/SudoGetResource"
	AdminService_SudoUpdateUserQuotas_FullMethodName         = "/rill.admin.v1.AdminService/SudoUpdateUserQuotas"
	AdminService_SudoUpdateOrganizationQuotas_FullMethodName = "/rill.admin.v1.AdminService/SudoUpdateOrganizationQuotas"
	AdminService_SudoUpdateAnnotations_FullMethodName        = "/rill.admin.v1.AdminService/SudoUpdateAnnotations"
	AdminService_ListServices_FullMethodName                 = "/rill.admin.v1.AdminService/ListServices"
	AdminService_CreateService_FullMethodName                = "/rill.admin.v1.AdminService/CreateService"
	AdminService_UpdateService_FullMethodName                = "/rill.admin.v1.AdminService/UpdateService"
	AdminService_DeleteService_FullMethodName                = "/rill.admin.v1.AdminService/DeleteService"
	AdminService_ListServiceAuthTokens_FullMethodName        = "/rill.admin.v1.AdminService/ListServiceAuthTokens"
	AdminService_IssueServiceAuthToken_FullMethodName        = "/rill.admin.v1.AdminService/IssueServiceAuthToken"
	AdminService_RevokeServiceAuthToken_FullMethodName       = "/rill.admin.v1.AdminService/RevokeServiceAuthToken"
	AdminService_UpdateUserPreferences_FullMethodName        = "/rill.admin.v1.AdminService/UpdateUserPreferences"
	AdminService_ListBookmarks_FullMethodName                = "/rill.admin.v1.AdminService/ListBookmarks"
	AdminService_GetBookmark_FullMethodName                  = "/rill.admin.v1.AdminService/GetBookmark"
	AdminService_CreateBookmark_FullMethodName               = "/rill.admin.v1.AdminService/CreateBookmark"
	AdminService_UpdateBookmark_FullMethodName               = "/rill.admin.v1.AdminService/UpdateBookmark"
	AdminService_RemoveBookmark_FullMethodName               = "/rill.admin.v1.AdminService/RemoveBookmark"
	AdminService_GetRepoMeta_FullMethodName                  = "/rill.admin.v1.AdminService/GetRepoMeta"
	AdminService_PullVirtualRepo_FullMethodName              = "/rill.admin.v1.AdminService/PullVirtualRepo"
	AdminService_GetReportMeta_FullMethodName                = "/rill.admin.v1.AdminService/GetReportMeta"
	AdminService_GetAlertMeta_FullMethodName                 = "/rill.admin.v1.AdminService/GetAlertMeta"
	AdminService_CreateReport_FullMethodName                 = "/rill.admin.v1.AdminService/CreateReport"
	AdminService_EditReport_FullMethodName                   = "/rill.admin.v1.AdminService/EditReport"
	AdminService_UnsubscribeReport_FullMethodName            = "/rill.admin.v1.AdminService/UnsubscribeReport"
	AdminService_DeleteReport_FullMethodName                 = "/rill.admin.v1.AdminService/DeleteReport"
	AdminService_TriggerReport_FullMethodName                = "/rill.admin.v1.AdminService/TriggerReport"
	AdminService_GenerateReportYAML_FullMethodName           = "/rill.admin.v1.AdminService/GenerateReportYAML"
	AdminService_CreateAlert_FullMethodName                  = "/rill.admin.v1.AdminService/CreateAlert"
	AdminService_EditAlert_FullMethodName                    = "/rill.admin.v1.AdminService/EditAlert"
	AdminService_UnsubscribeAlert_FullMethodName             = "/rill.admin.v1.AdminService/UnsubscribeAlert"
	AdminService_DeleteAlert_FullMethodName                  = "/rill.admin.v1.AdminService/DeleteAlert"
	AdminService_GenerateAlertYAML_FullMethodName            = "/rill.admin.v1.AdminService/GenerateAlertYAML"
	AdminService_GetAlertYAML_FullMethodName                 = "/rill.admin.v1.AdminService/GetAlertYAML"
)
View Source
const (
	AIService_Complete_FullMethodName = "/rill.admin.v1.AIService/Complete"
)
View Source
const (
	TelemetryService_RecordEvents_FullMethodName = "/rill.admin.v1.TelemetryService/RecordEvents"
)

Variables

View Source
var (
	DeploymentStatus_name = map[int32]string{
		0: "DEPLOYMENT_STATUS_UNSPECIFIED",
		1: "DEPLOYMENT_STATUS_PENDING",
		2: "DEPLOYMENT_STATUS_OK",
		4: "DEPLOYMENT_STATUS_ERROR",
	}
	DeploymentStatus_value = map[string]int32{
		"DEPLOYMENT_STATUS_UNSPECIFIED": 0,
		"DEPLOYMENT_STATUS_PENDING":     1,
		"DEPLOYMENT_STATUS_OK":          2,
		"DEPLOYMENT_STATUS_ERROR":       4,
	}
)

Enum value maps for DeploymentStatus.

View Source
var AIService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "rill.admin.v1.AIService",
	HandlerType: (*AIServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Complete",
			Handler:    _AIService_Complete_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "rill/admin/v1/ai.proto",
}

AIService_ServiceDesc is the grpc.ServiceDesc for AIService 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 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: "SearchProjectNames",
			Handler:    _AdminService_SearchProjectNames_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: "IssueRepresentativeAuthToken",
			Handler:    _AdminService_IssueRepresentativeAuthToken_Handler,
		},
		{
			MethodName: "RevokeCurrentAuthToken",
			Handler:    _AdminService_RevokeCurrentAuthToken_Handler,
		},
		{
			MethodName: "GetGithubRepoStatus",
			Handler:    _AdminService_GetGithubRepoStatus_Handler,
		},
		{
			MethodName: "GetGithubUserStatus",
			Handler:    _AdminService_GetGithubUserStatus_Handler,
		},
		{
			MethodName: "GetGitCredentials",
			Handler:    _AdminService_GetGitCredentials_Handler,
		},
		{
			MethodName: "CreateWhitelistedDomain",
			Handler:    _AdminService_CreateWhitelistedDomain_Handler,
		},
		{
			MethodName: "RemoveWhitelistedDomain",
			Handler:    _AdminService_RemoveWhitelistedDomain_Handler,
		},
		{
			MethodName: "ListWhitelistedDomains",
			Handler:    _AdminService_ListWhitelistedDomains_Handler,
		},
		{
			MethodName: "GetUser",
			Handler:    _AdminService_GetUser_Handler,
		},
		{
			MethodName: "SearchUsers",
			Handler:    _AdminService_SearchUsers_Handler,
		},
		{
			MethodName: "SearchProjectUsers",
			Handler:    _AdminService_SearchProjectUsers_Handler,
		},
		{
			MethodName: "ListSuperusers",
			Handler:    _AdminService_ListSuperusers_Handler,
		},
		{
			MethodName: "GetDeploymentCredentials",
			Handler:    _AdminService_GetDeploymentCredentials_Handler,
		},
		{
			MethodName: "GetIFrame",
			Handler:    _AdminService_GetIFrame_Handler,
		},
		{
			MethodName: "SetSuperuser",
			Handler:    _AdminService_SetSuperuser_Handler,
		},
		{
			MethodName: "SudoGetResource",
			Handler:    _AdminService_SudoGetResource_Handler,
		},
		{
			MethodName: "SudoUpdateUserQuotas",
			Handler:    _AdminService_SudoUpdateUserQuotas_Handler,
		},
		{
			MethodName: "SudoUpdateOrganizationQuotas",
			Handler:    _AdminService_SudoUpdateOrganizationQuotas_Handler,
		},
		{
			MethodName: "SudoUpdateAnnotations",
			Handler:    _AdminService_SudoUpdateAnnotations_Handler,
		},
		{
			MethodName: "ListServices",
			Handler:    _AdminService_ListServices_Handler,
		},
		{
			MethodName: "CreateService",
			Handler:    _AdminService_CreateService_Handler,
		},
		{
			MethodName: "UpdateService",
			Handler:    _AdminService_UpdateService_Handler,
		},
		{
			MethodName: "DeleteService",
			Handler:    _AdminService_DeleteService_Handler,
		},
		{
			MethodName: "ListServiceAuthTokens",
			Handler:    _AdminService_ListServiceAuthTokens_Handler,
		},
		{
			MethodName: "IssueServiceAuthToken",
			Handler:    _AdminService_IssueServiceAuthToken_Handler,
		},
		{
			MethodName: "RevokeServiceAuthToken",
			Handler:    _AdminService_RevokeServiceAuthToken_Handler,
		},
		{
			MethodName: "UpdateUserPreferences",
			Handler:    _AdminService_UpdateUserPreferences_Handler,
		},
		{
			MethodName: "ListBookmarks",
			Handler:    _AdminService_ListBookmarks_Handler,
		},
		{
			MethodName: "GetBookmark",
			Handler:    _AdminService_GetBookmark_Handler,
		},
		{
			MethodName: "CreateBookmark",
			Handler:    _AdminService_CreateBookmark_Handler,
		},
		{
			MethodName: "UpdateBookmark",
			Handler:    _AdminService_UpdateBookmark_Handler,
		},
		{
			MethodName: "RemoveBookmark",
			Handler:    _AdminService_RemoveBookmark_Handler,
		},
		{
			MethodName: "GetRepoMeta",
			Handler:    _AdminService_GetRepoMeta_Handler,
		},
		{
			MethodName: "PullVirtualRepo",
			Handler:    _AdminService_PullVirtualRepo_Handler,
		},
		{
			MethodName: "GetReportMeta",
			Handler:    _AdminService_GetReportMeta_Handler,
		},
		{
			MethodName: "GetAlertMeta",
			Handler:    _AdminService_GetAlertMeta_Handler,
		},
		{
			MethodName: "CreateReport",
			Handler:    _AdminService_CreateReport_Handler,
		},
		{
			MethodName: "EditReport",
			Handler:    _AdminService_EditReport_Handler,
		},
		{
			MethodName: "UnsubscribeReport",
			Handler:    _AdminService_UnsubscribeReport_Handler,
		},
		{
			MethodName: "DeleteReport",
			Handler:    _AdminService_DeleteReport_Handler,
		},
		{
			MethodName: "TriggerReport",
			Handler:    _AdminService_TriggerReport_Handler,
		},
		{
			MethodName: "GenerateReportYAML",
			Handler:    _AdminService_GenerateReportYAML_Handler,
		},
		{
			MethodName: "CreateAlert",
			Handler:    _AdminService_CreateAlert_Handler,
		},
		{
			MethodName: "EditAlert",
			Handler:    _AdminService_EditAlert_Handler,
		},
		{
			MethodName: "UnsubscribeAlert",
			Handler:    _AdminService_UnsubscribeAlert_Handler,
		},
		{
			MethodName: "DeleteAlert",
			Handler:    _AdminService_DeleteAlert_Handler,
		},
		{
			MethodName: "GenerateAlertYAML",
			Handler:    _AdminService_GenerateAlertYAML_Handler,
		},
		{
			MethodName: "GetAlertYAML",
			Handler:    _AdminService_GetAlertYAML_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_ai_proto protoreflect.FileDescriptor
View Source
var File_rill_admin_v1_api_proto protoreflect.FileDescriptor
View Source
var File_rill_admin_v1_internal_proto protoreflect.FileDescriptor
View Source
var File_rill_admin_v1_telemetry_proto protoreflect.FileDescriptor
View Source
var TelemetryService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "rill.admin.v1.TelemetryService",
	HandlerType: (*TelemetryServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "RecordEvents",
			Handler:    _TelemetryService_RecordEvents_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "rill/admin/v1/telemetry.proto",
}

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

Functions

func RegisterAIServiceHandler added in v0.41.0

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

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

func RegisterAIServiceHandlerClient added in v0.41.0

func RegisterAIServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client AIServiceClient) error

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

func RegisterAIServiceHandlerFromEndpoint added in v0.41.0

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

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

func RegisterAIServiceHandlerServer added in v0.41.0

func RegisterAIServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server AIServiceServer) error

RegisterAIServiceHandlerServer registers the http handlers for service AIService to "mux". UnaryRPC :call AIServiceServer 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 RegisterAIServiceHandlerFromEndpoint instead.

func RegisterAIServiceServer added in v0.41.0

func RegisterAIServiceServer(s grpc.ServiceRegistrar, srv AIServiceServer)

func RegisterAdminServiceHandler

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

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

func RegisterAdminServiceHandlerClient

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

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

func RegisterAdminServiceHandlerFromEndpoint

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

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

func RegisterAdminServiceHandlerServer

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

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

func RegisterAdminServiceServer

func RegisterAdminServiceServer(s grpc.ServiceRegistrar, srv AdminServiceServer)

func RegisterTelemetryServiceHandler added in v0.42.0

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

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

func RegisterTelemetryServiceHandlerClient added in v0.42.0

func RegisterTelemetryServiceHandlerClient(ctx context.Context, mux *runtime.ServeMux, client TelemetryServiceClient) error

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

func RegisterTelemetryServiceHandlerFromEndpoint added in v0.42.0

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

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

func RegisterTelemetryServiceHandlerServer added in v0.42.0

func RegisterTelemetryServiceHandlerServer(ctx context.Context, mux *runtime.ServeMux, server TelemetryServiceServer) error

RegisterTelemetryServiceHandlerServer registers the http handlers for service TelemetryService to "mux". UnaryRPC :call TelemetryServiceServer 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 RegisterTelemetryServiceHandlerFromEndpoint instead.

func RegisterTelemetryServiceServer added in v0.42.0

func RegisterTelemetryServiceServer(s grpc.ServiceRegistrar, srv TelemetryServiceServer)

Types

type AIServiceClient added in v0.41.0

type AIServiceClient interface {
	// Complete sends the messages of a chat to the AI and asks it to generate a new message.
	Complete(ctx context.Context, in *CompleteRequest, opts ...grpc.CallOption) (*CompleteResponse, error)
}

AIServiceClient is the client API for AIService service.

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

func NewAIServiceClient added in v0.41.0

func NewAIServiceClient(cc grpc.ClientConnInterface) AIServiceClient

type AIServiceServer added in v0.41.0

type AIServiceServer interface {
	// Complete sends the messages of a chat to the AI and asks it to generate a new message.
	Complete(context.Context, *CompleteRequest) (*CompleteResponse, error)
	// contains filtered or unexported methods
}

AIServiceServer is the server API for AIService service. All implementations must embed UnimplementedAIServiceServer for forward compatibility

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)
	// SearchProjectNames returns project names matching the pattern
	SearchProjectNames(ctx context.Context, in *SearchProjectNamesRequest, opts ...grpc.CallOption) (*SearchProjectNamesResponse, 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)
	// IssueRepresentativeAuthToken returns the temporary token for given email
	IssueRepresentativeAuthToken(ctx context.Context, in *IssueRepresentativeAuthTokenRequest, opts ...grpc.CallOption) (*IssueRepresentativeAuthTokenResponse, 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)
	// GetGithubUserStatus returns info about a Github user account based on the caller's installations.
	// If we don't have access to user's personal account tokens or it is expired, instructions for granting access are returned.
	GetGithubUserStatus(ctx context.Context, in *GetGithubUserStatusRequest, opts ...grpc.CallOption) (*GetGithubUserStatusResponse, error)
	// GetGitCredentials returns credentials and other details for a project's Git repository.
	GetGitCredentials(ctx context.Context, in *GetGitCredentialsRequest, opts ...grpc.CallOption) (*GetGitCredentialsResponse, error)
	// CreateWhitelistedDomain adds a domain to the whitelist
	CreateWhitelistedDomain(ctx context.Context, in *CreateWhitelistedDomainRequest, opts ...grpc.CallOption) (*CreateWhitelistedDomainResponse, error)
	// RemoveWhitelistedDomain removes a domain from the whitelist list
	RemoveWhitelistedDomain(ctx context.Context, in *RemoveWhitelistedDomainRequest, opts ...grpc.CallOption) (*RemoveWhitelistedDomainResponse, error)
	// ListWhitelistedDomains lists all the whitelisted domains for the organization
	ListWhitelistedDomains(ctx context.Context, in *ListWhitelistedDomainsRequest, opts ...grpc.CallOption) (*ListWhitelistedDomainsResponse, error)
	// GetUser returns user by email
	GetUser(ctx context.Context, in *GetUserRequest, opts ...grpc.CallOption) (*GetUserResponse, error)
	// GetUsersByEmail returns users by email
	SearchUsers(ctx context.Context, in *SearchUsersRequest, opts ...grpc.CallOption) (*SearchUsersResponse, error)
	// SearchProjectUsers returns users who has access to to a project (including org members that have access through a usergroup)
	SearchProjectUsers(ctx context.Context, in *SearchProjectUsersRequest, opts ...grpc.CallOption) (*SearchProjectUsersResponse, error)
	// ListSuperusers lists all the superusers
	ListSuperusers(ctx context.Context, in *ListSuperusersRequest, opts ...grpc.CallOption) (*ListSuperusersResponse, error)
	// GetDeploymentCredentials returns runtime info and access token on behalf of a specific user, or alternatively for a raw set of JWT attributes
	GetDeploymentCredentials(ctx context.Context, in *GetDeploymentCredentialsRequest, opts ...grpc.CallOption) (*GetDeploymentCredentialsResponse, error)
	// GetIFrame returns the iframe URL for the given project
	GetIFrame(ctx context.Context, in *GetIFrameRequest, opts ...grpc.CallOption) (*GetIFrameResponse, error)
	// SetSuperuser adds/remove a superuser
	SetSuperuser(ctx context.Context, in *SetSuperuserRequest, opts ...grpc.CallOption) (*SetSuperuserResponse, error)
	// SudoGetResource returns details about a resource by ID lookup
	SudoGetResource(ctx context.Context, in *SudoGetResourceRequest, opts ...grpc.CallOption) (*SudoGetResourceResponse, error)
	// SudoUpdateUserQuotas update the quotas for users
	SudoUpdateUserQuotas(ctx context.Context, in *SudoUpdateUserQuotasRequest, opts ...grpc.CallOption) (*SudoUpdateUserQuotasResponse, error)
	// SudoUpdateOrganizationQuotas update the quotas available for orgs
	SudoUpdateOrganizationQuotas(ctx context.Context, in *SudoUpdateOrganizationQuotasRequest, opts ...grpc.CallOption) (*SudoUpdateOrganizationQuotasResponse, error)
	// SudoUpdateAnnotations endpoint for superusers to update project annotations
	SudoUpdateAnnotations(ctx context.Context, in *SudoUpdateAnnotationsRequest, opts ...grpc.CallOption) (*SudoUpdateAnnotationsResponse, error)
	// ListService returns all the services per organization
	ListServices(ctx context.Context, in *ListServicesRequest, opts ...grpc.CallOption) (*ListServicesResponse, error)
	// CreateService creates a new service per organization
	CreateService(ctx context.Context, in *CreateServiceRequest, opts ...grpc.CallOption) (*CreateServiceResponse, error)
	// UpdateService updates a service per organization
	UpdateService(ctx context.Context, in *UpdateServiceRequest, opts ...grpc.CallOption) (*UpdateServiceResponse, error)
	// DeleteService deletes a service per organization
	DeleteService(ctx context.Context, in *DeleteServiceRequest, opts ...grpc.CallOption) (*DeleteServiceResponse, error)
	// ListServiceAuthTokens lists all the service auth tokens
	ListServiceAuthTokens(ctx context.Context, in *ListServiceAuthTokensRequest, opts ...grpc.CallOption) (*ListServiceAuthTokensResponse, error)
	// IssueServiceAuthToken returns the temporary token for given service account
	IssueServiceAuthToken(ctx context.Context, in *IssueServiceAuthTokenRequest, opts ...grpc.CallOption) (*IssueServiceAuthTokenResponse, error)
	// RevokeServiceAuthToken revoke the service auth token
	RevokeServiceAuthToken(ctx context.Context, in *RevokeServiceAuthTokenRequest, opts ...grpc.CallOption) (*RevokeServiceAuthTokenResponse, error)
	// UpdateUserPreferences updates the preferences for the user
	UpdateUserPreferences(ctx context.Context, in *UpdateUserPreferencesRequest, opts ...grpc.CallOption) (*UpdateUserPreferencesResponse, error)
	// ListBookmarks lists all the bookmarks for the user and global ones for dashboard
	ListBookmarks(ctx context.Context, in *ListBookmarksRequest, opts ...grpc.CallOption) (*ListBookmarksResponse, error)
	// GetBookmark returns the bookmark for the given user for the given project
	GetBookmark(ctx context.Context, in *GetBookmarkRequest, opts ...grpc.CallOption) (*GetBookmarkResponse, error)
	// CreateBookmark creates a bookmark for the given user or for all users for the dashboard
	CreateBookmark(ctx context.Context, in *CreateBookmarkRequest, opts ...grpc.CallOption) (*CreateBookmarkResponse, error)
	// UpdateBookmark updates a bookmark for the given user for the given project
	UpdateBookmark(ctx context.Context, in *UpdateBookmarkRequest, opts ...grpc.CallOption) (*UpdateBookmarkResponse, error)
	// RemoveBookmark removes the bookmark for the given user or all users
	RemoveBookmark(ctx context.Context, in *RemoveBookmarkRequest, opts ...grpc.CallOption) (*RemoveBookmarkResponse, error)
	// GetRepoMeta returns credentials and other metadata for accessing a project's repo
	GetRepoMeta(ctx context.Context, in *GetRepoMetaRequest, opts ...grpc.CallOption) (*GetRepoMetaResponse, error)
	// PullVirtualRepo fetches files from a project's virtual repo
	PullVirtualRepo(ctx context.Context, in *PullVirtualRepoRequest, opts ...grpc.CallOption) (*PullVirtualRepoResponse, error)
	// GetReportMeta returns metadata for generating a report. It's currently only called by the report reconciler in the runtime.
	GetReportMeta(ctx context.Context, in *GetReportMetaRequest, opts ...grpc.CallOption) (*GetReportMetaResponse, error)
	// GetAlertMeta returns metadata for checking an alert. It's currently only called by the alert reconciler in the runtime.
	GetAlertMeta(ctx context.Context, in *GetAlertMetaRequest, opts ...grpc.CallOption) (*GetAlertMetaResponse, error)
	// CreateReport adds a virtual file for a report, triggers a reconcile, and waits for the report to be added to the runtime catalog
	CreateReport(ctx context.Context, in *CreateReportRequest, opts ...grpc.CallOption) (*CreateReportResponse, error)
	// EditReport edits a virtual file for a UI-managed report, triggers a reconcile, and waits for the report to be updated in the runtime
	EditReport(ctx context.Context, in *EditReportRequest, opts ...grpc.CallOption) (*EditReportResponse, error)
	// UnsubscribeReport removes the calling user from a reports recipients list
	UnsubscribeReport(ctx context.Context, in *UnsubscribeReportRequest, opts ...grpc.CallOption) (*UnsubscribeReportResponse, error)
	// DeleteReport deletes the virtual file for a UI-managed report, triggers a reconcile, and waits for the report to be deleted in the runtime
	DeleteReport(ctx context.Context, in *DeleteReportRequest, opts ...grpc.CallOption) (*DeleteReportResponse, error)
	// TriggerReport triggers an ad-hoc report run
	TriggerReport(ctx context.Context, in *TriggerReportRequest, opts ...grpc.CallOption) (*TriggerReportResponse, error)
	// GenerateReportYAML generates YAML for a scheduled report to be copied into a project's Git repository
	GenerateReportYAML(ctx context.Context, in *GenerateReportYAMLRequest, opts ...grpc.CallOption) (*GenerateReportYAMLResponse, error)
	// CreateAlert adds a virtual file for an alert, triggers a reconcile, and waits for the alert to be added to the runtime catalog
	CreateAlert(ctx context.Context, in *CreateAlertRequest, opts ...grpc.CallOption) (*CreateAlertResponse, error)
	// EditAlert edits a virtual file for a UI-managed alert, triggers a reconcile, and waits for the alert to be updated in the runtime
	EditAlert(ctx context.Context, in *EditAlertRequest, opts ...grpc.CallOption) (*EditAlertResponse, error)
	// UnsubscribeAlert removes the calling user from a alert's recipients list
	UnsubscribeAlert(ctx context.Context, in *UnsubscribeAlertRequest, opts ...grpc.CallOption) (*UnsubscribeAlertResponse, error)
	// DeleteAlert deletes the virtual file for a UI-managed alert, triggers a reconcile, and waits for the alert to be deleted in the runtime
	DeleteAlert(ctx context.Context, in *DeleteAlertRequest, opts ...grpc.CallOption) (*DeleteAlertResponse, error)
	// GenerateAlertYAML generates YAML for an alert to be copied into a project's Git repository
	GenerateAlertYAML(ctx context.Context, in *GenerateAlertYAMLRequest, opts ...grpc.CallOption) (*GenerateAlertYAMLResponse, error)
	// GenerateAlertYAML generates YAML for an alert to be copied into a project's Git repository
	GetAlertYAML(ctx context.Context, in *GetAlertYAMLRequest, opts ...grpc.CallOption) (*GetAlertYAMLResponse, 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)
	// SearchProjectNames returns project names matching the pattern
	SearchProjectNames(context.Context, *SearchProjectNamesRequest) (*SearchProjectNamesResponse, 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)
	// IssueRepresentativeAuthToken returns the temporary token for given email
	IssueRepresentativeAuthToken(context.Context, *IssueRepresentativeAuthTokenRequest) (*IssueRepresentativeAuthTokenResponse, 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)
	// GetGithubUserStatus returns info about a Github user account based on the caller's installations.
	// If we don't have access to user's personal account tokens or it is expired, instructions for granting access are returned.
	GetGithubUserStatus(context.Context, *GetGithubUserStatusRequest) (*GetGithubUserStatusResponse, error)
	// GetGitCredentials returns credentials and other details for a project's Git repository.
	GetGitCredentials(context.Context, *GetGitCredentialsRequest) (*GetGitCredentialsResponse, error)
	// CreateWhitelistedDomain adds a domain to the whitelist
	CreateWhitelistedDomain(context.Context, *CreateWhitelistedDomainRequest) (*CreateWhitelistedDomainResponse, error)
	// RemoveWhitelistedDomain removes a domain from the whitelist list
	RemoveWhitelistedDomain(context.Context, *RemoveWhitelistedDomainRequest) (*RemoveWhitelistedDomainResponse, error)
	// ListWhitelistedDomains lists all the whitelisted domains for the organization
	ListWhitelistedDomains(context.Context, *ListWhitelistedDomainsRequest) (*ListWhitelistedDomainsResponse, error)
	// GetUser returns user by email
	GetUser(context.Context, *GetUserRequest) (*GetUserResponse, error)
	// GetUsersByEmail returns users by email
	SearchUsers(context.Context, *SearchUsersRequest) (*SearchUsersResponse, error)
	// SearchProjectUsers returns users who has access to to a project (including org members that have access through a usergroup)
	SearchProjectUsers(context.Context, *SearchProjectUsersRequest) (*SearchProjectUsersResponse, error)
	// ListSuperusers lists all the superusers
	ListSuperusers(context.Context, *ListSuperusersRequest) (*ListSuperusersResponse, error)
	// GetDeploymentCredentials returns runtime info and access token on behalf of a specific user, or alternatively for a raw set of JWT attributes
	GetDeploymentCredentials(context.Context, *GetDeploymentCredentialsRequest) (*GetDeploymentCredentialsResponse, error)
	// GetIFrame returns the iframe URL for the given project
	GetIFrame(context.Context, *GetIFrameRequest) (*GetIFrameResponse, error)
	// SetSuperuser adds/remove a superuser
	SetSuperuser(context.Context, *SetSuperuserRequest) (*SetSuperuserResponse, error)
	// SudoGetResource returns details about a resource by ID lookup
	SudoGetResource(context.Context, *SudoGetResourceRequest) (*SudoGetResourceResponse, error)
	// SudoUpdateUserQuotas update the quotas for users
	SudoUpdateUserQuotas(context.Context, *SudoUpdateUserQuotasRequest) (*SudoUpdateUserQuotasResponse, error)
	// SudoUpdateOrganizationQuotas update the quotas available for orgs
	SudoUpdateOrganizationQuotas(context.Context, *SudoUpdateOrganizationQuotasRequest) (*SudoUpdateOrganizationQuotasResponse, error)
	// SudoUpdateAnnotations endpoint for superusers to update project annotations
	SudoUpdateAnnotations(context.Context, *SudoUpdateAnnotationsRequest) (*SudoUpdateAnnotationsResponse, error)
	// ListService returns all the services per organization
	ListServices(context.Context, *ListServicesRequest) (*ListServicesResponse, error)
	// CreateService creates a new service per organization
	CreateService(context.Context, *CreateServiceRequest) (*CreateServiceResponse, error)
	// UpdateService updates a service per organization
	UpdateService(context.Context, *UpdateServiceRequest) (*UpdateServiceResponse, error)
	// DeleteService deletes a service per organization
	DeleteService(context.Context, *DeleteServiceRequest) (*DeleteServiceResponse, error)
	// ListServiceAuthTokens lists all the service auth tokens
	ListServiceAuthTokens(context.Context, *ListServiceAuthTokensRequest) (*ListServiceAuthTokensResponse, error)
	// IssueServiceAuthToken returns the temporary token for given service account
	IssueServiceAuthToken(context.Context, *IssueServiceAuthTokenRequest) (*IssueServiceAuthTokenResponse, error)
	// RevokeServiceAuthToken revoke the service auth token
	RevokeServiceAuthToken(context.Context, *RevokeServiceAuthTokenRequest) (*RevokeServiceAuthTokenResponse, error)
	// UpdateUserPreferences updates the preferences for the user
	UpdateUserPreferences(context.Context, *UpdateUserPreferencesRequest) (*UpdateUserPreferencesResponse, error)
	// ListBookmarks lists all the bookmarks for the user and global ones for dashboard
	ListBookmarks(context.Context, *ListBookmarksRequest) (*ListBookmarksResponse, error)
	// GetBookmark returns the bookmark for the given user for the given project
	GetBookmark(context.Context, *GetBookmarkRequest) (*GetBookmarkResponse, error)
	// CreateBookmark creates a bookmark for the given user or for all users for the dashboard
	CreateBookmark(context.Context, *CreateBookmarkRequest) (*CreateBookmarkResponse, error)
	// UpdateBookmark updates a bookmark for the given user for the given project
	UpdateBookmark(context.Context, *UpdateBookmarkRequest) (*UpdateBookmarkResponse, error)
	// RemoveBookmark removes the bookmark for the given user or all users
	RemoveBookmark(context.Context, *RemoveBookmarkRequest) (*RemoveBookmarkResponse, error)
	// GetRepoMeta returns credentials and other metadata for accessing a project's repo
	GetRepoMeta(context.Context, *GetRepoMetaRequest) (*GetRepoMetaResponse, error)
	// PullVirtualRepo fetches files from a project's virtual repo
	PullVirtualRepo(context.Context, *PullVirtualRepoRequest) (*PullVirtualRepoResponse, error)
	// GetReportMeta returns metadata for generating a report. It's currently only called by the report reconciler in the runtime.
	GetReportMeta(context.Context, *GetReportMetaRequest) (*GetReportMetaResponse, error)
	// GetAlertMeta returns metadata for checking an alert. It's currently only called by the alert reconciler in the runtime.
	GetAlertMeta(context.Context, *GetAlertMetaRequest) (*GetAlertMetaResponse, error)
	// CreateReport adds a virtual file for a report, triggers a reconcile, and waits for the report to be added to the runtime catalog
	CreateReport(context.Context, *CreateReportRequest) (*CreateReportResponse, error)
	// EditReport edits a virtual file for a UI-managed report, triggers a reconcile, and waits for the report to be updated in the runtime
	EditReport(context.Context, *EditReportRequest) (*EditReportResponse, error)
	// UnsubscribeReport removes the calling user from a reports recipients list
	UnsubscribeReport(context.Context, *UnsubscribeReportRequest) (*UnsubscribeReportResponse, error)
	// DeleteReport deletes the virtual file for a UI-managed report, triggers a reconcile, and waits for the report to be deleted in the runtime
	DeleteReport(context.Context, *DeleteReportRequest) (*DeleteReportResponse, error)
	// TriggerReport triggers an ad-hoc report run
	TriggerReport(context.Context, *TriggerReportRequest) (*TriggerReportResponse, error)
	// GenerateReportYAML generates YAML for a scheduled report to be copied into a project's Git repository
	GenerateReportYAML(context.Context, *GenerateReportYAMLRequest) (*GenerateReportYAMLResponse, error)
	// CreateAlert adds a virtual file for an alert, triggers a reconcile, and waits for the alert to be added to the runtime catalog
	CreateAlert(context.Context, *CreateAlertRequest) (*CreateAlertResponse, error)
	// EditAlert edits a virtual file for a UI-managed alert, triggers a reconcile, and waits for the alert to be updated in the runtime
	EditAlert(context.Context, *EditAlertRequest) (*EditAlertResponse, error)
	// UnsubscribeAlert removes the calling user from a alert's recipients list
	UnsubscribeAlert(context.Context, *UnsubscribeAlertRequest) (*UnsubscribeAlertResponse, error)
	// DeleteAlert deletes the virtual file for a UI-managed alert, triggers a reconcile, and waits for the alert to be deleted in the runtime
	DeleteAlert(context.Context, *DeleteAlertRequest) (*DeleteAlertResponse, error)
	// GenerateAlertYAML generates YAML for an alert to be copied into a project's Git repository
	GenerateAlertYAML(context.Context, *GenerateAlertYAMLRequest) (*GenerateAlertYAMLResponse, error)
	// GenerateAlertYAML generates YAML for an alert to be copied into a project's Git repository
	GetAlertYAML(context.Context, *GetAlertYAMLRequest) (*GetAlertYAMLResponse, error)
	// contains filtered or unexported methods
}

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

type AlertOptions added in v0.41.0

type AlertOptions struct {
	Title                string   `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	IntervalDuration     string   `protobuf:"bytes,2,opt,name=interval_duration,json=intervalDuration,proto3" json:"interval_duration,omitempty"`
	QueryName            string   `protobuf:"bytes,3,opt,name=query_name,json=queryName,proto3" json:"query_name,omitempty"`
	QueryArgsJson        string   `protobuf:"bytes,4,opt,name=query_args_json,json=queryArgsJson,proto3" json:"query_args_json,omitempty"`
	MetricsViewName      string   `protobuf:"bytes,5,opt,name=metrics_view_name,json=metricsViewName,proto3" json:"metrics_view_name,omitempty"`
	Renotify             bool     `protobuf:"varint,6,opt,name=renotify,proto3" json:"renotify,omitempty"`
	RenotifyAfterSeconds uint32   `protobuf:"varint,7,opt,name=renotify_after_seconds,json=renotifyAfterSeconds,proto3" json:"renotify_after_seconds,omitempty"`
	EmailRecipients      []string `protobuf:"bytes,8,rep,name=email_recipients,json=emailRecipients,proto3" json:"email_recipients,omitempty"`
	SlackUsers           []string `protobuf:"bytes,9,rep,name=slack_users,json=slackUsers,proto3" json:"slack_users,omitempty"`
	SlackChannels        []string `protobuf:"bytes,10,rep,name=slack_channels,json=slackChannels,proto3" json:"slack_channels,omitempty"`
	SlackWebhooks        []string `protobuf:"bytes,11,rep,name=slack_webhooks,json=slackWebhooks,proto3" json:"slack_webhooks,omitempty"`
	// contains filtered or unexported fields
}

func (*AlertOptions) Descriptor deprecated added in v0.41.0

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

Deprecated: Use AlertOptions.ProtoReflect.Descriptor instead.

func (*AlertOptions) GetEmailRecipients added in v0.43.0

func (x *AlertOptions) GetEmailRecipients() []string

func (*AlertOptions) GetIntervalDuration added in v0.41.0

func (x *AlertOptions) GetIntervalDuration() string

func (*AlertOptions) GetMetricsViewName added in v0.41.0

func (x *AlertOptions) GetMetricsViewName() string

func (*AlertOptions) GetQueryArgsJson added in v0.41.0

func (x *AlertOptions) GetQueryArgsJson() string

func (*AlertOptions) GetQueryName added in v0.41.0

func (x *AlertOptions) GetQueryName() string

func (*AlertOptions) GetRenotify added in v0.43.0

func (x *AlertOptions) GetRenotify() bool

func (*AlertOptions) GetRenotifyAfterSeconds added in v0.43.0

func (x *AlertOptions) GetRenotifyAfterSeconds() uint32

func (*AlertOptions) GetSlackChannels added in v0.43.0

func (x *AlertOptions) GetSlackChannels() []string

func (*AlertOptions) GetSlackUsers added in v0.43.0

func (x *AlertOptions) GetSlackUsers() []string

func (*AlertOptions) GetSlackWebhooks added in v0.43.0

func (x *AlertOptions) GetSlackWebhooks() []string

func (*AlertOptions) GetTitle added in v0.41.0

func (x *AlertOptions) GetTitle() string

func (*AlertOptions) ProtoMessage added in v0.41.0

func (*AlertOptions) ProtoMessage()

func (*AlertOptions) ProtoReflect added in v0.41.0

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

func (*AlertOptions) Reset added in v0.41.0

func (x *AlertOptions) Reset()

func (*AlertOptions) String added in v0.41.0

func (x *AlertOptions) String() string

func (*AlertOptions) Validate added in v0.41.0

func (m *AlertOptions) Validate() error

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

func (*AlertOptions) ValidateAll added in v0.41.0

func (m *AlertOptions) ValidateAll() error

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

type AlertOptionsMultiError added in v0.41.0

type AlertOptionsMultiError []error

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

func (AlertOptionsMultiError) AllErrors added in v0.41.0

func (m AlertOptionsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (AlertOptionsMultiError) Error added in v0.41.0

func (m AlertOptionsMultiError) Error() string

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

type AlertOptionsValidationError added in v0.41.0

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

AlertOptionsValidationError is the validation error returned by AlertOptions.Validate if the designated constraints aren't met.

func (AlertOptionsValidationError) Cause added in v0.41.0

Cause function returns cause value.

func (AlertOptionsValidationError) Error added in v0.41.0

Error satisfies the builtin error interface

func (AlertOptionsValidationError) ErrorName added in v0.41.0

func (e AlertOptionsValidationError) ErrorName() string

ErrorName returns error name.

func (AlertOptionsValidationError) Field added in v0.41.0

Field function returns field value.

func (AlertOptionsValidationError) Key added in v0.41.0

Key function returns key value.

func (AlertOptionsValidationError) Reason added in v0.41.0

Reason function returns reason value.

type Bookmark added in v0.30.0

type Bookmark struct {
	Id           string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	DisplayName  string                 `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Description  string                 `protobuf:"bytes,9,opt,name=description,proto3" json:"description,omitempty"`
	Data         []byte                 `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	ResourceKind string                 `protobuf:"bytes,10,opt,name=resource_kind,json=resourceKind,proto3" json:"resource_kind,omitempty"`
	ResourceName string                 `protobuf:"bytes,4,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
	ProjectId    string                 `protobuf:"bytes,5,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	UserId       string                 `protobuf:"bytes,6,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	Default      bool                   `protobuf:"varint,11,opt,name=default,proto3" json:"default,omitempty"`
	Shared       bool                   `protobuf:"varint,12,opt,name=shared,proto3" json:"shared,omitempty"`
	CreatedOn    *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=created_on,json=createdOn,proto3" json:"created_on,omitempty"`
	UpdatedOn    *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=updated_on,json=updatedOn,proto3" json:"updated_on,omitempty"`
	// contains filtered or unexported fields
}

func (*Bookmark) Descriptor deprecated added in v0.30.0

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

Deprecated: Use Bookmark.ProtoReflect.Descriptor instead.

func (*Bookmark) GetCreatedOn added in v0.30.0

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

func (*Bookmark) GetData added in v0.30.0

func (x *Bookmark) GetData() []byte

func (*Bookmark) GetDefault added in v0.42.0

func (x *Bookmark) GetDefault() bool

func (*Bookmark) GetDescription added in v0.42.0

func (x *Bookmark) GetDescription() string

func (*Bookmark) GetDisplayName added in v0.30.0

func (x *Bookmark) GetDisplayName() string

func (*Bookmark) GetId added in v0.30.0

func (x *Bookmark) GetId() string

func (*Bookmark) GetProjectId added in v0.30.0

func (x *Bookmark) GetProjectId() string

func (*Bookmark) GetResourceKind added in v0.42.0

func (x *Bookmark) GetResourceKind() string

func (*Bookmark) GetResourceName added in v0.42.0

func (x *Bookmark) GetResourceName() string

func (*Bookmark) GetShared added in v0.42.0

func (x *Bookmark) GetShared() bool

func (*Bookmark) GetUpdatedOn added in v0.30.0

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

func (*Bookmark) GetUserId added in v0.30.0

func (x *Bookmark) GetUserId() string

func (*Bookmark) ProtoMessage added in v0.30.0

func (*Bookmark) ProtoMessage()

func (*Bookmark) ProtoReflect added in v0.30.0

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

func (*Bookmark) Reset added in v0.30.0

func (x *Bookmark) Reset()

func (*Bookmark) String added in v0.30.0

func (x *Bookmark) String() string

func (*Bookmark) Validate added in v0.30.0

func (m *Bookmark) Validate() error

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

func (*Bookmark) ValidateAll added in v0.30.0

func (m *Bookmark) ValidateAll() error

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

type BookmarkMultiError added in v0.30.0

type BookmarkMultiError []error

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

func (BookmarkMultiError) AllErrors added in v0.30.0

func (m BookmarkMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (BookmarkMultiError) Error added in v0.30.0

func (m BookmarkMultiError) Error() string

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

type BookmarkValidationError added in v0.30.0

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

BookmarkValidationError is the validation error returned by Bookmark.Validate if the designated constraints aren't met.

func (BookmarkValidationError) Cause added in v0.30.0

func (e BookmarkValidationError) Cause() error

Cause function returns cause value.

func (BookmarkValidationError) Error added in v0.30.0

func (e BookmarkValidationError) Error() string

Error satisfies the builtin error interface

func (BookmarkValidationError) ErrorName added in v0.30.0

func (e BookmarkValidationError) ErrorName() string

ErrorName returns error name.

func (BookmarkValidationError) Field added in v0.30.0

func (e BookmarkValidationError) Field() string

Field function returns field value.

func (BookmarkValidationError) Key added in v0.30.0

func (e BookmarkValidationError) Key() bool

Key function returns key value.

func (BookmarkValidationError) Reason added in v0.30.0

func (e BookmarkValidationError) Reason() string

Reason function returns reason value.

type CompleteRequest added in v0.41.0

type CompleteRequest struct {
	Messages []*CompletionMessage `protobuf:"bytes,1,rep,name=messages,proto3" json:"messages,omitempty"`
	// contains filtered or unexported fields
}

func (*CompleteRequest) Descriptor deprecated added in v0.41.0

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

Deprecated: Use CompleteRequest.ProtoReflect.Descriptor instead.

func (*CompleteRequest) GetMessages added in v0.41.0

func (x *CompleteRequest) GetMessages() []*CompletionMessage

func (*CompleteRequest) ProtoMessage added in v0.41.0

func (*CompleteRequest) ProtoMessage()

func (*CompleteRequest) ProtoReflect added in v0.41.0

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

func (*CompleteRequest) Reset added in v0.41.0

func (x *CompleteRequest) Reset()

func (*CompleteRequest) String added in v0.41.0

func (x *CompleteRequest) String() string

func (*CompleteRequest) Validate added in v0.41.0

func (m *CompleteRequest) Validate() error

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

func (*CompleteRequest) ValidateAll added in v0.41.0

func (m *CompleteRequest) ValidateAll() error

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

type CompleteRequestMultiError added in v0.41.0

type CompleteRequestMultiError []error

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

func (CompleteRequestMultiError) AllErrors added in v0.41.0

func (m CompleteRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CompleteRequestMultiError) Error added in v0.41.0

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

type CompleteRequestValidationError added in v0.41.0

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

CompleteRequestValidationError is the validation error returned by CompleteRequest.Validate if the designated constraints aren't met.

func (CompleteRequestValidationError) Cause added in v0.41.0

Cause function returns cause value.

func (CompleteRequestValidationError) Error added in v0.41.0

Error satisfies the builtin error interface

func (CompleteRequestValidationError) ErrorName added in v0.41.0

func (e CompleteRequestValidationError) ErrorName() string

ErrorName returns error name.

func (CompleteRequestValidationError) Field added in v0.41.0

Field function returns field value.

func (CompleteRequestValidationError) Key added in v0.41.0

Key function returns key value.

func (CompleteRequestValidationError) Reason added in v0.41.0

Reason function returns reason value.

type CompleteResponse added in v0.41.0

type CompleteResponse struct {
	Message *CompletionMessage `protobuf:"bytes,1,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

func (*CompleteResponse) Descriptor deprecated added in v0.41.0

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

Deprecated: Use CompleteResponse.ProtoReflect.Descriptor instead.

func (*CompleteResponse) GetMessage added in v0.41.0

func (x *CompleteResponse) GetMessage() *CompletionMessage

func (*CompleteResponse) ProtoMessage added in v0.41.0

func (*CompleteResponse) ProtoMessage()

func (*CompleteResponse) ProtoReflect added in v0.41.0

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

func (*CompleteResponse) Reset added in v0.41.0

func (x *CompleteResponse) Reset()

func (*CompleteResponse) String added in v0.41.0

func (x *CompleteResponse) String() string

func (*CompleteResponse) Validate added in v0.41.0

func (m *CompleteResponse) Validate() error

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

func (*CompleteResponse) ValidateAll added in v0.41.0

func (m *CompleteResponse) ValidateAll() error

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

type CompleteResponseMultiError added in v0.41.0

type CompleteResponseMultiError []error

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

func (CompleteResponseMultiError) AllErrors added in v0.41.0

func (m CompleteResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CompleteResponseMultiError) Error added in v0.41.0

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

type CompleteResponseValidationError added in v0.41.0

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

CompleteResponseValidationError is the validation error returned by CompleteResponse.Validate if the designated constraints aren't met.

func (CompleteResponseValidationError) Cause added in v0.41.0

Cause function returns cause value.

func (CompleteResponseValidationError) Error added in v0.41.0

Error satisfies the builtin error interface

func (CompleteResponseValidationError) ErrorName added in v0.41.0

ErrorName returns error name.

func (CompleteResponseValidationError) Field added in v0.41.0

Field function returns field value.

func (CompleteResponseValidationError) Key added in v0.41.0

Key function returns key value.

func (CompleteResponseValidationError) Reason added in v0.41.0

Reason function returns reason value.

type CompletionMessage added in v0.41.0

type CompletionMessage struct {
	Role string `protobuf:"bytes,1,opt,name=role,proto3" json:"role,omitempty"`
	Data string `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*CompletionMessage) Descriptor deprecated added in v0.41.0

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

Deprecated: Use CompletionMessage.ProtoReflect.Descriptor instead.

func (*CompletionMessage) GetData added in v0.41.0

func (x *CompletionMessage) GetData() string

func (*CompletionMessage) GetRole added in v0.41.0

func (x *CompletionMessage) GetRole() string

func (*CompletionMessage) ProtoMessage added in v0.41.0

func (*CompletionMessage) ProtoMessage()

func (*CompletionMessage) ProtoReflect added in v0.41.0

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

func (*CompletionMessage) Reset added in v0.41.0

func (x *CompletionMessage) Reset()

func (*CompletionMessage) String added in v0.41.0

func (x *CompletionMessage) String() string

func (*CompletionMessage) Validate added in v0.41.0

func (m *CompletionMessage) Validate() error

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

func (*CompletionMessage) ValidateAll added in v0.41.0

func (m *CompletionMessage) ValidateAll() error

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

type CompletionMessageMultiError added in v0.41.0

type CompletionMessageMultiError []error

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

func (CompletionMessageMultiError) AllErrors added in v0.41.0

func (m CompletionMessageMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CompletionMessageMultiError) Error added in v0.41.0

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

type CompletionMessageValidationError added in v0.41.0

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

CompletionMessageValidationError is the validation error returned by CompletionMessage.Validate if the designated constraints aren't met.

func (CompletionMessageValidationError) Cause added in v0.41.0

Cause function returns cause value.

func (CompletionMessageValidationError) Error added in v0.41.0

Error satisfies the builtin error interface

func (CompletionMessageValidationError) ErrorName added in v0.41.0

ErrorName returns error name.

func (CompletionMessageValidationError) Field added in v0.41.0

Field function returns field value.

func (CompletionMessageValidationError) Key added in v0.41.0

Key function returns key value.

func (CompletionMessageValidationError) Reason added in v0.41.0

Reason function returns reason value.

type CreateAlertRequest added in v0.41.0

type CreateAlertRequest 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"`
	Options      *AlertOptions `protobuf:"bytes,3,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateAlertRequest) Descriptor deprecated added in v0.41.0

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

Deprecated: Use CreateAlertRequest.ProtoReflect.Descriptor instead.

func (*CreateAlertRequest) GetOptions added in v0.41.0

func (x *CreateAlertRequest) GetOptions() *AlertOptions

func (*CreateAlertRequest) GetOrganization added in v0.41.0

func (x *CreateAlertRequest) GetOrganization() string

func (*CreateAlertRequest) GetProject added in v0.41.0

func (x *CreateAlertRequest) GetProject() string

func (*CreateAlertRequest) ProtoMessage added in v0.41.0

func (*CreateAlertRequest) ProtoMessage()

func (*CreateAlertRequest) ProtoReflect added in v0.41.0

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

func (*CreateAlertRequest) Reset added in v0.41.0

func (x *CreateAlertRequest) Reset()

func (*CreateAlertRequest) String added in v0.41.0

func (x *CreateAlertRequest) String() string

func (*CreateAlertRequest) Validate added in v0.41.0

func (m *CreateAlertRequest) Validate() error

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

func (*CreateAlertRequest) ValidateAll added in v0.41.0

func (m *CreateAlertRequest) ValidateAll() error

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

type CreateAlertRequestMultiError added in v0.41.0

type CreateAlertRequestMultiError []error

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

func (CreateAlertRequestMultiError) AllErrors added in v0.41.0

func (m CreateAlertRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateAlertRequestMultiError) Error added in v0.41.0

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

type CreateAlertRequestValidationError added in v0.41.0

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

CreateAlertRequestValidationError is the validation error returned by CreateAlertRequest.Validate if the designated constraints aren't met.

func (CreateAlertRequestValidationError) Cause added in v0.41.0

Cause function returns cause value.

func (CreateAlertRequestValidationError) Error added in v0.41.0

Error satisfies the builtin error interface

func (CreateAlertRequestValidationError) ErrorName added in v0.41.0

ErrorName returns error name.

func (CreateAlertRequestValidationError) Field added in v0.41.0

Field function returns field value.

func (CreateAlertRequestValidationError) Key added in v0.41.0

Key function returns key value.

func (CreateAlertRequestValidationError) Reason added in v0.41.0

Reason function returns reason value.

type CreateAlertResponse added in v0.41.0

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

func (*CreateAlertResponse) Descriptor deprecated added in v0.41.0

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

Deprecated: Use CreateAlertResponse.ProtoReflect.Descriptor instead.

func (*CreateAlertResponse) GetName added in v0.41.0

func (x *CreateAlertResponse) GetName() string

func (*CreateAlertResponse) ProtoMessage added in v0.41.0

func (*CreateAlertResponse) ProtoMessage()

func (*CreateAlertResponse) ProtoReflect added in v0.41.0

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

func (*CreateAlertResponse) Reset added in v0.41.0

func (x *CreateAlertResponse) Reset()

func (*CreateAlertResponse) String added in v0.41.0

func (x *CreateAlertResponse) String() string

func (*CreateAlertResponse) Validate added in v0.41.0

func (m *CreateAlertResponse) Validate() error

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

func (*CreateAlertResponse) ValidateAll added in v0.41.0

func (m *CreateAlertResponse) ValidateAll() error

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

type CreateAlertResponseMultiError added in v0.41.0

type CreateAlertResponseMultiError []error

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

func (CreateAlertResponseMultiError) AllErrors added in v0.41.0

func (m CreateAlertResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateAlertResponseMultiError) Error added in v0.41.0

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

type CreateAlertResponseValidationError added in v0.41.0

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

CreateAlertResponseValidationError is the validation error returned by CreateAlertResponse.Validate if the designated constraints aren't met.

func (CreateAlertResponseValidationError) Cause added in v0.41.0

Cause function returns cause value.

func (CreateAlertResponseValidationError) Error added in v0.41.0

Error satisfies the builtin error interface

func (CreateAlertResponseValidationError) ErrorName added in v0.41.0

ErrorName returns error name.

func (CreateAlertResponseValidationError) Field added in v0.41.0

Field function returns field value.

func (CreateAlertResponseValidationError) Key added in v0.41.0

Key function returns key value.

func (CreateAlertResponseValidationError) Reason added in v0.41.0

Reason function returns reason value.

type CreateBookmarkRequest added in v0.30.0

type CreateBookmarkRequest struct {
	DisplayName  string `protobuf:"bytes,1,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Description  string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Data         []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	ResourceKind string `protobuf:"bytes,4,opt,name=resource_kind,json=resourceKind,proto3" json:"resource_kind,omitempty"`
	ResourceName string `protobuf:"bytes,5,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
	ProjectId    string `protobuf:"bytes,6,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Default      bool   `protobuf:"varint,7,opt,name=default,proto3" json:"default,omitempty"`
	Shared       bool   `protobuf:"varint,8,opt,name=shared,proto3" json:"shared,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateBookmarkRequest) Descriptor deprecated added in v0.30.0

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

Deprecated: Use CreateBookmarkRequest.ProtoReflect.Descriptor instead.

func (*CreateBookmarkRequest) GetData added in v0.30.0

func (x *CreateBookmarkRequest) GetData() []byte

func (*CreateBookmarkRequest) GetDefault added in v0.42.0

func (x *CreateBookmarkRequest) GetDefault() bool

func (*CreateBookmarkRequest) GetDescription added in v0.42.0

func (x *CreateBookmarkRequest) GetDescription() string

func (*CreateBookmarkRequest) GetDisplayName added in v0.30.0

func (x *CreateBookmarkRequest) GetDisplayName() string

func (*CreateBookmarkRequest) GetProjectId added in v0.30.0

func (x *CreateBookmarkRequest) GetProjectId() string

func (*CreateBookmarkRequest) GetResourceKind added in v0.42.0

func (x *CreateBookmarkRequest) GetResourceKind() string

func (*CreateBookmarkRequest) GetResourceName added in v0.42.0

func (x *CreateBookmarkRequest) GetResourceName() string

func (*CreateBookmarkRequest) GetShared added in v0.42.0

func (x *CreateBookmarkRequest) GetShared() bool

func (*CreateBookmarkRequest) ProtoMessage added in v0.30.0

func (*CreateBookmarkRequest) ProtoMessage()

func (*CreateBookmarkRequest) ProtoReflect added in v0.30.0

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

func (*CreateBookmarkRequest) Reset added in v0.30.0

func (x *CreateBookmarkRequest) Reset()

func (*CreateBookmarkRequest) String added in v0.30.0

func (x *CreateBookmarkRequest) String() string

func (*CreateBookmarkRequest) Validate added in v0.30.0

func (m *CreateBookmarkRequest) Validate() error

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

func (*CreateBookmarkRequest) ValidateAll added in v0.30.0

func (m *CreateBookmarkRequest) ValidateAll() error

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

type CreateBookmarkRequestMultiError added in v0.30.0

type CreateBookmarkRequestMultiError []error

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

func (CreateBookmarkRequestMultiError) AllErrors added in v0.30.0

func (m CreateBookmarkRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateBookmarkRequestMultiError) Error added in v0.30.0

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

type CreateBookmarkRequestValidationError added in v0.30.0

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

CreateBookmarkRequestValidationError is the validation error returned by CreateBookmarkRequest.Validate if the designated constraints aren't met.

func (CreateBookmarkRequestValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (CreateBookmarkRequestValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (CreateBookmarkRequestValidationError) ErrorName added in v0.30.0

ErrorName returns error name.

func (CreateBookmarkRequestValidationError) Field added in v0.30.0

Field function returns field value.

func (CreateBookmarkRequestValidationError) Key added in v0.30.0

Key function returns key value.

func (CreateBookmarkRequestValidationError) Reason added in v0.30.0

Reason function returns reason value.

type CreateBookmarkResponse added in v0.30.0

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

func (*CreateBookmarkResponse) Descriptor deprecated added in v0.30.0

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

Deprecated: Use CreateBookmarkResponse.ProtoReflect.Descriptor instead.

func (*CreateBookmarkResponse) GetBookmark added in v0.30.0

func (x *CreateBookmarkResponse) GetBookmark() *Bookmark

func (*CreateBookmarkResponse) ProtoMessage added in v0.30.0

func (*CreateBookmarkResponse) ProtoMessage()

func (*CreateBookmarkResponse) ProtoReflect added in v0.30.0

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

func (*CreateBookmarkResponse) Reset added in v0.30.0

func (x *CreateBookmarkResponse) Reset()

func (*CreateBookmarkResponse) String added in v0.30.0

func (x *CreateBookmarkResponse) String() string

func (*CreateBookmarkResponse) Validate added in v0.30.0

func (m *CreateBookmarkResponse) Validate() error

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

func (*CreateBookmarkResponse) ValidateAll added in v0.30.0

func (m *CreateBookmarkResponse) ValidateAll() error

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

type CreateBookmarkResponseMultiError added in v0.30.0

type CreateBookmarkResponseMultiError []error

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

func (CreateBookmarkResponseMultiError) AllErrors added in v0.30.0

func (m CreateBookmarkResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateBookmarkResponseMultiError) Error added in v0.30.0

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

type CreateBookmarkResponseValidationError added in v0.30.0

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

CreateBookmarkResponseValidationError is the validation error returned by CreateBookmarkResponse.Validate if the designated constraints aren't met.

func (CreateBookmarkResponseValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (CreateBookmarkResponseValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (CreateBookmarkResponseValidationError) ErrorName added in v0.30.0

ErrorName returns error name.

func (CreateBookmarkResponseValidationError) Field added in v0.30.0

Field function returns field value.

func (CreateBookmarkResponseValidationError) Key added in v0.30.0

Key function returns key value.

func (CreateBookmarkResponseValidationError) Reason added in v0.30.0

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"`
	Provisioner      string            `protobuf:"bytes,5,opt,name=provisioner,proto3" json:"provisioner,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 */
	ProdVersion      string            `protobuf:"bytes,13,opt,name=prod_version,json=prodVersion,proto3" json:"prod_version,omitempty"`
	// 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) GetProdVersion added in v0.43.0

func (x *CreateProjectRequest) GetProdVersion() string

func (*CreateProjectRequest) GetProvisioner added in v0.43.0

func (x *CreateProjectRequest) GetProvisioner() string

func (*CreateProjectRequest) GetPublic added in v0.23.0

func (x *CreateProjectRequest) GetPublic() bool

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 CreateReportRequest added in v0.37.0

type CreateReportRequest 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"`
	Options      *ReportOptions `protobuf:"bytes,3,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateReportRequest) Descriptor deprecated added in v0.37.0

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

Deprecated: Use CreateReportRequest.ProtoReflect.Descriptor instead.

func (*CreateReportRequest) GetOptions added in v0.37.0

func (x *CreateReportRequest) GetOptions() *ReportOptions

func (*CreateReportRequest) GetOrganization added in v0.37.0

func (x *CreateReportRequest) GetOrganization() string

func (*CreateReportRequest) GetProject added in v0.37.0

func (x *CreateReportRequest) GetProject() string

func (*CreateReportRequest) ProtoMessage added in v0.37.0

func (*CreateReportRequest) ProtoMessage()

func (*CreateReportRequest) ProtoReflect added in v0.37.0

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

func (*CreateReportRequest) Reset added in v0.37.0

func (x *CreateReportRequest) Reset()

func (*CreateReportRequest) String added in v0.37.0

func (x *CreateReportRequest) String() string

func (*CreateReportRequest) Validate added in v0.37.0

func (m *CreateReportRequest) Validate() error

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

func (*CreateReportRequest) ValidateAll added in v0.37.0

func (m *CreateReportRequest) ValidateAll() error

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

type CreateReportRequestMultiError added in v0.37.0

type CreateReportRequestMultiError []error

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

func (CreateReportRequestMultiError) AllErrors added in v0.37.0

func (m CreateReportRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateReportRequestMultiError) Error added in v0.37.0

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

type CreateReportRequestValidationError added in v0.37.0

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

CreateReportRequestValidationError is the validation error returned by CreateReportRequest.Validate if the designated constraints aren't met.

func (CreateReportRequestValidationError) Cause added in v0.37.0

Cause function returns cause value.

func (CreateReportRequestValidationError) Error added in v0.37.0

Error satisfies the builtin error interface

func (CreateReportRequestValidationError) ErrorName added in v0.37.0

ErrorName returns error name.

func (CreateReportRequestValidationError) Field added in v0.37.0

Field function returns field value.

func (CreateReportRequestValidationError) Key added in v0.37.0

Key function returns key value.

func (CreateReportRequestValidationError) Reason added in v0.37.0

Reason function returns reason value.

type CreateReportResponse added in v0.37.0

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

func (*CreateReportResponse) Descriptor deprecated added in v0.37.0

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

Deprecated: Use CreateReportResponse.ProtoReflect.Descriptor instead.

func (*CreateReportResponse) GetName added in v0.37.0

func (x *CreateReportResponse) GetName() string

func (*CreateReportResponse) ProtoMessage added in v0.37.0

func (*CreateReportResponse) ProtoMessage()

func (*CreateReportResponse) ProtoReflect added in v0.37.0

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

func (*CreateReportResponse) Reset added in v0.37.0

func (x *CreateReportResponse) Reset()

func (*CreateReportResponse) String added in v0.37.0

func (x *CreateReportResponse) String() string

func (*CreateReportResponse) Validate added in v0.37.0

func (m *CreateReportResponse) Validate() error

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

func (*CreateReportResponse) ValidateAll added in v0.37.0

func (m *CreateReportResponse) ValidateAll() error

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

type CreateReportResponseMultiError added in v0.37.0

type CreateReportResponseMultiError []error

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

func (CreateReportResponseMultiError) AllErrors added in v0.37.0

func (m CreateReportResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateReportResponseMultiError) Error added in v0.37.0

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

type CreateReportResponseValidationError added in v0.37.0

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

CreateReportResponseValidationError is the validation error returned by CreateReportResponse.Validate if the designated constraints aren't met.

func (CreateReportResponseValidationError) Cause added in v0.37.0

Cause function returns cause value.

func (CreateReportResponseValidationError) Error added in v0.37.0

Error satisfies the builtin error interface

func (CreateReportResponseValidationError) ErrorName added in v0.37.0

ErrorName returns error name.

func (CreateReportResponseValidationError) Field added in v0.37.0

Field function returns field value.

func (CreateReportResponseValidationError) Key added in v0.37.0

Key function returns key value.

func (CreateReportResponseValidationError) Reason added in v0.37.0

Reason function returns reason value.

type CreateServiceRequest added in v0.31.0

type CreateServiceRequest struct {
	Name             string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	OrganizationName string `protobuf:"bytes,2,opt,name=organization_name,json=organizationName,proto3" json:"organization_name,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateServiceRequest) Descriptor deprecated added in v0.31.0

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

Deprecated: Use CreateServiceRequest.ProtoReflect.Descriptor instead.

func (*CreateServiceRequest) GetName added in v0.31.0

func (x *CreateServiceRequest) GetName() string

func (*CreateServiceRequest) GetOrganizationName added in v0.31.0

func (x *CreateServiceRequest) GetOrganizationName() string

func (*CreateServiceRequest) ProtoMessage added in v0.31.0

func (*CreateServiceRequest) ProtoMessage()

func (*CreateServiceRequest) ProtoReflect added in v0.31.0

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

func (*CreateServiceRequest) Reset added in v0.31.0

func (x *CreateServiceRequest) Reset()

func (*CreateServiceRequest) String added in v0.31.0

func (x *CreateServiceRequest) String() string

func (*CreateServiceRequest) Validate added in v0.31.0

func (m *CreateServiceRequest) Validate() error

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

func (*CreateServiceRequest) ValidateAll added in v0.31.0

func (m *CreateServiceRequest) ValidateAll() error

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

type CreateServiceRequestMultiError added in v0.31.0

type CreateServiceRequestMultiError []error

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

func (CreateServiceRequestMultiError) AllErrors added in v0.31.0

func (m CreateServiceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateServiceRequestMultiError) Error added in v0.31.0

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

type CreateServiceRequestValidationError added in v0.31.0

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

CreateServiceRequestValidationError is the validation error returned by CreateServiceRequest.Validate if the designated constraints aren't met.

func (CreateServiceRequestValidationError) Cause added in v0.31.0

Cause function returns cause value.

func (CreateServiceRequestValidationError) Error added in v0.31.0

Error satisfies the builtin error interface

func (CreateServiceRequestValidationError) ErrorName added in v0.31.0

ErrorName returns error name.

func (CreateServiceRequestValidationError) Field added in v0.31.0

Field function returns field value.

func (CreateServiceRequestValidationError) Key added in v0.31.0

Key function returns key value.

func (CreateServiceRequestValidationError) Reason added in v0.31.0

Reason function returns reason value.

type CreateServiceResponse added in v0.31.0

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

func (*CreateServiceResponse) Descriptor deprecated added in v0.31.0

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

Deprecated: Use CreateServiceResponse.ProtoReflect.Descriptor instead.

func (*CreateServiceResponse) GetService added in v0.31.0

func (x *CreateServiceResponse) GetService() *Service

func (*CreateServiceResponse) ProtoMessage added in v0.31.0

func (*CreateServiceResponse) ProtoMessage()

func (*CreateServiceResponse) ProtoReflect added in v0.31.0

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

func (*CreateServiceResponse) Reset added in v0.31.0

func (x *CreateServiceResponse) Reset()

func (*CreateServiceResponse) String added in v0.31.0

func (x *CreateServiceResponse) String() string

func (*CreateServiceResponse) Validate added in v0.31.0

func (m *CreateServiceResponse) Validate() error

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

func (*CreateServiceResponse) ValidateAll added in v0.31.0

func (m *CreateServiceResponse) ValidateAll() error

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

type CreateServiceResponseMultiError added in v0.31.0

type CreateServiceResponseMultiError []error

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

func (CreateServiceResponseMultiError) AllErrors added in v0.31.0

func (m CreateServiceResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (CreateServiceResponseMultiError) Error added in v0.31.0

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

type CreateServiceResponseValidationError added in v0.31.0

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

CreateServiceResponseValidationError is the validation error returned by CreateServiceResponse.Validate if the designated constraints aren't met.

func (CreateServiceResponseValidationError) Cause added in v0.31.0

Cause function returns cause value.

func (CreateServiceResponseValidationError) Error added in v0.31.0

Error satisfies the builtin error interface

func (CreateServiceResponseValidationError) ErrorName added in v0.31.0

ErrorName returns error name.

func (CreateServiceResponseValidationError) Field added in v0.31.0

Field function returns field value.

func (CreateServiceResponseValidationError) Key added in v0.31.0

Key function returns key value.

func (CreateServiceResponseValidationError) Reason added in v0.31.0

Reason function returns reason value.

type CreateWhitelistedDomainRequest added in v0.27.0

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

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

Deprecated: Use CreateWhitelistedDomainRequest.ProtoReflect.Descriptor instead.

func (*CreateWhitelistedDomainRequest) GetDomain added in v0.27.0

func (x *CreateWhitelistedDomainRequest) GetDomain() string

func (*CreateWhitelistedDomainRequest) GetOrganization added in v0.27.0

func (x *CreateWhitelistedDomainRequest) GetOrganization() string

func (*CreateWhitelistedDomainRequest) GetRole added in v0.27.0

func (*CreateWhitelistedDomainRequest) ProtoMessage added in v0.27.0

func (*CreateWhitelistedDomainRequest) ProtoMessage()

func (*CreateWhitelistedDomainRequest) ProtoReflect added in v0.27.0

func (*CreateWhitelistedDomainRequest) Reset added in v0.27.0

func (x *CreateWhitelistedDomainRequest) Reset()

func (*CreateWhitelistedDomainRequest) String added in v0.27.0

func (*CreateWhitelistedDomainRequest) Validate added in v0.27.0

func (m *CreateWhitelistedDomainRequest) Validate() error

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

func (*CreateWhitelistedDomainRequest) ValidateAll added in v0.27.0

func (m *CreateWhitelistedDomainRequest) ValidateAll() error

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

type CreateWhitelistedDomainRequestMultiError added in v0.27.0

type CreateWhitelistedDomainRequestMultiError []error

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

func (CreateWhitelistedDomainRequestMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (CreateWhitelistedDomainRequestMultiError) Error added in v0.27.0

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

type CreateWhitelistedDomainRequestValidationError added in v0.27.0

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

CreateWhitelistedDomainRequestValidationError is the validation error returned by CreateWhitelistedDomainRequest.Validate if the designated constraints aren't met.

func (CreateWhitelistedDomainRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (CreateWhitelistedDomainRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (CreateWhitelistedDomainRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (CreateWhitelistedDomainRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (CreateWhitelistedDomainRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (CreateWhitelistedDomainRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type CreateWhitelistedDomainResponse added in v0.27.0

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

func (*CreateWhitelistedDomainResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use CreateWhitelistedDomainResponse.ProtoReflect.Descriptor instead.

func (*CreateWhitelistedDomainResponse) ProtoMessage added in v0.27.0

func (*CreateWhitelistedDomainResponse) ProtoMessage()

func (*CreateWhitelistedDomainResponse) ProtoReflect added in v0.27.0

func (*CreateWhitelistedDomainResponse) Reset added in v0.27.0

func (*CreateWhitelistedDomainResponse) String added in v0.27.0

func (*CreateWhitelistedDomainResponse) Validate added in v0.27.0

func (m *CreateWhitelistedDomainResponse) Validate() error

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

func (*CreateWhitelistedDomainResponse) ValidateAll added in v0.27.0

func (m *CreateWhitelistedDomainResponse) ValidateAll() error

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

type CreateWhitelistedDomainResponseMultiError added in v0.27.0

type CreateWhitelistedDomainResponseMultiError []error

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

func (CreateWhitelistedDomainResponseMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (CreateWhitelistedDomainResponseMultiError) Error added in v0.27.0

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

type CreateWhitelistedDomainResponseValidationError added in v0.27.0

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

CreateWhitelistedDomainResponseValidationError is the validation error returned by CreateWhitelistedDomainResponse.Validate if the designated constraints aren't met.

func (CreateWhitelistedDomainResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (CreateWhitelistedDomainResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (CreateWhitelistedDomainResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (CreateWhitelistedDomainResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (CreateWhitelistedDomainResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (CreateWhitelistedDomainResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type DeleteAlertRequest added in v0.41.0

type DeleteAlertRequest 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"`
	Name         string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteAlertRequest) Descriptor deprecated added in v0.41.0

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

Deprecated: Use DeleteAlertRequest.ProtoReflect.Descriptor instead.

func (*DeleteAlertRequest) GetName added in v0.41.0

func (x *DeleteAlertRequest) GetName() string

func (*DeleteAlertRequest) GetOrganization added in v0.41.0

func (x *DeleteAlertRequest) GetOrganization() string

func (*DeleteAlertRequest) GetProject added in v0.41.0

func (x *DeleteAlertRequest) GetProject() string

func (*DeleteAlertRequest) ProtoMessage added in v0.41.0

func (*DeleteAlertRequest) ProtoMessage()

func (*DeleteAlertRequest) ProtoReflect added in v0.41.0

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

func (*DeleteAlertRequest) Reset added in v0.41.0

func (x *DeleteAlertRequest) Reset()

func (*DeleteAlertRequest) String added in v0.41.0

func (x *DeleteAlertRequest) String() string

func (*DeleteAlertRequest) Validate added in v0.41.0

func (m *DeleteAlertRequest) Validate() error

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

func (*DeleteAlertRequest) ValidateAll added in v0.41.0

func (m *DeleteAlertRequest) ValidateAll() error

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

type DeleteAlertRequestMultiError added in v0.41.0

type DeleteAlertRequestMultiError []error

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

func (DeleteAlertRequestMultiError) AllErrors added in v0.41.0

func (m DeleteAlertRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteAlertRequestMultiError) Error added in v0.41.0

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

type DeleteAlertRequestValidationError added in v0.41.0

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

DeleteAlertRequestValidationError is the validation error returned by DeleteAlertRequest.Validate if the designated constraints aren't met.

func (DeleteAlertRequestValidationError) Cause added in v0.41.0

Cause function returns cause value.

func (DeleteAlertRequestValidationError) Error added in v0.41.0

Error satisfies the builtin error interface

func (DeleteAlertRequestValidationError) ErrorName added in v0.41.0

ErrorName returns error name.

func (DeleteAlertRequestValidationError) Field added in v0.41.0

Field function returns field value.

func (DeleteAlertRequestValidationError) Key added in v0.41.0

Key function returns key value.

func (DeleteAlertRequestValidationError) Reason added in v0.41.0

Reason function returns reason value.

type DeleteAlertResponse added in v0.41.0

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

func (*DeleteAlertResponse) Descriptor deprecated added in v0.41.0

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

Deprecated: Use DeleteAlertResponse.ProtoReflect.Descriptor instead.

func (*DeleteAlertResponse) ProtoMessage added in v0.41.0

func (*DeleteAlertResponse) ProtoMessage()

func (*DeleteAlertResponse) ProtoReflect added in v0.41.0

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

func (*DeleteAlertResponse) Reset added in v0.41.0

func (x *DeleteAlertResponse) Reset()

func (*DeleteAlertResponse) String added in v0.41.0

func (x *DeleteAlertResponse) String() string

func (*DeleteAlertResponse) Validate added in v0.41.0

func (m *DeleteAlertResponse) Validate() error

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

func (*DeleteAlertResponse) ValidateAll added in v0.41.0

func (m *DeleteAlertResponse) ValidateAll() error

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

type DeleteAlertResponseMultiError added in v0.41.0

type DeleteAlertResponseMultiError []error

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

func (DeleteAlertResponseMultiError) AllErrors added in v0.41.0

func (m DeleteAlertResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteAlertResponseMultiError) Error added in v0.41.0

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

type DeleteAlertResponseValidationError added in v0.41.0

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

DeleteAlertResponseValidationError is the validation error returned by DeleteAlertResponse.Validate if the designated constraints aren't met.

func (DeleteAlertResponseValidationError) Cause added in v0.41.0

Cause function returns cause value.

func (DeleteAlertResponseValidationError) Error added in v0.41.0

Error satisfies the builtin error interface

func (DeleteAlertResponseValidationError) ErrorName added in v0.41.0

ErrorName returns error name.

func (DeleteAlertResponseValidationError) Field added in v0.41.0

Field function returns field value.

func (DeleteAlertResponseValidationError) Key added in v0.41.0

Key function returns key value.

func (DeleteAlertResponseValidationError) Reason added in v0.41.0

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 DeleteReportRequest added in v0.37.0

type DeleteReportRequest 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"`
	Name         string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteReportRequest) Descriptor deprecated added in v0.37.0

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

Deprecated: Use DeleteReportRequest.ProtoReflect.Descriptor instead.

func (*DeleteReportRequest) GetName added in v0.37.0

func (x *DeleteReportRequest) GetName() string

func (*DeleteReportRequest) GetOrganization added in v0.37.0

func (x *DeleteReportRequest) GetOrganization() string

func (*DeleteReportRequest) GetProject added in v0.37.0

func (x *DeleteReportRequest) GetProject() string

func (*DeleteReportRequest) ProtoMessage added in v0.37.0

func (*DeleteReportRequest) ProtoMessage()

func (*DeleteReportRequest) ProtoReflect added in v0.37.0

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

func (*DeleteReportRequest) Reset added in v0.37.0

func (x *DeleteReportRequest) Reset()

func (*DeleteReportRequest) String added in v0.37.0

func (x *DeleteReportRequest) String() string

func (*DeleteReportRequest) Validate added in v0.37.0

func (m *DeleteReportRequest) Validate() error

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

func (*DeleteReportRequest) ValidateAll added in v0.37.0

func (m *DeleteReportRequest) ValidateAll() error

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

type DeleteReportRequestMultiError added in v0.37.0

type DeleteReportRequestMultiError []error

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

func (DeleteReportRequestMultiError) AllErrors added in v0.37.0

func (m DeleteReportRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteReportRequestMultiError) Error added in v0.37.0

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

type DeleteReportRequestValidationError added in v0.37.0

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

DeleteReportRequestValidationError is the validation error returned by DeleteReportRequest.Validate if the designated constraints aren't met.

func (DeleteReportRequestValidationError) Cause added in v0.37.0

Cause function returns cause value.

func (DeleteReportRequestValidationError) Error added in v0.37.0

Error satisfies the builtin error interface

func (DeleteReportRequestValidationError) ErrorName added in v0.37.0

ErrorName returns error name.

func (DeleteReportRequestValidationError) Field added in v0.37.0

Field function returns field value.

func (DeleteReportRequestValidationError) Key added in v0.37.0

Key function returns key value.

func (DeleteReportRequestValidationError) Reason added in v0.37.0

Reason function returns reason value.

type DeleteReportResponse added in v0.37.0

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

func (*DeleteReportResponse) Descriptor deprecated added in v0.37.0

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

Deprecated: Use DeleteReportResponse.ProtoReflect.Descriptor instead.

func (*DeleteReportResponse) ProtoMessage added in v0.37.0

func (*DeleteReportResponse) ProtoMessage()

func (*DeleteReportResponse) ProtoReflect added in v0.37.0

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

func (*DeleteReportResponse) Reset added in v0.37.0

func (x *DeleteReportResponse) Reset()

func (*DeleteReportResponse) String added in v0.37.0

func (x *DeleteReportResponse) String() string

func (*DeleteReportResponse) Validate added in v0.37.0

func (m *DeleteReportResponse) Validate() error

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

func (*DeleteReportResponse) ValidateAll added in v0.37.0

func (m *DeleteReportResponse) ValidateAll() error

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

type DeleteReportResponseMultiError added in v0.37.0

type DeleteReportResponseMultiError []error

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

func (DeleteReportResponseMultiError) AllErrors added in v0.37.0

func (m DeleteReportResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteReportResponseMultiError) Error added in v0.37.0

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

type DeleteReportResponseValidationError added in v0.37.0

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

DeleteReportResponseValidationError is the validation error returned by DeleteReportResponse.Validate if the designated constraints aren't met.

func (DeleteReportResponseValidationError) Cause added in v0.37.0

Cause function returns cause value.

func (DeleteReportResponseValidationError) Error added in v0.37.0

Error satisfies the builtin error interface

func (DeleteReportResponseValidationError) ErrorName added in v0.37.0

ErrorName returns error name.

func (DeleteReportResponseValidationError) Field added in v0.37.0

Field function returns field value.

func (DeleteReportResponseValidationError) Key added in v0.37.0

Key function returns key value.

func (DeleteReportResponseValidationError) Reason added in v0.37.0

Reason function returns reason value.

type DeleteServiceRequest added in v0.31.0

type DeleteServiceRequest struct {
	Name             string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	OrganizationName string `protobuf:"bytes,2,opt,name=organization_name,json=organizationName,proto3" json:"organization_name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteServiceRequest) Descriptor deprecated added in v0.31.0

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

Deprecated: Use DeleteServiceRequest.ProtoReflect.Descriptor instead.

func (*DeleteServiceRequest) GetName added in v0.31.0

func (x *DeleteServiceRequest) GetName() string

func (*DeleteServiceRequest) GetOrganizationName added in v0.31.0

func (x *DeleteServiceRequest) GetOrganizationName() string

func (*DeleteServiceRequest) ProtoMessage added in v0.31.0

func (*DeleteServiceRequest) ProtoMessage()

func (*DeleteServiceRequest) ProtoReflect added in v0.31.0

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

func (*DeleteServiceRequest) Reset added in v0.31.0

func (x *DeleteServiceRequest) Reset()

func (*DeleteServiceRequest) String added in v0.31.0

func (x *DeleteServiceRequest) String() string

func (*DeleteServiceRequest) Validate added in v0.31.0

func (m *DeleteServiceRequest) Validate() error

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

func (*DeleteServiceRequest) ValidateAll added in v0.31.0

func (m *DeleteServiceRequest) ValidateAll() error

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

type DeleteServiceRequestMultiError added in v0.31.0

type DeleteServiceRequestMultiError []error

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

func (DeleteServiceRequestMultiError) AllErrors added in v0.31.0

func (m DeleteServiceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteServiceRequestMultiError) Error added in v0.31.0

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

type DeleteServiceRequestValidationError added in v0.31.0

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

DeleteServiceRequestValidationError is the validation error returned by DeleteServiceRequest.Validate if the designated constraints aren't met.

func (DeleteServiceRequestValidationError) Cause added in v0.31.0

Cause function returns cause value.

func (DeleteServiceRequestValidationError) Error added in v0.31.0

Error satisfies the builtin error interface

func (DeleteServiceRequestValidationError) ErrorName added in v0.31.0

ErrorName returns error name.

func (DeleteServiceRequestValidationError) Field added in v0.31.0

Field function returns field value.

func (DeleteServiceRequestValidationError) Key added in v0.31.0

Key function returns key value.

func (DeleteServiceRequestValidationError) Reason added in v0.31.0

Reason function returns reason value.

type DeleteServiceResponse added in v0.31.0

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

func (*DeleteServiceResponse) Descriptor deprecated added in v0.31.0

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

Deprecated: Use DeleteServiceResponse.ProtoReflect.Descriptor instead.

func (*DeleteServiceResponse) GetService added in v0.31.0

func (x *DeleteServiceResponse) GetService() *Service

func (*DeleteServiceResponse) ProtoMessage added in v0.31.0

func (*DeleteServiceResponse) ProtoMessage()

func (*DeleteServiceResponse) ProtoReflect added in v0.31.0

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

func (*DeleteServiceResponse) Reset added in v0.31.0

func (x *DeleteServiceResponse) Reset()

func (*DeleteServiceResponse) String added in v0.31.0

func (x *DeleteServiceResponse) String() string

func (*DeleteServiceResponse) Validate added in v0.31.0

func (m *DeleteServiceResponse) Validate() error

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

func (*DeleteServiceResponse) ValidateAll added in v0.31.0

func (m *DeleteServiceResponse) ValidateAll() error

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

type DeleteServiceResponseMultiError added in v0.31.0

type DeleteServiceResponseMultiError []error

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

func (DeleteServiceResponseMultiError) AllErrors added in v0.31.0

func (m DeleteServiceResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (DeleteServiceResponseMultiError) Error added in v0.31.0

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

type DeleteServiceResponseValidationError added in v0.31.0

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

DeleteServiceResponseValidationError is the validation error returned by DeleteServiceResponse.Validate if the designated constraints aren't met.

func (DeleteServiceResponseValidationError) Cause added in v0.31.0

Cause function returns cause value.

func (DeleteServiceResponseValidationError) Error added in v0.31.0

Error satisfies the builtin error interface

func (DeleteServiceResponseValidationError) ErrorName added in v0.31.0

ErrorName returns error name.

func (DeleteServiceResponseValidationError) Field added in v0.31.0

Field function returns field value.

func (DeleteServiceResponseValidationError) Key added in v0.31.0

Key function returns key value.

func (DeleteServiceResponseValidationError) Reason added in v0.31.0

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"`
	StatusMessage     string                 `protobuf:"bytes,8,opt,name=status_message,json=statusMessage,proto3" json:"status_message,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) 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) GetStatusMessage added in v0.36.0

func (x *Deployment) GetStatusMessage() string

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_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 EditAlertRequest added in v0.41.0

type EditAlertRequest 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"`
	Name         string        `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Options      *AlertOptions `protobuf:"bytes,4,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*EditAlertRequest) Descriptor deprecated added in v0.41.0

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

Deprecated: Use EditAlertRequest.ProtoReflect.Descriptor instead.

func (*EditAlertRequest) GetName added in v0.41.0

func (x *EditAlertRequest) GetName() string

func (*EditAlertRequest) GetOptions added in v0.41.0

func (x *EditAlertRequest) GetOptions() *AlertOptions

func (*EditAlertRequest) GetOrganization added in v0.41.0

func (x *EditAlertRequest) GetOrganization() string

func (*EditAlertRequest) GetProject added in v0.41.0

func (x *EditAlertRequest) GetProject() string

func (*EditAlertRequest) ProtoMessage added in v0.41.0

func (*EditAlertRequest) ProtoMessage()

func (*EditAlertRequest) ProtoReflect added in v0.41.0

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

func (*EditAlertRequest) Reset added in v0.41.0

func (x *EditAlertRequest) Reset()

func (*EditAlertRequest) String added in v0.41.0

func (x *EditAlertRequest) String() string

func (*EditAlertRequest) Validate added in v0.41.0

func (m *EditAlertRequest) Validate() error

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

func (*EditAlertRequest) ValidateAll added in v0.41.0

func (m *EditAlertRequest) ValidateAll() error

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

type EditAlertRequestMultiError added in v0.41.0

type EditAlertRequestMultiError []error

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

func (EditAlertRequestMultiError) AllErrors added in v0.41.0

func (m EditAlertRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EditAlertRequestMultiError) Error added in v0.41.0

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

type EditAlertRequestValidationError added in v0.41.0

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

EditAlertRequestValidationError is the validation error returned by EditAlertRequest.Validate if the designated constraints aren't met.

func (EditAlertRequestValidationError) Cause added in v0.41.0

Cause function returns cause value.

func (EditAlertRequestValidationError) Error added in v0.41.0

Error satisfies the builtin error interface

func (EditAlertRequestValidationError) ErrorName added in v0.41.0

ErrorName returns error name.

func (EditAlertRequestValidationError) Field added in v0.41.0

Field function returns field value.

func (EditAlertRequestValidationError) Key added in v0.41.0

Key function returns key value.

func (EditAlertRequestValidationError) Reason added in v0.41.0

Reason function returns reason value.

type EditAlertResponse added in v0.41.0

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

func (*EditAlertResponse) Descriptor deprecated added in v0.41.0

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

Deprecated: Use EditAlertResponse.ProtoReflect.Descriptor instead.

func (*EditAlertResponse) ProtoMessage added in v0.41.0

func (*EditAlertResponse) ProtoMessage()

func (*EditAlertResponse) ProtoReflect added in v0.41.0

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

func (*EditAlertResponse) Reset added in v0.41.0

func (x *EditAlertResponse) Reset()

func (*EditAlertResponse) String added in v0.41.0

func (x *EditAlertResponse) String() string

func (*EditAlertResponse) Validate added in v0.41.0

func (m *EditAlertResponse) Validate() error

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

func (*EditAlertResponse) ValidateAll added in v0.41.0

func (m *EditAlertResponse) ValidateAll() error

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

type EditAlertResponseMultiError added in v0.41.0

type EditAlertResponseMultiError []error

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

func (EditAlertResponseMultiError) AllErrors added in v0.41.0

func (m EditAlertResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EditAlertResponseMultiError) Error added in v0.41.0

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

type EditAlertResponseValidationError added in v0.41.0

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

EditAlertResponseValidationError is the validation error returned by EditAlertResponse.Validate if the designated constraints aren't met.

func (EditAlertResponseValidationError) Cause added in v0.41.0

Cause function returns cause value.

func (EditAlertResponseValidationError) Error added in v0.41.0

Error satisfies the builtin error interface

func (EditAlertResponseValidationError) ErrorName added in v0.41.0

ErrorName returns error name.

func (EditAlertResponseValidationError) Field added in v0.41.0

Field function returns field value.

func (EditAlertResponseValidationError) Key added in v0.41.0

Key function returns key value.

func (EditAlertResponseValidationError) Reason added in v0.41.0

Reason function returns reason value.

type EditReportRequest added in v0.37.0

type EditReportRequest 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"`
	Name         string         `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	Options      *ReportOptions `protobuf:"bytes,4,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*EditReportRequest) Descriptor deprecated added in v0.37.0

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

Deprecated: Use EditReportRequest.ProtoReflect.Descriptor instead.

func (*EditReportRequest) GetName added in v0.37.0

func (x *EditReportRequest) GetName() string

func (*EditReportRequest) GetOptions added in v0.37.0

func (x *EditReportRequest) GetOptions() *ReportOptions

func (*EditReportRequest) GetOrganization added in v0.37.0

func (x *EditReportRequest) GetOrganization() string

func (*EditReportRequest) GetProject added in v0.37.0

func (x *EditReportRequest) GetProject() string

func (*EditReportRequest) ProtoMessage added in v0.37.0

func (*EditReportRequest) ProtoMessage()

func (*EditReportRequest) ProtoReflect added in v0.37.0

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

func (*EditReportRequest) Reset added in v0.37.0

func (x *EditReportRequest) Reset()

func (*EditReportRequest) String added in v0.37.0

func (x *EditReportRequest) String() string

func (*EditReportRequest) Validate added in v0.37.0

func (m *EditReportRequest) Validate() error

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

func (*EditReportRequest) ValidateAll added in v0.37.0

func (m *EditReportRequest) ValidateAll() error

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

type EditReportRequestMultiError added in v0.37.0

type EditReportRequestMultiError []error

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

func (EditReportRequestMultiError) AllErrors added in v0.37.0

func (m EditReportRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EditReportRequestMultiError) Error added in v0.37.0

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

type EditReportRequestValidationError added in v0.37.0

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

EditReportRequestValidationError is the validation error returned by EditReportRequest.Validate if the designated constraints aren't met.

func (EditReportRequestValidationError) Cause added in v0.37.0

Cause function returns cause value.

func (EditReportRequestValidationError) Error added in v0.37.0

Error satisfies the builtin error interface

func (EditReportRequestValidationError) ErrorName added in v0.37.0

ErrorName returns error name.

func (EditReportRequestValidationError) Field added in v0.37.0

Field function returns field value.

func (EditReportRequestValidationError) Key added in v0.37.0

Key function returns key value.

func (EditReportRequestValidationError) Reason added in v0.37.0

Reason function returns reason value.

type EditReportResponse added in v0.37.0

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

func (*EditReportResponse) Descriptor deprecated added in v0.37.0

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

Deprecated: Use EditReportResponse.ProtoReflect.Descriptor instead.

func (*EditReportResponse) ProtoMessage added in v0.37.0

func (*EditReportResponse) ProtoMessage()

func (*EditReportResponse) ProtoReflect added in v0.37.0

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

func (*EditReportResponse) Reset added in v0.37.0

func (x *EditReportResponse) Reset()

func (*EditReportResponse) String added in v0.37.0

func (x *EditReportResponse) String() string

func (*EditReportResponse) Validate added in v0.37.0

func (m *EditReportResponse) Validate() error

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

func (*EditReportResponse) ValidateAll added in v0.37.0

func (m *EditReportResponse) ValidateAll() error

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

type EditReportResponseMultiError added in v0.37.0

type EditReportResponseMultiError []error

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

func (EditReportResponseMultiError) AllErrors added in v0.37.0

func (m EditReportResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (EditReportResponseMultiError) Error added in v0.37.0

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

type EditReportResponseValidationError added in v0.37.0

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

EditReportResponseValidationError is the validation error returned by EditReportResponse.Validate if the designated constraints aren't met.

func (EditReportResponseValidationError) Cause added in v0.37.0

Cause function returns cause value.

func (EditReportResponseValidationError) Error added in v0.37.0

Error satisfies the builtin error interface

func (EditReportResponseValidationError) ErrorName added in v0.37.0

ErrorName returns error name.

func (EditReportResponseValidationError) Field added in v0.37.0

Field function returns field value.

func (EditReportResponseValidationError) Key added in v0.37.0

Key function returns key value.

func (EditReportResponseValidationError) Reason added in v0.37.0

Reason function returns reason value.

type GenerateAlertYAMLRequest added in v0.41.0

type GenerateAlertYAMLRequest 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"`
	Options      *AlertOptions `protobuf:"bytes,3,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateAlertYAMLRequest) Descriptor deprecated added in v0.41.0

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

Deprecated: Use GenerateAlertYAMLRequest.ProtoReflect.Descriptor instead.

func (*GenerateAlertYAMLRequest) GetOptions added in v0.41.0

func (x *GenerateAlertYAMLRequest) GetOptions() *AlertOptions

func (*GenerateAlertYAMLRequest) GetOrganization added in v0.41.0

func (x *GenerateAlertYAMLRequest) GetOrganization() string

func (*GenerateAlertYAMLRequest) GetProject added in v0.41.0

func (x *GenerateAlertYAMLRequest) GetProject() string

func (*GenerateAlertYAMLRequest) ProtoMessage added in v0.41.0

func (*GenerateAlertYAMLRequest) ProtoMessage()

func (*GenerateAlertYAMLRequest) ProtoReflect added in v0.41.0

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

func (*GenerateAlertYAMLRequest) Reset added in v0.41.0

func (x *GenerateAlertYAMLRequest) Reset()

func (*GenerateAlertYAMLRequest) String added in v0.41.0

func (x *GenerateAlertYAMLRequest) String() string

func (*GenerateAlertYAMLRequest) Validate added in v0.41.0

func (m *GenerateAlertYAMLRequest) Validate() error

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

func (*GenerateAlertYAMLRequest) ValidateAll added in v0.41.0

func (m *GenerateAlertYAMLRequest) ValidateAll() error

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

type GenerateAlertYAMLRequestMultiError added in v0.41.0

type GenerateAlertYAMLRequestMultiError []error

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

func (GenerateAlertYAMLRequestMultiError) AllErrors added in v0.41.0

func (m GenerateAlertYAMLRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GenerateAlertYAMLRequestMultiError) Error added in v0.41.0

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

type GenerateAlertYAMLRequestValidationError added in v0.41.0

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

GenerateAlertYAMLRequestValidationError is the validation error returned by GenerateAlertYAMLRequest.Validate if the designated constraints aren't met.

func (GenerateAlertYAMLRequestValidationError) Cause added in v0.41.0

Cause function returns cause value.

func (GenerateAlertYAMLRequestValidationError) Error added in v0.41.0

Error satisfies the builtin error interface

func (GenerateAlertYAMLRequestValidationError) ErrorName added in v0.41.0

ErrorName returns error name.

func (GenerateAlertYAMLRequestValidationError) Field added in v0.41.0

Field function returns field value.

func (GenerateAlertYAMLRequestValidationError) Key added in v0.41.0

Key function returns key value.

func (GenerateAlertYAMLRequestValidationError) Reason added in v0.41.0

Reason function returns reason value.

type GenerateAlertYAMLResponse added in v0.41.0

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

func (*GenerateAlertYAMLResponse) Descriptor deprecated added in v0.41.0

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

Deprecated: Use GenerateAlertYAMLResponse.ProtoReflect.Descriptor instead.

func (*GenerateAlertYAMLResponse) GetYaml added in v0.41.0

func (x *GenerateAlertYAMLResponse) GetYaml() string

func (*GenerateAlertYAMLResponse) ProtoMessage added in v0.41.0

func (*GenerateAlertYAMLResponse) ProtoMessage()

func (*GenerateAlertYAMLResponse) ProtoReflect added in v0.41.0

func (*GenerateAlertYAMLResponse) Reset added in v0.41.0

func (x *GenerateAlertYAMLResponse) Reset()

func (*GenerateAlertYAMLResponse) String added in v0.41.0

func (x *GenerateAlertYAMLResponse) String() string

func (*GenerateAlertYAMLResponse) Validate added in v0.41.0

func (m *GenerateAlertYAMLResponse) Validate() error

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

func (*GenerateAlertYAMLResponse) ValidateAll added in v0.41.0

func (m *GenerateAlertYAMLResponse) ValidateAll() error

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

type GenerateAlertYAMLResponseMultiError added in v0.41.0

type GenerateAlertYAMLResponseMultiError []error

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

func (GenerateAlertYAMLResponseMultiError) AllErrors added in v0.41.0

AllErrors returns a list of validation violation errors.

func (GenerateAlertYAMLResponseMultiError) Error added in v0.41.0

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

type GenerateAlertYAMLResponseValidationError added in v0.41.0

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

GenerateAlertYAMLResponseValidationError is the validation error returned by GenerateAlertYAMLResponse.Validate if the designated constraints aren't met.

func (GenerateAlertYAMLResponseValidationError) Cause added in v0.41.0

Cause function returns cause value.

func (GenerateAlertYAMLResponseValidationError) Error added in v0.41.0

Error satisfies the builtin error interface

func (GenerateAlertYAMLResponseValidationError) ErrorName added in v0.41.0

ErrorName returns error name.

func (GenerateAlertYAMLResponseValidationError) Field added in v0.41.0

Field function returns field value.

func (GenerateAlertYAMLResponseValidationError) Key added in v0.41.0

Key function returns key value.

func (GenerateAlertYAMLResponseValidationError) Reason added in v0.41.0

Reason function returns reason value.

type GenerateReportYAMLRequest added in v0.37.0

type GenerateReportYAMLRequest 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"`
	Options      *ReportOptions `protobuf:"bytes,3,opt,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateReportYAMLRequest) Descriptor deprecated added in v0.37.0

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

Deprecated: Use GenerateReportYAMLRequest.ProtoReflect.Descriptor instead.

func (*GenerateReportYAMLRequest) GetOptions added in v0.37.0

func (x *GenerateReportYAMLRequest) GetOptions() *ReportOptions

func (*GenerateReportYAMLRequest) GetOrganization added in v0.37.0

func (x *GenerateReportYAMLRequest) GetOrganization() string

func (*GenerateReportYAMLRequest) GetProject added in v0.37.0

func (x *GenerateReportYAMLRequest) GetProject() string

func (*GenerateReportYAMLRequest) ProtoMessage added in v0.37.0

func (*GenerateReportYAMLRequest) ProtoMessage()

func (*GenerateReportYAMLRequest) ProtoReflect added in v0.37.0

func (*GenerateReportYAMLRequest) Reset added in v0.37.0

func (x *GenerateReportYAMLRequest) Reset()

func (*GenerateReportYAMLRequest) String added in v0.37.0

func (x *GenerateReportYAMLRequest) String() string

func (*GenerateReportYAMLRequest) Validate added in v0.37.0

func (m *GenerateReportYAMLRequest) Validate() error

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

func (*GenerateReportYAMLRequest) ValidateAll added in v0.37.0

func (m *GenerateReportYAMLRequest) ValidateAll() error

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

type GenerateReportYAMLRequestMultiError added in v0.37.0

type GenerateReportYAMLRequestMultiError []error

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

func (GenerateReportYAMLRequestMultiError) AllErrors added in v0.37.0

AllErrors returns a list of validation violation errors.

func (GenerateReportYAMLRequestMultiError) Error added in v0.37.0

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

type GenerateReportYAMLRequestValidationError added in v0.37.0

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

GenerateReportYAMLRequestValidationError is the validation error returned by GenerateReportYAMLRequest.Validate if the designated constraints aren't met.

func (GenerateReportYAMLRequestValidationError) Cause added in v0.37.0

Cause function returns cause value.

func (GenerateReportYAMLRequestValidationError) Error added in v0.37.0

Error satisfies the builtin error interface

func (GenerateReportYAMLRequestValidationError) ErrorName added in v0.37.0

ErrorName returns error name.

func (GenerateReportYAMLRequestValidationError) Field added in v0.37.0

Field function returns field value.

func (GenerateReportYAMLRequestValidationError) Key added in v0.37.0

Key function returns key value.

func (GenerateReportYAMLRequestValidationError) Reason added in v0.37.0

Reason function returns reason value.

type GenerateReportYAMLResponse added in v0.37.0

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

func (*GenerateReportYAMLResponse) Descriptor deprecated added in v0.37.0

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

Deprecated: Use GenerateReportYAMLResponse.ProtoReflect.Descriptor instead.

func (*GenerateReportYAMLResponse) GetYaml added in v0.37.0

func (x *GenerateReportYAMLResponse) GetYaml() string

func (*GenerateReportYAMLResponse) ProtoMessage added in v0.37.0

func (*GenerateReportYAMLResponse) ProtoMessage()

func (*GenerateReportYAMLResponse) ProtoReflect added in v0.37.0

func (*GenerateReportYAMLResponse) Reset added in v0.37.0

func (x *GenerateReportYAMLResponse) Reset()

func (*GenerateReportYAMLResponse) String added in v0.37.0

func (x *GenerateReportYAMLResponse) String() string

func (*GenerateReportYAMLResponse) Validate added in v0.37.0

func (m *GenerateReportYAMLResponse) Validate() error

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

func (*GenerateReportYAMLResponse) ValidateAll added in v0.37.0

func (m *GenerateReportYAMLResponse) ValidateAll() error

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

type GenerateReportYAMLResponseMultiError added in v0.37.0

type GenerateReportYAMLResponseMultiError []error

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

func (GenerateReportYAMLResponseMultiError) AllErrors added in v0.37.0

AllErrors returns a list of validation violation errors.

func (GenerateReportYAMLResponseMultiError) Error added in v0.37.0

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

type GenerateReportYAMLResponseValidationError added in v0.37.0

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

GenerateReportYAMLResponseValidationError is the validation error returned by GenerateReportYAMLResponse.Validate if the designated constraints aren't met.

func (GenerateReportYAMLResponseValidationError) Cause added in v0.37.0

Cause function returns cause value.

func (GenerateReportYAMLResponseValidationError) Error added in v0.37.0

Error satisfies the builtin error interface

func (GenerateReportYAMLResponseValidationError) ErrorName added in v0.37.0

ErrorName returns error name.

func (GenerateReportYAMLResponseValidationError) Field added in v0.37.0

Field function returns field value.

func (GenerateReportYAMLResponseValidationError) Key added in v0.37.0

Key function returns key value.

func (GenerateReportYAMLResponseValidationError) Reason added in v0.37.0

Reason function returns reason value.

type GetAlertMetaRequest added in v0.41.0

type GetAlertMetaRequest struct {
	ProjectId   string            `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Branch      string            `protobuf:"bytes,2,opt,name=branch,proto3" json:"branch,omitempty"`
	Alert       string            `protobuf:"bytes,3,opt,name=alert,proto3" json:"alert,omitempty"`
	Annotations map[string]string `` /* 163-byte string literal not displayed */
	// Types that are assignable to QueryFor:
	//
	//	*GetAlertMetaRequest_QueryForUserId
	//	*GetAlertMetaRequest_QueryForUserEmail
	QueryFor isGetAlertMetaRequest_QueryFor `protobuf_oneof:"query_for"`
	// contains filtered or unexported fields
}

func (*GetAlertMetaRequest) Descriptor deprecated added in v0.41.0

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

Deprecated: Use GetAlertMetaRequest.ProtoReflect.Descriptor instead.

func (*GetAlertMetaRequest) GetAlert added in v0.41.0

func (x *GetAlertMetaRequest) GetAlert() string

func (*GetAlertMetaRequest) GetAnnotations added in v0.41.0

func (x *GetAlertMetaRequest) GetAnnotations() map[string]string

func (*GetAlertMetaRequest) GetBranch added in v0.41.0

func (x *GetAlertMetaRequest) GetBranch() string

func (*GetAlertMetaRequest) GetProjectId added in v0.41.0

func (x *GetAlertMetaRequest) GetProjectId() string

func (*GetAlertMetaRequest) GetQueryFor added in v0.41.0

func (m *GetAlertMetaRequest) GetQueryFor() isGetAlertMetaRequest_QueryFor

func (*GetAlertMetaRequest) GetQueryForUserEmail added in v0.41.0

func (x *GetAlertMetaRequest) GetQueryForUserEmail() string

func (*GetAlertMetaRequest) GetQueryForUserId added in v0.41.0

func (x *GetAlertMetaRequest) GetQueryForUserId() string

func (*GetAlertMetaRequest) ProtoMessage added in v0.41.0

func (*GetAlertMetaRequest) ProtoMessage()

func (*GetAlertMetaRequest) ProtoReflect added in v0.41.0

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

func (*GetAlertMetaRequest) Reset added in v0.41.0

func (x *GetAlertMetaRequest) Reset()

func (*GetAlertMetaRequest) String added in v0.41.0

func (x *GetAlertMetaRequest) String() string

func (*GetAlertMetaRequest) Validate added in v0.41.0

func (m *GetAlertMetaRequest) Validate() error

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

func (*GetAlertMetaRequest) ValidateAll added in v0.41.0

func (m *GetAlertMetaRequest) ValidateAll() error

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

type GetAlertMetaRequestMultiError added in v0.41.0

type GetAlertMetaRequestMultiError []error

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

func (GetAlertMetaRequestMultiError) AllErrors added in v0.41.0

func (m GetAlertMetaRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetAlertMetaRequestMultiError) Error added in v0.41.0

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

type GetAlertMetaRequestValidationError added in v0.41.0

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

GetAlertMetaRequestValidationError is the validation error returned by GetAlertMetaRequest.Validate if the designated constraints aren't met.

func (GetAlertMetaRequestValidationError) Cause added in v0.41.0

Cause function returns cause value.

func (GetAlertMetaRequestValidationError) Error added in v0.41.0

Error satisfies the builtin error interface

func (GetAlertMetaRequestValidationError) ErrorName added in v0.41.0

ErrorName returns error name.

func (GetAlertMetaRequestValidationError) Field added in v0.41.0

Field function returns field value.

func (GetAlertMetaRequestValidationError) Key added in v0.41.0

Key function returns key value.

func (GetAlertMetaRequestValidationError) Reason added in v0.41.0

Reason function returns reason value.

type GetAlertMetaRequest_QueryForUserEmail added in v0.41.0

type GetAlertMetaRequest_QueryForUserEmail struct {
	QueryForUserEmail string `protobuf:"bytes,6,opt,name=query_for_user_email,json=queryForUserEmail,proto3,oneof"`
}

type GetAlertMetaRequest_QueryForUserId added in v0.41.0

type GetAlertMetaRequest_QueryForUserId struct {
	QueryForUserId string `protobuf:"bytes,5,opt,name=query_for_user_id,json=queryForUserId,proto3,oneof"`
}

type GetAlertMetaResponse added in v0.41.0

type GetAlertMetaResponse struct {
	OpenUrl            string           `protobuf:"bytes,1,opt,name=open_url,json=openUrl,proto3" json:"open_url,omitempty"`
	EditUrl            string           `protobuf:"bytes,2,opt,name=edit_url,json=editUrl,proto3" json:"edit_url,omitempty"`
	QueryForAttributes *structpb.Struct `protobuf:"bytes,3,opt,name=query_for_attributes,json=queryForAttributes,proto3" json:"query_for_attributes,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlertMetaResponse) Descriptor deprecated added in v0.41.0

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

Deprecated: Use GetAlertMetaResponse.ProtoReflect.Descriptor instead.

func (*GetAlertMetaResponse) GetEditUrl added in v0.41.0

func (x *GetAlertMetaResponse) GetEditUrl() string

func (*GetAlertMetaResponse) GetOpenUrl added in v0.41.0

func (x *GetAlertMetaResponse) GetOpenUrl() string

func (*GetAlertMetaResponse) GetQueryForAttributes added in v0.41.0

func (x *GetAlertMetaResponse) GetQueryForAttributes() *structpb.Struct

func (*GetAlertMetaResponse) ProtoMessage added in v0.41.0

func (*GetAlertMetaResponse) ProtoMessage()

func (*GetAlertMetaResponse) ProtoReflect added in v0.41.0

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

func (*GetAlertMetaResponse) Reset added in v0.41.0

func (x *GetAlertMetaResponse) Reset()

func (*GetAlertMetaResponse) String added in v0.41.0

func (x *GetAlertMetaResponse) String() string

func (*GetAlertMetaResponse) Validate added in v0.41.0

func (m *GetAlertMetaResponse) Validate() error

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

func (*GetAlertMetaResponse) ValidateAll added in v0.41.0

func (m *GetAlertMetaResponse) ValidateAll() error

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

type GetAlertMetaResponseMultiError added in v0.41.0

type GetAlertMetaResponseMultiError []error

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

func (GetAlertMetaResponseMultiError) AllErrors added in v0.41.0

func (m GetAlertMetaResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetAlertMetaResponseMultiError) Error added in v0.41.0

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

type GetAlertMetaResponseValidationError added in v0.41.0

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

GetAlertMetaResponseValidationError is the validation error returned by GetAlertMetaResponse.Validate if the designated constraints aren't met.

func (GetAlertMetaResponseValidationError) Cause added in v0.41.0

Cause function returns cause value.

func (GetAlertMetaResponseValidationError) Error added in v0.41.0

Error satisfies the builtin error interface

func (GetAlertMetaResponseValidationError) ErrorName added in v0.41.0

ErrorName returns error name.

func (GetAlertMetaResponseValidationError) Field added in v0.41.0

Field function returns field value.

func (GetAlertMetaResponseValidationError) Key added in v0.41.0

Key function returns key value.

func (GetAlertMetaResponseValidationError) Reason added in v0.41.0

Reason function returns reason value.

type GetAlertYAMLRequest added in v0.41.0

type GetAlertYAMLRequest 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"`
	Name         string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetAlertYAMLRequest) Descriptor deprecated added in v0.41.0

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

Deprecated: Use GetAlertYAMLRequest.ProtoReflect.Descriptor instead.

func (*GetAlertYAMLRequest) GetName added in v0.41.0

func (x *GetAlertYAMLRequest) GetName() string

func (*GetAlertYAMLRequest) GetOrganization added in v0.41.0

func (x *GetAlertYAMLRequest) GetOrganization() string

func (*GetAlertYAMLRequest) GetProject added in v0.41.0

func (x *GetAlertYAMLRequest) GetProject() string

func (*GetAlertYAMLRequest) ProtoMessage added in v0.41.0

func (*GetAlertYAMLRequest) ProtoMessage()

func (*GetAlertYAMLRequest) ProtoReflect added in v0.41.0

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

func (*GetAlertYAMLRequest) Reset added in v0.41.0

func (x *GetAlertYAMLRequest) Reset()

func (*GetAlertYAMLRequest) String added in v0.41.0

func (x *GetAlertYAMLRequest) String() string

func (*GetAlertYAMLRequest) Validate added in v0.41.0

func (m *GetAlertYAMLRequest) Validate() error

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

func (*GetAlertYAMLRequest) ValidateAll added in v0.41.0

func (m *GetAlertYAMLRequest) ValidateAll() error

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

type GetAlertYAMLRequestMultiError added in v0.41.0

type GetAlertYAMLRequestMultiError []error

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

func (GetAlertYAMLRequestMultiError) AllErrors added in v0.41.0

func (m GetAlertYAMLRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetAlertYAMLRequestMultiError) Error added in v0.41.0

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

type GetAlertYAMLRequestValidationError added in v0.41.0

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

GetAlertYAMLRequestValidationError is the validation error returned by GetAlertYAMLRequest.Validate if the designated constraints aren't met.

func (GetAlertYAMLRequestValidationError) Cause added in v0.41.0

Cause function returns cause value.

func (GetAlertYAMLRequestValidationError) Error added in v0.41.0

Error satisfies the builtin error interface

func (GetAlertYAMLRequestValidationError) ErrorName added in v0.41.0

ErrorName returns error name.

func (GetAlertYAMLRequestValidationError) Field added in v0.41.0

Field function returns field value.

func (GetAlertYAMLRequestValidationError) Key added in v0.41.0

Key function returns key value.

func (GetAlertYAMLRequestValidationError) Reason added in v0.41.0

Reason function returns reason value.

type GetAlertYAMLResponse added in v0.41.0

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

func (*GetAlertYAMLResponse) Descriptor deprecated added in v0.41.0

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

Deprecated: Use GetAlertYAMLResponse.ProtoReflect.Descriptor instead.

func (*GetAlertYAMLResponse) GetYaml added in v0.41.0

func (x *GetAlertYAMLResponse) GetYaml() string

func (*GetAlertYAMLResponse) ProtoMessage added in v0.41.0

func (*GetAlertYAMLResponse) ProtoMessage()

func (*GetAlertYAMLResponse) ProtoReflect added in v0.41.0

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

func (*GetAlertYAMLResponse) Reset added in v0.41.0

func (x *GetAlertYAMLResponse) Reset()

func (*GetAlertYAMLResponse) String added in v0.41.0

func (x *GetAlertYAMLResponse) String() string

func (*GetAlertYAMLResponse) Validate added in v0.41.0

func (m *GetAlertYAMLResponse) Validate() error

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

func (*GetAlertYAMLResponse) ValidateAll added in v0.41.0

func (m *GetAlertYAMLResponse) ValidateAll() error

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

type GetAlertYAMLResponseMultiError added in v0.41.0

type GetAlertYAMLResponseMultiError []error

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

func (GetAlertYAMLResponseMultiError) AllErrors added in v0.41.0

func (m GetAlertYAMLResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetAlertYAMLResponseMultiError) Error added in v0.41.0

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

type GetAlertYAMLResponseValidationError added in v0.41.0

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

GetAlertYAMLResponseValidationError is the validation error returned by GetAlertYAMLResponse.Validate if the designated constraints aren't met.

func (GetAlertYAMLResponseValidationError) Cause added in v0.41.0

Cause function returns cause value.

func (GetAlertYAMLResponseValidationError) Error added in v0.41.0

Error satisfies the builtin error interface

func (GetAlertYAMLResponseValidationError) ErrorName added in v0.41.0

ErrorName returns error name.

func (GetAlertYAMLResponseValidationError) Field added in v0.41.0

Field function returns field value.

func (GetAlertYAMLResponseValidationError) Key added in v0.41.0

Key function returns key value.

func (GetAlertYAMLResponseValidationError) Reason added in v0.41.0

Reason function returns reason value.

type GetBookmarkRequest added in v0.30.0

type GetBookmarkRequest struct {
	BookmarkId string `protobuf:"bytes,1,opt,name=bookmark_id,json=bookmarkId,proto3" json:"bookmark_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBookmarkRequest) Descriptor deprecated added in v0.30.0

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

Deprecated: Use GetBookmarkRequest.ProtoReflect.Descriptor instead.

func (*GetBookmarkRequest) GetBookmarkId added in v0.30.0

func (x *GetBookmarkRequest) GetBookmarkId() string

func (*GetBookmarkRequest) ProtoMessage added in v0.30.0

func (*GetBookmarkRequest) ProtoMessage()

func (*GetBookmarkRequest) ProtoReflect added in v0.30.0

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

func (*GetBookmarkRequest) Reset added in v0.30.0

func (x *GetBookmarkRequest) Reset()

func (*GetBookmarkRequest) String added in v0.30.0

func (x *GetBookmarkRequest) String() string

func (*GetBookmarkRequest) Validate added in v0.30.0

func (m *GetBookmarkRequest) Validate() error

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

func (*GetBookmarkRequest) ValidateAll added in v0.30.0

func (m *GetBookmarkRequest) ValidateAll() error

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

type GetBookmarkRequestMultiError added in v0.30.0

type GetBookmarkRequestMultiError []error

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

func (GetBookmarkRequestMultiError) AllErrors added in v0.30.0

func (m GetBookmarkRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetBookmarkRequestMultiError) Error added in v0.30.0

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

type GetBookmarkRequestValidationError added in v0.30.0

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

GetBookmarkRequestValidationError is the validation error returned by GetBookmarkRequest.Validate if the designated constraints aren't met.

func (GetBookmarkRequestValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (GetBookmarkRequestValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (GetBookmarkRequestValidationError) ErrorName added in v0.30.0

ErrorName returns error name.

func (GetBookmarkRequestValidationError) Field added in v0.30.0

Field function returns field value.

func (GetBookmarkRequestValidationError) Key added in v0.30.0

Key function returns key value.

func (GetBookmarkRequestValidationError) Reason added in v0.30.0

Reason function returns reason value.

type GetBookmarkResponse added in v0.30.0

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

func (*GetBookmarkResponse) Descriptor deprecated added in v0.30.0

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

Deprecated: Use GetBookmarkResponse.ProtoReflect.Descriptor instead.

func (*GetBookmarkResponse) GetBookmark added in v0.30.0

func (x *GetBookmarkResponse) GetBookmark() *Bookmark

func (*GetBookmarkResponse) ProtoMessage added in v0.30.0

func (*GetBookmarkResponse) ProtoMessage()

func (*GetBookmarkResponse) ProtoReflect added in v0.30.0

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

func (*GetBookmarkResponse) Reset added in v0.30.0

func (x *GetBookmarkResponse) Reset()

func (*GetBookmarkResponse) String added in v0.30.0

func (x *GetBookmarkResponse) String() string

func (*GetBookmarkResponse) Validate added in v0.30.0

func (m *GetBookmarkResponse) Validate() error

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

func (*GetBookmarkResponse) ValidateAll added in v0.30.0

func (m *GetBookmarkResponse) ValidateAll() error

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

type GetBookmarkResponseMultiError added in v0.30.0

type GetBookmarkResponseMultiError []error

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

func (GetBookmarkResponseMultiError) AllErrors added in v0.30.0

func (m GetBookmarkResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetBookmarkResponseMultiError) Error added in v0.30.0

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

type GetBookmarkResponseValidationError added in v0.30.0

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

GetBookmarkResponseValidationError is the validation error returned by GetBookmarkResponse.Validate if the designated constraints aren't met.

func (GetBookmarkResponseValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (GetBookmarkResponseValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (GetBookmarkResponseValidationError) ErrorName added in v0.30.0

ErrorName returns error name.

func (GetBookmarkResponseValidationError) Field added in v0.30.0

Field function returns field value.

func (GetBookmarkResponseValidationError) Key added in v0.30.0

Key function returns key value.

func (GetBookmarkResponseValidationError) Reason added in v0.30.0

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"`
	Preferences *UserPreferences `protobuf:"bytes,2,opt,name=preferences,proto3" json:"preferences,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) GetPreferences added in v0.30.0

func (x *GetCurrentUserResponse) GetPreferences() *UserPreferences

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 GetDeploymentCredentialsRequest added in v0.33.2

type GetDeploymentCredentialsRequest 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"`
	Branch       string `protobuf:"bytes,3,opt,name=branch,proto3" json:"branch,omitempty"`
	TtlSeconds   uint32 `protobuf:"varint,7,opt,name=ttl_seconds,json=ttlSeconds,proto3" json:"ttl_seconds,omitempty"`
	// Types that are assignable to For:
	//
	//	*GetDeploymentCredentialsRequest_UserId
	//	*GetDeploymentCredentialsRequest_UserEmail
	//	*GetDeploymentCredentialsRequest_Attributes
	For isGetDeploymentCredentialsRequest_For `protobuf_oneof:"for"`
	// contains filtered or unexported fields
}

func (*GetDeploymentCredentialsRequest) Descriptor deprecated added in v0.33.2

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

Deprecated: Use GetDeploymentCredentialsRequest.ProtoReflect.Descriptor instead.

func (*GetDeploymentCredentialsRequest) GetAttributes added in v0.38.0

func (x *GetDeploymentCredentialsRequest) GetAttributes() *structpb.Struct

func (*GetDeploymentCredentialsRequest) GetBranch added in v0.33.2

func (x *GetDeploymentCredentialsRequest) GetBranch() string

func (*GetDeploymentCredentialsRequest) GetFor added in v0.33.2

func (m *GetDeploymentCredentialsRequest) GetFor() isGetDeploymentCredentialsRequest_For

func (*GetDeploymentCredentialsRequest) GetOrganization added in v0.33.2

func (x *GetDeploymentCredentialsRequest) GetOrganization() string

func (*GetDeploymentCredentialsRequest) GetProject added in v0.33.2

func (x *GetDeploymentCredentialsRequest) GetProject() string

func (*GetDeploymentCredentialsRequest) GetTtlSeconds added in v0.38.0

func (x *GetDeploymentCredentialsRequest) GetTtlSeconds() uint32

func (*GetDeploymentCredentialsRequest) GetUserEmail added in v0.38.0

func (x *GetDeploymentCredentialsRequest) GetUserEmail() string

func (*GetDeploymentCredentialsRequest) GetUserId added in v0.33.2

func (x *GetDeploymentCredentialsRequest) GetUserId() string

func (*GetDeploymentCredentialsRequest) ProtoMessage added in v0.33.2

func (*GetDeploymentCredentialsRequest) ProtoMessage()

func (*GetDeploymentCredentialsRequest) ProtoReflect added in v0.33.2

func (*GetDeploymentCredentialsRequest) Reset added in v0.33.2

func (*GetDeploymentCredentialsRequest) String added in v0.33.2

func (*GetDeploymentCredentialsRequest) Validate added in v0.33.2

func (m *GetDeploymentCredentialsRequest) Validate() error

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

func (*GetDeploymentCredentialsRequest) ValidateAll added in v0.33.2

func (m *GetDeploymentCredentialsRequest) ValidateAll() error

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

type GetDeploymentCredentialsRequestMultiError added in v0.33.2

type GetDeploymentCredentialsRequestMultiError []error

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

func (GetDeploymentCredentialsRequestMultiError) AllErrors added in v0.33.2

AllErrors returns a list of validation violation errors.

func (GetDeploymentCredentialsRequestMultiError) Error added in v0.33.2

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

type GetDeploymentCredentialsRequestValidationError added in v0.33.2

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

GetDeploymentCredentialsRequestValidationError is the validation error returned by GetDeploymentCredentialsRequest.Validate if the designated constraints aren't met.

func (GetDeploymentCredentialsRequestValidationError) Cause added in v0.33.2

Cause function returns cause value.

func (GetDeploymentCredentialsRequestValidationError) Error added in v0.33.2

Error satisfies the builtin error interface

func (GetDeploymentCredentialsRequestValidationError) ErrorName added in v0.33.2

ErrorName returns error name.

func (GetDeploymentCredentialsRequestValidationError) Field added in v0.33.2

Field function returns field value.

func (GetDeploymentCredentialsRequestValidationError) Key added in v0.33.2

Key function returns key value.

func (GetDeploymentCredentialsRequestValidationError) Reason added in v0.33.2

Reason function returns reason value.

type GetDeploymentCredentialsRequest_Attributes added in v0.38.0

type GetDeploymentCredentialsRequest_Attributes struct {
	Attributes *structpb.Struct `protobuf:"bytes,5,opt,name=attributes,proto3,oneof"`
}

type GetDeploymentCredentialsRequest_UserEmail added in v0.38.0

type GetDeploymentCredentialsRequest_UserEmail struct {
	UserEmail string `protobuf:"bytes,6,opt,name=user_email,json=userEmail,proto3,oneof"`
}

type GetDeploymentCredentialsRequest_UserId added in v0.33.2

type GetDeploymentCredentialsRequest_UserId struct {
	UserId string `protobuf:"bytes,4,opt,name=user_id,json=userId,proto3,oneof"`
}

type GetDeploymentCredentialsResponse added in v0.33.2

type GetDeploymentCredentialsResponse struct {
	RuntimeHost string `protobuf:"bytes,1,opt,name=runtime_host,json=runtimeHost,proto3" json:"runtime_host,omitempty"`
	InstanceId  string `protobuf:"bytes,2,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	AccessToken string `protobuf:"bytes,3,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	TtlSeconds  uint32 `protobuf:"varint,4,opt,name=ttl_seconds,json=ttlSeconds,proto3" json:"ttl_seconds,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDeploymentCredentialsResponse) Descriptor deprecated added in v0.33.2

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

Deprecated: Use GetDeploymentCredentialsResponse.ProtoReflect.Descriptor instead.

func (*GetDeploymentCredentialsResponse) GetAccessToken added in v0.38.0

func (x *GetDeploymentCredentialsResponse) GetAccessToken() string

func (*GetDeploymentCredentialsResponse) GetInstanceId added in v0.38.0

func (x *GetDeploymentCredentialsResponse) GetInstanceId() string

func (*GetDeploymentCredentialsResponse) GetRuntimeHost added in v0.33.2

func (x *GetDeploymentCredentialsResponse) GetRuntimeHost() string

func (*GetDeploymentCredentialsResponse) GetTtlSeconds added in v0.38.0

func (x *GetDeploymentCredentialsResponse) GetTtlSeconds() uint32

func (*GetDeploymentCredentialsResponse) ProtoMessage added in v0.33.2

func (*GetDeploymentCredentialsResponse) ProtoMessage()

func (*GetDeploymentCredentialsResponse) ProtoReflect added in v0.33.2

func (*GetDeploymentCredentialsResponse) Reset added in v0.33.2

func (*GetDeploymentCredentialsResponse) String added in v0.33.2

func (*GetDeploymentCredentialsResponse) Validate added in v0.33.2

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

func (*GetDeploymentCredentialsResponse) ValidateAll added in v0.33.2

func (m *GetDeploymentCredentialsResponse) ValidateAll() error

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

type GetDeploymentCredentialsResponseMultiError added in v0.33.2

type GetDeploymentCredentialsResponseMultiError []error

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

func (GetDeploymentCredentialsResponseMultiError) AllErrors added in v0.33.2

AllErrors returns a list of validation violation errors.

func (GetDeploymentCredentialsResponseMultiError) Error added in v0.33.2

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

type GetDeploymentCredentialsResponseValidationError added in v0.33.2

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

GetDeploymentCredentialsResponseValidationError is the validation error returned by GetDeploymentCredentialsResponse.Validate if the designated constraints aren't met.

func (GetDeploymentCredentialsResponseValidationError) Cause added in v0.33.2

Cause function returns cause value.

func (GetDeploymentCredentialsResponseValidationError) Error added in v0.33.2

Error satisfies the builtin error interface

func (GetDeploymentCredentialsResponseValidationError) ErrorName added in v0.33.2

ErrorName returns error name.

func (GetDeploymentCredentialsResponseValidationError) Field added in v0.33.2

Field function returns field value.

func (GetDeploymentCredentialsResponseValidationError) Key added in v0.33.2

Key function returns key value.

func (GetDeploymentCredentialsResponseValidationError) Reason added in v0.33.2

Reason function returns reason value.

type GetGitCredentialsRequest added in v0.27.1

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

func (*GetGitCredentialsRequest) Descriptor deprecated added in v0.27.1

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

Deprecated: Use GetGitCredentialsRequest.ProtoReflect.Descriptor instead.

func (*GetGitCredentialsRequest) GetOrganization added in v0.27.1

func (x *GetGitCredentialsRequest) GetOrganization() string

func (*GetGitCredentialsRequest) GetProject added in v0.27.1

func (x *GetGitCredentialsRequest) GetProject() string

func (*GetGitCredentialsRequest) ProtoMessage added in v0.27.1

func (*GetGitCredentialsRequest) ProtoMessage()

func (*GetGitCredentialsRequest) ProtoReflect added in v0.27.1

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

func (*GetGitCredentialsRequest) Reset added in v0.27.1

func (x *GetGitCredentialsRequest) Reset()

func (*GetGitCredentialsRequest) String added in v0.27.1

func (x *GetGitCredentialsRequest) String() string

func (*GetGitCredentialsRequest) Validate added in v0.27.1

func (m *GetGitCredentialsRequest) Validate() error

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

func (*GetGitCredentialsRequest) ValidateAll added in v0.27.1

func (m *GetGitCredentialsRequest) ValidateAll() error

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

type GetGitCredentialsRequestMultiError added in v0.27.1

type GetGitCredentialsRequestMultiError []error

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

func (GetGitCredentialsRequestMultiError) AllErrors added in v0.27.1

func (m GetGitCredentialsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetGitCredentialsRequestMultiError) Error added in v0.27.1

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

type GetGitCredentialsRequestValidationError added in v0.27.1

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

GetGitCredentialsRequestValidationError is the validation error returned by GetGitCredentialsRequest.Validate if the designated constraints aren't met.

func (GetGitCredentialsRequestValidationError) Cause added in v0.27.1

Cause function returns cause value.

func (GetGitCredentialsRequestValidationError) Error added in v0.27.1

Error satisfies the builtin error interface

func (GetGitCredentialsRequestValidationError) ErrorName added in v0.27.1

ErrorName returns error name.

func (GetGitCredentialsRequestValidationError) Field added in v0.27.1

Field function returns field value.

func (GetGitCredentialsRequestValidationError) Key added in v0.27.1

Key function returns key value.

func (GetGitCredentialsRequestValidationError) Reason added in v0.27.1

Reason function returns reason value.

type GetGitCredentialsResponse added in v0.27.1

type GetGitCredentialsResponse struct {
	RepoUrl    string `protobuf:"bytes,1,opt,name=repo_url,json=repoUrl,proto3" json:"repo_url,omitempty"`
	Username   string `protobuf:"bytes,2,opt,name=username,proto3" json:"username,omitempty"`
	Password   string `protobuf:"bytes,3,opt,name=password,proto3" json:"password,omitempty"`
	Subpath    string `protobuf:"bytes,4,opt,name=subpath,proto3" json:"subpath,omitempty"`
	ProdBranch string `protobuf:"bytes,5,opt,name=prod_branch,json=prodBranch,proto3" json:"prod_branch,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGitCredentialsResponse) Descriptor deprecated added in v0.27.1

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

Deprecated: Use GetGitCredentialsResponse.ProtoReflect.Descriptor instead.

func (*GetGitCredentialsResponse) GetPassword added in v0.27.1

func (x *GetGitCredentialsResponse) GetPassword() string

func (*GetGitCredentialsResponse) GetProdBranch added in v0.27.1

func (x *GetGitCredentialsResponse) GetProdBranch() string

func (*GetGitCredentialsResponse) GetRepoUrl added in v0.27.1

func (x *GetGitCredentialsResponse) GetRepoUrl() string

func (*GetGitCredentialsResponse) GetSubpath added in v0.27.1

func (x *GetGitCredentialsResponse) GetSubpath() string

func (*GetGitCredentialsResponse) GetUsername added in v0.27.1

func (x *GetGitCredentialsResponse) GetUsername() string

func (*GetGitCredentialsResponse) ProtoMessage added in v0.27.1

func (*GetGitCredentialsResponse) ProtoMessage()

func (*GetGitCredentialsResponse) ProtoReflect added in v0.27.1

func (*GetGitCredentialsResponse) Reset added in v0.27.1

func (x *GetGitCredentialsResponse) Reset()

func (*GetGitCredentialsResponse) String added in v0.27.1

func (x *GetGitCredentialsResponse) String() string

func (*GetGitCredentialsResponse) Validate added in v0.27.1

func (m *GetGitCredentialsResponse) Validate() error

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

func (*GetGitCredentialsResponse) ValidateAll added in v0.27.1

func (m *GetGitCredentialsResponse) ValidateAll() error

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

type GetGitCredentialsResponseMultiError added in v0.27.1

type GetGitCredentialsResponseMultiError []error

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

func (GetGitCredentialsResponseMultiError) AllErrors added in v0.27.1

AllErrors returns a list of validation violation errors.

func (GetGitCredentialsResponseMultiError) Error added in v0.27.1

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

type GetGitCredentialsResponseValidationError added in v0.27.1

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

GetGitCredentialsResponseValidationError is the validation error returned by GetGitCredentialsResponse.Validate if the designated constraints aren't met.

func (GetGitCredentialsResponseValidationError) Cause added in v0.27.1

Cause function returns cause value.

func (GetGitCredentialsResponseValidationError) Error added in v0.27.1

Error satisfies the builtin error interface

func (GetGitCredentialsResponseValidationError) ErrorName added in v0.27.1

ErrorName returns error name.

func (GetGitCredentialsResponseValidationError) Field added in v0.27.1

Field function returns field value.

func (GetGitCredentialsResponseValidationError) Key added in v0.27.1

Key function returns key value.

func (GetGitCredentialsResponseValidationError) Reason added in v0.27.1

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 GetGithubUserStatusRequest added in v0.43.0

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

func (*GetGithubUserStatusRequest) Descriptor deprecated added in v0.43.0

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

Deprecated: Use GetGithubUserStatusRequest.ProtoReflect.Descriptor instead.

func (*GetGithubUserStatusRequest) ProtoMessage added in v0.43.0

func (*GetGithubUserStatusRequest) ProtoMessage()

func (*GetGithubUserStatusRequest) ProtoReflect added in v0.43.0

func (*GetGithubUserStatusRequest) Reset added in v0.43.0

func (x *GetGithubUserStatusRequest) Reset()

func (*GetGithubUserStatusRequest) String added in v0.43.0

func (x *GetGithubUserStatusRequest) String() string

func (*GetGithubUserStatusRequest) Validate added in v0.43.0

func (m *GetGithubUserStatusRequest) Validate() error

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

func (*GetGithubUserStatusRequest) ValidateAll added in v0.43.0

func (m *GetGithubUserStatusRequest) ValidateAll() error

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

type GetGithubUserStatusRequestMultiError added in v0.43.0

type GetGithubUserStatusRequestMultiError []error

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

func (GetGithubUserStatusRequestMultiError) AllErrors added in v0.43.0

AllErrors returns a list of validation violation errors.

func (GetGithubUserStatusRequestMultiError) Error added in v0.43.0

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

type GetGithubUserStatusRequestValidationError added in v0.43.0

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

GetGithubUserStatusRequestValidationError is the validation error returned by GetGithubUserStatusRequest.Validate if the designated constraints aren't met.

func (GetGithubUserStatusRequestValidationError) Cause added in v0.43.0

Cause function returns cause value.

func (GetGithubUserStatusRequestValidationError) Error added in v0.43.0

Error satisfies the builtin error interface

func (GetGithubUserStatusRequestValidationError) ErrorName added in v0.43.0

ErrorName returns error name.

func (GetGithubUserStatusRequestValidationError) Field added in v0.43.0

Field function returns field value.

func (GetGithubUserStatusRequestValidationError) Key added in v0.43.0

Key function returns key value.

func (GetGithubUserStatusRequestValidationError) Reason added in v0.43.0

Reason function returns reason value.

type GetGithubUserStatusResponse added in v0.43.0

type GetGithubUserStatusResponse 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"`
	AccessToken    string   `protobuf:"bytes,3,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	Account        string   `protobuf:"bytes,4,opt,name=account,proto3" json:"account,omitempty"`
	Organizations  []string `protobuf:"bytes,5,rep,name=organizations,proto3" json:"organizations,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGithubUserStatusResponse) Descriptor deprecated added in v0.43.0

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

Deprecated: Use GetGithubUserStatusResponse.ProtoReflect.Descriptor instead.

func (*GetGithubUserStatusResponse) GetAccessToken added in v0.43.0

func (x *GetGithubUserStatusResponse) GetAccessToken() string

func (*GetGithubUserStatusResponse) GetAccount added in v0.43.0

func (x *GetGithubUserStatusResponse) GetAccount() string

func (*GetGithubUserStatusResponse) GetGrantAccessUrl added in v0.43.0

func (x *GetGithubUserStatusResponse) GetGrantAccessUrl() string

func (*GetGithubUserStatusResponse) GetHasAccess added in v0.43.0

func (x *GetGithubUserStatusResponse) GetHasAccess() bool

func (*GetGithubUserStatusResponse) GetOrganizations added in v0.43.0

func (x *GetGithubUserStatusResponse) GetOrganizations() []string

func (*GetGithubUserStatusResponse) ProtoMessage added in v0.43.0

func (*GetGithubUserStatusResponse) ProtoMessage()

func (*GetGithubUserStatusResponse) ProtoReflect added in v0.43.0

func (*GetGithubUserStatusResponse) Reset added in v0.43.0

func (x *GetGithubUserStatusResponse) Reset()

func (*GetGithubUserStatusResponse) String added in v0.43.0

func (x *GetGithubUserStatusResponse) String() string

func (*GetGithubUserStatusResponse) Validate added in v0.43.0

func (m *GetGithubUserStatusResponse) Validate() error

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

func (*GetGithubUserStatusResponse) ValidateAll added in v0.43.0

func (m *GetGithubUserStatusResponse) ValidateAll() error

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

type GetGithubUserStatusResponseMultiError added in v0.43.0

type GetGithubUserStatusResponseMultiError []error

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

func (GetGithubUserStatusResponseMultiError) AllErrors added in v0.43.0

AllErrors returns a list of validation violation errors.

func (GetGithubUserStatusResponseMultiError) Error added in v0.43.0

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

type GetGithubUserStatusResponseValidationError added in v0.43.0

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

GetGithubUserStatusResponseValidationError is the validation error returned by GetGithubUserStatusResponse.Validate if the designated constraints aren't met.

func (GetGithubUserStatusResponseValidationError) Cause added in v0.43.0

Cause function returns cause value.

func (GetGithubUserStatusResponseValidationError) Error added in v0.43.0

Error satisfies the builtin error interface

func (GetGithubUserStatusResponseValidationError) ErrorName added in v0.43.0

ErrorName returns error name.

func (GetGithubUserStatusResponseValidationError) Field added in v0.43.0

Field function returns field value.

func (GetGithubUserStatusResponseValidationError) Key added in v0.43.0

Key function returns key value.

func (GetGithubUserStatusResponseValidationError) Reason added in v0.43.0

Reason function returns reason value.

type GetIFrameRequest added in v0.38.0

type GetIFrameRequest struct {

	// Organization that owns the project to embed.
	Organization string `protobuf:"bytes,1,opt,name=organization,proto3" json:"organization,omitempty"`
	// Project that has the resource(s) to embed.
	Project string `protobuf:"bytes,2,opt,name=project,proto3" json:"project,omitempty"`
	// Branch to embed. If not set, the production branch is used.
	Branch string `protobuf:"bytes,3,opt,name=branch,proto3" json:"branch,omitempty"`
	// TTL for the iframe's access token. If not set, defaults to 24 hours.
	TtlSeconds uint32 `protobuf:"varint,6,opt,name=ttl_seconds,json=ttlSeconds,proto3" json:"ttl_seconds,omitempty"`
	// User attributes to use for security policy evaluation.
	//
	// Types that are assignable to For:
	//
	//	*GetIFrameRequest_UserId
	//	*GetIFrameRequest_UserEmail
	//	*GetIFrameRequest_Attributes
	For isGetIFrameRequest_For `protobuf_oneof:"for"`
	// Kind of resource to embed. If not set, defaults to "rill.runtime.v1.MetricsView".
	Kind string `protobuf:"bytes,4,opt,name=kind,proto3" json:"kind,omitempty"`
	// Name of the resource to embed. This should identify a resource that is valid for embedding, such as a dashboard or chart.
	Resource string `protobuf:"bytes,5,opt,name=resource,proto3" json:"resource,omitempty"`
	// Theme to use for the embedded resource.
	Theme string `protobuf:"bytes,12,opt,name=theme,proto3" json:"theme,omitempty"`
	// Navigation denotes whether navigation between different resources should be enabled in the embed.
	Navigation bool `protobuf:"varint,13,opt,name=navigation,proto3" json:"navigation,omitempty"`
	// Blob containing UI state for rendering the initial embed. Not currently supported.
	State string `protobuf:"bytes,7,opt,name=state,proto3" json:"state,omitempty"`
	// DEPRECATED: Additional parameters to set outright in the generated URL query.
	Query map[string]string `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

GetIFrameRequest is the request payload for AdminService.GetIFrame.

func (*GetIFrameRequest) Descriptor deprecated added in v0.38.0

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

Deprecated: Use GetIFrameRequest.ProtoReflect.Descriptor instead.

func (*GetIFrameRequest) GetAttributes added in v0.38.0

func (x *GetIFrameRequest) GetAttributes() *structpb.Struct

func (*GetIFrameRequest) GetBranch added in v0.38.0

func (x *GetIFrameRequest) GetBranch() string

func (*GetIFrameRequest) GetFor added in v0.38.0

func (m *GetIFrameRequest) GetFor() isGetIFrameRequest_For

func (*GetIFrameRequest) GetKind added in v0.38.0

func (x *GetIFrameRequest) GetKind() string

func (*GetIFrameRequest) GetNavigation added in v0.42.0

func (x *GetIFrameRequest) GetNavigation() bool

func (*GetIFrameRequest) GetOrganization added in v0.38.0

func (x *GetIFrameRequest) GetOrganization() string

func (*GetIFrameRequest) GetProject added in v0.38.0

func (x *GetIFrameRequest) GetProject() string

func (*GetIFrameRequest) GetQuery added in v0.38.0

func (x *GetIFrameRequest) GetQuery() map[string]string

func (*GetIFrameRequest) GetResource added in v0.38.0

func (x *GetIFrameRequest) GetResource() string

func (*GetIFrameRequest) GetState added in v0.38.0

func (x *GetIFrameRequest) GetState() string

func (*GetIFrameRequest) GetTheme added in v0.42.0

func (x *GetIFrameRequest) GetTheme() string

func (*GetIFrameRequest) GetTtlSeconds added in v0.38.0

func (x *GetIFrameRequest) GetTtlSeconds() uint32

func (*GetIFrameRequest) GetUserEmail added in v0.38.0

func (x *GetIFrameRequest) GetUserEmail() string

func (*GetIFrameRequest) GetUserId added in v0.38.0

func (x *GetIFrameRequest) GetUserId() string

func (*GetIFrameRequest) ProtoMessage added in v0.38.0

func (*GetIFrameRequest) ProtoMessage()

func (*GetIFrameRequest) ProtoReflect added in v0.38.0

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

func (*GetIFrameRequest) Reset added in v0.38.0

func (x *GetIFrameRequest) Reset()

func (*GetIFrameRequest) String added in v0.38.0

func (x *GetIFrameRequest) String() string

func (*GetIFrameRequest) Validate added in v0.38.0

func (m *GetIFrameRequest) Validate() error

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

func (*GetIFrameRequest) ValidateAll added in v0.38.0

func (m *GetIFrameRequest) ValidateAll() error

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

type GetIFrameRequestMultiError added in v0.38.0

type GetIFrameRequestMultiError []error

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

func (GetIFrameRequestMultiError) AllErrors added in v0.38.0

func (m GetIFrameRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetIFrameRequestMultiError) Error added in v0.38.0

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

type GetIFrameRequestValidationError added in v0.38.0

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

GetIFrameRequestValidationError is the validation error returned by GetIFrameRequest.Validate if the designated constraints aren't met.

func (GetIFrameRequestValidationError) Cause added in v0.38.0

Cause function returns cause value.

func (GetIFrameRequestValidationError) Error added in v0.38.0

Error satisfies the builtin error interface

func (GetIFrameRequestValidationError) ErrorName added in v0.38.0

ErrorName returns error name.

func (GetIFrameRequestValidationError) Field added in v0.38.0

Field function returns field value.

func (GetIFrameRequestValidationError) Key added in v0.38.0

Key function returns key value.

func (GetIFrameRequestValidationError) Reason added in v0.38.0

Reason function returns reason value.

type GetIFrameRequest_Attributes added in v0.38.0

type GetIFrameRequest_Attributes struct {
	// If set, will use the provided attributes outright.
	Attributes *structpb.Struct `protobuf:"bytes,11,opt,name=attributes,proto3,oneof"`
}

type GetIFrameRequest_UserEmail added in v0.38.0

type GetIFrameRequest_UserEmail struct {
	// If set, will generate attributes corresponding to a user with this email.
	UserEmail string `protobuf:"bytes,10,opt,name=user_email,json=userEmail,proto3,oneof"`
}

type GetIFrameRequest_UserId added in v0.38.0

type GetIFrameRequest_UserId struct {
	// If set, will use the attributes of the user with this ID.
	UserId string `protobuf:"bytes,9,opt,name=user_id,json=userId,proto3,oneof"`
}

type GetIFrameResponse added in v0.38.0

type GetIFrameResponse struct {
	IframeSrc   string `protobuf:"bytes,1,opt,name=iframe_src,json=iframeSrc,proto3" json:"iframe_src,omitempty"`
	RuntimeHost string `protobuf:"bytes,2,opt,name=runtime_host,json=runtimeHost,proto3" json:"runtime_host,omitempty"`
	InstanceId  string `protobuf:"bytes,3,opt,name=instance_id,json=instanceId,proto3" json:"instance_id,omitempty"`
	AccessToken string `protobuf:"bytes,4,opt,name=access_token,json=accessToken,proto3" json:"access_token,omitempty"`
	TtlSeconds  uint32 `protobuf:"varint,5,opt,name=ttl_seconds,json=ttlSeconds,proto3" json:"ttl_seconds,omitempty"`
	// contains filtered or unexported fields
}

func (*GetIFrameResponse) Descriptor deprecated added in v0.38.0

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

Deprecated: Use GetIFrameResponse.ProtoReflect.Descriptor instead.

func (*GetIFrameResponse) GetAccessToken added in v0.38.0

func (x *GetIFrameResponse) GetAccessToken() string

func (*GetIFrameResponse) GetIframeSrc added in v0.38.0

func (x *GetIFrameResponse) GetIframeSrc() string

func (*GetIFrameResponse) GetInstanceId added in v0.38.0

func (x *GetIFrameResponse) GetInstanceId() string

func (*GetIFrameResponse) GetRuntimeHost added in v0.38.0

func (x *GetIFrameResponse) GetRuntimeHost() string

func (*GetIFrameResponse) GetTtlSeconds added in v0.38.0

func (x *GetIFrameResponse) GetTtlSeconds() uint32

func (*GetIFrameResponse) ProtoMessage added in v0.38.0

func (*GetIFrameResponse) ProtoMessage()

func (*GetIFrameResponse) ProtoReflect added in v0.38.0

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

func (*GetIFrameResponse) Reset added in v0.38.0

func (x *GetIFrameResponse) Reset()

func (*GetIFrameResponse) String added in v0.38.0

func (x *GetIFrameResponse) String() string

func (*GetIFrameResponse) Validate added in v0.38.0

func (m *GetIFrameResponse) Validate() error

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

func (*GetIFrameResponse) ValidateAll added in v0.38.0

func (m *GetIFrameResponse) ValidateAll() error

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

type GetIFrameResponseMultiError added in v0.38.0

type GetIFrameResponseMultiError []error

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

func (GetIFrameResponseMultiError) AllErrors added in v0.38.0

func (m GetIFrameResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetIFrameResponseMultiError) Error added in v0.38.0

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

type GetIFrameResponseValidationError added in v0.38.0

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

GetIFrameResponseValidationError is the validation error returned by GetIFrameResponse.Validate if the designated constraints aren't met.

func (GetIFrameResponseValidationError) Cause added in v0.38.0

Cause function returns cause value.

func (GetIFrameResponseValidationError) Error added in v0.38.0

Error satisfies the builtin error interface

func (GetIFrameResponseValidationError) ErrorName added in v0.38.0

ErrorName returns error name.

func (GetIFrameResponseValidationError) Field added in v0.38.0

Field function returns field value.

func (GetIFrameResponseValidationError) Key added in v0.38.0

Key function returns key value.

func (GetIFrameResponseValidationError) Reason added in v0.38.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"`
	AccessTokenTtlSeconds uint32 `` /* 129-byte string literal not displayed */
	// 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) GetAccessTokenTtlSeconds added in v0.42.0

func (x *GetProjectRequest) GetAccessTokenTtlSeconds() uint32

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 GetRepoMetaRequest added in v0.37.0

type GetRepoMetaRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Branch    string `protobuf:"bytes,2,opt,name=branch,proto3" json:"branch,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRepoMetaRequest) Descriptor deprecated added in v0.37.0

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

Deprecated: Use GetRepoMetaRequest.ProtoReflect.Descriptor instead.

func (*GetRepoMetaRequest) GetBranch added in v0.37.0

func (x *GetRepoMetaRequest) GetBranch() string

func (*GetRepoMetaRequest) GetProjectId added in v0.37.0

func (x *GetRepoMetaRequest) GetProjectId() string

func (*GetRepoMetaRequest) ProtoMessage added in v0.37.0

func (*GetRepoMetaRequest) ProtoMessage()

func (*GetRepoMetaRequest) ProtoReflect added in v0.37.0

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

func (*GetRepoMetaRequest) Reset added in v0.37.0

func (x *GetRepoMetaRequest) Reset()

func (*GetRepoMetaRequest) String added in v0.37.0

func (x *GetRepoMetaRequest) String() string

func (*GetRepoMetaRequest) Validate added in v0.37.0

func (m *GetRepoMetaRequest) Validate() error

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

func (*GetRepoMetaRequest) ValidateAll added in v0.37.0

func (m *GetRepoMetaRequest) ValidateAll() error

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

type GetRepoMetaRequestMultiError added in v0.37.0

type GetRepoMetaRequestMultiError []error

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

func (GetRepoMetaRequestMultiError) AllErrors added in v0.37.0

func (m GetRepoMetaRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetRepoMetaRequestMultiError) Error added in v0.37.0

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

type GetRepoMetaRequestValidationError added in v0.37.0

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

GetRepoMetaRequestValidationError is the validation error returned by GetRepoMetaRequest.Validate if the designated constraints aren't met.

func (GetRepoMetaRequestValidationError) Cause added in v0.37.0

Cause function returns cause value.

func (GetRepoMetaRequestValidationError) Error added in v0.37.0

Error satisfies the builtin error interface

func (GetRepoMetaRequestValidationError) ErrorName added in v0.37.0

ErrorName returns error name.

func (GetRepoMetaRequestValidationError) Field added in v0.37.0

Field function returns field value.

func (GetRepoMetaRequestValidationError) Key added in v0.37.0

Key function returns key value.

func (GetRepoMetaRequestValidationError) Reason added in v0.37.0

Reason function returns reason value.

type GetRepoMetaResponse added in v0.37.0

type GetRepoMetaResponse struct {
	GitUrl          string                 `protobuf:"bytes,1,opt,name=git_url,json=gitUrl,proto3" json:"git_url,omitempty"`
	GitUrlExpiresOn *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=git_url_expires_on,json=gitUrlExpiresOn,proto3" json:"git_url_expires_on,omitempty"`
	GitSubpath      string                 `protobuf:"bytes,3,opt,name=git_subpath,json=gitSubpath,proto3" json:"git_subpath,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRepoMetaResponse) Descriptor deprecated added in v0.37.0

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

Deprecated: Use GetRepoMetaResponse.ProtoReflect.Descriptor instead.

func (*GetRepoMetaResponse) GetGitSubpath added in v0.37.0

func (x *GetRepoMetaResponse) GetGitSubpath() string

func (*GetRepoMetaResponse) GetGitUrl added in v0.37.0

func (x *GetRepoMetaResponse) GetGitUrl() string

func (*GetRepoMetaResponse) GetGitUrlExpiresOn added in v0.37.0

func (x *GetRepoMetaResponse) GetGitUrlExpiresOn() *timestamppb.Timestamp

func (*GetRepoMetaResponse) ProtoMessage added in v0.37.0

func (*GetRepoMetaResponse) ProtoMessage()

func (*GetRepoMetaResponse) ProtoReflect added in v0.37.0

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

func (*GetRepoMetaResponse) Reset added in v0.37.0

func (x *GetRepoMetaResponse) Reset()

func (*GetRepoMetaResponse) String added in v0.37.0

func (x *GetRepoMetaResponse) String() string

func (*GetRepoMetaResponse) Validate added in v0.37.0

func (m *GetRepoMetaResponse) Validate() error

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

func (*GetRepoMetaResponse) ValidateAll added in v0.37.0

func (m *GetRepoMetaResponse) ValidateAll() error

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

type GetRepoMetaResponseMultiError added in v0.37.0

type GetRepoMetaResponseMultiError []error

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

func (GetRepoMetaResponseMultiError) AllErrors added in v0.37.0

func (m GetRepoMetaResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetRepoMetaResponseMultiError) Error added in v0.37.0

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

type GetRepoMetaResponseValidationError added in v0.37.0

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

GetRepoMetaResponseValidationError is the validation error returned by GetRepoMetaResponse.Validate if the designated constraints aren't met.

func (GetRepoMetaResponseValidationError) Cause added in v0.37.0

Cause function returns cause value.

func (GetRepoMetaResponseValidationError) Error added in v0.37.0

Error satisfies the builtin error interface

func (GetRepoMetaResponseValidationError) ErrorName added in v0.37.0

ErrorName returns error name.

func (GetRepoMetaResponseValidationError) Field added in v0.37.0

Field function returns field value.

func (GetRepoMetaResponseValidationError) Key added in v0.37.0

Key function returns key value.

func (GetRepoMetaResponseValidationError) Reason added in v0.37.0

Reason function returns reason value.

type GetReportMetaRequest added in v0.37.0

type GetReportMetaRequest struct {
	ProjectId     string                 `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Branch        string                 `protobuf:"bytes,2,opt,name=branch,proto3" json:"branch,omitempty"`
	Report        string                 `protobuf:"bytes,3,opt,name=report,proto3" json:"report,omitempty"`
	Annotations   map[string]string      `` /* 163-byte string literal not displayed */
	ExecutionTime *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=execution_time,json=executionTime,proto3" json:"execution_time,omitempty"`
	// contains filtered or unexported fields
}

func (*GetReportMetaRequest) Descriptor deprecated added in v0.37.0

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

Deprecated: Use GetReportMetaRequest.ProtoReflect.Descriptor instead.

func (*GetReportMetaRequest) GetAnnotations added in v0.37.0

func (x *GetReportMetaRequest) GetAnnotations() map[string]string

func (*GetReportMetaRequest) GetBranch added in v0.37.0

func (x *GetReportMetaRequest) GetBranch() string

func (*GetReportMetaRequest) GetExecutionTime added in v0.40.0

func (x *GetReportMetaRequest) GetExecutionTime() *timestamppb.Timestamp

func (*GetReportMetaRequest) GetProjectId added in v0.37.0

func (x *GetReportMetaRequest) GetProjectId() string

func (*GetReportMetaRequest) GetReport added in v0.37.0

func (x *GetReportMetaRequest) GetReport() string

func (*GetReportMetaRequest) ProtoMessage added in v0.37.0

func (*GetReportMetaRequest) ProtoMessage()

func (*GetReportMetaRequest) ProtoReflect added in v0.37.0

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

func (*GetReportMetaRequest) Reset added in v0.37.0

func (x *GetReportMetaRequest) Reset()

func (*GetReportMetaRequest) String added in v0.37.0

func (x *GetReportMetaRequest) String() string

func (*GetReportMetaRequest) Validate added in v0.37.0

func (m *GetReportMetaRequest) Validate() error

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

func (*GetReportMetaRequest) ValidateAll added in v0.37.0

func (m *GetReportMetaRequest) ValidateAll() error

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

type GetReportMetaRequestMultiError added in v0.37.0

type GetReportMetaRequestMultiError []error

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

func (GetReportMetaRequestMultiError) AllErrors added in v0.37.0

func (m GetReportMetaRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetReportMetaRequestMultiError) Error added in v0.37.0

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

type GetReportMetaRequestValidationError added in v0.37.0

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

GetReportMetaRequestValidationError is the validation error returned by GetReportMetaRequest.Validate if the designated constraints aren't met.

func (GetReportMetaRequestValidationError) Cause added in v0.37.0

Cause function returns cause value.

func (GetReportMetaRequestValidationError) Error added in v0.37.0

Error satisfies the builtin error interface

func (GetReportMetaRequestValidationError) ErrorName added in v0.37.0

ErrorName returns error name.

func (GetReportMetaRequestValidationError) Field added in v0.37.0

Field function returns field value.

func (GetReportMetaRequestValidationError) Key added in v0.37.0

Key function returns key value.

func (GetReportMetaRequestValidationError) Reason added in v0.37.0

Reason function returns reason value.

type GetReportMetaResponse added in v0.37.0

type GetReportMetaResponse struct {
	OpenUrl   string `protobuf:"bytes,1,opt,name=open_url,json=openUrl,proto3" json:"open_url,omitempty"`
	ExportUrl string `protobuf:"bytes,2,opt,name=export_url,json=exportUrl,proto3" json:"export_url,omitempty"`
	EditUrl   string `protobuf:"bytes,3,opt,name=edit_url,json=editUrl,proto3" json:"edit_url,omitempty"`
	// contains filtered or unexported fields
}

func (*GetReportMetaResponse) Descriptor deprecated added in v0.37.0

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

Deprecated: Use GetReportMetaResponse.ProtoReflect.Descriptor instead.

func (*GetReportMetaResponse) GetEditUrl added in v0.37.0

func (x *GetReportMetaResponse) GetEditUrl() string

func (*GetReportMetaResponse) GetExportUrl added in v0.37.0

func (x *GetReportMetaResponse) GetExportUrl() string

func (*GetReportMetaResponse) GetOpenUrl added in v0.37.0

func (x *GetReportMetaResponse) GetOpenUrl() string

func (*GetReportMetaResponse) ProtoMessage added in v0.37.0

func (*GetReportMetaResponse) ProtoMessage()

func (*GetReportMetaResponse) ProtoReflect added in v0.37.0

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

func (*GetReportMetaResponse) Reset added in v0.37.0

func (x *GetReportMetaResponse) Reset()

func (*GetReportMetaResponse) String added in v0.37.0

func (x *GetReportMetaResponse) String() string

func (*GetReportMetaResponse) Validate added in v0.37.0

func (m *GetReportMetaResponse) Validate() error

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

func (*GetReportMetaResponse) ValidateAll added in v0.37.0

func (m *GetReportMetaResponse) ValidateAll() error

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

type GetReportMetaResponseMultiError added in v0.37.0

type GetReportMetaResponseMultiError []error

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

func (GetReportMetaResponseMultiError) AllErrors added in v0.37.0

func (m GetReportMetaResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetReportMetaResponseMultiError) Error added in v0.37.0

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

type GetReportMetaResponseValidationError added in v0.37.0

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

GetReportMetaResponseValidationError is the validation error returned by GetReportMetaResponse.Validate if the designated constraints aren't met.

func (GetReportMetaResponseValidationError) Cause added in v0.37.0

Cause function returns cause value.

func (GetReportMetaResponseValidationError) Error added in v0.37.0

Error satisfies the builtin error interface

func (GetReportMetaResponseValidationError) ErrorName added in v0.37.0

ErrorName returns error name.

func (GetReportMetaResponseValidationError) Field added in v0.37.0

Field function returns field value.

func (GetReportMetaResponseValidationError) Key added in v0.37.0

Key function returns key value.

func (GetReportMetaResponseValidationError) Reason added in v0.37.0

Reason function returns reason value.

type GetUserRequest added in v0.28.2

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

func (*GetUserRequest) Descriptor deprecated added in v0.28.2

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

Deprecated: Use GetUserRequest.ProtoReflect.Descriptor instead.

func (*GetUserRequest) GetEmail added in v0.28.2

func (x *GetUserRequest) GetEmail() string

func (*GetUserRequest) ProtoMessage added in v0.28.2

func (*GetUserRequest) ProtoMessage()

func (*GetUserRequest) ProtoReflect added in v0.28.2

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

func (*GetUserRequest) Reset added in v0.28.2

func (x *GetUserRequest) Reset()

func (*GetUserRequest) String added in v0.28.2

func (x *GetUserRequest) String() string

func (*GetUserRequest) Validate added in v0.28.2

func (m *GetUserRequest) Validate() error

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

func (*GetUserRequest) ValidateAll added in v0.28.2

func (m *GetUserRequest) ValidateAll() error

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

type GetUserRequestMultiError added in v0.28.2

type GetUserRequestMultiError []error

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

func (GetUserRequestMultiError) AllErrors added in v0.28.2

func (m GetUserRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserRequestMultiError) Error added in v0.28.2

func (m GetUserRequestMultiError) Error() string

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

type GetUserRequestValidationError added in v0.28.2

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

GetUserRequestValidationError is the validation error returned by GetUserRequest.Validate if the designated constraints aren't met.

func (GetUserRequestValidationError) Cause added in v0.28.2

Cause function returns cause value.

func (GetUserRequestValidationError) Error added in v0.28.2

Error satisfies the builtin error interface

func (GetUserRequestValidationError) ErrorName added in v0.28.2

func (e GetUserRequestValidationError) ErrorName() string

ErrorName returns error name.

func (GetUserRequestValidationError) Field added in v0.28.2

Field function returns field value.

func (GetUserRequestValidationError) Key added in v0.28.2

Key function returns key value.

func (GetUserRequestValidationError) Reason added in v0.28.2

Reason function returns reason value.

type GetUserResponse added in v0.28.2

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

func (*GetUserResponse) Descriptor deprecated added in v0.28.2

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

Deprecated: Use GetUserResponse.ProtoReflect.Descriptor instead.

func (*GetUserResponse) GetUser added in v0.28.2

func (x *GetUserResponse) GetUser() *User

func (*GetUserResponse) ProtoMessage added in v0.28.2

func (*GetUserResponse) ProtoMessage()

func (*GetUserResponse) ProtoReflect added in v0.28.2

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

func (*GetUserResponse) Reset added in v0.28.2

func (x *GetUserResponse) Reset()

func (*GetUserResponse) String added in v0.28.2

func (x *GetUserResponse) String() string

func (*GetUserResponse) Validate added in v0.28.2

func (m *GetUserResponse) Validate() error

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

func (*GetUserResponse) ValidateAll added in v0.28.2

func (m *GetUserResponse) ValidateAll() error

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

type GetUserResponseMultiError added in v0.28.2

type GetUserResponseMultiError []error

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

func (GetUserResponseMultiError) AllErrors added in v0.28.2

func (m GetUserResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (GetUserResponseMultiError) Error added in v0.28.2

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

type GetUserResponseValidationError added in v0.28.2

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

GetUserResponseValidationError is the validation error returned by GetUserResponse.Validate if the designated constraints aren't met.

func (GetUserResponseValidationError) Cause added in v0.28.2

Cause function returns cause value.

func (GetUserResponseValidationError) Error added in v0.28.2

Error satisfies the builtin error interface

func (GetUserResponseValidationError) ErrorName added in v0.28.2

func (e GetUserResponseValidationError) ErrorName() string

ErrorName returns error name.

func (GetUserResponseValidationError) Field added in v0.28.2

Field function returns field value.

func (GetUserResponseValidationError) Key added in v0.28.2

Key function returns key value.

func (GetUserResponseValidationError) Reason added in v0.28.2

Reason function returns reason value.

type IssueRepresentativeAuthTokenRequest added in v0.27.0

type IssueRepresentativeAuthTokenRequest struct {
	Email      string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	TtlMinutes int64  `protobuf:"varint,2,opt,name=ttl_minutes,json=ttlMinutes,proto3" json:"ttl_minutes,omitempty"`
	// contains filtered or unexported fields
}

func (*IssueRepresentativeAuthTokenRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use IssueRepresentativeAuthTokenRequest.ProtoReflect.Descriptor instead.

func (*IssueRepresentativeAuthTokenRequest) GetEmail added in v0.27.0

func (*IssueRepresentativeAuthTokenRequest) GetTtlMinutes added in v0.27.0

func (x *IssueRepresentativeAuthTokenRequest) GetTtlMinutes() int64

func (*IssueRepresentativeAuthTokenRequest) ProtoMessage added in v0.27.0

func (*IssueRepresentativeAuthTokenRequest) ProtoMessage()

func (*IssueRepresentativeAuthTokenRequest) ProtoReflect added in v0.27.0

func (*IssueRepresentativeAuthTokenRequest) Reset added in v0.27.0

func (*IssueRepresentativeAuthTokenRequest) String added in v0.27.0

func (*IssueRepresentativeAuthTokenRequest) Validate added in v0.27.0

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

func (*IssueRepresentativeAuthTokenRequest) ValidateAll added in v0.27.0

func (m *IssueRepresentativeAuthTokenRequest) ValidateAll() error

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

type IssueRepresentativeAuthTokenRequestMultiError added in v0.27.0

type IssueRepresentativeAuthTokenRequestMultiError []error

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

func (IssueRepresentativeAuthTokenRequestMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (IssueRepresentativeAuthTokenRequestMultiError) Error added in v0.27.0

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

type IssueRepresentativeAuthTokenRequestValidationError added in v0.27.0

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

IssueRepresentativeAuthTokenRequestValidationError is the validation error returned by IssueRepresentativeAuthTokenRequest.Validate if the designated constraints aren't met.

func (IssueRepresentativeAuthTokenRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (IssueRepresentativeAuthTokenRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (IssueRepresentativeAuthTokenRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (IssueRepresentativeAuthTokenRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (IssueRepresentativeAuthTokenRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (IssueRepresentativeAuthTokenRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type IssueRepresentativeAuthTokenResponse added in v0.27.0

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

func (*IssueRepresentativeAuthTokenResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use IssueRepresentativeAuthTokenResponse.ProtoReflect.Descriptor instead.

func (*IssueRepresentativeAuthTokenResponse) GetToken added in v0.27.0

func (*IssueRepresentativeAuthTokenResponse) ProtoMessage added in v0.27.0

func (*IssueRepresentativeAuthTokenResponse) ProtoMessage()

func (*IssueRepresentativeAuthTokenResponse) ProtoReflect added in v0.27.0

func (*IssueRepresentativeAuthTokenResponse) Reset added in v0.27.0

func (*IssueRepresentativeAuthTokenResponse) String added in v0.27.0

func (*IssueRepresentativeAuthTokenResponse) Validate added in v0.27.0

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

func (*IssueRepresentativeAuthTokenResponse) ValidateAll added in v0.27.0

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

type IssueRepresentativeAuthTokenResponseMultiError added in v0.27.0

type IssueRepresentativeAuthTokenResponseMultiError []error

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

func (IssueRepresentativeAuthTokenResponseMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (IssueRepresentativeAuthTokenResponseMultiError) Error added in v0.27.0

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

type IssueRepresentativeAuthTokenResponseValidationError added in v0.27.0

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

IssueRepresentativeAuthTokenResponseValidationError is the validation error returned by IssueRepresentativeAuthTokenResponse.Validate if the designated constraints aren't met.

func (IssueRepresentativeAuthTokenResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (IssueRepresentativeAuthTokenResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (IssueRepresentativeAuthTokenResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (IssueRepresentativeAuthTokenResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (IssueRepresentativeAuthTokenResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (IssueRepresentativeAuthTokenResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type IssueServiceAuthTokenRequest added in v0.31.0

type IssueServiceAuthTokenRequest struct {
	OrganizationName string `protobuf:"bytes,1,opt,name=organization_name,json=organizationName,proto3" json:"organization_name,omitempty"`
	ServiceName      string `protobuf:"bytes,2,opt,name=service_name,json=serviceName,proto3" json:"service_name,omitempty"`
	// contains filtered or unexported fields
}

func (*IssueServiceAuthTokenRequest) Descriptor deprecated added in v0.31.0

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

Deprecated: Use IssueServiceAuthTokenRequest.ProtoReflect.Descriptor instead.

func (*IssueServiceAuthTokenRequest) GetOrganizationName added in v0.31.0

func (x *IssueServiceAuthTokenRequest) GetOrganizationName() string

func (*IssueServiceAuthTokenRequest) GetServiceName added in v0.31.0

func (x *IssueServiceAuthTokenRequest) GetServiceName() string

func (*IssueServiceAuthTokenRequest) ProtoMessage added in v0.31.0

func (*IssueServiceAuthTokenRequest) ProtoMessage()

func (*IssueServiceAuthTokenRequest) ProtoReflect added in v0.31.0

func (*IssueServiceAuthTokenRequest) Reset added in v0.31.0

func (x *IssueServiceAuthTokenRequest) Reset()

func (*IssueServiceAuthTokenRequest) String added in v0.31.0

func (*IssueServiceAuthTokenRequest) Validate added in v0.31.0

func (m *IssueServiceAuthTokenRequest) Validate() error

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

func (*IssueServiceAuthTokenRequest) ValidateAll added in v0.31.0

func (m *IssueServiceAuthTokenRequest) ValidateAll() error

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

type IssueServiceAuthTokenRequestMultiError added in v0.31.0

type IssueServiceAuthTokenRequestMultiError []error

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

func (IssueServiceAuthTokenRequestMultiError) AllErrors added in v0.31.0

AllErrors returns a list of validation violation errors.

func (IssueServiceAuthTokenRequestMultiError) Error added in v0.31.0

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

type IssueServiceAuthTokenRequestValidationError added in v0.31.0

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

IssueServiceAuthTokenRequestValidationError is the validation error returned by IssueServiceAuthTokenRequest.Validate if the designated constraints aren't met.

func (IssueServiceAuthTokenRequestValidationError) Cause added in v0.31.0

Cause function returns cause value.

func (IssueServiceAuthTokenRequestValidationError) Error added in v0.31.0

Error satisfies the builtin error interface

func (IssueServiceAuthTokenRequestValidationError) ErrorName added in v0.31.0

ErrorName returns error name.

func (IssueServiceAuthTokenRequestValidationError) Field added in v0.31.0

Field function returns field value.

func (IssueServiceAuthTokenRequestValidationError) Key added in v0.31.0

Key function returns key value.

func (IssueServiceAuthTokenRequestValidationError) Reason added in v0.31.0

Reason function returns reason value.

type IssueServiceAuthTokenResponse added in v0.31.0

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

func (*IssueServiceAuthTokenResponse) Descriptor deprecated added in v0.31.0

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

Deprecated: Use IssueServiceAuthTokenResponse.ProtoReflect.Descriptor instead.

func (*IssueServiceAuthTokenResponse) GetToken added in v0.31.0

func (x *IssueServiceAuthTokenResponse) GetToken() string

func (*IssueServiceAuthTokenResponse) ProtoMessage added in v0.31.0

func (*IssueServiceAuthTokenResponse) ProtoMessage()

func (*IssueServiceAuthTokenResponse) ProtoReflect added in v0.31.0

func (*IssueServiceAuthTokenResponse) Reset added in v0.31.0

func (x *IssueServiceAuthTokenResponse) Reset()

func (*IssueServiceAuthTokenResponse) String added in v0.31.0

func (*IssueServiceAuthTokenResponse) Validate added in v0.31.0

func (m *IssueServiceAuthTokenResponse) Validate() error

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

func (*IssueServiceAuthTokenResponse) ValidateAll added in v0.31.0

func (m *IssueServiceAuthTokenResponse) ValidateAll() error

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

type IssueServiceAuthTokenResponseMultiError added in v0.31.0

type IssueServiceAuthTokenResponseMultiError []error

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

func (IssueServiceAuthTokenResponseMultiError) AllErrors added in v0.31.0

AllErrors returns a list of validation violation errors.

func (IssueServiceAuthTokenResponseMultiError) Error added in v0.31.0

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

type IssueServiceAuthTokenResponseValidationError added in v0.31.0

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

IssueServiceAuthTokenResponseValidationError is the validation error returned by IssueServiceAuthTokenResponse.Validate if the designated constraints aren't met.

func (IssueServiceAuthTokenResponseValidationError) Cause added in v0.31.0

Cause function returns cause value.

func (IssueServiceAuthTokenResponseValidationError) Error added in v0.31.0

Error satisfies the builtin error interface

func (IssueServiceAuthTokenResponseValidationError) ErrorName added in v0.31.0

ErrorName returns error name.

func (IssueServiceAuthTokenResponseValidationError) Field added in v0.31.0

Field function returns field value.

func (IssueServiceAuthTokenResponseValidationError) Key added in v0.31.0

Key function returns key value.

func (IssueServiceAuthTokenResponseValidationError) Reason added in v0.31.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 ListBookmarksRequest added in v0.30.0

type ListBookmarksRequest struct {
	ProjectId    string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	ResourceKind string `protobuf:"bytes,2,opt,name=resource_kind,json=resourceKind,proto3" json:"resource_kind,omitempty"`
	ResourceName string `protobuf:"bytes,3,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBookmarksRequest) Descriptor deprecated added in v0.30.0

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

Deprecated: Use ListBookmarksRequest.ProtoReflect.Descriptor instead.

func (*ListBookmarksRequest) GetProjectId added in v0.30.0

func (x *ListBookmarksRequest) GetProjectId() string

func (*ListBookmarksRequest) GetResourceKind added in v0.42.0

func (x *ListBookmarksRequest) GetResourceKind() string

func (*ListBookmarksRequest) GetResourceName added in v0.42.0

func (x *ListBookmarksRequest) GetResourceName() string

func (*ListBookmarksRequest) ProtoMessage added in v0.30.0

func (*ListBookmarksRequest) ProtoMessage()

func (*ListBookmarksRequest) ProtoReflect added in v0.30.0

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

func (*ListBookmarksRequest) Reset added in v0.30.0

func (x *ListBookmarksRequest) Reset()

func (*ListBookmarksRequest) String added in v0.30.0

func (x *ListBookmarksRequest) String() string

func (*ListBookmarksRequest) Validate added in v0.30.0

func (m *ListBookmarksRequest) Validate() error

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

func (*ListBookmarksRequest) ValidateAll added in v0.30.0

func (m *ListBookmarksRequest) ValidateAll() error

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

type ListBookmarksRequestMultiError added in v0.30.0

type ListBookmarksRequestMultiError []error

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

func (ListBookmarksRequestMultiError) AllErrors added in v0.30.0

func (m ListBookmarksRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListBookmarksRequestMultiError) Error added in v0.30.0

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

type ListBookmarksRequestValidationError added in v0.30.0

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

ListBookmarksRequestValidationError is the validation error returned by ListBookmarksRequest.Validate if the designated constraints aren't met.

func (ListBookmarksRequestValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (ListBookmarksRequestValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (ListBookmarksRequestValidationError) ErrorName added in v0.30.0

ErrorName returns error name.

func (ListBookmarksRequestValidationError) Field added in v0.30.0

Field function returns field value.

func (ListBookmarksRequestValidationError) Key added in v0.30.0

Key function returns key value.

func (ListBookmarksRequestValidationError) Reason added in v0.30.0

Reason function returns reason value.

type ListBookmarksResponse added in v0.30.0

type ListBookmarksResponse struct {
	Bookmarks []*Bookmark `protobuf:"bytes,1,rep,name=bookmarks,proto3" json:"bookmarks,omitempty"`
	// contains filtered or unexported fields
}

func (*ListBookmarksResponse) Descriptor deprecated added in v0.30.0

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

Deprecated: Use ListBookmarksResponse.ProtoReflect.Descriptor instead.

func (*ListBookmarksResponse) GetBookmarks added in v0.30.0

func (x *ListBookmarksResponse) GetBookmarks() []*Bookmark

func (*ListBookmarksResponse) ProtoMessage added in v0.30.0

func (*ListBookmarksResponse) ProtoMessage()

func (*ListBookmarksResponse) ProtoReflect added in v0.30.0

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

func (*ListBookmarksResponse) Reset added in v0.30.0

func (x *ListBookmarksResponse) Reset()

func (*ListBookmarksResponse) String added in v0.30.0

func (x *ListBookmarksResponse) String() string

func (*ListBookmarksResponse) Validate added in v0.30.0

func (m *ListBookmarksResponse) Validate() error

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

func (*ListBookmarksResponse) ValidateAll added in v0.30.0

func (m *ListBookmarksResponse) ValidateAll() error

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

type ListBookmarksResponseMultiError added in v0.30.0

type ListBookmarksResponseMultiError []error

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

func (ListBookmarksResponseMultiError) AllErrors added in v0.30.0

func (m ListBookmarksResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListBookmarksResponseMultiError) Error added in v0.30.0

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

type ListBookmarksResponseValidationError added in v0.30.0

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

ListBookmarksResponseValidationError is the validation error returned by ListBookmarksResponse.Validate if the designated constraints aren't met.

func (ListBookmarksResponseValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (ListBookmarksResponseValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (ListBookmarksResponseValidationError) ErrorName added in v0.30.0

ErrorName returns error name.

func (ListBookmarksResponseValidationError) Field added in v0.30.0

Field function returns field value.

func (ListBookmarksResponseValidationError) Key added in v0.30.0

Key function returns key value.

func (ListBookmarksResponseValidationError) Reason added in v0.30.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 ListServiceAuthTokensRequest added in v0.31.0

type ListServiceAuthTokensRequest struct {
	OrganizationName string `protobuf:"bytes,1,opt,name=organization_name,json=organizationName,proto3" json:"organization_name,omitempty"`
	ServiceName      string `protobuf:"bytes,2,opt,name=service_name,json=serviceName,proto3" json:"service_name,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServiceAuthTokensRequest) Descriptor deprecated added in v0.31.0

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

Deprecated: Use ListServiceAuthTokensRequest.ProtoReflect.Descriptor instead.

func (*ListServiceAuthTokensRequest) GetOrganizationName added in v0.31.0

func (x *ListServiceAuthTokensRequest) GetOrganizationName() string

func (*ListServiceAuthTokensRequest) GetServiceName added in v0.31.0

func (x *ListServiceAuthTokensRequest) GetServiceName() string

func (*ListServiceAuthTokensRequest) ProtoMessage added in v0.31.0

func (*ListServiceAuthTokensRequest) ProtoMessage()

func (*ListServiceAuthTokensRequest) ProtoReflect added in v0.31.0

func (*ListServiceAuthTokensRequest) Reset added in v0.31.0

func (x *ListServiceAuthTokensRequest) Reset()

func (*ListServiceAuthTokensRequest) String added in v0.31.0

func (*ListServiceAuthTokensRequest) Validate added in v0.31.0

func (m *ListServiceAuthTokensRequest) Validate() error

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

func (*ListServiceAuthTokensRequest) ValidateAll added in v0.31.0

func (m *ListServiceAuthTokensRequest) ValidateAll() error

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

type ListServiceAuthTokensRequestMultiError added in v0.31.0

type ListServiceAuthTokensRequestMultiError []error

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

func (ListServiceAuthTokensRequestMultiError) AllErrors added in v0.31.0

AllErrors returns a list of validation violation errors.

func (ListServiceAuthTokensRequestMultiError) Error added in v0.31.0

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

type ListServiceAuthTokensRequestValidationError added in v0.31.0

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

ListServiceAuthTokensRequestValidationError is the validation error returned by ListServiceAuthTokensRequest.Validate if the designated constraints aren't met.

func (ListServiceAuthTokensRequestValidationError) Cause added in v0.31.0

Cause function returns cause value.

func (ListServiceAuthTokensRequestValidationError) Error added in v0.31.0

Error satisfies the builtin error interface

func (ListServiceAuthTokensRequestValidationError) ErrorName added in v0.31.0

ErrorName returns error name.

func (ListServiceAuthTokensRequestValidationError) Field added in v0.31.0

Field function returns field value.

func (ListServiceAuthTokensRequestValidationError) Key added in v0.31.0

Key function returns key value.

func (ListServiceAuthTokensRequestValidationError) Reason added in v0.31.0

Reason function returns reason value.

type ListServiceAuthTokensResponse added in v0.31.0

type ListServiceAuthTokensResponse struct {
	Tokens []*ServiceToken `protobuf:"bytes,1,rep,name=tokens,proto3" json:"tokens,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServiceAuthTokensResponse) Descriptor deprecated added in v0.31.0

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

Deprecated: Use ListServiceAuthTokensResponse.ProtoReflect.Descriptor instead.

func (*ListServiceAuthTokensResponse) GetTokens added in v0.31.0

func (x *ListServiceAuthTokensResponse) GetTokens() []*ServiceToken

func (*ListServiceAuthTokensResponse) ProtoMessage added in v0.31.0

func (*ListServiceAuthTokensResponse) ProtoMessage()

func (*ListServiceAuthTokensResponse) ProtoReflect added in v0.31.0

func (*ListServiceAuthTokensResponse) Reset added in v0.31.0

func (x *ListServiceAuthTokensResponse) Reset()

func (*ListServiceAuthTokensResponse) String added in v0.31.0

func (*ListServiceAuthTokensResponse) Validate added in v0.31.0

func (m *ListServiceAuthTokensResponse) Validate() error

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

func (*ListServiceAuthTokensResponse) ValidateAll added in v0.31.0

func (m *ListServiceAuthTokensResponse) ValidateAll() error

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

type ListServiceAuthTokensResponseMultiError added in v0.31.0

type ListServiceAuthTokensResponseMultiError []error

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

func (ListServiceAuthTokensResponseMultiError) AllErrors added in v0.31.0

AllErrors returns a list of validation violation errors.

func (ListServiceAuthTokensResponseMultiError) Error added in v0.31.0

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

type ListServiceAuthTokensResponseValidationError added in v0.31.0

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

ListServiceAuthTokensResponseValidationError is the validation error returned by ListServiceAuthTokensResponse.Validate if the designated constraints aren't met.

func (ListServiceAuthTokensResponseValidationError) Cause added in v0.31.0

Cause function returns cause value.

func (ListServiceAuthTokensResponseValidationError) Error added in v0.31.0

Error satisfies the builtin error interface

func (ListServiceAuthTokensResponseValidationError) ErrorName added in v0.31.0

ErrorName returns error name.

func (ListServiceAuthTokensResponseValidationError) Field added in v0.31.0

Field function returns field value.

func (ListServiceAuthTokensResponseValidationError) Key added in v0.31.0

Key function returns key value.

func (ListServiceAuthTokensResponseValidationError) Reason added in v0.31.0

Reason function returns reason value.

type ListServicesRequest added in v0.31.0

type ListServicesRequest struct {
	OrganizationName string `protobuf:"bytes,1,opt,name=organization_name,json=organizationName,proto3" json:"organization_name,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServicesRequest) Descriptor deprecated added in v0.31.0

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

Deprecated: Use ListServicesRequest.ProtoReflect.Descriptor instead.

func (*ListServicesRequest) GetOrganizationName added in v0.31.0

func (x *ListServicesRequest) GetOrganizationName() string

func (*ListServicesRequest) ProtoMessage added in v0.31.0

func (*ListServicesRequest) ProtoMessage()

func (*ListServicesRequest) ProtoReflect added in v0.31.0

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

func (*ListServicesRequest) Reset added in v0.31.0

func (x *ListServicesRequest) Reset()

func (*ListServicesRequest) String added in v0.31.0

func (x *ListServicesRequest) String() string

func (*ListServicesRequest) Validate added in v0.31.0

func (m *ListServicesRequest) Validate() error

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

func (*ListServicesRequest) ValidateAll added in v0.31.0

func (m *ListServicesRequest) ValidateAll() error

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

type ListServicesRequestMultiError added in v0.31.0

type ListServicesRequestMultiError []error

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

func (ListServicesRequestMultiError) AllErrors added in v0.31.0

func (m ListServicesRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListServicesRequestMultiError) Error added in v0.31.0

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

type ListServicesRequestValidationError added in v0.31.0

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

ListServicesRequestValidationError is the validation error returned by ListServicesRequest.Validate if the designated constraints aren't met.

func (ListServicesRequestValidationError) Cause added in v0.31.0

Cause function returns cause value.

func (ListServicesRequestValidationError) Error added in v0.31.0

Error satisfies the builtin error interface

func (ListServicesRequestValidationError) ErrorName added in v0.31.0

ErrorName returns error name.

func (ListServicesRequestValidationError) Field added in v0.31.0

Field function returns field value.

func (ListServicesRequestValidationError) Key added in v0.31.0

Key function returns key value.

func (ListServicesRequestValidationError) Reason added in v0.31.0

Reason function returns reason value.

type ListServicesResponse added in v0.31.0

type ListServicesResponse struct {
	Services []*Service `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServicesResponse) Descriptor deprecated added in v0.31.0

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

Deprecated: Use ListServicesResponse.ProtoReflect.Descriptor instead.

func (*ListServicesResponse) GetServices added in v0.31.0

func (x *ListServicesResponse) GetServices() []*Service

func (*ListServicesResponse) ProtoMessage added in v0.31.0

func (*ListServicesResponse) ProtoMessage()

func (*ListServicesResponse) ProtoReflect added in v0.31.0

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

func (*ListServicesResponse) Reset added in v0.31.0

func (x *ListServicesResponse) Reset()

func (*ListServicesResponse) String added in v0.31.0

func (x *ListServicesResponse) String() string

func (*ListServicesResponse) Validate added in v0.31.0

func (m *ListServicesResponse) Validate() error

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

func (*ListServicesResponse) ValidateAll added in v0.31.0

func (m *ListServicesResponse) ValidateAll() error

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

type ListServicesResponseMultiError added in v0.31.0

type ListServicesResponseMultiError []error

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

func (ListServicesResponseMultiError) AllErrors added in v0.31.0

func (m ListServicesResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListServicesResponseMultiError) Error added in v0.31.0

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

type ListServicesResponseValidationError added in v0.31.0

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

ListServicesResponseValidationError is the validation error returned by ListServicesResponse.Validate if the designated constraints aren't met.

func (ListServicesResponseValidationError) Cause added in v0.31.0

Cause function returns cause value.

func (ListServicesResponseValidationError) Error added in v0.31.0

Error satisfies the builtin error interface

func (ListServicesResponseValidationError) ErrorName added in v0.31.0

ErrorName returns error name.

func (ListServicesResponseValidationError) Field added in v0.31.0

Field function returns field value.

func (ListServicesResponseValidationError) Key added in v0.31.0

Key function returns key value.

func (ListServicesResponseValidationError) Reason added in v0.31.0

Reason function returns reason value.

type ListSuperusersRequest added in v0.26.0

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

func (*ListSuperusersRequest) Descriptor deprecated added in v0.26.0

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

Deprecated: Use ListSuperusersRequest.ProtoReflect.Descriptor instead.

func (*ListSuperusersRequest) ProtoMessage added in v0.26.0

func (*ListSuperusersRequest) ProtoMessage()

func (*ListSuperusersRequest) ProtoReflect added in v0.26.0

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

func (*ListSuperusersRequest) Reset added in v0.26.0

func (x *ListSuperusersRequest) Reset()

func (*ListSuperusersRequest) String added in v0.26.0

func (x *ListSuperusersRequest) String() string

func (*ListSuperusersRequest) Validate added in v0.26.0

func (m *ListSuperusersRequest) Validate() error

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

func (*ListSuperusersRequest) ValidateAll added in v0.26.0

func (m *ListSuperusersRequest) ValidateAll() error

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

type ListSuperusersRequestMultiError added in v0.26.0

type ListSuperusersRequestMultiError []error

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

func (ListSuperusersRequestMultiError) AllErrors added in v0.26.0

func (m ListSuperusersRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListSuperusersRequestMultiError) Error added in v0.26.0

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

type ListSuperusersRequestValidationError added in v0.26.0

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

ListSuperusersRequestValidationError is the validation error returned by ListSuperusersRequest.Validate if the designated constraints aren't met.

func (ListSuperusersRequestValidationError) Cause added in v0.26.0

Cause function returns cause value.

func (ListSuperusersRequestValidationError) Error added in v0.26.0

Error satisfies the builtin error interface

func (ListSuperusersRequestValidationError) ErrorName added in v0.26.0

ErrorName returns error name.

func (ListSuperusersRequestValidationError) Field added in v0.26.0

Field function returns field value.

func (ListSuperusersRequestValidationError) Key added in v0.26.0

Key function returns key value.

func (ListSuperusersRequestValidationError) Reason added in v0.26.0

Reason function returns reason value.

type ListSuperusersResponse added in v0.26.0

type ListSuperusersResponse struct {
	Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// contains filtered or unexported fields
}

func (*ListSuperusersResponse) Descriptor deprecated added in v0.26.0

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

Deprecated: Use ListSuperusersResponse.ProtoReflect.Descriptor instead.

func (*ListSuperusersResponse) GetUsers added in v0.26.0

func (x *ListSuperusersResponse) GetUsers() []*User

func (*ListSuperusersResponse) ProtoMessage added in v0.26.0

func (*ListSuperusersResponse) ProtoMessage()

func (*ListSuperusersResponse) ProtoReflect added in v0.26.0

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

func (*ListSuperusersResponse) Reset added in v0.26.0

func (x *ListSuperusersResponse) Reset()

func (*ListSuperusersResponse) String added in v0.26.0

func (x *ListSuperusersResponse) String() string

func (*ListSuperusersResponse) Validate added in v0.26.0

func (m *ListSuperusersResponse) Validate() error

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

func (*ListSuperusersResponse) ValidateAll added in v0.26.0

func (m *ListSuperusersResponse) ValidateAll() error

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

type ListSuperusersResponseMultiError added in v0.26.0

type ListSuperusersResponseMultiError []error

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

func (ListSuperusersResponseMultiError) AllErrors added in v0.26.0

func (m ListSuperusersResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ListSuperusersResponseMultiError) Error added in v0.26.0

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

type ListSuperusersResponseValidationError added in v0.26.0

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

ListSuperusersResponseValidationError is the validation error returned by ListSuperusersResponse.Validate if the designated constraints aren't met.

func (ListSuperusersResponseValidationError) Cause added in v0.26.0

Cause function returns cause value.

func (ListSuperusersResponseValidationError) Error added in v0.26.0

Error satisfies the builtin error interface

func (ListSuperusersResponseValidationError) ErrorName added in v0.26.0

ErrorName returns error name.

func (ListSuperusersResponseValidationError) Field added in v0.26.0

Field function returns field value.

func (ListSuperusersResponseValidationError) Key added in v0.26.0

Key function returns key value.

func (ListSuperusersResponseValidationError) Reason added in v0.26.0

Reason function returns reason value.

type ListWhitelistedDomainsRequest added in v0.27.0

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

func (*ListWhitelistedDomainsRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use ListWhitelistedDomainsRequest.ProtoReflect.Descriptor instead.

func (*ListWhitelistedDomainsRequest) GetOrganization added in v0.27.0

func (x *ListWhitelistedDomainsRequest) GetOrganization() string

func (*ListWhitelistedDomainsRequest) ProtoMessage added in v0.27.0

func (*ListWhitelistedDomainsRequest) ProtoMessage()

func (*ListWhitelistedDomainsRequest) ProtoReflect added in v0.27.0

func (*ListWhitelistedDomainsRequest) Reset added in v0.27.0

func (x *ListWhitelistedDomainsRequest) Reset()

func (*ListWhitelistedDomainsRequest) String added in v0.27.0

func (*ListWhitelistedDomainsRequest) Validate added in v0.27.0

func (m *ListWhitelistedDomainsRequest) Validate() error

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

func (*ListWhitelistedDomainsRequest) ValidateAll added in v0.27.0

func (m *ListWhitelistedDomainsRequest) ValidateAll() error

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

type ListWhitelistedDomainsRequestMultiError added in v0.27.0

type ListWhitelistedDomainsRequestMultiError []error

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

func (ListWhitelistedDomainsRequestMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (ListWhitelistedDomainsRequestMultiError) Error added in v0.27.0

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

type ListWhitelistedDomainsRequestValidationError added in v0.27.0

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

ListWhitelistedDomainsRequestValidationError is the validation error returned by ListWhitelistedDomainsRequest.Validate if the designated constraints aren't met.

func (ListWhitelistedDomainsRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (ListWhitelistedDomainsRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (ListWhitelistedDomainsRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (ListWhitelistedDomainsRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (ListWhitelistedDomainsRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (ListWhitelistedDomainsRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type ListWhitelistedDomainsResponse added in v0.27.0

type ListWhitelistedDomainsResponse struct {
	Domains []*WhitelistedDomain `protobuf:"bytes,1,rep,name=domains,proto3" json:"domains,omitempty"`
	// contains filtered or unexported fields
}

func (*ListWhitelistedDomainsResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use ListWhitelistedDomainsResponse.ProtoReflect.Descriptor instead.

func (*ListWhitelistedDomainsResponse) GetDomains added in v0.27.0

func (*ListWhitelistedDomainsResponse) ProtoMessage added in v0.27.0

func (*ListWhitelistedDomainsResponse) ProtoMessage()

func (*ListWhitelistedDomainsResponse) ProtoReflect added in v0.27.0

func (*ListWhitelistedDomainsResponse) Reset added in v0.27.0

func (x *ListWhitelistedDomainsResponse) Reset()

func (*ListWhitelistedDomainsResponse) String added in v0.27.0

func (*ListWhitelistedDomainsResponse) Validate added in v0.27.0

func (m *ListWhitelistedDomainsResponse) Validate() error

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

func (*ListWhitelistedDomainsResponse) ValidateAll added in v0.27.0

func (m *ListWhitelistedDomainsResponse) ValidateAll() error

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

type ListWhitelistedDomainsResponseMultiError added in v0.27.0

type ListWhitelistedDomainsResponseMultiError []error

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

func (ListWhitelistedDomainsResponseMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (ListWhitelistedDomainsResponseMultiError) Error added in v0.27.0

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

type ListWhitelistedDomainsResponseValidationError added in v0.27.0

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

ListWhitelistedDomainsResponseValidationError is the validation error returned by ListWhitelistedDomainsResponse.Validate if the designated constraints aren't met.

func (ListWhitelistedDomainsResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (ListWhitelistedDomainsResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (ListWhitelistedDomainsResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (ListWhitelistedDomainsResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (ListWhitelistedDomainsResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (ListWhitelistedDomainsResponseValidationError) Reason added in v0.27.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"`
	Quotas      *OrganizationQuotas    `protobuf:"bytes,4,opt,name=quotas,proto3" json:"quotas,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 (*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) GetQuotas added in v0.28.2

func (x *Organization) GetQuotas() *OrganizationQuotas

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 OrganizationQuotas added in v0.28.2

type OrganizationQuotas struct {
	Projects           uint32 `protobuf:"varint,1,opt,name=projects,proto3" json:"projects,omitempty"`
	Deployments        uint32 `protobuf:"varint,2,opt,name=deployments,proto3" json:"deployments,omitempty"`
	SlotsTotal         uint32 `protobuf:"varint,3,opt,name=slots_total,json=slotsTotal,proto3" json:"slots_total,omitempty"`
	SlotsPerDeployment uint32 `protobuf:"varint,4,opt,name=slots_per_deployment,json=slotsPerDeployment,proto3" json:"slots_per_deployment,omitempty"`
	OutstandingInvites uint32 `protobuf:"varint,5,opt,name=outstanding_invites,json=outstandingInvites,proto3" json:"outstanding_invites,omitempty"`
	// contains filtered or unexported fields
}

func (*OrganizationQuotas) Descriptor deprecated added in v0.28.2

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

Deprecated: Use OrganizationQuotas.ProtoReflect.Descriptor instead.

func (*OrganizationQuotas) GetDeployments added in v0.28.2

func (x *OrganizationQuotas) GetDeployments() uint32

func (*OrganizationQuotas) GetOutstandingInvites added in v0.28.2

func (x *OrganizationQuotas) GetOutstandingInvites() uint32

func (*OrganizationQuotas) GetProjects added in v0.28.2

func (x *OrganizationQuotas) GetProjects() uint32

func (*OrganizationQuotas) GetSlotsPerDeployment added in v0.28.2

func (x *OrganizationQuotas) GetSlotsPerDeployment() uint32

func (*OrganizationQuotas) GetSlotsTotal added in v0.28.2

func (x *OrganizationQuotas) GetSlotsTotal() uint32

func (*OrganizationQuotas) ProtoMessage added in v0.28.2

func (*OrganizationQuotas) ProtoMessage()

func (*OrganizationQuotas) ProtoReflect added in v0.28.2

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

func (*OrganizationQuotas) Reset added in v0.28.2

func (x *OrganizationQuotas) Reset()

func (*OrganizationQuotas) String added in v0.28.2

func (x *OrganizationQuotas) String() string

func (*OrganizationQuotas) Validate added in v0.28.2

func (m *OrganizationQuotas) Validate() error

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

func (*OrganizationQuotas) ValidateAll added in v0.28.2

func (m *OrganizationQuotas) ValidateAll() error

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

type OrganizationQuotasMultiError added in v0.28.2

type OrganizationQuotasMultiError []error

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

func (OrganizationQuotasMultiError) AllErrors added in v0.28.2

func (m OrganizationQuotasMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (OrganizationQuotasMultiError) Error added in v0.28.2

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

type OrganizationQuotasValidationError added in v0.28.2

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

OrganizationQuotasValidationError is the validation error returned by OrganizationQuotas.Validate if the designated constraints aren't met.

func (OrganizationQuotasValidationError) Cause added in v0.28.2

Cause function returns cause value.

func (OrganizationQuotasValidationError) Error added in v0.28.2

Error satisfies the builtin error interface

func (OrganizationQuotasValidationError) ErrorName added in v0.28.2

ErrorName returns error name.

func (OrganizationQuotasValidationError) Field added in v0.28.2

Field function returns field value.

func (OrganizationQuotasValidationError) Key added in v0.28.2

Key function returns key value.

func (OrganizationQuotasValidationError) Reason added in v0.28.2

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"`
	Provisioner      string                 `protobuf:"bytes,7,opt,name=provisioner,proto3" json:"provisioner,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"`
	ProdTtlSeconds   int64                  `protobuf:"varint,18,opt,name=prod_ttl_seconds,json=prodTtlSeconds,proto3" json:"prod_ttl_seconds,omitempty"`
	Annotations      map[string]string      `` /* 164-byte string literal not displayed */
	ProdVersion      string                 `protobuf:"bytes,21,opt,name=prod_version,json=prodVersion,proto3" json:"prod_version,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) GetAnnotations added in v0.40.0

func (x *Project) GetAnnotations() map[string]string

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) GetProdTtlSeconds added in v0.29.1

func (x *Project) GetProdTtlSeconds() int64

func (*Project) GetProdVersion added in v0.43.0

func (x *Project) GetProdVersion() string

func (*Project) GetProvisioner added in v0.43.0

func (x *Project) GetProvisioner() string

func (*Project) GetPublic added in v0.23.0

func (x *Project) GetPublic() bool

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"`
	CreateReports        bool `protobuf:"varint,11,opt,name=create_reports,json=createReports,proto3" json:"create_reports,omitempty"`
	ManageReports        bool `protobuf:"varint,12,opt,name=manage_reports,json=manageReports,proto3" json:"manage_reports,omitempty"`
	CreateAlerts         bool `protobuf:"varint,13,opt,name=create_alerts,json=createAlerts,proto3" json:"create_alerts,omitempty"`
	ManageAlerts         bool `protobuf:"varint,14,opt,name=manage_alerts,json=manageAlerts,proto3" json:"manage_alerts,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) GetCreateAlerts added in v0.41.0

func (x *ProjectPermissions) GetCreateAlerts() bool

func (*ProjectPermissions) GetCreateReports added in v0.37.0

func (x *ProjectPermissions) GetCreateReports() bool

func (*ProjectPermissions) GetManageAlerts added in v0.41.0

func (x *ProjectPermissions) GetManageAlerts() bool

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) GetManageReports added in v0.37.0

func (x *ProjectPermissions) GetManageReports() 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 PullVirtualRepoRequest added in v0.37.0

type PullVirtualRepoRequest struct {
	ProjectId string `protobuf:"bytes,1,opt,name=project_id,json=projectId,proto3" json:"project_id,omitempty"`
	Branch    string `protobuf:"bytes,2,opt,name=branch,proto3" json:"branch,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 (*PullVirtualRepoRequest) Descriptor deprecated added in v0.37.0

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

Deprecated: Use PullVirtualRepoRequest.ProtoReflect.Descriptor instead.

func (*PullVirtualRepoRequest) GetBranch added in v0.37.0

func (x *PullVirtualRepoRequest) GetBranch() string

func (*PullVirtualRepoRequest) GetPageSize added in v0.37.0

func (x *PullVirtualRepoRequest) GetPageSize() uint32

func (*PullVirtualRepoRequest) GetPageToken added in v0.37.0

func (x *PullVirtualRepoRequest) GetPageToken() string

func (*PullVirtualRepoRequest) GetProjectId added in v0.37.0

func (x *PullVirtualRepoRequest) GetProjectId() string

func (*PullVirtualRepoRequest) ProtoMessage added in v0.37.0

func (*PullVirtualRepoRequest) ProtoMessage()

func (*PullVirtualRepoRequest) ProtoReflect added in v0.37.0

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

func (*PullVirtualRepoRequest) Reset added in v0.37.0

func (x *PullVirtualRepoRequest) Reset()

func (*PullVirtualRepoRequest) String added in v0.37.0

func (x *PullVirtualRepoRequest) String() string

func (*PullVirtualRepoRequest) Validate added in v0.37.0

func (m *PullVirtualRepoRequest) Validate() error

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

func (*PullVirtualRepoRequest) ValidateAll added in v0.37.0

func (m *PullVirtualRepoRequest) ValidateAll() error

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

type PullVirtualRepoRequestMultiError added in v0.37.0

type PullVirtualRepoRequestMultiError []error

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

func (PullVirtualRepoRequestMultiError) AllErrors added in v0.37.0

func (m PullVirtualRepoRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PullVirtualRepoRequestMultiError) Error added in v0.37.0

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

type PullVirtualRepoRequestValidationError added in v0.37.0

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

PullVirtualRepoRequestValidationError is the validation error returned by PullVirtualRepoRequest.Validate if the designated constraints aren't met.

func (PullVirtualRepoRequestValidationError) Cause added in v0.37.0

Cause function returns cause value.

func (PullVirtualRepoRequestValidationError) Error added in v0.37.0

Error satisfies the builtin error interface

func (PullVirtualRepoRequestValidationError) ErrorName added in v0.37.0

ErrorName returns error name.

func (PullVirtualRepoRequestValidationError) Field added in v0.37.0

Field function returns field value.

func (PullVirtualRepoRequestValidationError) Key added in v0.37.0

Key function returns key value.

func (PullVirtualRepoRequestValidationError) Reason added in v0.37.0

Reason function returns reason value.

type PullVirtualRepoResponse added in v0.37.0

type PullVirtualRepoResponse struct {
	Files         []*VirtualFile `protobuf:"bytes,1,rep,name=files,proto3" json:"files,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 (*PullVirtualRepoResponse) Descriptor deprecated added in v0.37.0

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

Deprecated: Use PullVirtualRepoResponse.ProtoReflect.Descriptor instead.

func (*PullVirtualRepoResponse) GetFiles added in v0.37.0

func (x *PullVirtualRepoResponse) GetFiles() []*VirtualFile

func (*PullVirtualRepoResponse) GetNextPageToken added in v0.37.0

func (x *PullVirtualRepoResponse) GetNextPageToken() string

func (*PullVirtualRepoResponse) ProtoMessage added in v0.37.0

func (*PullVirtualRepoResponse) ProtoMessage()

func (*PullVirtualRepoResponse) ProtoReflect added in v0.37.0

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

func (*PullVirtualRepoResponse) Reset added in v0.37.0

func (x *PullVirtualRepoResponse) Reset()

func (*PullVirtualRepoResponse) String added in v0.37.0

func (x *PullVirtualRepoResponse) String() string

func (*PullVirtualRepoResponse) Validate added in v0.37.0

func (m *PullVirtualRepoResponse) Validate() error

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

func (*PullVirtualRepoResponse) ValidateAll added in v0.37.0

func (m *PullVirtualRepoResponse) ValidateAll() error

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

type PullVirtualRepoResponseMultiError added in v0.37.0

type PullVirtualRepoResponseMultiError []error

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

func (PullVirtualRepoResponseMultiError) AllErrors added in v0.37.0

func (m PullVirtualRepoResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (PullVirtualRepoResponseMultiError) Error added in v0.37.0

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

type PullVirtualRepoResponseValidationError added in v0.37.0

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

PullVirtualRepoResponseValidationError is the validation error returned by PullVirtualRepoResponse.Validate if the designated constraints aren't met.

func (PullVirtualRepoResponseValidationError) Cause added in v0.37.0

Cause function returns cause value.

func (PullVirtualRepoResponseValidationError) Error added in v0.37.0

Error satisfies the builtin error interface

func (PullVirtualRepoResponseValidationError) ErrorName added in v0.37.0

ErrorName returns error name.

func (PullVirtualRepoResponseValidationError) Field added in v0.37.0

Field function returns field value.

func (PullVirtualRepoResponseValidationError) Key added in v0.37.0

Key function returns key value.

func (PullVirtualRepoResponseValidationError) Reason added in v0.37.0

Reason function returns reason value.

type RecordEventsRequest added in v0.42.0

type RecordEventsRequest struct {
	Events []*structpb.Struct `protobuf:"bytes,1,rep,name=events,proto3" json:"events,omitempty"`
	// contains filtered or unexported fields
}

func (*RecordEventsRequest) Descriptor deprecated added in v0.42.0

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

Deprecated: Use RecordEventsRequest.ProtoReflect.Descriptor instead.

func (*RecordEventsRequest) GetEvents added in v0.42.0

func (x *RecordEventsRequest) GetEvents() []*structpb.Struct

func (*RecordEventsRequest) ProtoMessage added in v0.42.0

func (*RecordEventsRequest) ProtoMessage()

func (*RecordEventsRequest) ProtoReflect added in v0.42.0

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

func (*RecordEventsRequest) Reset added in v0.42.0

func (x *RecordEventsRequest) Reset()

func (*RecordEventsRequest) String added in v0.42.0

func (x *RecordEventsRequest) String() string

func (*RecordEventsRequest) Validate added in v0.42.0

func (m *RecordEventsRequest) Validate() error

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

func (*RecordEventsRequest) ValidateAll added in v0.42.0

func (m *RecordEventsRequest) ValidateAll() error

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

type RecordEventsRequestMultiError added in v0.42.0

type RecordEventsRequestMultiError []error

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

func (RecordEventsRequestMultiError) AllErrors added in v0.42.0

func (m RecordEventsRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RecordEventsRequestMultiError) Error added in v0.42.0

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

type RecordEventsRequestValidationError added in v0.42.0

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

RecordEventsRequestValidationError is the validation error returned by RecordEventsRequest.Validate if the designated constraints aren't met.

func (RecordEventsRequestValidationError) Cause added in v0.42.0

Cause function returns cause value.

func (RecordEventsRequestValidationError) Error added in v0.42.0

Error satisfies the builtin error interface

func (RecordEventsRequestValidationError) ErrorName added in v0.42.0

ErrorName returns error name.

func (RecordEventsRequestValidationError) Field added in v0.42.0

Field function returns field value.

func (RecordEventsRequestValidationError) Key added in v0.42.0

Key function returns key value.

func (RecordEventsRequestValidationError) Reason added in v0.42.0

Reason function returns reason value.

type RecordEventsResponse added in v0.42.0

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

func (*RecordEventsResponse) Descriptor deprecated added in v0.42.0

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

Deprecated: Use RecordEventsResponse.ProtoReflect.Descriptor instead.

func (*RecordEventsResponse) ProtoMessage added in v0.42.0

func (*RecordEventsResponse) ProtoMessage()

func (*RecordEventsResponse) ProtoReflect added in v0.42.0

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

func (*RecordEventsResponse) Reset added in v0.42.0

func (x *RecordEventsResponse) Reset()

func (*RecordEventsResponse) String added in v0.42.0

func (x *RecordEventsResponse) String() string

func (*RecordEventsResponse) Validate added in v0.42.0

func (m *RecordEventsResponse) Validate() error

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

func (*RecordEventsResponse) ValidateAll added in v0.42.0

func (m *RecordEventsResponse) ValidateAll() error

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

type RecordEventsResponseMultiError added in v0.42.0

type RecordEventsResponseMultiError []error

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

func (RecordEventsResponseMultiError) AllErrors added in v0.42.0

func (m RecordEventsResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RecordEventsResponseMultiError) Error added in v0.42.0

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

type RecordEventsResponseValidationError added in v0.42.0

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

RecordEventsResponseValidationError is the validation error returned by RecordEventsResponse.Validate if the designated constraints aren't met.

func (RecordEventsResponseValidationError) Cause added in v0.42.0

Cause function returns cause value.

func (RecordEventsResponseValidationError) Error added in v0.42.0

Error satisfies the builtin error interface

func (RecordEventsResponseValidationError) ErrorName added in v0.42.0

ErrorName returns error name.

func (RecordEventsResponseValidationError) Field added in v0.42.0

Field function returns field value.

func (RecordEventsResponseValidationError) Key added in v0.42.0

Key function returns key value.

func (RecordEventsResponseValidationError) Reason added in v0.42.0

Reason function returns reason value.

type RemoveBookmarkRequest added in v0.30.0

type RemoveBookmarkRequest struct {
	BookmarkId string `protobuf:"bytes,1,opt,name=bookmark_id,json=bookmarkId,proto3" json:"bookmark_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RemoveBookmarkRequest) Descriptor deprecated added in v0.30.0

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

Deprecated: Use RemoveBookmarkRequest.ProtoReflect.Descriptor instead.

func (*RemoveBookmarkRequest) GetBookmarkId added in v0.30.0

func (x *RemoveBookmarkRequest) GetBookmarkId() string

func (*RemoveBookmarkRequest) ProtoMessage added in v0.30.0

func (*RemoveBookmarkRequest) ProtoMessage()

func (*RemoveBookmarkRequest) ProtoReflect added in v0.30.0

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

func (*RemoveBookmarkRequest) Reset added in v0.30.0

func (x *RemoveBookmarkRequest) Reset()

func (*RemoveBookmarkRequest) String added in v0.30.0

func (x *RemoveBookmarkRequest) String() string

func (*RemoveBookmarkRequest) Validate added in v0.30.0

func (m *RemoveBookmarkRequest) Validate() error

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

func (*RemoveBookmarkRequest) ValidateAll added in v0.30.0

func (m *RemoveBookmarkRequest) ValidateAll() error

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

type RemoveBookmarkRequestMultiError added in v0.30.0

type RemoveBookmarkRequestMultiError []error

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

func (RemoveBookmarkRequestMultiError) AllErrors added in v0.30.0

func (m RemoveBookmarkRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RemoveBookmarkRequestMultiError) Error added in v0.30.0

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

type RemoveBookmarkRequestValidationError added in v0.30.0

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

RemoveBookmarkRequestValidationError is the validation error returned by RemoveBookmarkRequest.Validate if the designated constraints aren't met.

func (RemoveBookmarkRequestValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (RemoveBookmarkRequestValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (RemoveBookmarkRequestValidationError) ErrorName added in v0.30.0

ErrorName returns error name.

func (RemoveBookmarkRequestValidationError) Field added in v0.30.0

Field function returns field value.

func (RemoveBookmarkRequestValidationError) Key added in v0.30.0

Key function returns key value.

func (RemoveBookmarkRequestValidationError) Reason added in v0.30.0

Reason function returns reason value.

type RemoveBookmarkResponse added in v0.30.0

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

func (*RemoveBookmarkResponse) Descriptor deprecated added in v0.30.0

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

Deprecated: Use RemoveBookmarkResponse.ProtoReflect.Descriptor instead.

func (*RemoveBookmarkResponse) ProtoMessage added in v0.30.0

func (*RemoveBookmarkResponse) ProtoMessage()

func (*RemoveBookmarkResponse) ProtoReflect added in v0.30.0

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

func (*RemoveBookmarkResponse) Reset added in v0.30.0

func (x *RemoveBookmarkResponse) Reset()

func (*RemoveBookmarkResponse) String added in v0.30.0

func (x *RemoveBookmarkResponse) String() string

func (*RemoveBookmarkResponse) Validate added in v0.30.0

func (m *RemoveBookmarkResponse) Validate() error

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

func (*RemoveBookmarkResponse) ValidateAll added in v0.30.0

func (m *RemoveBookmarkResponse) ValidateAll() error

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

type RemoveBookmarkResponseMultiError added in v0.30.0

type RemoveBookmarkResponseMultiError []error

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

func (RemoveBookmarkResponseMultiError) AllErrors added in v0.30.0

func (m RemoveBookmarkResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (RemoveBookmarkResponseMultiError) Error added in v0.30.0

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

type RemoveBookmarkResponseValidationError added in v0.30.0

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

RemoveBookmarkResponseValidationError is the validation error returned by RemoveBookmarkResponse.Validate if the designated constraints aren't met.

func (RemoveBookmarkResponseValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (RemoveBookmarkResponseValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (RemoveBookmarkResponseValidationError) ErrorName added in v0.30.0

ErrorName returns error name.

func (RemoveBookmarkResponseValidationError) Field added in v0.30.0

Field function returns field value.

func (RemoveBookmarkResponseValidationError) Key added in v0.30.0

Key function returns key value.

func (RemoveBookmarkResponseValidationError) Reason added in v0.30.0

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 RemoveWhitelistedDomainRequest added in v0.27.0

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

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

Deprecated: Use RemoveWhitelistedDomainRequest.ProtoReflect.Descriptor instead.

func (*RemoveWhitelistedDomainRequest) GetDomain added in v0.27.0

func (x *RemoveWhitelistedDomainRequest) GetDomain() string

func (*RemoveWhitelistedDomainRequest) GetOrganization added in v0.27.0

func (x *RemoveWhitelistedDomainRequest) GetOrganization() string

func (*RemoveWhitelistedDomainRequest) ProtoMessage added in v0.27.0

func (*RemoveWhitelistedDomainRequest) ProtoMessage()

func (*RemoveWhitelistedDomainRequest) ProtoReflect added in v0.27.0

func (*RemoveWhitelistedDomainRequest) Reset added in v0.27.0

func (x *RemoveWhitelistedDomainRequest) Reset()

func (*RemoveWhitelistedDomainRequest) String added in v0.27.0

func (*RemoveWhitelistedDomainRequest) Validate added in v0.27.0

func (m *RemoveWhitelistedDomainRequest) Validate() error

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

func (*RemoveWhitelistedDomainRequest) ValidateAll added in v0.27.0

func (m *RemoveWhitelistedDomainRequest) ValidateAll() error

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

type RemoveWhitelistedDomainRequestMultiError added in v0.27.0

type RemoveWhitelistedDomainRequestMultiError []error

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

func (RemoveWhitelistedDomainRequestMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (RemoveWhitelistedDomainRequestMultiError) Error added in v0.27.0

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

type RemoveWhitelistedDomainRequestValidationError added in v0.27.0

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

RemoveWhitelistedDomainRequestValidationError is the validation error returned by RemoveWhitelistedDomainRequest.Validate if the designated constraints aren't met.

func (RemoveWhitelistedDomainRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (RemoveWhitelistedDomainRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (RemoveWhitelistedDomainRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (RemoveWhitelistedDomainRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (RemoveWhitelistedDomainRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (RemoveWhitelistedDomainRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type RemoveWhitelistedDomainResponse added in v0.27.0

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

func (*RemoveWhitelistedDomainResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use RemoveWhitelistedDomainResponse.ProtoReflect.Descriptor instead.

func (*RemoveWhitelistedDomainResponse) ProtoMessage added in v0.27.0

func (*RemoveWhitelistedDomainResponse) ProtoMessage()

func (*RemoveWhitelistedDomainResponse) ProtoReflect added in v0.27.0

func (*RemoveWhitelistedDomainResponse) Reset added in v0.27.0

func (*RemoveWhitelistedDomainResponse) String added in v0.27.0

func (*RemoveWhitelistedDomainResponse) Validate added in v0.27.0

func (m *RemoveWhitelistedDomainResponse) Validate() error

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

func (*RemoveWhitelistedDomainResponse) ValidateAll added in v0.27.0

func (m *RemoveWhitelistedDomainResponse) ValidateAll() error

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

type RemoveWhitelistedDomainResponseMultiError added in v0.27.0

type RemoveWhitelistedDomainResponseMultiError []error

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

func (RemoveWhitelistedDomainResponseMultiError) AllErrors added in v0.27.0

AllErrors returns a list of validation violation errors.

func (RemoveWhitelistedDomainResponseMultiError) Error added in v0.27.0

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

type RemoveWhitelistedDomainResponseValidationError added in v0.27.0

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

RemoveWhitelistedDomainResponseValidationError is the validation error returned by RemoveWhitelistedDomainResponse.Validate if the designated constraints aren't met.

func (RemoveWhitelistedDomainResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (RemoveWhitelistedDomainResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (RemoveWhitelistedDomainResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (RemoveWhitelistedDomainResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (RemoveWhitelistedDomainResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (RemoveWhitelistedDomainResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type ReportOptions added in v0.37.0

type ReportOptions struct {
	Title              string          `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"`
	RefreshCron        string          `protobuf:"bytes,2,opt,name=refresh_cron,json=refreshCron,proto3" json:"refresh_cron,omitempty"`
	RefreshTimeZone    string          `protobuf:"bytes,9,opt,name=refresh_time_zone,json=refreshTimeZone,proto3" json:"refresh_time_zone,omitempty"`
	QueryName          string          `protobuf:"bytes,3,opt,name=query_name,json=queryName,proto3" json:"query_name,omitempty"`
	QueryArgsJson      string          `protobuf:"bytes,4,opt,name=query_args_json,json=queryArgsJson,proto3" json:"query_args_json,omitempty"`
	ExportLimit        uint64          `protobuf:"varint,5,opt,name=export_limit,json=exportLimit,proto3" json:"export_limit,omitempty"`
	ExportFormat       v1.ExportFormat `` /* 132-byte string literal not displayed */
	OpenProjectSubpath string          `protobuf:"bytes,7,opt,name=open_project_subpath,json=openProjectSubpath,proto3" json:"open_project_subpath,omitempty"`
	EmailRecipients    []string        `protobuf:"bytes,8,rep,name=email_recipients,json=emailRecipients,proto3" json:"email_recipients,omitempty"`
	SlackUsers         []string        `protobuf:"bytes,10,rep,name=slack_users,json=slackUsers,proto3" json:"slack_users,omitempty"`
	SlackChannels      []string        `protobuf:"bytes,11,rep,name=slack_channels,json=slackChannels,proto3" json:"slack_channels,omitempty"`
	SlackWebhooks      []string        `protobuf:"bytes,12,rep,name=slack_webhooks,json=slackWebhooks,proto3" json:"slack_webhooks,omitempty"`
	// contains filtered or unexported fields
}

func (*ReportOptions) Descriptor deprecated added in v0.37.0

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

Deprecated: Use ReportOptions.ProtoReflect.Descriptor instead.

func (*ReportOptions) GetEmailRecipients added in v0.43.0

func (x *ReportOptions) GetEmailRecipients() []string

func (*ReportOptions) GetExportFormat added in v0.37.0

func (x *ReportOptions) GetExportFormat() v1.ExportFormat

func (*ReportOptions) GetExportLimit added in v0.37.0

func (x *ReportOptions) GetExportLimit() uint64

func (*ReportOptions) GetOpenProjectSubpath added in v0.37.0

func (x *ReportOptions) GetOpenProjectSubpath() string

func (*ReportOptions) GetQueryArgsJson added in v0.37.0

func (x *ReportOptions) GetQueryArgsJson() string

func (*ReportOptions) GetQueryName added in v0.37.0

func (x *ReportOptions) GetQueryName() string

func (*ReportOptions) GetRefreshCron added in v0.37.0

func (x *ReportOptions) GetRefreshCron() string

func (*ReportOptions) GetRefreshTimeZone added in v0.37.0

func (x *ReportOptions) GetRefreshTimeZone() string

func (*ReportOptions) GetSlackChannels added in v0.43.0

func (x *ReportOptions) GetSlackChannels() []string

func (*ReportOptions) GetSlackUsers added in v0.43.0

func (x *ReportOptions) GetSlackUsers() []string

func (*ReportOptions) GetSlackWebhooks added in v0.43.0

func (x *ReportOptions) GetSlackWebhooks() []string

func (*ReportOptions) GetTitle added in v0.37.0

func (x *ReportOptions) GetTitle() string

func (*ReportOptions) ProtoMessage added in v0.37.0

func (*ReportOptions) ProtoMessage()

func (*ReportOptions) ProtoReflect added in v0.37.0

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

func (*ReportOptions) Reset added in v0.37.0

func (x *ReportOptions) Reset()

func (*ReportOptions) String added in v0.37.0

func (x *ReportOptions) String() string

func (*ReportOptions) Validate added in v0.37.0

func (m *ReportOptions) Validate() error

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

func (*ReportOptions) ValidateAll added in v0.37.0

func (m *ReportOptions) ValidateAll() error

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

type ReportOptionsMultiError added in v0.37.0

type ReportOptionsMultiError []error

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

func (ReportOptionsMultiError) AllErrors added in v0.37.0

func (m ReportOptionsMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ReportOptionsMultiError) Error added in v0.37.0

func (m ReportOptionsMultiError) Error() string

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

type ReportOptionsValidationError added in v0.37.0

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

ReportOptionsValidationError is the validation error returned by ReportOptions.Validate if the designated constraints aren't met.

func (ReportOptionsValidationError) Cause added in v0.37.0

Cause function returns cause value.

func (ReportOptionsValidationError) Error added in v0.37.0

Error satisfies the builtin error interface

func (ReportOptionsValidationError) ErrorName added in v0.37.0

func (e ReportOptionsValidationError) ErrorName() string

ErrorName returns error name.

func (ReportOptionsValidationError) Field added in v0.37.0

Field function returns field value.

func (ReportOptionsValidationError) Key added in v0.37.0

Key function returns key value.

func (ReportOptionsValidationError) Reason added in v0.37.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 RevokeServiceAuthTokenRequest added in v0.31.0

type RevokeServiceAuthTokenRequest struct {
	TokenId string `protobuf:"bytes,1,opt,name=token_id,json=tokenId,proto3" json:"token_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RevokeServiceAuthTokenRequest) Descriptor deprecated added in v0.31.0

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

Deprecated: Use RevokeServiceAuthTokenRequest.ProtoReflect.Descriptor instead.

func (*RevokeServiceAuthTokenRequest) GetTokenId added in v0.31.0

func (x *RevokeServiceAuthTokenRequest) GetTokenId() string

func (*RevokeServiceAuthTokenRequest) ProtoMessage added in v0.31.0

func (*RevokeServiceAuthTokenRequest) ProtoMessage()

func (*RevokeServiceAuthTokenRequest) ProtoReflect added in v0.31.0

func (*RevokeServiceAuthTokenRequest) Reset added in v0.31.0

func (x *RevokeServiceAuthTokenRequest) Reset()

func (*RevokeServiceAuthTokenRequest) String added in v0.31.0

func (*RevokeServiceAuthTokenRequest) Validate added in v0.31.0

func (m *RevokeServiceAuthTokenRequest) Validate() error

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

func (*RevokeServiceAuthTokenRequest) ValidateAll added in v0.31.0

func (m *RevokeServiceAuthTokenRequest) ValidateAll() error

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

type RevokeServiceAuthTokenRequestMultiError added in v0.31.0

type RevokeServiceAuthTokenRequestMultiError []error

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

func (RevokeServiceAuthTokenRequestMultiError) AllErrors added in v0.31.0

AllErrors returns a list of validation violation errors.

func (RevokeServiceAuthTokenRequestMultiError) Error added in v0.31.0

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

type RevokeServiceAuthTokenRequestValidationError added in v0.31.0

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

RevokeServiceAuthTokenRequestValidationError is the validation error returned by RevokeServiceAuthTokenRequest.Validate if the designated constraints aren't met.

func (RevokeServiceAuthTokenRequestValidationError) Cause added in v0.31.0

Cause function returns cause value.

func (RevokeServiceAuthTokenRequestValidationError) Error added in v0.31.0

Error satisfies the builtin error interface

func (RevokeServiceAuthTokenRequestValidationError) ErrorName added in v0.31.0

ErrorName returns error name.

func (RevokeServiceAuthTokenRequestValidationError) Field added in v0.31.0

Field function returns field value.

func (RevokeServiceAuthTokenRequestValidationError) Key added in v0.31.0

Key function returns key value.

func (RevokeServiceAuthTokenRequestValidationError) Reason added in v0.31.0

Reason function returns reason value.

type RevokeServiceAuthTokenResponse added in v0.31.0

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

func (*RevokeServiceAuthTokenResponse) Descriptor deprecated added in v0.31.0

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

Deprecated: Use RevokeServiceAuthTokenResponse.ProtoReflect.Descriptor instead.

func (*RevokeServiceAuthTokenResponse) ProtoMessage added in v0.31.0

func (*RevokeServiceAuthTokenResponse) ProtoMessage()

func (*RevokeServiceAuthTokenResponse) ProtoReflect added in v0.31.0

func (*RevokeServiceAuthTokenResponse) Reset added in v0.31.0

func (x *RevokeServiceAuthTokenResponse) Reset()

func (*RevokeServiceAuthTokenResponse) String added in v0.31.0

func (*RevokeServiceAuthTokenResponse) Validate added in v0.31.0

func (m *RevokeServiceAuthTokenResponse) Validate() error

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

func (*RevokeServiceAuthTokenResponse) ValidateAll added in v0.31.0

func (m *RevokeServiceAuthTokenResponse) ValidateAll() error

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

type RevokeServiceAuthTokenResponseMultiError added in v0.31.0

type RevokeServiceAuthTokenResponseMultiError []error

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

func (RevokeServiceAuthTokenResponseMultiError) AllErrors added in v0.31.0

AllErrors returns a list of validation violation errors.

func (RevokeServiceAuthTokenResponseMultiError) Error added in v0.31.0

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

type RevokeServiceAuthTokenResponseValidationError added in v0.31.0

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

RevokeServiceAuthTokenResponseValidationError is the validation error returned by RevokeServiceAuthTokenResponse.Validate if the designated constraints aren't met.

func (RevokeServiceAuthTokenResponseValidationError) Cause added in v0.31.0

Cause function returns cause value.

func (RevokeServiceAuthTokenResponseValidationError) Error added in v0.31.0

Error satisfies the builtin error interface

func (RevokeServiceAuthTokenResponseValidationError) ErrorName added in v0.31.0

ErrorName returns error name.

func (RevokeServiceAuthTokenResponseValidationError) Field added in v0.31.0

Field function returns field value.

func (RevokeServiceAuthTokenResponseValidationError) Key added in v0.31.0

Key function returns key value.

func (RevokeServiceAuthTokenResponseValidationError) Reason added in v0.31.0

Reason function returns reason value.

type SearchProjectNamesRequest added in v0.29.0

type SearchProjectNamesRequest struct {
	NamePattern string            `protobuf:"bytes,1,opt,name=name_pattern,json=namePattern,proto3" json:"name_pattern,omitempty"`
	Annotations map[string]string `` /* 163-byte string literal not displayed */
	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 (*SearchProjectNamesRequest) Descriptor deprecated added in v0.29.0

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

Deprecated: Use SearchProjectNamesRequest.ProtoReflect.Descriptor instead.

func (*SearchProjectNamesRequest) GetAnnotations added in v0.40.0

func (x *SearchProjectNamesRequest) GetAnnotations() map[string]string

func (*SearchProjectNamesRequest) GetNamePattern added in v0.29.0

func (x *SearchProjectNamesRequest) GetNamePattern() string

func (*SearchProjectNamesRequest) GetPageSize added in v0.29.0

func (x *SearchProjectNamesRequest) GetPageSize() uint32

func (*SearchProjectNamesRequest) GetPageToken added in v0.29.0

func (x *SearchProjectNamesRequest) GetPageToken() string

func (*SearchProjectNamesRequest) ProtoMessage added in v0.29.0

func (*SearchProjectNamesRequest) ProtoMessage()

func (*SearchProjectNamesRequest) ProtoReflect added in v0.29.0

func (*SearchProjectNamesRequest) Reset added in v0.29.0

func (x *SearchProjectNamesRequest) Reset()

func (*SearchProjectNamesRequest) String added in v0.29.0

func (x *SearchProjectNamesRequest) String() string

func (*SearchProjectNamesRequest) Validate added in v0.29.0

func (m *SearchProjectNamesRequest) Validate() error

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

func (*SearchProjectNamesRequest) ValidateAll added in v0.29.0

func (m *SearchProjectNamesRequest) ValidateAll() error

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

type SearchProjectNamesRequestMultiError added in v0.29.0

type SearchProjectNamesRequestMultiError []error

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

func (SearchProjectNamesRequestMultiError) AllErrors added in v0.29.0

AllErrors returns a list of validation violation errors.

func (SearchProjectNamesRequestMultiError) Error added in v0.29.0

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

type SearchProjectNamesRequestValidationError added in v0.29.0

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

SearchProjectNamesRequestValidationError is the validation error returned by SearchProjectNamesRequest.Validate if the designated constraints aren't met.

func (SearchProjectNamesRequestValidationError) Cause added in v0.29.0

Cause function returns cause value.

func (SearchProjectNamesRequestValidationError) Error added in v0.29.0

Error satisfies the builtin error interface

func (SearchProjectNamesRequestValidationError) ErrorName added in v0.29.0

ErrorName returns error name.

func (SearchProjectNamesRequestValidationError) Field added in v0.29.0

Field function returns field value.

func (SearchProjectNamesRequestValidationError) Key added in v0.29.0

Key function returns key value.

func (SearchProjectNamesRequestValidationError) Reason added in v0.29.0

Reason function returns reason value.

type SearchProjectNamesResponse added in v0.29.0

type SearchProjectNamesResponse struct {
	Names         []string `protobuf:"bytes,1,rep,name=names,proto3" json:"names,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 (*SearchProjectNamesResponse) Descriptor deprecated added in v0.29.0

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

Deprecated: Use SearchProjectNamesResponse.ProtoReflect.Descriptor instead.

func (*SearchProjectNamesResponse) GetNames added in v0.29.0

func (x *SearchProjectNamesResponse) GetNames() []string

func (*SearchProjectNamesResponse) GetNextPageToken added in v0.29.0

func (x *SearchProjectNamesResponse) GetNextPageToken() string

func (*SearchProjectNamesResponse) ProtoMessage added in v0.29.0

func (*SearchProjectNamesResponse) ProtoMessage()

func (*SearchProjectNamesResponse) ProtoReflect added in v0.29.0

func (*SearchProjectNamesResponse) Reset added in v0.29.0

func (x *SearchProjectNamesResponse) Reset()

func (*SearchProjectNamesResponse) String added in v0.29.0

func (x *SearchProjectNamesResponse) String() string

func (*SearchProjectNamesResponse) Validate added in v0.29.0

func (m *SearchProjectNamesResponse) Validate() error

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

func (*SearchProjectNamesResponse) ValidateAll added in v0.29.0

func (m *SearchProjectNamesResponse) ValidateAll() error

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

type SearchProjectNamesResponseMultiError added in v0.29.0

type SearchProjectNamesResponseMultiError []error

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

func (SearchProjectNamesResponseMultiError) AllErrors added in v0.29.0

AllErrors returns a list of validation violation errors.

func (SearchProjectNamesResponseMultiError) Error added in v0.29.0

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

type SearchProjectNamesResponseValidationError added in v0.29.0

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

SearchProjectNamesResponseValidationError is the validation error returned by SearchProjectNamesResponse.Validate if the designated constraints aren't met.

func (SearchProjectNamesResponseValidationError) Cause added in v0.29.0

Cause function returns cause value.

func (SearchProjectNamesResponseValidationError) Error added in v0.29.0

Error satisfies the builtin error interface

func (SearchProjectNamesResponseValidationError) ErrorName added in v0.29.0

ErrorName returns error name.

func (SearchProjectNamesResponseValidationError) Field added in v0.29.0

Field function returns field value.

func (SearchProjectNamesResponseValidationError) Key added in v0.29.0

Key function returns key value.

func (SearchProjectNamesResponseValidationError) Reason added in v0.29.0

Reason function returns reason value.

type SearchProjectUsersRequest added in v0.33.2

type SearchProjectUsersRequest 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"`
	EmailQuery   string `protobuf:"bytes,3,opt,name=email_query,json=emailQuery,proto3" json:"email_query,omitempty"`
	PageSize     uint32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken    string `protobuf:"bytes,5,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchProjectUsersRequest) Descriptor deprecated added in v0.33.2

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

Deprecated: Use SearchProjectUsersRequest.ProtoReflect.Descriptor instead.

func (*SearchProjectUsersRequest) GetEmailQuery added in v0.33.2

func (x *SearchProjectUsersRequest) GetEmailQuery() string

func (*SearchProjectUsersRequest) GetOrganization added in v0.33.2

func (x *SearchProjectUsersRequest) GetOrganization() string

func (*SearchProjectUsersRequest) GetPageSize added in v0.33.2

func (x *SearchProjectUsersRequest) GetPageSize() uint32

func (*SearchProjectUsersRequest) GetPageToken added in v0.33.2

func (x *SearchProjectUsersRequest) GetPageToken() string

func (*SearchProjectUsersRequest) GetProject added in v0.33.2

func (x *SearchProjectUsersRequest) GetProject() string

func (*SearchProjectUsersRequest) ProtoMessage added in v0.33.2

func (*SearchProjectUsersRequest) ProtoMessage()

func (*SearchProjectUsersRequest) ProtoReflect added in v0.33.2

func (*SearchProjectUsersRequest) Reset added in v0.33.2

func (x *SearchProjectUsersRequest) Reset()

func (*SearchProjectUsersRequest) String added in v0.33.2

func (x *SearchProjectUsersRequest) String() string

func (*SearchProjectUsersRequest) Validate added in v0.33.2

func (m *SearchProjectUsersRequest) Validate() error

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

func (*SearchProjectUsersRequest) ValidateAll added in v0.33.2

func (m *SearchProjectUsersRequest) ValidateAll() error

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

type SearchProjectUsersRequestMultiError added in v0.33.2

type SearchProjectUsersRequestMultiError []error

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

func (SearchProjectUsersRequestMultiError) AllErrors added in v0.33.2

AllErrors returns a list of validation violation errors.

func (SearchProjectUsersRequestMultiError) Error added in v0.33.2

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

type SearchProjectUsersRequestValidationError added in v0.33.2

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

SearchProjectUsersRequestValidationError is the validation error returned by SearchProjectUsersRequest.Validate if the designated constraints aren't met.

func (SearchProjectUsersRequestValidationError) Cause added in v0.33.2

Cause function returns cause value.

func (SearchProjectUsersRequestValidationError) Error added in v0.33.2

Error satisfies the builtin error interface

func (SearchProjectUsersRequestValidationError) ErrorName added in v0.33.2

ErrorName returns error name.

func (SearchProjectUsersRequestValidationError) Field added in v0.33.2

Field function returns field value.

func (SearchProjectUsersRequestValidationError) Key added in v0.33.2

Key function returns key value.

func (SearchProjectUsersRequestValidationError) Reason added in v0.33.2

Reason function returns reason value.

type SearchProjectUsersResponse added in v0.33.2

type SearchProjectUsersResponse struct {
	Users         []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,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 (*SearchProjectUsersResponse) Descriptor deprecated added in v0.33.2

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

Deprecated: Use SearchProjectUsersResponse.ProtoReflect.Descriptor instead.

func (*SearchProjectUsersResponse) GetNextPageToken added in v0.33.2

func (x *SearchProjectUsersResponse) GetNextPageToken() string

func (*SearchProjectUsersResponse) GetUsers added in v0.33.2

func (x *SearchProjectUsersResponse) GetUsers() []*User

func (*SearchProjectUsersResponse) ProtoMessage added in v0.33.2

func (*SearchProjectUsersResponse) ProtoMessage()

func (*SearchProjectUsersResponse) ProtoReflect added in v0.33.2

func (*SearchProjectUsersResponse) Reset added in v0.33.2

func (x *SearchProjectUsersResponse) Reset()

func (*SearchProjectUsersResponse) String added in v0.33.2

func (x *SearchProjectUsersResponse) String() string

func (*SearchProjectUsersResponse) Validate added in v0.33.2

func (m *SearchProjectUsersResponse) Validate() error

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

func (*SearchProjectUsersResponse) ValidateAll added in v0.33.2

func (m *SearchProjectUsersResponse) ValidateAll() error

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

type SearchProjectUsersResponseMultiError added in v0.33.2

type SearchProjectUsersResponseMultiError []error

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

func (SearchProjectUsersResponseMultiError) AllErrors added in v0.33.2

AllErrors returns a list of validation violation errors.

func (SearchProjectUsersResponseMultiError) Error added in v0.33.2

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

type SearchProjectUsersResponseValidationError added in v0.33.2

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

SearchProjectUsersResponseValidationError is the validation error returned by SearchProjectUsersResponse.Validate if the designated constraints aren't met.

func (SearchProjectUsersResponseValidationError) Cause added in v0.33.2

Cause function returns cause value.

func (SearchProjectUsersResponseValidationError) Error added in v0.33.2

Error satisfies the builtin error interface

func (SearchProjectUsersResponseValidationError) ErrorName added in v0.33.2

ErrorName returns error name.

func (SearchProjectUsersResponseValidationError) Field added in v0.33.2

Field function returns field value.

func (SearchProjectUsersResponseValidationError) Key added in v0.33.2

Key function returns key value.

func (SearchProjectUsersResponseValidationError) Reason added in v0.33.2

Reason function returns reason value.

type SearchUsersRequest added in v0.27.0

type SearchUsersRequest struct {
	EmailPattern string `protobuf:"bytes,1,opt,name=email_pattern,json=emailPattern,proto3" json:"email_pattern,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 (*SearchUsersRequest) Descriptor deprecated added in v0.27.0

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

Deprecated: Use SearchUsersRequest.ProtoReflect.Descriptor instead.

func (*SearchUsersRequest) GetEmailPattern added in v0.27.0

func (x *SearchUsersRequest) GetEmailPattern() string

func (*SearchUsersRequest) GetPageSize added in v0.27.0

func (x *SearchUsersRequest) GetPageSize() uint32

func (*SearchUsersRequest) GetPageToken added in v0.27.0

func (x *SearchUsersRequest) GetPageToken() string

func (*SearchUsersRequest) ProtoMessage added in v0.27.0

func (*SearchUsersRequest) ProtoMessage()

func (*SearchUsersRequest) ProtoReflect added in v0.27.0

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

func (*SearchUsersRequest) Reset added in v0.27.0

func (x *SearchUsersRequest) Reset()

func (*SearchUsersRequest) String added in v0.27.0

func (x *SearchUsersRequest) String() string

func (*SearchUsersRequest) Validate added in v0.27.0

func (m *SearchUsersRequest) Validate() error

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

func (*SearchUsersRequest) ValidateAll added in v0.27.0

func (m *SearchUsersRequest) ValidateAll() error

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

type SearchUsersRequestMultiError added in v0.27.0

type SearchUsersRequestMultiError []error

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

func (SearchUsersRequestMultiError) AllErrors added in v0.27.0

func (m SearchUsersRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SearchUsersRequestMultiError) Error added in v0.27.0

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

type SearchUsersRequestValidationError added in v0.27.0

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

SearchUsersRequestValidationError is the validation error returned by SearchUsersRequest.Validate if the designated constraints aren't met.

func (SearchUsersRequestValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (SearchUsersRequestValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (SearchUsersRequestValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (SearchUsersRequestValidationError) Field added in v0.27.0

Field function returns field value.

func (SearchUsersRequestValidationError) Key added in v0.27.0

Key function returns key value.

func (SearchUsersRequestValidationError) Reason added in v0.27.0

Reason function returns reason value.

type SearchUsersResponse added in v0.27.0

type SearchUsersResponse struct {
	Users         []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,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 (*SearchUsersResponse) Descriptor deprecated added in v0.27.0

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

Deprecated: Use SearchUsersResponse.ProtoReflect.Descriptor instead.

func (*SearchUsersResponse) GetNextPageToken added in v0.27.0

func (x *SearchUsersResponse) GetNextPageToken() string

func (*SearchUsersResponse) GetUsers added in v0.27.0

func (x *SearchUsersResponse) GetUsers() []*User

func (*SearchUsersResponse) ProtoMessage added in v0.27.0

func (*SearchUsersResponse) ProtoMessage()

func (*SearchUsersResponse) ProtoReflect added in v0.27.0

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

func (*SearchUsersResponse) Reset added in v0.27.0

func (x *SearchUsersResponse) Reset()

func (*SearchUsersResponse) String added in v0.27.0

func (x *SearchUsersResponse) String() string

func (*SearchUsersResponse) Validate added in v0.27.0

func (m *SearchUsersResponse) Validate() error

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

func (*SearchUsersResponse) ValidateAll added in v0.27.0

func (m *SearchUsersResponse) ValidateAll() error

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

type SearchUsersResponseMultiError added in v0.27.0

type SearchUsersResponseMultiError []error

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

func (SearchUsersResponseMultiError) AllErrors added in v0.27.0

func (m SearchUsersResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SearchUsersResponseMultiError) Error added in v0.27.0

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

type SearchUsersResponseValidationError added in v0.27.0

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

SearchUsersResponseValidationError is the validation error returned by SearchUsersResponse.Validate if the designated constraints aren't met.

func (SearchUsersResponseValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (SearchUsersResponseValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (SearchUsersResponseValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (SearchUsersResponseValidationError) Field added in v0.27.0

Field function returns field value.

func (SearchUsersResponseValidationError) Key added in v0.27.0

Key function returns key value.

func (SearchUsersResponseValidationError) Reason added in v0.27.0

Reason function returns reason value.

type Service added in v0.31.0

type Service struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	Name      string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	OrgId     string                 `protobuf:"bytes,3,opt,name=org_id,json=orgId,proto3" json:"org_id,omitempty"`
	OrgName   string                 `protobuf:"bytes,4,opt,name=org_name,json=orgName,proto3" json:"org_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 (*Service) Descriptor deprecated added in v0.31.0

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

Deprecated: Use Service.ProtoReflect.Descriptor instead.

func (*Service) GetCreatedOn added in v0.31.0

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

func (*Service) GetId added in v0.31.0

func (x *Service) GetId() string

func (*Service) GetName added in v0.31.0

func (x *Service) GetName() string

func (*Service) GetOrgId added in v0.31.0

func (x *Service) GetOrgId() string

func (*Service) GetOrgName added in v0.31.0

func (x *Service) GetOrgName() string

func (*Service) GetUpdatedOn added in v0.31.0

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

func (*Service) ProtoMessage added in v0.31.0

func (*Service) ProtoMessage()

func (*Service) ProtoReflect added in v0.31.0

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

func (*Service) Reset added in v0.31.0

func (x *Service) Reset()

func (*Service) String added in v0.31.0

func (x *Service) String() string

func (*Service) Validate added in v0.31.0

func (m *Service) Validate() error

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

func (*Service) ValidateAll added in v0.31.0

func (m *Service) ValidateAll() error

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

type ServiceMultiError added in v0.31.0

type ServiceMultiError []error

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

func (ServiceMultiError) AllErrors added in v0.31.0

func (m ServiceMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ServiceMultiError) Error added in v0.31.0

func (m ServiceMultiError) Error() string

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

type ServiceToken added in v0.31.0

type ServiceToken struct {
	Id        string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreatedOn *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=created_on,json=createdOn,proto3" json:"created_on,omitempty"`
	ExpiresOn *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=expires_on,json=expiresOn,proto3" json:"expires_on,omitempty"`
	// contains filtered or unexported fields
}

func (*ServiceToken) Descriptor deprecated added in v0.31.0

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

Deprecated: Use ServiceToken.ProtoReflect.Descriptor instead.

func (*ServiceToken) GetCreatedOn added in v0.31.0

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

func (*ServiceToken) GetExpiresOn added in v0.31.0

func (x *ServiceToken) GetExpiresOn() *timestamppb.Timestamp

func (*ServiceToken) GetId added in v0.31.0

func (x *ServiceToken) GetId() string

func (*ServiceToken) ProtoMessage added in v0.31.0

func (*ServiceToken) ProtoMessage()

func (*ServiceToken) ProtoReflect added in v0.31.0

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

func (*ServiceToken) Reset added in v0.31.0

func (x *ServiceToken) Reset()

func (*ServiceToken) String added in v0.31.0

func (x *ServiceToken) String() string

func (*ServiceToken) Validate added in v0.31.0

func (m *ServiceToken) Validate() error

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

func (*ServiceToken) ValidateAll added in v0.31.0

func (m *ServiceToken) ValidateAll() error

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

type ServiceTokenMultiError added in v0.31.0

type ServiceTokenMultiError []error

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

func (ServiceTokenMultiError) AllErrors added in v0.31.0

func (m ServiceTokenMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (ServiceTokenMultiError) Error added in v0.31.0

func (m ServiceTokenMultiError) Error() string

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

type ServiceTokenValidationError added in v0.31.0

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

ServiceTokenValidationError is the validation error returned by ServiceToken.Validate if the designated constraints aren't met.

func (ServiceTokenValidationError) Cause added in v0.31.0

Cause function returns cause value.

func (ServiceTokenValidationError) Error added in v0.31.0

Error satisfies the builtin error interface

func (ServiceTokenValidationError) ErrorName added in v0.31.0

func (e ServiceTokenValidationError) ErrorName() string

ErrorName returns error name.

func (ServiceTokenValidationError) Field added in v0.31.0

Field function returns field value.

func (ServiceTokenValidationError) Key added in v0.31.0

Key function returns key value.

func (ServiceTokenValidationError) Reason added in v0.31.0

Reason function returns reason value.

type ServiceValidationError added in v0.31.0

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

ServiceValidationError is the validation error returned by Service.Validate if the designated constraints aren't met.

func (ServiceValidationError) Cause added in v0.31.0

func (e ServiceValidationError) Cause() error

Cause function returns cause value.

func (ServiceValidationError) Error added in v0.31.0

func (e ServiceValidationError) Error() string

Error satisfies the builtin error interface

func (ServiceValidationError) ErrorName added in v0.31.0

func (e ServiceValidationError) ErrorName() string

ErrorName returns error name.

func (ServiceValidationError) Field added in v0.31.0

func (e ServiceValidationError) Field() string

Field function returns field value.

func (ServiceValidationError) Key added in v0.31.0

func (e ServiceValidationError) Key() bool

Key function returns key value.

func (ServiceValidationError) Reason added in v0.31.0

func (e ServiceValidationError) Reason() string

Reason function returns reason value.

type SetOrganizationMemberRoleRequest added in v0.24.0

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

func (*SetOrganizationMemberRoleRequest) Descriptor deprecated added in v0.24.0

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

Deprecated: Use SetOrganizationMemberRoleRequest.ProtoReflect.Descriptor instead.

func (*SetOrganizationMemberRoleRequest) GetEmail added in v0.24.0

func (*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 SetSuperuserRequest added in v0.26.0

type SetSuperuserRequest struct {
	Email     string `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	Superuser bool   `protobuf:"varint,2,opt,name=superuser,proto3" json:"superuser,omitempty"`
	// contains filtered or unexported fields
}

func (*SetSuperuserRequest) Descriptor deprecated added in v0.26.0

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

Deprecated: Use SetSuperuserRequest.ProtoReflect.Descriptor instead.

func (*SetSuperuserRequest) GetEmail added in v0.26.0

func (x *SetSuperuserRequest) GetEmail() string

func (*SetSuperuserRequest) GetSuperuser added in v0.26.0

func (x *SetSuperuserRequest) GetSuperuser() bool

func (*SetSuperuserRequest) ProtoMessage added in v0.26.0

func (*SetSuperuserRequest) ProtoMessage()

func (*SetSuperuserRequest) ProtoReflect added in v0.26.0

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

func (*SetSuperuserRequest) Reset added in v0.26.0

func (x *SetSuperuserRequest) Reset()

func (*SetSuperuserRequest) String added in v0.26.0

func (x *SetSuperuserRequest) String() string

func (*SetSuperuserRequest) Validate added in v0.26.0

func (m *SetSuperuserRequest) Validate() error

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

func (*SetSuperuserRequest) ValidateAll added in v0.26.0

func (m *SetSuperuserRequest) ValidateAll() error

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

type SetSuperuserRequestMultiError added in v0.26.0

type SetSuperuserRequestMultiError []error

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

func (SetSuperuserRequestMultiError) AllErrors added in v0.26.0

func (m SetSuperuserRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetSuperuserRequestMultiError) Error added in v0.26.0

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

type SetSuperuserRequestValidationError added in v0.26.0

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

SetSuperuserRequestValidationError is the validation error returned by SetSuperuserRequest.Validate if the designated constraints aren't met.

func (SetSuperuserRequestValidationError) Cause added in v0.26.0

Cause function returns cause value.

func (SetSuperuserRequestValidationError) Error added in v0.26.0

Error satisfies the builtin error interface

func (SetSuperuserRequestValidationError) ErrorName added in v0.26.0

ErrorName returns error name.

func (SetSuperuserRequestValidationError) Field added in v0.26.0

Field function returns field value.

func (SetSuperuserRequestValidationError) Key added in v0.26.0

Key function returns key value.

func (SetSuperuserRequestValidationError) Reason added in v0.26.0

Reason function returns reason value.

type SetSuperuserResponse added in v0.26.0

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

func (*SetSuperuserResponse) Descriptor deprecated added in v0.26.0

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

Deprecated: Use SetSuperuserResponse.ProtoReflect.Descriptor instead.

func (*SetSuperuserResponse) ProtoMessage added in v0.26.0

func (*SetSuperuserResponse) ProtoMessage()

func (*SetSuperuserResponse) ProtoReflect added in v0.26.0

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

func (*SetSuperuserResponse) Reset added in v0.26.0

func (x *SetSuperuserResponse) Reset()

func (*SetSuperuserResponse) String added in v0.26.0

func (x *SetSuperuserResponse) String() string

func (*SetSuperuserResponse) Validate added in v0.26.0

func (m *SetSuperuserResponse) Validate() error

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

func (*SetSuperuserResponse) ValidateAll added in v0.26.0

func (m *SetSuperuserResponse) ValidateAll() error

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

type SetSuperuserResponseMultiError added in v0.26.0

type SetSuperuserResponseMultiError []error

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

func (SetSuperuserResponseMultiError) AllErrors added in v0.26.0

func (m SetSuperuserResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SetSuperuserResponseMultiError) Error added in v0.26.0

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

type SetSuperuserResponseValidationError added in v0.26.0

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

SetSuperuserResponseValidationError is the validation error returned by SetSuperuserResponse.Validate if the designated constraints aren't met.

func (SetSuperuserResponseValidationError) Cause added in v0.26.0

Cause function returns cause value.

func (SetSuperuserResponseValidationError) Error added in v0.26.0

Error satisfies the builtin error interface

func (SetSuperuserResponseValidationError) ErrorName added in v0.26.0

ErrorName returns error name.

func (SetSuperuserResponseValidationError) Field added in v0.26.0

Field function returns field value.

func (SetSuperuserResponseValidationError) Key added in v0.26.0

Key function returns key value.

func (SetSuperuserResponseValidationError) Reason added in v0.26.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 StringTimestampPageToken added in v0.37.0

type StringTimestampPageToken struct {
	Str string                 `protobuf:"bytes,1,opt,name=str,proto3" json:"str,omitempty"`
	Ts  *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=ts,proto3" json:"ts,omitempty"`
	// contains filtered or unexported fields
}

func (*StringTimestampPageToken) Descriptor deprecated added in v0.37.0

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

Deprecated: Use StringTimestampPageToken.ProtoReflect.Descriptor instead.

func (*StringTimestampPageToken) GetStr added in v0.37.0

func (x *StringTimestampPageToken) GetStr() string

func (*StringTimestampPageToken) GetTs added in v0.37.0

func (*StringTimestampPageToken) ProtoMessage added in v0.37.0

func (*StringTimestampPageToken) ProtoMessage()

func (*StringTimestampPageToken) ProtoReflect added in v0.37.0

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

func (*StringTimestampPageToken) Reset added in v0.37.0

func (x *StringTimestampPageToken) Reset()

func (*StringTimestampPageToken) String added in v0.37.0

func (x *StringTimestampPageToken) String() string

func (*StringTimestampPageToken) Validate added in v0.37.0

func (m *StringTimestampPageToken) Validate() error

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

func (*StringTimestampPageToken) ValidateAll added in v0.37.0

func (m *StringTimestampPageToken) ValidateAll() error

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

type StringTimestampPageTokenMultiError added in v0.37.0

type StringTimestampPageTokenMultiError []error

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

func (StringTimestampPageTokenMultiError) AllErrors added in v0.37.0

func (m StringTimestampPageTokenMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (StringTimestampPageTokenMultiError) Error added in v0.37.0

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

type StringTimestampPageTokenValidationError added in v0.37.0

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

StringTimestampPageTokenValidationError is the validation error returned by StringTimestampPageToken.Validate if the designated constraints aren't met.

func (StringTimestampPageTokenValidationError) Cause added in v0.37.0

Cause function returns cause value.

func (StringTimestampPageTokenValidationError) Error added in v0.37.0

Error satisfies the builtin error interface

func (StringTimestampPageTokenValidationError) ErrorName added in v0.37.0

ErrorName returns error name.

func (StringTimestampPageTokenValidationError) Field added in v0.37.0

Field function returns field value.

func (StringTimestampPageTokenValidationError) Key added in v0.37.0

Key function returns key value.

func (StringTimestampPageTokenValidationError) Reason added in v0.37.0

Reason function returns reason value.

type SudoGetResourceRequest added in v0.27.3

type SudoGetResourceRequest struct {

	// Types that are assignable to Id:
	//
	//	*SudoGetResourceRequest_UserId
	//	*SudoGetResourceRequest_OrgId
	//	*SudoGetResourceRequest_ProjectId
	//	*SudoGetResourceRequest_DeploymentId
	//	*SudoGetResourceRequest_InstanceId
	Id isSudoGetResourceRequest_Id `protobuf_oneof:"id"`
	// contains filtered or unexported fields
}

func (*SudoGetResourceRequest) Descriptor deprecated added in v0.27.3

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

Deprecated: Use SudoGetResourceRequest.ProtoReflect.Descriptor instead.

func (*SudoGetResourceRequest) GetDeploymentId added in v0.27.3

func (x *SudoGetResourceRequest) GetDeploymentId() string

func (*SudoGetResourceRequest) GetId added in v0.27.3

func (m *SudoGetResourceRequest) GetId() isSudoGetResourceRequest_Id

func (*SudoGetResourceRequest) GetInstanceId added in v0.27.3

func (x *SudoGetResourceRequest) GetInstanceId() string

func (*SudoGetResourceRequest) GetOrgId added in v0.27.3

func (x *SudoGetResourceRequest) GetOrgId() string

func (*SudoGetResourceRequest) GetProjectId added in v0.27.3

func (x *SudoGetResourceRequest) GetProjectId() string

func (*SudoGetResourceRequest) GetUserId added in v0.27.3

func (x *SudoGetResourceRequest) GetUserId() string

func (*SudoGetResourceRequest) ProtoMessage added in v0.27.3

func (*SudoGetResourceRequest) ProtoMessage()

func (*SudoGetResourceRequest) ProtoReflect added in v0.27.3

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

func (*SudoGetResourceRequest) Reset added in v0.27.3

func (x *SudoGetResourceRequest) Reset()

func (*SudoGetResourceRequest) String added in v0.27.3

func (x *SudoGetResourceRequest) String() string

func (*SudoGetResourceRequest) Validate added in v0.27.3

func (m *SudoGetResourceRequest) Validate() error

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

func (*SudoGetResourceRequest) ValidateAll added in v0.27.3

func (m *SudoGetResourceRequest) ValidateAll() error

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

type SudoGetResourceRequestMultiError added in v0.27.3

type SudoGetResourceRequestMultiError []error

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

func (SudoGetResourceRequestMultiError) AllErrors added in v0.27.3

func (m SudoGetResourceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SudoGetResourceRequestMultiError) Error added in v0.27.3

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

type SudoGetResourceRequestValidationError added in v0.27.3

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

SudoGetResourceRequestValidationError is the validation error returned by SudoGetResourceRequest.Validate if the designated constraints aren't met.

func (SudoGetResourceRequestValidationError) Cause added in v0.27.3

Cause function returns cause value.

func (SudoGetResourceRequestValidationError) Error added in v0.27.3

Error satisfies the builtin error interface

func (SudoGetResourceRequestValidationError) ErrorName added in v0.27.3

ErrorName returns error name.

func (SudoGetResourceRequestValidationError) Field added in v0.27.3

Field function returns field value.

func (SudoGetResourceRequestValidationError) Key added in v0.27.3

Key function returns key value.

func (SudoGetResourceRequestValidationError) Reason added in v0.27.3

Reason function returns reason value.

type SudoGetResourceRequest_DeploymentId added in v0.27.3

type SudoGetResourceRequest_DeploymentId struct {
	DeploymentId string `protobuf:"bytes,4,opt,name=deployment_id,json=deploymentId,proto3,oneof"`
}

type SudoGetResourceRequest_InstanceId added in v0.27.3

type SudoGetResourceRequest_InstanceId struct {
	InstanceId string `protobuf:"bytes,5,opt,name=instance_id,json=instanceId,proto3,oneof"`
}

type SudoGetResourceRequest_OrgId added in v0.27.3

type SudoGetResourceRequest_OrgId struct {
	OrgId string `protobuf:"bytes,2,opt,name=org_id,json=orgId,proto3,oneof"`
}

type SudoGetResourceRequest_ProjectId added in v0.27.3

type SudoGetResourceRequest_ProjectId struct {
	ProjectId string `protobuf:"bytes,3,opt,name=project_id,json=projectId,proto3,oneof"`
}

type SudoGetResourceRequest_UserId added in v0.27.3

type SudoGetResourceRequest_UserId struct {
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3,oneof"`
}

type SudoGetResourceResponse added in v0.27.3

type SudoGetResourceResponse struct {

	// Types that are assignable to Resource:
	//
	//	*SudoGetResourceResponse_User
	//	*SudoGetResourceResponse_Org
	//	*SudoGetResourceResponse_Project
	//	*SudoGetResourceResponse_Deployment
	//	*SudoGetResourceResponse_Instance
	Resource isSudoGetResourceResponse_Resource `protobuf_oneof:"resource"`
	// contains filtered or unexported fields
}

func (*SudoGetResourceResponse) Descriptor deprecated added in v0.27.3

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

Deprecated: Use SudoGetResourceResponse.ProtoReflect.Descriptor instead.

func (*SudoGetResourceResponse) GetDeployment added in v0.27.3

func (x *SudoGetResourceResponse) GetDeployment() *Deployment

func (*SudoGetResourceResponse) GetInstance added in v0.27.3

func (x *SudoGetResourceResponse) GetInstance() *Deployment

func (*SudoGetResourceResponse) GetOrg added in v0.27.3

func (*SudoGetResourceResponse) GetProject added in v0.27.3

func (x *SudoGetResourceResponse) GetProject() *Project

func (*SudoGetResourceResponse) GetResource added in v0.27.3

func (m *SudoGetResourceResponse) GetResource() isSudoGetResourceResponse_Resource

func (*SudoGetResourceResponse) GetUser added in v0.27.3

func (x *SudoGetResourceResponse) GetUser() *User

func (*SudoGetResourceResponse) ProtoMessage added in v0.27.3

func (*SudoGetResourceResponse) ProtoMessage()

func (*SudoGetResourceResponse) ProtoReflect added in v0.27.3

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

func (*SudoGetResourceResponse) Reset added in v0.27.3

func (x *SudoGetResourceResponse) Reset()

func (*SudoGetResourceResponse) String added in v0.27.3

func (x *SudoGetResourceResponse) String() string

func (*SudoGetResourceResponse) Validate added in v0.27.3

func (m *SudoGetResourceResponse) Validate() error

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

func (*SudoGetResourceResponse) ValidateAll added in v0.27.3

func (m *SudoGetResourceResponse) ValidateAll() error

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

type SudoGetResourceResponseMultiError added in v0.27.3

type SudoGetResourceResponseMultiError []error

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

func (SudoGetResourceResponseMultiError) AllErrors added in v0.27.3

func (m SudoGetResourceResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (SudoGetResourceResponseMultiError) Error added in v0.27.3

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

type SudoGetResourceResponseValidationError added in v0.27.3

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

SudoGetResourceResponseValidationError is the validation error returned by SudoGetResourceResponse.Validate if the designated constraints aren't met.

func (SudoGetResourceResponseValidationError) Cause added in v0.27.3

Cause function returns cause value.

func (SudoGetResourceResponseValidationError) Error added in v0.27.3

Error satisfies the builtin error interface

func (SudoGetResourceResponseValidationError) ErrorName added in v0.27.3

ErrorName returns error name.

func (SudoGetResourceResponseValidationError) Field added in v0.27.3

Field function returns field value.

func (SudoGetResourceResponseValidationError) Key added in v0.27.3

Key function returns key value.

func (SudoGetResourceResponseValidationError) Reason added in v0.27.3

Reason function returns reason value.

type SudoGetResourceResponse_Deployment added in v0.27.3

type SudoGetResourceResponse_Deployment struct {
	Deployment *Deployment `protobuf:"bytes,4,opt,name=deployment,proto3,oneof"`
}

type SudoGetResourceResponse_Instance added in v0.27.3

type SudoGetResourceResponse_Instance struct {
	Instance *Deployment `protobuf:"bytes,5,opt,name=instance,proto3,oneof"`
}

type SudoGetResourceResponse_Org added in v0.27.3

type SudoGetResourceResponse_Org struct {
	Org *Organization `protobuf:"bytes,2,opt,name=org,proto3,oneof"`
}

type SudoGetResourceResponse_Project added in v0.27.3

type SudoGetResourceResponse_Project struct {
	Project *Project `protobuf:"bytes,3,opt,name=project,proto3,oneof"`
}

type SudoGetResourceResponse_User added in v0.27.3

type SudoGetResourceResponse_User struct {
	User *User `protobuf:"bytes,1,opt,name=user,proto3,oneof"`
}

type SudoUpdateAnnotationsRequest added in v0.40.0

type SudoUpdateAnnotationsRequest 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"`
	Annotations  map[string]string `` /* 163-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SudoUpdateAnnotationsRequest) Descriptor deprecated added in v0.40.0

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

Deprecated: Use SudoUpdateAnnotationsRequest.ProtoReflect.Descriptor instead.

func (*SudoUpdateAnnotationsRequest) GetAnnotations added in v0.40.0

func (x *SudoUpdateAnnotationsRequest) GetAnnotations() map[string]string

func (*SudoUpdateAnnotationsRequest) GetOrganization added in v0.40.0

func (x *SudoUpdateAnnotationsRequest) GetOrganization() string

func (*SudoUpdateAnnotationsRequest) GetProject added in v0.40.0

func (x *SudoUpdateAnnotationsRequest) GetProject() string

func (*SudoUpdateAnnotationsRequest) ProtoMessage added in v0.40.0

func (*SudoUpdateAnnotationsRequest) ProtoMessage()

func (*SudoUpdateAnnotationsRequest) ProtoReflect added in v0.40.0

func (*SudoUpdateAnnotationsRequest) Reset added in v0.40.0

func (x *SudoUpdateAnnotationsRequest) Reset()

func (*SudoUpdateAnnotationsRequest) String added in v0.40.0

func (*SudoUpdateAnnotationsRequest) Validate added in v0.40.0

func (m *SudoUpdateAnnotationsRequest) Validate() error

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

func (*SudoUpdateAnnotationsRequest) ValidateAll added in v0.40.0

func (m *SudoUpdateAnnotationsRequest) ValidateAll() error

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

type SudoUpdateAnnotationsRequestMultiError added in v0.40.0

type SudoUpdateAnnotationsRequestMultiError []error

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

func (SudoUpdateAnnotationsRequestMultiError) AllErrors added in v0.40.0

AllErrors returns a list of validation violation errors.

func (SudoUpdateAnnotationsRequestMultiError) Error added in v0.40.0

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

type SudoUpdateAnnotationsRequestValidationError added in v0.40.0

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

SudoUpdateAnnotationsRequestValidationError is the validation error returned by SudoUpdateAnnotationsRequest.Validate if the designated constraints aren't met.

func (SudoUpdateAnnotationsRequestValidationError) Cause added in v0.40.0

Cause function returns cause value.

func (SudoUpdateAnnotationsRequestValidationError) Error added in v0.40.0

Error satisfies the builtin error interface

func (SudoUpdateAnnotationsRequestValidationError) ErrorName added in v0.40.0

ErrorName returns error name.

func (SudoUpdateAnnotationsRequestValidationError) Field added in v0.40.0

Field function returns field value.

func (SudoUpdateAnnotationsRequestValidationError) Key added in v0.40.0

Key function returns key value.

func (SudoUpdateAnnotationsRequestValidationError) Reason added in v0.40.0

Reason function returns reason value.

type SudoUpdateAnnotationsResponse added in v0.40.0

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

func (*SudoUpdateAnnotationsResponse) Descriptor deprecated added in v0.40.0

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

Deprecated: Use SudoUpdateAnnotationsResponse.ProtoReflect.Descriptor instead.

func (*SudoUpdateAnnotationsResponse) GetProject added in v0.40.0

func (x *SudoUpdateAnnotationsResponse) GetProject() *Project

func (*SudoUpdateAnnotationsResponse) ProtoMessage added in v0.40.0

func (*SudoUpdateAnnotationsResponse) ProtoMessage()

func (*SudoUpdateAnnotationsResponse) ProtoReflect added in v0.40.0

func (*SudoUpdateAnnotationsResponse) Reset added in v0.40.0

func (x *SudoUpdateAnnotationsResponse) Reset()

func (*SudoUpdateAnnotationsResponse) String added in v0.40.0

func (*SudoUpdateAnnotationsResponse) Validate added in v0.40.0

func (m *SudoUpdateAnnotationsResponse) Validate() error

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

func (*SudoUpdateAnnotationsResponse) ValidateAll added in v0.40.0

func (m *SudoUpdateAnnotationsResponse) ValidateAll() error

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

type SudoUpdateAnnotationsResponseMultiError added in v0.40.0

type SudoUpdateAnnotationsResponseMultiError []error

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

func (SudoUpdateAnnotationsResponseMultiError) AllErrors added in v0.40.0

AllErrors returns a list of validation violation errors.

func (SudoUpdateAnnotationsResponseMultiError) Error added in v0.40.0

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

type SudoUpdateAnnotationsResponseValidationError added in v0.40.0

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

SudoUpdateAnnotationsResponseValidationError is the validation error returned by SudoUpdateAnnotationsResponse.Validate if the designated constraints aren't met.

func (SudoUpdateAnnotationsResponseValidationError) Cause added in v0.40.0

Cause function returns cause value.

func (SudoUpdateAnnotationsResponseValidationError) Error added in v0.40.0

Error satisfies the builtin error interface

func (SudoUpdateAnnotationsResponseValidationError) ErrorName added in v0.40.0

ErrorName returns error name.

func (SudoUpdateAnnotationsResponseValidationError) Field added in v0.40.0

Field function returns field value.

func (SudoUpdateAnnotationsResponseValidationError) Key added in v0.40.0

Key function returns key value.

func (SudoUpdateAnnotationsResponseValidationError) Reason added in v0.40.0

Reason function returns reason value.

type SudoUpdateOrganizationQuotasRequest added in v0.28.2

type SudoUpdateOrganizationQuotasRequest struct {
	OrgName            string  `protobuf:"bytes,1,opt,name=org_name,json=orgName,proto3" json:"org_name,omitempty"`
	Projects           *uint32 `protobuf:"varint,2,opt,name=projects,proto3,oneof" json:"projects,omitempty"`
	Deployments        *uint32 `protobuf:"varint,3,opt,name=deployments,proto3,oneof" json:"deployments,omitempty"`
	SlotsTotal         *uint32 `protobuf:"varint,4,opt,name=slots_total,json=slotsTotal,proto3,oneof" json:"slots_total,omitempty"`
	SlotsPerDeployment *uint32 `protobuf:"varint,5,opt,name=slots_per_deployment,json=slotsPerDeployment,proto3,oneof" json:"slots_per_deployment,omitempty"`
	OutstandingInvites *uint32 `protobuf:"varint,6,opt,name=outstanding_invites,json=outstandingInvites,proto3,oneof" json:"outstanding_invites,omitempty"`
	// contains filtered or unexported fields
}

func (*SudoUpdateOrganizationQuotasRequest) Descriptor deprecated added in v0.28.2

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

Deprecated: Use SudoUpdateOrganizationQuotasRequest.ProtoReflect.Descriptor instead.

func (*SudoUpdateOrganizationQuotasRequest) GetDeployments added in v0.28.2

func (x *SudoUpdateOrganizationQuotasRequest) GetDeployments() uint32

func (*SudoUpdateOrganizationQuotasRequest) GetOrgName added in v0.28.2

func (*SudoUpdateOrganizationQuotasRequest) GetOutstandingInvites added in v0.28.2

func (x *SudoUpdateOrganizationQuotasRequest) GetOutstandingInvites() uint32

func (*SudoUpdateOrganizationQuotasRequest) GetProjects added in v0.28.2

func (*SudoUpdateOrganizationQuotasRequest) GetSlotsPerDeployment added in v0.28.2

func (x *SudoUpdateOrganizationQuotasRequest) GetSlotsPerDeployment() uint32

func (*SudoUpdateOrganizationQuotasRequest) GetSlotsTotal added in v0.28.2

func (x *SudoUpdateOrganizationQuotasRequest) GetSlotsTotal() uint32

func (*SudoUpdateOrganizationQuotasRequest) ProtoMessage added in v0.28.2

func (*SudoUpdateOrganizationQuotasRequest) ProtoMessage()

func (*SudoUpdateOrganizationQuotasRequest) ProtoReflect added in v0.28.2

func (*SudoUpdateOrganizationQuotasRequest) Reset added in v0.28.2

func (*SudoUpdateOrganizationQuotasRequest) String added in v0.28.2

func (*SudoUpdateOrganizationQuotasRequest) Validate added in v0.28.2

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

func (*SudoUpdateOrganizationQuotasRequest) ValidateAll added in v0.28.2

func (m *SudoUpdateOrganizationQuotasRequest) ValidateAll() error

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

type SudoUpdateOrganizationQuotasRequestMultiError added in v0.28.2

type SudoUpdateOrganizationQuotasRequestMultiError []error

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

func (SudoUpdateOrganizationQuotasRequestMultiError) AllErrors added in v0.28.2

AllErrors returns a list of validation violation errors.

func (SudoUpdateOrganizationQuotasRequestMultiError) Error added in v0.28.2

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

type SudoUpdateOrganizationQuotasRequestValidationError added in v0.28.2

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

SudoUpdateOrganizationQuotasRequestValidationError is the validation error returned by SudoUpdateOrganizationQuotasRequest.Validate if the designated constraints aren't met.

func (SudoUpdateOrganizationQuotasRequestValidationError) Cause added in v0.28.2

Cause function returns cause value.

func (SudoUpdateOrganizationQuotasRequestValidationError) Error added in v0.28.2

Error satisfies the builtin error interface

func (SudoUpdateOrganizationQuotasRequestValidationError) ErrorName added in v0.28.2

ErrorName returns error name.

func (SudoUpdateOrganizationQuotasRequestValidationError) Field added in v0.28.2

Field function returns field value.

func (SudoUpdateOrganizationQuotasRequestValidationError) Key added in v0.28.2

Key function returns key value.

func (SudoUpdateOrganizationQuotasRequestValidationError) Reason added in v0.28.2

Reason function returns reason value.

type SudoUpdateOrganizationQuotasResponse added in v0.28.2

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

func (*SudoUpdateOrganizationQuotasResponse) Descriptor deprecated added in v0.28.2

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

Deprecated: Use SudoUpdateOrganizationQuotasResponse.ProtoReflect.Descriptor instead.

func (*SudoUpdateOrganizationQuotasResponse) GetOrganization added in v0.28.2

func (x *SudoUpdateOrganizationQuotasResponse) GetOrganization() *Organization

func (*SudoUpdateOrganizationQuotasResponse) ProtoMessage added in v0.28.2

func (*SudoUpdateOrganizationQuotasResponse) ProtoMessage()

func (*SudoUpdateOrganizationQuotasResponse) ProtoReflect added in v0.28.2

func (*SudoUpdateOrganizationQuotasResponse) Reset added in v0.28.2

func (*SudoUpdateOrganizationQuotasResponse) String added in v0.28.2

func (*SudoUpdateOrganizationQuotasResponse) Validate added in v0.28.2

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

func (*SudoUpdateOrganizationQuotasResponse) ValidateAll added in v0.28.2

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

type SudoUpdateOrganizationQuotasResponseMultiError added in v0.28.2

type SudoUpdateOrganizationQuotasResponseMultiError []error

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

func (SudoUpdateOrganizationQuotasResponseMultiError) AllErrors added in v0.28.2

AllErrors returns a list of validation violation errors.

func (SudoUpdateOrganizationQuotasResponseMultiError) Error added in v0.28.2

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

type SudoUpdateOrganizationQuotasResponseValidationError added in v0.28.2

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

SudoUpdateOrganizationQuotasResponseValidationError is the validation error returned by SudoUpdateOrganizationQuotasResponse.Validate if the designated constraints aren't met.

func (SudoUpdateOrganizationQuotasResponseValidationError) Cause added in v0.28.2

Cause function returns cause value.

func (SudoUpdateOrganizationQuotasResponseValidationError) Error added in v0.28.2

Error satisfies the builtin error interface

func (SudoUpdateOrganizationQuotasResponseValidationError) ErrorName added in v0.28.2

ErrorName returns error name.

func (SudoUpdateOrganizationQuotasResponseValidationError) Field added in v0.28.2

Field function returns field value.

func (SudoUpdateOrganizationQuotasResponseValidationError) Key added in v0.28.2

Key function returns key value.

func (SudoUpdateOrganizationQuotasResponseValidationError) Reason added in v0.28.2

Reason function returns reason value.

type SudoUpdateUserQuotasRequest added in v0.28.2

type SudoUpdateUserQuotasRequest struct {
	Email          string  `protobuf:"bytes,1,opt,name=email,proto3" json:"email,omitempty"`
	SingleuserOrgs *uint32 `protobuf:"varint,2,opt,name=singleuser_orgs,json=singleuserOrgs,proto3,oneof" json:"singleuser_orgs,omitempty"`
	// contains filtered or unexported fields
}

func (*SudoUpdateUserQuotasRequest) Descriptor deprecated added in v0.28.2

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

Deprecated: Use SudoUpdateUserQuotasRequest.ProtoReflect.Descriptor instead.

func (*SudoUpdateUserQuotasRequest) GetEmail added in v0.28.2

func (x *SudoUpdateUserQuotasRequest) GetEmail() string

func (*SudoUpdateUserQuotasRequest) GetSingleuserOrgs added in v0.28.2

func (x *SudoUpdateUserQuotasRequest) GetSingleuserOrgs() uint32

func (*SudoUpdateUserQuotasRequest) ProtoMessage added in v0.28.2

func (*SudoUpdateUserQuotasRequest) ProtoMessage()

func (*SudoUpdateUserQuotasRequest) ProtoReflect added in v0.28.2

func (*SudoUpdateUserQuotasRequest) Reset added in v0.28.2

func (x *SudoUpdateUserQuotasRequest) Reset()

func (*SudoUpdateUserQuotasRequest) String added in v0.28.2

func (x *SudoUpdateUserQuotasRequest) String() string

func (*SudoUpdateUserQuotasRequest) Validate added in v0.28.2

func (m *SudoUpdateUserQuotasRequest) Validate() error

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

func (*SudoUpdateUserQuotasRequest) ValidateAll added in v0.28.2

func (m *SudoUpdateUserQuotasRequest) ValidateAll() error

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

type SudoUpdateUserQuotasRequestMultiError added in v0.28.2

type SudoUpdateUserQuotasRequestMultiError []error

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

func (SudoUpdateUserQuotasRequestMultiError) AllErrors added in v0.28.2

AllErrors returns a list of validation violation errors.

func (SudoUpdateUserQuotasRequestMultiError) Error added in v0.28.2

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

type SudoUpdateUserQuotasRequestValidationError added in v0.28.2

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

SudoUpdateUserQuotasRequestValidationError is the validation error returned by SudoUpdateUserQuotasRequest.Validate if the designated constraints aren't met.

func (SudoUpdateUserQuotasRequestValidationError) Cause added in v0.28.2

Cause function returns cause value.

func (SudoUpdateUserQuotasRequestValidationError) Error added in v0.28.2

Error satisfies the builtin error interface

func (SudoUpdateUserQuotasRequestValidationError) ErrorName added in v0.28.2

ErrorName returns error name.

func (SudoUpdateUserQuotasRequestValidationError) Field added in v0.28.2

Field function returns field value.

func (SudoUpdateUserQuotasRequestValidationError) Key added in v0.28.2

Key function returns key value.

func (SudoUpdateUserQuotasRequestValidationError) Reason added in v0.28.2

Reason function returns reason value.

type SudoUpdateUserQuotasResponse added in v0.28.2

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

func (*SudoUpdateUserQuotasResponse) Descriptor deprecated added in v0.28.2

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

Deprecated: Use SudoUpdateUserQuotasResponse.ProtoReflect.Descriptor instead.

func (*SudoUpdateUserQuotasResponse) GetUser added in v0.28.2

func (x *SudoUpdateUserQuotasResponse) GetUser() *User

func (*SudoUpdateUserQuotasResponse) ProtoMessage added in v0.28.2

func (*SudoUpdateUserQuotasResponse) ProtoMessage()

func (*SudoUpdateUserQuotasResponse) ProtoReflect added in v0.28.2

func (*SudoUpdateUserQuotasResponse) Reset added in v0.28.2

func (x *SudoUpdateUserQuotasResponse) Reset()

func (*SudoUpdateUserQuotasResponse) String added in v0.28.2

func (*SudoUpdateUserQuotasResponse) Validate added in v0.28.2

func (m *SudoUpdateUserQuotasResponse) Validate() error

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

func (*SudoUpdateUserQuotasResponse) ValidateAll added in v0.28.2

func (m *SudoUpdateUserQuotasResponse) ValidateAll() error

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

type SudoUpdateUserQuotasResponseMultiError added in v0.28.2

type SudoUpdateUserQuotasResponseMultiError []error

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

func (SudoUpdateUserQuotasResponseMultiError) AllErrors added in v0.28.2

AllErrors returns a list of validation violation errors.

func (SudoUpdateUserQuotasResponseMultiError) Error added in v0.28.2

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

type SudoUpdateUserQuotasResponseValidationError added in v0.28.2

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

SudoUpdateUserQuotasResponseValidationError is the validation error returned by SudoUpdateUserQuotasResponse.Validate if the designated constraints aren't met.

func (SudoUpdateUserQuotasResponseValidationError) Cause added in v0.28.2

Cause function returns cause value.

func (SudoUpdateUserQuotasResponseValidationError) Error added in v0.28.2

Error satisfies the builtin error interface

func (SudoUpdateUserQuotasResponseValidationError) ErrorName added in v0.28.2

ErrorName returns error name.

func (SudoUpdateUserQuotasResponseValidationError) Field added in v0.28.2

Field function returns field value.

func (SudoUpdateUserQuotasResponseValidationError) Key added in v0.28.2

Key function returns key value.

func (SudoUpdateUserQuotasResponseValidationError) Reason added in v0.28.2

Reason function returns reason value.

type TelemetryRequest added in v0.37.2

type TelemetryRequest struct {

	// Name passed to activity module's name arg
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Value passed to activity module's value arg
	Value float32 `protobuf:"fixed32,2,opt,name=value,proto3" json:"value,omitempty"`
	// Free form struct of the actual event
	Event *structpb.Struct `protobuf:"bytes,3,opt,name=event,proto3" json:"event,omitempty"`
	// contains filtered or unexported fields
}

func (*TelemetryRequest) Descriptor deprecated added in v0.37.2

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

Deprecated: Use TelemetryRequest.ProtoReflect.Descriptor instead.

func (*TelemetryRequest) GetEvent added in v0.37.2

func (x *TelemetryRequest) GetEvent() *structpb.Struct

func (*TelemetryRequest) GetName added in v0.38.0

func (x *TelemetryRequest) GetName() string

func (*TelemetryRequest) GetValue added in v0.38.0

func (x *TelemetryRequest) GetValue() float32

func (*TelemetryRequest) ProtoMessage added in v0.37.2

func (*TelemetryRequest) ProtoMessage()

func (*TelemetryRequest) ProtoReflect added in v0.37.2

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

func (*TelemetryRequest) Reset added in v0.37.2

func (x *TelemetryRequest) Reset()

func (*TelemetryRequest) String added in v0.37.2

func (x *TelemetryRequest) String() string

func (*TelemetryRequest) Validate added in v0.37.2

func (m *TelemetryRequest) Validate() error

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

func (*TelemetryRequest) ValidateAll added in v0.37.2

func (m *TelemetryRequest) ValidateAll() error

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

type TelemetryRequestMultiError added in v0.37.2

type TelemetryRequestMultiError []error

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

func (TelemetryRequestMultiError) AllErrors added in v0.37.2

func (m TelemetryRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TelemetryRequestMultiError) Error added in v0.37.2

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

type TelemetryRequestValidationError added in v0.37.2

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

TelemetryRequestValidationError is the validation error returned by TelemetryRequest.Validate if the designated constraints aren't met.

func (TelemetryRequestValidationError) Cause added in v0.37.2

Cause function returns cause value.

func (TelemetryRequestValidationError) Error added in v0.37.2

Error satisfies the builtin error interface

func (TelemetryRequestValidationError) ErrorName added in v0.37.2

ErrorName returns error name.

func (TelemetryRequestValidationError) Field added in v0.37.2

Field function returns field value.

func (TelemetryRequestValidationError) Key added in v0.37.2

Key function returns key value.

func (TelemetryRequestValidationError) Reason added in v0.37.2

Reason function returns reason value.

type TelemetryResponse added in v0.37.2

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

func (*TelemetryResponse) Descriptor deprecated added in v0.37.2

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

Deprecated: Use TelemetryResponse.ProtoReflect.Descriptor instead.

func (*TelemetryResponse) ProtoMessage added in v0.37.2

func (*TelemetryResponse) ProtoMessage()

func (*TelemetryResponse) ProtoReflect added in v0.37.2

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

func (*TelemetryResponse) Reset added in v0.37.2

func (x *TelemetryResponse) Reset()

func (*TelemetryResponse) String added in v0.37.2

func (x *TelemetryResponse) String() string

func (*TelemetryResponse) Validate added in v0.37.2

func (m *TelemetryResponse) Validate() error

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

func (*TelemetryResponse) ValidateAll added in v0.37.2

func (m *TelemetryResponse) ValidateAll() error

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

type TelemetryResponseMultiError added in v0.37.2

type TelemetryResponseMultiError []error

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

func (TelemetryResponseMultiError) AllErrors added in v0.37.2

func (m TelemetryResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TelemetryResponseMultiError) Error added in v0.37.2

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

type TelemetryResponseValidationError added in v0.37.2

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

TelemetryResponseValidationError is the validation error returned by TelemetryResponse.Validate if the designated constraints aren't met.

func (TelemetryResponseValidationError) Cause added in v0.37.2

Cause function returns cause value.

func (TelemetryResponseValidationError) Error added in v0.37.2

Error satisfies the builtin error interface

func (TelemetryResponseValidationError) ErrorName added in v0.37.2

ErrorName returns error name.

func (TelemetryResponseValidationError) Field added in v0.37.2

Field function returns field value.

func (TelemetryResponseValidationError) Key added in v0.37.2

Key function returns key value.

func (TelemetryResponseValidationError) Reason added in v0.37.2

Reason function returns reason value.

type TelemetryServiceClient added in v0.42.0

type TelemetryServiceClient interface {
	// RecordEvents sends a batch of telemetry events.
	// The events must conform to the schema described in rill/runtime/pkg/activity/README.md.
	RecordEvents(ctx context.Context, in *RecordEventsRequest, opts ...grpc.CallOption) (*RecordEventsResponse, error)
}

TelemetryServiceClient is the client API for TelemetryService service.

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

func NewTelemetryServiceClient added in v0.42.0

func NewTelemetryServiceClient(cc grpc.ClientConnInterface) TelemetryServiceClient

type TelemetryServiceServer added in v0.42.0

type TelemetryServiceServer interface {
	// RecordEvents sends a batch of telemetry events.
	// The events must conform to the schema described in rill/runtime/pkg/activity/README.md.
	RecordEvents(context.Context, *RecordEventsRequest) (*RecordEventsResponse, error)
	// contains filtered or unexported methods
}

TelemetryServiceServer is the server API for TelemetryService service. All implementations must embed UnimplementedTelemetryServiceServer for forward compatibility

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 {

	// It's sufficient to pass org/project name OR deployment_id.
	// (To enable rehydrating hibernated projects.)
	Organization string `protobuf:"bytes,2,opt,name=organization,proto3" json:"organization,omitempty"`
	Project      string `protobuf:"bytes,3,opt,name=project,proto3" json:"project,omitempty"`
	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) GetOrganization added in v0.29.1

func (x *TriggerRedeployRequest) GetOrganization() string

func (*TriggerRedeployRequest) GetProject added in v0.29.1

func (x *TriggerRedeployRequest) GetProject() 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 TriggerReportRequest added in v0.37.0

type TriggerReportRequest 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"`
	Name         string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*TriggerReportRequest) Descriptor deprecated added in v0.37.0

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

Deprecated: Use TriggerReportRequest.ProtoReflect.Descriptor instead.

func (*TriggerReportRequest) GetName added in v0.37.0

func (x *TriggerReportRequest) GetName() string

func (*TriggerReportRequest) GetOrganization added in v0.37.0

func (x *TriggerReportRequest) GetOrganization() string

func (*TriggerReportRequest) GetProject added in v0.37.0

func (x *TriggerReportRequest) GetProject() string

func (*TriggerReportRequest) ProtoMessage added in v0.37.0

func (*TriggerReportRequest) ProtoMessage()

func (*TriggerReportRequest) ProtoReflect added in v0.37.0

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

func (*TriggerReportRequest) Reset added in v0.37.0

func (x *TriggerReportRequest) Reset()

func (*TriggerReportRequest) String added in v0.37.0

func (x *TriggerReportRequest) String() string

func (*TriggerReportRequest) Validate added in v0.37.0

func (m *TriggerReportRequest) Validate() error

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

func (*TriggerReportRequest) ValidateAll added in v0.37.0

func (m *TriggerReportRequest) ValidateAll() error

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

type TriggerReportRequestMultiError added in v0.37.0

type TriggerReportRequestMultiError []error

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

func (TriggerReportRequestMultiError) AllErrors added in v0.37.0

func (m TriggerReportRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TriggerReportRequestMultiError) Error added in v0.37.0

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

type TriggerReportRequestValidationError added in v0.37.0

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

TriggerReportRequestValidationError is the validation error returned by TriggerReportRequest.Validate if the designated constraints aren't met.

func (TriggerReportRequestValidationError) Cause added in v0.37.0

Cause function returns cause value.

func (TriggerReportRequestValidationError) Error added in v0.37.0

Error satisfies the builtin error interface

func (TriggerReportRequestValidationError) ErrorName added in v0.37.0

ErrorName returns error name.

func (TriggerReportRequestValidationError) Field added in v0.37.0

Field function returns field value.

func (TriggerReportRequestValidationError) Key added in v0.37.0

Key function returns key value.

func (TriggerReportRequestValidationError) Reason added in v0.37.0

Reason function returns reason value.

type TriggerReportResponse added in v0.37.0

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

func (*TriggerReportResponse) Descriptor deprecated added in v0.37.0

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

Deprecated: Use TriggerReportResponse.ProtoReflect.Descriptor instead.

func (*TriggerReportResponse) ProtoMessage added in v0.37.0

func (*TriggerReportResponse) ProtoMessage()

func (*TriggerReportResponse) ProtoReflect added in v0.37.0

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

func (*TriggerReportResponse) Reset added in v0.37.0

func (x *TriggerReportResponse) Reset()

func (*TriggerReportResponse) String added in v0.37.0

func (x *TriggerReportResponse) String() string

func (*TriggerReportResponse) Validate added in v0.37.0

func (m *TriggerReportResponse) Validate() error

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

func (*TriggerReportResponse) ValidateAll added in v0.37.0

func (m *TriggerReportResponse) ValidateAll() error

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

type TriggerReportResponseMultiError added in v0.37.0

type TriggerReportResponseMultiError []error

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

func (TriggerReportResponseMultiError) AllErrors added in v0.37.0

func (m TriggerReportResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (TriggerReportResponseMultiError) Error added in v0.37.0

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

type TriggerReportResponseValidationError added in v0.37.0

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

TriggerReportResponseValidationError is the validation error returned by TriggerReportResponse.Validate if the designated constraints aren't met.

func (TriggerReportResponseValidationError) Cause added in v0.37.0

Cause function returns cause value.

func (TriggerReportResponseValidationError) Error added in v0.37.0

Error satisfies the builtin error interface

func (TriggerReportResponseValidationError) ErrorName added in v0.37.0

ErrorName returns error name.

func (TriggerReportResponseValidationError) Field added in v0.37.0

Field function returns field value.

func (TriggerReportResponseValidationError) Key added in v0.37.0

Key function returns key value.

func (TriggerReportResponseValidationError) Reason added in v0.37.0

Reason function returns reason value.

type UnimplementedAIServiceServer added in v0.41.0

type UnimplementedAIServiceServer struct {
}

UnimplementedAIServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedAIServiceServer) Complete added in v0.41.0

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) CreateAlert added in v0.41.0

func (UnimplementedAdminServiceServer) CreateBookmark added in v0.30.0

func (UnimplementedAdminServiceServer) CreateOrganization

func (UnimplementedAdminServiceServer) CreateProject

func (UnimplementedAdminServiceServer) CreateReport added in v0.37.0

func (UnimplementedAdminServiceServer) CreateService added in v0.31.0

func (UnimplementedAdminServiceServer) CreateWhitelistedDomain added in v0.27.0

func (UnimplementedAdminServiceServer) DeleteAlert added in v0.41.0

func (UnimplementedAdminServiceServer) DeleteOrganization

func (UnimplementedAdminServiceServer) DeleteProject

func (UnimplementedAdminServiceServer) DeleteReport added in v0.37.0

func (UnimplementedAdminServiceServer) DeleteService added in v0.31.0

func (UnimplementedAdminServiceServer) EditAlert added in v0.41.0

func (UnimplementedAdminServiceServer) EditReport added in v0.37.0

func (UnimplementedAdminServiceServer) GenerateAlertYAML added in v0.41.0

func (UnimplementedAdminServiceServer) GenerateReportYAML added in v0.37.0

func (UnimplementedAdminServiceServer) GetAlertMeta added in v0.41.0

func (UnimplementedAdminServiceServer) GetAlertYAML added in v0.41.0

func (UnimplementedAdminServiceServer) GetBookmark added in v0.30.0

func (UnimplementedAdminServiceServer) GetCurrentUser added in v0.23.0

func (UnimplementedAdminServiceServer) GetDeploymentCredentials added in v0.33.2

func (UnimplementedAdminServiceServer) GetGitCredentials added in v0.27.1

func (UnimplementedAdminServiceServer) GetGithubRepoStatus added in v0.23.0

func (UnimplementedAdminServiceServer) GetGithubUserStatus added in v0.43.0

func (UnimplementedAdminServiceServer) GetIFrame added in v0.38.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) GetRepoMeta added in v0.37.0

func (UnimplementedAdminServiceServer) GetReportMeta added in v0.37.0

func (UnimplementedAdminServiceServer) GetUser added in v0.28.2

func (UnimplementedAdminServiceServer) IssueRepresentativeAuthToken added in v0.27.0

func (UnimplementedAdminServiceServer) IssueServiceAuthToken added in v0.31.0

func (UnimplementedAdminServiceServer) LeaveOrganization added in v0.24.0

func (UnimplementedAdminServiceServer) ListBookmarks added in v0.30.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) ListServiceAuthTokens added in v0.31.0

func (UnimplementedAdminServiceServer) ListServices added in v0.31.0

func (UnimplementedAdminServiceServer) ListSuperusers added in v0.26.0

func (UnimplementedAdminServiceServer) ListWhitelistedDomains added in v0.27.0

func (UnimplementedAdminServiceServer) Ping

func (UnimplementedAdminServiceServer) PullVirtualRepo added in v0.37.0

func (UnimplementedAdminServiceServer) RemoveBookmark added in v0.30.0

func (UnimplementedAdminServiceServer) RemoveOrganizationMember added in v0.24.0

func (UnimplementedAdminServiceServer) RemoveProjectMember added in v0.24.0

func (UnimplementedAdminServiceServer) RemoveWhitelistedDomain added in v0.27.0

func (UnimplementedAdminServiceServer) RevokeCurrentAuthToken added in v0.23.0

func (UnimplementedAdminServiceServer) RevokeServiceAuthToken added in v0.31.0

func (UnimplementedAdminServiceServer) SearchProjectNames added in v0.29.0

func (UnimplementedAdminServiceServer) SearchProjectUsers added in v0.33.2

func (UnimplementedAdminServiceServer) SearchUsers added in v0.27.0

func (UnimplementedAdminServiceServer) SetOrganizationMemberRole added in v0.24.0

func (UnimplementedAdminServiceServer) SetProjectMemberRole added in v0.24.0

func (UnimplementedAdminServiceServer) SetSuperuser added in v0.26.0

func (UnimplementedAdminServiceServer) SudoGetResource added in v0.27.3

func (UnimplementedAdminServiceServer) SudoUpdateAnnotations added in v0.40.0

func (UnimplementedAdminServiceServer) SudoUpdateOrganizationQuotas added in v0.28.2

func (UnimplementedAdminServiceServer) SudoUpdateUserQuotas added in v0.28.2

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) TriggerReport added in v0.37.0

func (UnimplementedAdminServiceServer) UnsubscribeAlert added in v0.41.0

func (UnimplementedAdminServiceServer) UnsubscribeReport added in v0.37.0

func (UnimplementedAdminServiceServer) UpdateBookmark added in v0.42.0

func (UnimplementedAdminServiceServer) UpdateOrganization

func (UnimplementedAdminServiceServer) UpdateProject

func (UnimplementedAdminServiceServer) UpdateProjectVariables added in v0.24.0

func (UnimplementedAdminServiceServer) UpdateService added in v0.31.0

func (UnimplementedAdminServiceServer) UpdateUserPreferences added in v0.30.0

type UnimplementedTelemetryServiceServer added in v0.42.0

type UnimplementedTelemetryServiceServer struct {
}

UnimplementedTelemetryServiceServer must be embedded to have forward compatible implementations.

func (UnimplementedTelemetryServiceServer) RecordEvents added in v0.42.0

type UnsafeAIServiceServer added in v0.41.0

type UnsafeAIServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAIServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AIServiceServer will result in compilation errors.

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 UnsafeTelemetryServiceServer added in v0.42.0

type UnsafeTelemetryServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeTelemetryServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TelemetryServiceServer will result in compilation errors.

type UnsubscribeAlertRequest added in v0.41.0

type UnsubscribeAlertRequest 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"`
	Name         string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*UnsubscribeAlertRequest) Descriptor deprecated added in v0.41.0

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

Deprecated: Use UnsubscribeAlertRequest.ProtoReflect.Descriptor instead.

func (*UnsubscribeAlertRequest) GetName added in v0.41.0

func (x *UnsubscribeAlertRequest) GetName() string

func (*UnsubscribeAlertRequest) GetOrganization added in v0.41.0

func (x *UnsubscribeAlertRequest) GetOrganization() string

func (*UnsubscribeAlertRequest) GetProject added in v0.41.0

func (x *UnsubscribeAlertRequest) GetProject() string

func (*UnsubscribeAlertRequest) ProtoMessage added in v0.41.0

func (*UnsubscribeAlertRequest) ProtoMessage()

func (*UnsubscribeAlertRequest) ProtoReflect added in v0.41.0

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

func (*UnsubscribeAlertRequest) Reset added in v0.41.0

func (x *UnsubscribeAlertRequest) Reset()

func (*UnsubscribeAlertRequest) String added in v0.41.0

func (x *UnsubscribeAlertRequest) String() string

func (*UnsubscribeAlertRequest) Validate added in v0.41.0

func (m *UnsubscribeAlertRequest) Validate() error

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

func (*UnsubscribeAlertRequest) ValidateAll added in v0.41.0

func (m *UnsubscribeAlertRequest) ValidateAll() error

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

type UnsubscribeAlertRequestMultiError added in v0.41.0

type UnsubscribeAlertRequestMultiError []error

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

func (UnsubscribeAlertRequestMultiError) AllErrors added in v0.41.0

func (m UnsubscribeAlertRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UnsubscribeAlertRequestMultiError) Error added in v0.41.0

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

type UnsubscribeAlertRequestValidationError added in v0.41.0

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

UnsubscribeAlertRequestValidationError is the validation error returned by UnsubscribeAlertRequest.Validate if the designated constraints aren't met.

func (UnsubscribeAlertRequestValidationError) Cause added in v0.41.0

Cause function returns cause value.

func (UnsubscribeAlertRequestValidationError) Error added in v0.41.0

Error satisfies the builtin error interface

func (UnsubscribeAlertRequestValidationError) ErrorName added in v0.41.0

ErrorName returns error name.

func (UnsubscribeAlertRequestValidationError) Field added in v0.41.0

Field function returns field value.

func (UnsubscribeAlertRequestValidationError) Key added in v0.41.0

Key function returns key value.

func (UnsubscribeAlertRequestValidationError) Reason added in v0.41.0

Reason function returns reason value.

type UnsubscribeAlertResponse added in v0.41.0

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

func (*UnsubscribeAlertResponse) Descriptor deprecated added in v0.41.0

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

Deprecated: Use UnsubscribeAlertResponse.ProtoReflect.Descriptor instead.

func (*UnsubscribeAlertResponse) ProtoMessage added in v0.41.0

func (*UnsubscribeAlertResponse) ProtoMessage()

func (*UnsubscribeAlertResponse) ProtoReflect added in v0.41.0

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

func (*UnsubscribeAlertResponse) Reset added in v0.41.0

func (x *UnsubscribeAlertResponse) Reset()

func (*UnsubscribeAlertResponse) String added in v0.41.0

func (x *UnsubscribeAlertResponse) String() string

func (*UnsubscribeAlertResponse) Validate added in v0.41.0

func (m *UnsubscribeAlertResponse) Validate() error

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

func (*UnsubscribeAlertResponse) ValidateAll added in v0.41.0

func (m *UnsubscribeAlertResponse) ValidateAll() error

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

type UnsubscribeAlertResponseMultiError added in v0.41.0

type UnsubscribeAlertResponseMultiError []error

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

func (UnsubscribeAlertResponseMultiError) AllErrors added in v0.41.0

func (m UnsubscribeAlertResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UnsubscribeAlertResponseMultiError) Error added in v0.41.0

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

type UnsubscribeAlertResponseValidationError added in v0.41.0

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

UnsubscribeAlertResponseValidationError is the validation error returned by UnsubscribeAlertResponse.Validate if the designated constraints aren't met.

func (UnsubscribeAlertResponseValidationError) Cause added in v0.41.0

Cause function returns cause value.

func (UnsubscribeAlertResponseValidationError) Error added in v0.41.0

Error satisfies the builtin error interface

func (UnsubscribeAlertResponseValidationError) ErrorName added in v0.41.0

ErrorName returns error name.

func (UnsubscribeAlertResponseValidationError) Field added in v0.41.0

Field function returns field value.

func (UnsubscribeAlertResponseValidationError) Key added in v0.41.0

Key function returns key value.

func (UnsubscribeAlertResponseValidationError) Reason added in v0.41.0

Reason function returns reason value.

type UnsubscribeReportRequest added in v0.37.0

type UnsubscribeReportRequest 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"`
	Name         string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*UnsubscribeReportRequest) Descriptor deprecated added in v0.37.0

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

Deprecated: Use UnsubscribeReportRequest.ProtoReflect.Descriptor instead.

func (*UnsubscribeReportRequest) GetName added in v0.37.0

func (x *UnsubscribeReportRequest) GetName() string

func (*UnsubscribeReportRequest) GetOrganization added in v0.37.0

func (x *UnsubscribeReportRequest) GetOrganization() string

func (*UnsubscribeReportRequest) GetProject added in v0.37.0

func (x *UnsubscribeReportRequest) GetProject() string

func (*UnsubscribeReportRequest) ProtoMessage added in v0.37.0

func (*UnsubscribeReportRequest) ProtoMessage()

func (*UnsubscribeReportRequest) ProtoReflect added in v0.37.0

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

func (*UnsubscribeReportRequest) Reset added in v0.37.0

func (x *UnsubscribeReportRequest) Reset()

func (*UnsubscribeReportRequest) String added in v0.37.0

func (x *UnsubscribeReportRequest) String() string

func (*UnsubscribeReportRequest) Validate added in v0.37.0

func (m *UnsubscribeReportRequest) Validate() error

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

func (*UnsubscribeReportRequest) ValidateAll added in v0.37.0

func (m *UnsubscribeReportRequest) ValidateAll() error

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

type UnsubscribeReportRequestMultiError added in v0.37.0

type UnsubscribeReportRequestMultiError []error

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

func (UnsubscribeReportRequestMultiError) AllErrors added in v0.37.0

func (m UnsubscribeReportRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UnsubscribeReportRequestMultiError) Error added in v0.37.0

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

type UnsubscribeReportRequestValidationError added in v0.37.0

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

UnsubscribeReportRequestValidationError is the validation error returned by UnsubscribeReportRequest.Validate if the designated constraints aren't met.

func (UnsubscribeReportRequestValidationError) Cause added in v0.37.0

Cause function returns cause value.

func (UnsubscribeReportRequestValidationError) Error added in v0.37.0

Error satisfies the builtin error interface

func (UnsubscribeReportRequestValidationError) ErrorName added in v0.37.0

ErrorName returns error name.

func (UnsubscribeReportRequestValidationError) Field added in v0.37.0

Field function returns field value.

func (UnsubscribeReportRequestValidationError) Key added in v0.37.0

Key function returns key value.

func (UnsubscribeReportRequestValidationError) Reason added in v0.37.0

Reason function returns reason value.

type UnsubscribeReportResponse added in v0.37.0

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

func (*UnsubscribeReportResponse) Descriptor deprecated added in v0.37.0

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

Deprecated: Use UnsubscribeReportResponse.ProtoReflect.Descriptor instead.

func (*UnsubscribeReportResponse) ProtoMessage added in v0.37.0

func (*UnsubscribeReportResponse) ProtoMessage()

func (*UnsubscribeReportResponse) ProtoReflect added in v0.37.0

func (*UnsubscribeReportResponse) Reset added in v0.37.0

func (x *UnsubscribeReportResponse) Reset()

func (*UnsubscribeReportResponse) String added in v0.37.0

func (x *UnsubscribeReportResponse) String() string

func (*UnsubscribeReportResponse) Validate added in v0.37.0

func (m *UnsubscribeReportResponse) Validate() error

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

func (*UnsubscribeReportResponse) ValidateAll added in v0.37.0

func (m *UnsubscribeReportResponse) ValidateAll() error

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

type UnsubscribeReportResponseMultiError added in v0.37.0

type UnsubscribeReportResponseMultiError []error

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

func (UnsubscribeReportResponseMultiError) AllErrors added in v0.37.0

AllErrors returns a list of validation violation errors.

func (UnsubscribeReportResponseMultiError) Error added in v0.37.0

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

type UnsubscribeReportResponseValidationError added in v0.37.0

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

UnsubscribeReportResponseValidationError is the validation error returned by UnsubscribeReportResponse.Validate if the designated constraints aren't met.

func (UnsubscribeReportResponseValidationError) Cause added in v0.37.0

Cause function returns cause value.

func (UnsubscribeReportResponseValidationError) Error added in v0.37.0

Error satisfies the builtin error interface

func (UnsubscribeReportResponseValidationError) ErrorName added in v0.37.0

ErrorName returns error name.

func (UnsubscribeReportResponseValidationError) Field added in v0.37.0

Field function returns field value.

func (UnsubscribeReportResponseValidationError) Key added in v0.37.0

Key function returns key value.

func (UnsubscribeReportResponseValidationError) Reason added in v0.37.0

Reason function returns reason value.

type UpdateBookmarkRequest added in v0.42.0

type UpdateBookmarkRequest struct {
	BookmarkId  string `protobuf:"bytes,1,opt,name=bookmark_id,json=bookmarkId,proto3" json:"bookmark_id,omitempty"`
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	Data        []byte `protobuf:"bytes,3,opt,name=data,proto3" json:"data,omitempty"`
	Default     bool   `protobuf:"varint,5,opt,name=default,proto3" json:"default,omitempty"`
	Shared      bool   `protobuf:"varint,6,opt,name=shared,proto3" json:"shared,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateBookmarkRequest) Descriptor deprecated added in v0.42.0

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

Deprecated: Use UpdateBookmarkRequest.ProtoReflect.Descriptor instead.

func (*UpdateBookmarkRequest) GetBookmarkId added in v0.42.0

func (x *UpdateBookmarkRequest) GetBookmarkId() string

func (*UpdateBookmarkRequest) GetData added in v0.42.0

func (x *UpdateBookmarkRequest) GetData() []byte

func (*UpdateBookmarkRequest) GetDefault added in v0.42.0

func (x *UpdateBookmarkRequest) GetDefault() bool

func (*UpdateBookmarkRequest) GetDescription added in v0.42.0

func (x *UpdateBookmarkRequest) GetDescription() string

func (*UpdateBookmarkRequest) GetDisplayName added in v0.42.0

func (x *UpdateBookmarkRequest) GetDisplayName() string

func (*UpdateBookmarkRequest) GetShared added in v0.42.0

func (x *UpdateBookmarkRequest) GetShared() bool

func (*UpdateBookmarkRequest) ProtoMessage added in v0.42.0

func (*UpdateBookmarkRequest) ProtoMessage()

func (*UpdateBookmarkRequest) ProtoReflect added in v0.42.0

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

func (*UpdateBookmarkRequest) Reset added in v0.42.0

func (x *UpdateBookmarkRequest) Reset()

func (*UpdateBookmarkRequest) String added in v0.42.0

func (x *UpdateBookmarkRequest) String() string

func (*UpdateBookmarkRequest) Validate added in v0.42.0

func (m *UpdateBookmarkRequest) Validate() error

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

func (*UpdateBookmarkRequest) ValidateAll added in v0.42.0

func (m *UpdateBookmarkRequest) ValidateAll() error

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

type UpdateBookmarkRequestMultiError added in v0.42.0

type UpdateBookmarkRequestMultiError []error

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

func (UpdateBookmarkRequestMultiError) AllErrors added in v0.42.0

func (m UpdateBookmarkRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateBookmarkRequestMultiError) Error added in v0.42.0

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

type UpdateBookmarkRequestValidationError added in v0.42.0

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

UpdateBookmarkRequestValidationError is the validation error returned by UpdateBookmarkRequest.Validate if the designated constraints aren't met.

func (UpdateBookmarkRequestValidationError) Cause added in v0.42.0

Cause function returns cause value.

func (UpdateBookmarkRequestValidationError) Error added in v0.42.0

Error satisfies the builtin error interface

func (UpdateBookmarkRequestValidationError) ErrorName added in v0.42.0

ErrorName returns error name.

func (UpdateBookmarkRequestValidationError) Field added in v0.42.0

Field function returns field value.

func (UpdateBookmarkRequestValidationError) Key added in v0.42.0

Key function returns key value.

func (UpdateBookmarkRequestValidationError) Reason added in v0.42.0

Reason function returns reason value.

type UpdateBookmarkResponse added in v0.42.0

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

func (*UpdateBookmarkResponse) Descriptor deprecated added in v0.42.0

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

Deprecated: Use UpdateBookmarkResponse.ProtoReflect.Descriptor instead.

func (*UpdateBookmarkResponse) ProtoMessage added in v0.42.0

func (*UpdateBookmarkResponse) ProtoMessage()

func (*UpdateBookmarkResponse) ProtoReflect added in v0.42.0

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

func (*UpdateBookmarkResponse) Reset added in v0.42.0

func (x *UpdateBookmarkResponse) Reset()

func (*UpdateBookmarkResponse) String added in v0.42.0

func (x *UpdateBookmarkResponse) String() string

func (*UpdateBookmarkResponse) Validate added in v0.42.0

func (m *UpdateBookmarkResponse) Validate() error

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

func (*UpdateBookmarkResponse) ValidateAll added in v0.42.0

func (m *UpdateBookmarkResponse) ValidateAll() error

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

type UpdateBookmarkResponseMultiError added in v0.42.0

type UpdateBookmarkResponseMultiError []error

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

func (UpdateBookmarkResponseMultiError) AllErrors added in v0.42.0

func (m UpdateBookmarkResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateBookmarkResponseMultiError) Error added in v0.42.0

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

type UpdateBookmarkResponseValidationError added in v0.42.0

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

UpdateBookmarkResponseValidationError is the validation error returned by UpdateBookmarkResponse.Validate if the designated constraints aren't met.

func (UpdateBookmarkResponseValidationError) Cause added in v0.42.0

Cause function returns cause value.

func (UpdateBookmarkResponseValidationError) Error added in v0.42.0

Error satisfies the builtin error interface

func (UpdateBookmarkResponseValidationError) ErrorName added in v0.42.0

ErrorName returns error name.

func (UpdateBookmarkResponseValidationError) Field added in v0.42.0

Field function returns field value.

func (UpdateBookmarkResponseValidationError) Key added in v0.42.0

Key function returns key value.

func (UpdateBookmarkResponseValidationError) Reason added in v0.42.0

Reason function returns reason value.

type UpdateOrganizationRequest

type UpdateOrganizationRequest struct {
	Name        string  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Description *string `protobuf:"bytes,2,opt,name=description,proto3,oneof" json:"description,omitempty"`
	NewName     *string `protobuf:"bytes,3,opt,name=new_name,json=newName,proto3,oneof" json:"new_name,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) GetName

func (x *UpdateOrganizationRequest) GetName() string

func (*UpdateOrganizationRequest) GetNewName added in v0.28.0

func (x *UpdateOrganizationRequest) GetNewName() 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 {
	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,oneof" json:"description,omitempty"`
	Public           *bool   `protobuf:"varint,4,opt,name=public,proto3,oneof" json:"public,omitempty"`
	ProdBranch       *string `protobuf:"bytes,5,opt,name=prod_branch,json=prodBranch,proto3,oneof" json:"prod_branch,omitempty"`
	GithubUrl        *string `protobuf:"bytes,6,opt,name=github_url,json=githubUrl,proto3,oneof" json:"github_url,omitempty"`
	ProdSlots        *int64  `protobuf:"varint,7,opt,name=prod_slots,json=prodSlots,proto3,oneof" json:"prod_slots,omitempty"`
	Provisioner      *string `protobuf:"bytes,8,opt,name=provisioner,proto3,oneof" json:"provisioner,omitempty"`
	NewName          *string `protobuf:"bytes,9,opt,name=new_name,json=newName,proto3,oneof" json:"new_name,omitempty"`
	ProdTtlSeconds   *int64  `protobuf:"varint,10,opt,name=prod_ttl_seconds,json=prodTtlSeconds,proto3,oneof" json:"prod_ttl_seconds,omitempty"`
	ProdVersion      *string `protobuf:"bytes,11,opt,name=prod_version,json=prodVersion,proto3,oneof" json:"prod_version,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) GetName

func (x *UpdateProjectRequest) GetName() string

func (*UpdateProjectRequest) GetNewName added in v0.28.0

func (x *UpdateProjectRequest) GetNewName() 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) GetProdSlots added in v0.27.0

func (x *UpdateProjectRequest) GetProdSlots() int64

func (*UpdateProjectRequest) GetProdTtlSeconds added in v0.29.1

func (x *UpdateProjectRequest) GetProdTtlSeconds() int64

func (*UpdateProjectRequest) GetProdVersion added in v0.43.0

func (x *UpdateProjectRequest) GetProdVersion() string

func (*UpdateProjectRequest) GetProvisioner added in v0.43.0

func (x *UpdateProjectRequest) GetProvisioner() 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 UpdateServiceRequest added in v0.31.0

type UpdateServiceRequest struct {
	Name             string  `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	OrganizationName string  `protobuf:"bytes,2,opt,name=organization_name,json=organizationName,proto3" json:"organization_name,omitempty"`
	NewName          *string `protobuf:"bytes,3,opt,name=new_name,json=newName,proto3,oneof" json:"new_name,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateServiceRequest) Descriptor deprecated added in v0.31.0

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

Deprecated: Use UpdateServiceRequest.ProtoReflect.Descriptor instead.

func (*UpdateServiceRequest) GetName added in v0.31.0

func (x *UpdateServiceRequest) GetName() string

func (*UpdateServiceRequest) GetNewName added in v0.31.0

func (x *UpdateServiceRequest) GetNewName() string

func (*UpdateServiceRequest) GetOrganizationName added in v0.31.0

func (x *UpdateServiceRequest) GetOrganizationName() string

func (*UpdateServiceRequest) ProtoMessage added in v0.31.0

func (*UpdateServiceRequest) ProtoMessage()

func (*UpdateServiceRequest) ProtoReflect added in v0.31.0

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

func (*UpdateServiceRequest) Reset added in v0.31.0

func (x *UpdateServiceRequest) Reset()

func (*UpdateServiceRequest) String added in v0.31.0

func (x *UpdateServiceRequest) String() string

func (*UpdateServiceRequest) Validate added in v0.31.0

func (m *UpdateServiceRequest) Validate() error

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

func (*UpdateServiceRequest) ValidateAll added in v0.31.0

func (m *UpdateServiceRequest) ValidateAll() error

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

type UpdateServiceRequestMultiError added in v0.31.0

type UpdateServiceRequestMultiError []error

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

func (UpdateServiceRequestMultiError) AllErrors added in v0.31.0

func (m UpdateServiceRequestMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateServiceRequestMultiError) Error added in v0.31.0

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

type UpdateServiceRequestValidationError added in v0.31.0

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

UpdateServiceRequestValidationError is the validation error returned by UpdateServiceRequest.Validate if the designated constraints aren't met.

func (UpdateServiceRequestValidationError) Cause added in v0.31.0

Cause function returns cause value.

func (UpdateServiceRequestValidationError) Error added in v0.31.0

Error satisfies the builtin error interface

func (UpdateServiceRequestValidationError) ErrorName added in v0.31.0

ErrorName returns error name.

func (UpdateServiceRequestValidationError) Field added in v0.31.0

Field function returns field value.

func (UpdateServiceRequestValidationError) Key added in v0.31.0

Key function returns key value.

func (UpdateServiceRequestValidationError) Reason added in v0.31.0

Reason function returns reason value.

type UpdateServiceResponse added in v0.31.0

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

func (*UpdateServiceResponse) Descriptor deprecated added in v0.31.0

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

Deprecated: Use UpdateServiceResponse.ProtoReflect.Descriptor instead.

func (*UpdateServiceResponse) GetService added in v0.31.0

func (x *UpdateServiceResponse) GetService() *Service

func (*UpdateServiceResponse) ProtoMessage added in v0.31.0

func (*UpdateServiceResponse) ProtoMessage()

func (*UpdateServiceResponse) ProtoReflect added in v0.31.0

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

func (*UpdateServiceResponse) Reset added in v0.31.0

func (x *UpdateServiceResponse) Reset()

func (*UpdateServiceResponse) String added in v0.31.0

func (x *UpdateServiceResponse) String() string

func (*UpdateServiceResponse) Validate added in v0.31.0

func (m *UpdateServiceResponse) Validate() error

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

func (*UpdateServiceResponse) ValidateAll added in v0.31.0

func (m *UpdateServiceResponse) ValidateAll() error

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

type UpdateServiceResponseMultiError added in v0.31.0

type UpdateServiceResponseMultiError []error

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

func (UpdateServiceResponseMultiError) AllErrors added in v0.31.0

func (m UpdateServiceResponseMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UpdateServiceResponseMultiError) Error added in v0.31.0

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

type UpdateServiceResponseValidationError added in v0.31.0

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

UpdateServiceResponseValidationError is the validation error returned by UpdateServiceResponse.Validate if the designated constraints aren't met.

func (UpdateServiceResponseValidationError) Cause added in v0.31.0

Cause function returns cause value.

func (UpdateServiceResponseValidationError) Error added in v0.31.0

Error satisfies the builtin error interface

func (UpdateServiceResponseValidationError) ErrorName added in v0.31.0

ErrorName returns error name.

func (UpdateServiceResponseValidationError) Field added in v0.31.0

Field function returns field value.

func (UpdateServiceResponseValidationError) Key added in v0.31.0

Key function returns key value.

func (UpdateServiceResponseValidationError) Reason added in v0.31.0

Reason function returns reason value.

type UpdateUserPreferencesRequest added in v0.30.0

type UpdateUserPreferencesRequest struct {
	Preferences *UserPreferences `protobuf:"bytes,1,opt,name=preferences,proto3" json:"preferences,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserPreferencesRequest) Descriptor deprecated added in v0.30.0

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

Deprecated: Use UpdateUserPreferencesRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserPreferencesRequest) GetPreferences added in v0.30.0

func (x *UpdateUserPreferencesRequest) GetPreferences() *UserPreferences

func (*UpdateUserPreferencesRequest) ProtoMessage added in v0.30.0

func (*UpdateUserPreferencesRequest) ProtoMessage()

func (*UpdateUserPreferencesRequest) ProtoReflect added in v0.30.0

func (*UpdateUserPreferencesRequest) Reset added in v0.30.0

func (x *UpdateUserPreferencesRequest) Reset()

func (*UpdateUserPreferencesRequest) String added in v0.30.0

func (*UpdateUserPreferencesRequest) Validate added in v0.30.0

func (m *UpdateUserPreferencesRequest) Validate() error

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

func (*UpdateUserPreferencesRequest) ValidateAll added in v0.30.0

func (m *UpdateUserPreferencesRequest) ValidateAll() error

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

type UpdateUserPreferencesRequestMultiError added in v0.30.0

type UpdateUserPreferencesRequestMultiError []error

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

func (UpdateUserPreferencesRequestMultiError) AllErrors added in v0.30.0

AllErrors returns a list of validation violation errors.

func (UpdateUserPreferencesRequestMultiError) Error added in v0.30.0

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

type UpdateUserPreferencesRequestValidationError added in v0.30.0

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

UpdateUserPreferencesRequestValidationError is the validation error returned by UpdateUserPreferencesRequest.Validate if the designated constraints aren't met.

func (UpdateUserPreferencesRequestValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (UpdateUserPreferencesRequestValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (UpdateUserPreferencesRequestValidationError) ErrorName added in v0.30.0

ErrorName returns error name.

func (UpdateUserPreferencesRequestValidationError) Field added in v0.30.0

Field function returns field value.

func (UpdateUserPreferencesRequestValidationError) Key added in v0.30.0

Key function returns key value.

func (UpdateUserPreferencesRequestValidationError) Reason added in v0.30.0

Reason function returns reason value.

type UpdateUserPreferencesResponse added in v0.30.0

type UpdateUserPreferencesResponse struct {
	Preferences *UserPreferences `protobuf:"bytes,1,opt,name=preferences,proto3" json:"preferences,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateUserPreferencesResponse) Descriptor deprecated added in v0.30.0

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

Deprecated: Use UpdateUserPreferencesResponse.ProtoReflect.Descriptor instead.

func (*UpdateUserPreferencesResponse) GetPreferences added in v0.30.0

func (x *UpdateUserPreferencesResponse) GetPreferences() *UserPreferences

func (*UpdateUserPreferencesResponse) ProtoMessage added in v0.30.0

func (*UpdateUserPreferencesResponse) ProtoMessage()

func (*UpdateUserPreferencesResponse) ProtoReflect added in v0.30.0

func (*UpdateUserPreferencesResponse) Reset added in v0.30.0

func (x *UpdateUserPreferencesResponse) Reset()

func (*UpdateUserPreferencesResponse) String added in v0.30.0

func (*UpdateUserPreferencesResponse) Validate added in v0.30.0

func (m *UpdateUserPreferencesResponse) Validate() error

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

func (*UpdateUserPreferencesResponse) ValidateAll added in v0.30.0

func (m *UpdateUserPreferencesResponse) ValidateAll() error

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

type UpdateUserPreferencesResponseMultiError added in v0.30.0

type UpdateUserPreferencesResponseMultiError []error

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

func (UpdateUserPreferencesResponseMultiError) AllErrors added in v0.30.0

AllErrors returns a list of validation violation errors.

func (UpdateUserPreferencesResponseMultiError) Error added in v0.30.0

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

type UpdateUserPreferencesResponseValidationError added in v0.30.0

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

UpdateUserPreferencesResponseValidationError is the validation error returned by UpdateUserPreferencesResponse.Validate if the designated constraints aren't met.

func (UpdateUserPreferencesResponseValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (UpdateUserPreferencesResponseValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (UpdateUserPreferencesResponseValidationError) ErrorName added in v0.30.0

ErrorName returns error name.

func (UpdateUserPreferencesResponseValidationError) Field added in v0.30.0

Field function returns field value.

func (UpdateUserPreferencesResponseValidationError) Key added in v0.30.0

Key function returns key value.

func (UpdateUserPreferencesResponseValidationError) Reason added in v0.30.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"`
	Quotas      *UserQuotas            `protobuf:"bytes,5,opt,name=quotas,proto3" json:"quotas,omitempty"`
	CreatedOn   *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=created_on,json=createdOn,proto3" json:"created_on,omitempty"`
	UpdatedOn   *timestamppb.Timestamp `protobuf:"bytes,7,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) GetQuotas added in v0.28.2

func (x *User) GetQuotas() *UserQuotas

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 UserPreferences added in v0.30.0

type UserPreferences struct {
	TimeZone *string `protobuf:"bytes,1,opt,name=time_zone,json=timeZone,proto3,oneof" json:"time_zone,omitempty"`
	// contains filtered or unexported fields
}

func (*UserPreferences) Descriptor deprecated added in v0.30.0

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

Deprecated: Use UserPreferences.ProtoReflect.Descriptor instead.

func (*UserPreferences) GetTimeZone added in v0.30.0

func (x *UserPreferences) GetTimeZone() string

func (*UserPreferences) ProtoMessage added in v0.30.0

func (*UserPreferences) ProtoMessage()

func (*UserPreferences) ProtoReflect added in v0.30.0

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

func (*UserPreferences) Reset added in v0.30.0

func (x *UserPreferences) Reset()

func (*UserPreferences) String added in v0.30.0

func (x *UserPreferences) String() string

func (*UserPreferences) Validate added in v0.30.0

func (m *UserPreferences) Validate() error

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

func (*UserPreferences) ValidateAll added in v0.30.0

func (m *UserPreferences) ValidateAll() error

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

type UserPreferencesMultiError added in v0.30.0

type UserPreferencesMultiError []error

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

func (UserPreferencesMultiError) AllErrors added in v0.30.0

func (m UserPreferencesMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserPreferencesMultiError) Error added in v0.30.0

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

type UserPreferencesValidationError added in v0.30.0

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

UserPreferencesValidationError is the validation error returned by UserPreferences.Validate if the designated constraints aren't met.

func (UserPreferencesValidationError) Cause added in v0.30.0

Cause function returns cause value.

func (UserPreferencesValidationError) Error added in v0.30.0

Error satisfies the builtin error interface

func (UserPreferencesValidationError) ErrorName added in v0.30.0

func (e UserPreferencesValidationError) ErrorName() string

ErrorName returns error name.

func (UserPreferencesValidationError) Field added in v0.30.0

Field function returns field value.

func (UserPreferencesValidationError) Key added in v0.30.0

Key function returns key value.

func (UserPreferencesValidationError) Reason added in v0.30.0

Reason function returns reason value.

type UserQuotas added in v0.28.2

type UserQuotas struct {
	SingleuserOrgs uint32 `protobuf:"varint,1,opt,name=singleuser_orgs,json=singleuserOrgs,proto3" json:"singleuser_orgs,omitempty"`
	// contains filtered or unexported fields
}

func (*UserQuotas) Descriptor deprecated added in v0.28.2

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

Deprecated: Use UserQuotas.ProtoReflect.Descriptor instead.

func (*UserQuotas) GetSingleuserOrgs added in v0.28.2

func (x *UserQuotas) GetSingleuserOrgs() uint32

func (*UserQuotas) ProtoMessage added in v0.28.2

func (*UserQuotas) ProtoMessage()

func (*UserQuotas) ProtoReflect added in v0.28.2

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

func (*UserQuotas) Reset added in v0.28.2

func (x *UserQuotas) Reset()

func (*UserQuotas) String added in v0.28.2

func (x *UserQuotas) String() string

func (*UserQuotas) Validate added in v0.28.2

func (m *UserQuotas) Validate() error

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

func (*UserQuotas) ValidateAll added in v0.28.2

func (m *UserQuotas) ValidateAll() error

ValidateAll checks the field values on UserQuotas with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in UserQuotasMultiError, or nil if none found.

type UserQuotasMultiError added in v0.28.2

type UserQuotasMultiError []error

UserQuotasMultiError is an error wrapping multiple validation errors returned by UserQuotas.ValidateAll() if the designated constraints aren't met.

func (UserQuotasMultiError) AllErrors added in v0.28.2

func (m UserQuotasMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (UserQuotasMultiError) Error added in v0.28.2

func (m UserQuotasMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type UserQuotasValidationError added in v0.28.2

type UserQuotasValidationError struct {
	// contains filtered or unexported fields
}

UserQuotasValidationError is the validation error returned by UserQuotas.Validate if the designated constraints aren't met.

func (UserQuotasValidationError) Cause added in v0.28.2

func (e UserQuotasValidationError) Cause() error

Cause function returns cause value.

func (UserQuotasValidationError) Error added in v0.28.2

Error satisfies the builtin error interface

func (UserQuotasValidationError) ErrorName added in v0.28.2

func (e UserQuotasValidationError) ErrorName() string

ErrorName returns error name.

func (UserQuotasValidationError) Field added in v0.28.2

Field function returns field value.

func (UserQuotasValidationError) Key added in v0.28.2

Key function returns key value.

func (UserQuotasValidationError) Reason added in v0.28.2

func (e UserQuotasValidationError) Reason() string

Reason function returns reason value.

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.

type VirtualFile added in v0.37.0

type VirtualFile struct {
	Path      string                 `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	Data      []byte                 `protobuf:"bytes,2,opt,name=data,proto3" json:"data,omitempty"`
	Deleted   bool                   `protobuf:"varint,3,opt,name=deleted,proto3" json:"deleted,omitempty"`
	UpdatedOn *timestamppb.Timestamp `protobuf:"bytes,4,opt,name=updated_on,json=updatedOn,proto3" json:"updated_on,omitempty"`
	// contains filtered or unexported fields
}

func (*VirtualFile) Descriptor deprecated added in v0.37.0

func (*VirtualFile) Descriptor() ([]byte, []int)

Deprecated: Use VirtualFile.ProtoReflect.Descriptor instead.

func (*VirtualFile) GetData added in v0.37.0

func (x *VirtualFile) GetData() []byte

func (*VirtualFile) GetDeleted added in v0.37.0

func (x *VirtualFile) GetDeleted() bool

func (*VirtualFile) GetPath added in v0.37.0

func (x *VirtualFile) GetPath() string

func (*VirtualFile) GetUpdatedOn added in v0.37.0

func (x *VirtualFile) GetUpdatedOn() *timestamppb.Timestamp

func (*VirtualFile) ProtoMessage added in v0.37.0

func (*VirtualFile) ProtoMessage()

func (*VirtualFile) ProtoReflect added in v0.37.0

func (x *VirtualFile) ProtoReflect() protoreflect.Message

func (*VirtualFile) Reset added in v0.37.0

func (x *VirtualFile) Reset()

func (*VirtualFile) String added in v0.37.0

func (x *VirtualFile) String() string

func (*VirtualFile) Validate added in v0.37.0

func (m *VirtualFile) Validate() error

Validate checks the field values on VirtualFile with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*VirtualFile) ValidateAll added in v0.37.0

func (m *VirtualFile) ValidateAll() error

ValidateAll checks the field values on VirtualFile with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in VirtualFileMultiError, or nil if none found.

type VirtualFileMultiError added in v0.37.0

type VirtualFileMultiError []error

VirtualFileMultiError is an error wrapping multiple validation errors returned by VirtualFile.ValidateAll() if the designated constraints aren't met.

func (VirtualFileMultiError) AllErrors added in v0.37.0

func (m VirtualFileMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (VirtualFileMultiError) Error added in v0.37.0

func (m VirtualFileMultiError) Error() string

Error returns a concatenation of all the error messages it wraps.

type VirtualFileValidationError added in v0.37.0

type VirtualFileValidationError struct {
	// contains filtered or unexported fields
}

VirtualFileValidationError is the validation error returned by VirtualFile.Validate if the designated constraints aren't met.

func (VirtualFileValidationError) Cause added in v0.37.0

Cause function returns cause value.

func (VirtualFileValidationError) Error added in v0.37.0

Error satisfies the builtin error interface

func (VirtualFileValidationError) ErrorName added in v0.37.0

func (e VirtualFileValidationError) ErrorName() string

ErrorName returns error name.

func (VirtualFileValidationError) Field added in v0.37.0

Field function returns field value.

func (VirtualFileValidationError) Key added in v0.37.0

Key function returns key value.

func (VirtualFileValidationError) Reason added in v0.37.0

Reason function returns reason value.

type WhitelistedDomain added in v0.27.0

type WhitelistedDomain struct {
	Domain string `protobuf:"bytes,1,opt,name=domain,proto3" json:"domain,omitempty"`
	Role   string `protobuf:"bytes,2,opt,name=role,proto3" json:"role,omitempty"`
	// contains filtered or unexported fields
}

func (*WhitelistedDomain) Descriptor deprecated added in v0.27.0

func (*WhitelistedDomain) Descriptor() ([]byte, []int)

Deprecated: Use WhitelistedDomain.ProtoReflect.Descriptor instead.

func (*WhitelistedDomain) GetDomain added in v0.27.0

func (x *WhitelistedDomain) GetDomain() string

func (*WhitelistedDomain) GetRole added in v0.27.0

func (x *WhitelistedDomain) GetRole() string

func (*WhitelistedDomain) ProtoMessage added in v0.27.0

func (*WhitelistedDomain) ProtoMessage()

func (*WhitelistedDomain) ProtoReflect added in v0.27.0

func (x *WhitelistedDomain) ProtoReflect() protoreflect.Message

func (*WhitelistedDomain) Reset added in v0.27.0

func (x *WhitelistedDomain) Reset()

func (*WhitelistedDomain) String added in v0.27.0

func (x *WhitelistedDomain) String() string

func (*WhitelistedDomain) Validate added in v0.27.0

func (m *WhitelistedDomain) Validate() error

Validate checks the field values on WhitelistedDomain with the rules defined in the proto definition for this message. If any rules are violated, the first error encountered is returned, or nil if there are no violations.

func (*WhitelistedDomain) ValidateAll added in v0.27.0

func (m *WhitelistedDomain) ValidateAll() error

ValidateAll checks the field values on WhitelistedDomain with the rules defined in the proto definition for this message. If any rules are violated, the result is a list of violation errors wrapped in WhitelistedDomainMultiError, or nil if none found.

type WhitelistedDomainMultiError added in v0.27.0

type WhitelistedDomainMultiError []error

WhitelistedDomainMultiError is an error wrapping multiple validation errors returned by WhitelistedDomain.ValidateAll() if the designated constraints aren't met.

func (WhitelistedDomainMultiError) AllErrors added in v0.27.0

func (m WhitelistedDomainMultiError) AllErrors() []error

AllErrors returns a list of validation violation errors.

func (WhitelistedDomainMultiError) Error added in v0.27.0

Error returns a concatenation of all the error messages it wraps.

type WhitelistedDomainValidationError added in v0.27.0

type WhitelistedDomainValidationError struct {
	// contains filtered or unexported fields
}

WhitelistedDomainValidationError is the validation error returned by WhitelistedDomain.Validate if the designated constraints aren't met.

func (WhitelistedDomainValidationError) Cause added in v0.27.0

Cause function returns cause value.

func (WhitelistedDomainValidationError) Error added in v0.27.0

Error satisfies the builtin error interface

func (WhitelistedDomainValidationError) ErrorName added in v0.27.0

ErrorName returns error name.

func (WhitelistedDomainValidationError) Field added in v0.27.0

Field function returns field value.

func (WhitelistedDomainValidationError) Key added in v0.27.0

Key function returns key value.

func (WhitelistedDomainValidationError) Reason added in v0.27.0

Reason function returns reason value.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL