registryv1alpha1

package
v1.0.0-rc4 Latest Latest
Warning

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

Go to latest
Published: Oct 7, 2021 License: Apache-2.0 Imports: 13 Imported by: 51

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	PluginVisibility_name = map[int32]string{
		0: "PLUGIN_VISIBILITY_UNSPECIFIED",
		1: "PLUGIN_VISIBILITY_PUBLIC",
		2: "PLUGIN_VISIBILITY_PRIVATE",
	}
	PluginVisibility_value = map[string]int32{
		"PLUGIN_VISIBILITY_UNSPECIFIED": 0,
		"PLUGIN_VISIBILITY_PUBLIC":      1,
		"PLUGIN_VISIBILITY_PRIVATE":     2,
	}
)

Enum value maps for PluginVisibility.

View Source
var (
	Visibility_name = map[int32]string{
		0: "VISIBILITY_UNSPECIFIED",
		1: "VISIBILITY_PUBLIC",
		2: "VISIBILITY_PRIVATE",
	}
	Visibility_value = map[string]int32{
		"VISIBILITY_UNSPECIFIED": 0,
		"VISIBILITY_PUBLIC":      1,
		"VISIBILITY_PRIVATE":     2,
	}
)

Enum value maps for Visibility.

View Source
var (
	ResolvedReferenceType_name = map[int32]string{
		0: "RESOLVED_REFERENCE_TYPE_UNSPECIFIED",
		1: "RESOLVED_REFERENCE_TYPE_COMMIT",
		2: "RESOLVED_REFERENCE_TYPE_BRANCH",
		3: "RESOLVED_REFERENCE_TYPE_TAG",
	}
	ResolvedReferenceType_value = map[string]int32{
		"RESOLVED_REFERENCE_TYPE_UNSPECIFIED": 0,
		"RESOLVED_REFERENCE_TYPE_COMMIT":      1,
		"RESOLVED_REFERENCE_TYPE_BRANCH":      2,
		"RESOLVED_REFERENCE_TYPE_TAG":         3,
	}
)

Enum value maps for ResolvedReferenceType.

View Source
var (
	ServerScope_name = map[int32]string{
		0: "SERVER_SCOPE_UNSPECIFIED",
		1: "SERVER_SCOPE_MEMBER",
		2: "SERVER_SCOPE_ADMIN",
	}
	ServerScope_value = map[string]int32{
		"SERVER_SCOPE_UNSPECIFIED": 0,
		"SERVER_SCOPE_MEMBER":      1,
		"SERVER_SCOPE_ADMIN":       2,
	}
)

Enum value maps for ServerScope.

View Source
var (
	OrganizationScope_name = map[int32]string{
		0: "ORGANIZATION_SCOPE_UNSPECIFIED",
		1: "ORGANIZATION_SCOPE_MEMBER",
		2: "ORGANIZATION_SCOPE_ADMIN",
		3: "ORGANIZATION_SCOPE_OWNER",
	}
	OrganizationScope_value = map[string]int32{
		"ORGANIZATION_SCOPE_UNSPECIFIED": 0,
		"ORGANIZATION_SCOPE_MEMBER":      1,
		"ORGANIZATION_SCOPE_ADMIN":       2,
		"ORGANIZATION_SCOPE_OWNER":       3,
	}
)

Enum value maps for OrganizationScope.

View Source
var (
	RepositoryScope_name = map[int32]string{
		0: "REPOSITORY_SCOPE_UNSPECIFIED",
		1: "REPOSITORY_SCOPE_READ",
		2: "REPOSITORY_SCOPE_READ_WRITE",
		3: "REPOSITORY_SCOPE_ADMIN",
	}
	RepositoryScope_value = map[string]int32{
		"REPOSITORY_SCOPE_UNSPECIFIED": 0,
		"REPOSITORY_SCOPE_READ":        1,
		"REPOSITORY_SCOPE_READ_WRITE":  2,
		"REPOSITORY_SCOPE_ADMIN":       3,
	}
)

Enum value maps for RepositoryScope.

View Source
var AuthnService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "buf.alpha.registry.v1alpha1.AuthnService",
	HandlerType: (*AuthnServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetCurrentUser",
			Handler:    _AuthnService_GetCurrentUser_Handler,
		},
		{
			MethodName: "GetCurrentUserSubject",
			Handler:    _AuthnService_GetCurrentUserSubject_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "buf/alpha/registry/v1alpha1/authn.proto",
}

AuthnService_ServiceDesc is the grpc.ServiceDesc for AuthnService 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 AuthzService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "buf.alpha.registry.v1alpha1.AuthzService",
	HandlerType: (*AuthzServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "UserCanAddUserOrganizationScopes",
			Handler:    _AuthzService_UserCanAddUserOrganizationScopes_Handler,
		},
		{
			MethodName: "UserCanRemoveUserOrganizationScopes",
			Handler:    _AuthzService_UserCanRemoveUserOrganizationScopes_Handler,
		},
		{
			MethodName: "UserCanCreateOrganizationRepository",
			Handler:    _AuthzService_UserCanCreateOrganizationRepository_Handler,
		},
		{
			MethodName: "UserCanCreateOrganizationTeam",
			Handler:    _AuthzService_UserCanCreateOrganizationTeam_Handler,
		},
		{
			MethodName: "UserCanListOrganizationTeams",
			Handler:    _AuthzService_UserCanListOrganizationTeams_Handler,
		},
		{
			MethodName: "UserCanSeeRepositorySettings",
			Handler:    _AuthzService_UserCanSeeRepositorySettings_Handler,
		},
		{
			MethodName: "UserCanSeeOrganizationSettings",
			Handler:    _AuthzService_UserCanSeeOrganizationSettings_Handler,
		},
		{
			MethodName: "UserCanReadPlugin",
			Handler:    _AuthzService_UserCanReadPlugin_Handler,
		},
		{
			MethodName: "UserCanCreatePluginVersion",
			Handler:    _AuthzService_UserCanCreatePluginVersion_Handler,
		},
		{
			MethodName: "UserCanCreateTemplateVersion",
			Handler:    _AuthzService_UserCanCreateTemplateVersion_Handler,
		},
		{
			MethodName: "UserCanCreateOrganizationPlugin",
			Handler:    _AuthzService_UserCanCreateOrganizationPlugin_Handler,
		},
		{
			MethodName: "UserCanCreateOrganizationTemplate",
			Handler:    _AuthzService_UserCanCreateOrganizationTemplate_Handler,
		},
		{
			MethodName: "UserCanSeePluginSettings",
			Handler:    _AuthzService_UserCanSeePluginSettings_Handler,
		},
		{
			MethodName: "UserCanSeeTemplateSettings",
			Handler:    _AuthzService_UserCanSeeTemplateSettings_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "buf/alpha/registry/v1alpha1/authz.proto",
}

AuthzService_ServiceDesc is the grpc.ServiceDesc for AuthzService 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 DocService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "buf.alpha.registry.v1alpha1.DocService",
	HandlerType: (*DocServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetSourceDirectoryInfo",
			Handler:    _DocService_GetSourceDirectoryInfo_Handler,
		},
		{
			MethodName: "GetSourceFile",
			Handler:    _DocService_GetSourceFile_Handler,
		},
		{
			MethodName: "GetModulePackages",
			Handler:    _DocService_GetModulePackages_Handler,
		},
		{
			MethodName: "GetModuleDocumentation",
			Handler:    _DocService_GetModuleDocumentation_Handler,
		},
		{
			MethodName: "GetPackageDocumentation",
			Handler:    _DocService_GetPackageDocumentation_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "buf/alpha/registry/v1alpha1/doc.proto",
}

DocService_ServiceDesc is the grpc.ServiceDesc for DocService 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 DownloadService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "buf.alpha.registry.v1alpha1.DownloadService",
	HandlerType: (*DownloadServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Download",
			Handler:    _DownloadService_Download_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "buf/alpha/registry/v1alpha1/download.proto",
}

DownloadService_ServiceDesc is the grpc.ServiceDesc for DownloadService 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_buf_alpha_registry_v1alpha1_authn_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_authz_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_doc_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_download_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_generate_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_image_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_module_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_organization_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_owner_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_plugin_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_push_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_recommendation_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_reference_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_repository_branch_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_repository_commit_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_repository_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_repository_tag_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_resolve_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_scope_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_search_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_team_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_token_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_user_proto protoreflect.FileDescriptor
View Source
var GenerateService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "buf.alpha.registry.v1alpha1.GenerateService",
	HandlerType: (*GenerateServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GeneratePlugins",
			Handler:    _GenerateService_GeneratePlugins_Handler,
		},
		{
			MethodName: "GenerateTemplate",
			Handler:    _GenerateService_GenerateTemplate_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "buf/alpha/registry/v1alpha1/generate.proto",
}

GenerateService_ServiceDesc is the grpc.ServiceDesc for GenerateService 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 ImageService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "buf.alpha.registry.v1alpha1.ImageService",
	HandlerType: (*ImageServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetImage",
			Handler:    _ImageService_GetImage_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "buf/alpha/registry/v1alpha1/image.proto",
}

ImageService_ServiceDesc is the grpc.ServiceDesc for ImageService 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 LocalResolveService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "buf.alpha.registry.v1alpha1.LocalResolveService",
	HandlerType: (*LocalResolveServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetLocalModulePins",
			Handler:    _LocalResolveService_GetLocalModulePins_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "buf/alpha/registry/v1alpha1/resolve.proto",
}

LocalResolveService_ServiceDesc is the grpc.ServiceDesc for LocalResolveService 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 OrganizationService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "buf.alpha.registry.v1alpha1.OrganizationService",
	HandlerType: (*OrganizationServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetOrganization",
			Handler:    _OrganizationService_GetOrganization_Handler,
		},
		{
			MethodName: "GetOrganizationByName",
			Handler:    _OrganizationService_GetOrganizationByName_Handler,
		},
		{
			MethodName: "ListOrganizations",
			Handler:    _OrganizationService_ListOrganizations_Handler,
		},
		{
			MethodName: "ListUserOrganizations",
			Handler:    _OrganizationService_ListUserOrganizations_Handler,
		},
		{
			MethodName: "CreateOrganization",
			Handler:    _OrganizationService_CreateOrganization_Handler,
		},
		{
			MethodName: "UpdateOrganizationName",
			Handler:    _OrganizationService_UpdateOrganizationName_Handler,
		},
		{
			MethodName: "UpdateOrganizationNameByName",
			Handler:    _OrganizationService_UpdateOrganizationNameByName_Handler,
		},
		{
			MethodName: "DeleteOrganization",
			Handler:    _OrganizationService_DeleteOrganization_Handler,
		},
		{
			MethodName: "DeleteOrganizationByName",
			Handler:    _OrganizationService_DeleteOrganizationByName_Handler,
		},
		{
			MethodName: "AddOrganizationBaseRepositoryScope",
			Handler:    _OrganizationService_AddOrganizationBaseRepositoryScope_Handler,
		},
		{
			MethodName: "AddOrganizationBaseRepositoryScopeByName",
			Handler:    _OrganizationService_AddOrganizationBaseRepositoryScopeByName_Handler,
		},
		{
			MethodName: "RemoveOrganizationBaseRepositoryScope",
			Handler:    _OrganizationService_RemoveOrganizationBaseRepositoryScope_Handler,
		},
		{
			MethodName: "RemoveOrganizationBaseRepositoryScopeByName",
			Handler:    _OrganizationService_RemoveOrganizationBaseRepositoryScopeByName_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "buf/alpha/registry/v1alpha1/organization.proto",
}

OrganizationService_ServiceDesc is the grpc.ServiceDesc for OrganizationService 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 OwnerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "buf.alpha.registry.v1alpha1.OwnerService",
	HandlerType: (*OwnerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetOwnerByName",
			Handler:    _OwnerService_GetOwnerByName_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "buf/alpha/registry/v1alpha1/owner.proto",
}

OwnerService_ServiceDesc is the grpc.ServiceDesc for OwnerService 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 PluginService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "buf.alpha.registry.v1alpha1.PluginService",
	HandlerType: (*PluginServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListPlugins",
			Handler:    _PluginService_ListPlugins_Handler,
		},
		{
			MethodName: "ListUserPlugins",
			Handler:    _PluginService_ListUserPlugins_Handler,
		},
		{
			MethodName: "ListOrganizationPlugins",
			Handler:    _PluginService_ListOrganizationPlugins_Handler,
		},
		{
			MethodName: "ListPluginVersions",
			Handler:    _PluginService_ListPluginVersions_Handler,
		},
		{
			MethodName: "CreatePlugin",
			Handler:    _PluginService_CreatePlugin_Handler,
		},
		{
			MethodName: "GetPlugin",
			Handler:    _PluginService_GetPlugin_Handler,
		},
		{
			MethodName: "DeletePlugin",
			Handler:    _PluginService_DeletePlugin_Handler,
		},
		{
			MethodName: "GetTemplate",
			Handler:    _PluginService_GetTemplate_Handler,
		},
		{
			MethodName: "ListTemplates",
			Handler:    _PluginService_ListTemplates_Handler,
		},
		{
			MethodName: "ListUserTemplates",
			Handler:    _PluginService_ListUserTemplates_Handler,
		},
		{
			MethodName: "ListOrganizationTemplates",
			Handler:    _PluginService_ListOrganizationTemplates_Handler,
		},
		{
			MethodName: "GetTemplateVersion",
			Handler:    _PluginService_GetTemplateVersion_Handler,
		},
		{
			MethodName: "ListTemplateVersions",
			Handler:    _PluginService_ListTemplateVersions_Handler,
		},
		{
			MethodName: "CreateTemplate",
			Handler:    _PluginService_CreateTemplate_Handler,
		},
		{
			MethodName: "DeleteTemplate",
			Handler:    _PluginService_DeleteTemplate_Handler,
		},
		{
			MethodName: "CreateTemplateVersion",
			Handler:    _PluginService_CreateTemplateVersion_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "buf/alpha/registry/v1alpha1/plugin.proto",
}

PluginService_ServiceDesc is the grpc.ServiceDesc for PluginService 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 PushService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "buf.alpha.registry.v1alpha1.PushService",
	HandlerType: (*PushServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Push",
			Handler:    _PushService_Push_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "buf/alpha/registry/v1alpha1/push.proto",
}

PushService_ServiceDesc is the grpc.ServiceDesc for PushService 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 RecommendationService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "buf.alpha.registry.v1alpha1.RecommendationService",
	HandlerType: (*RecommendationServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "RecommendedRepositories",
			Handler:    _RecommendationService_RecommendedRepositories_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "buf/alpha/registry/v1alpha1/recommendation.proto",
}

RecommendationService_ServiceDesc is the grpc.ServiceDesc for RecommendationService 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 ReferenceService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "buf.alpha.registry.v1alpha1.ReferenceService",
	HandlerType: (*ReferenceServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetReferenceByName",
			Handler:    _ReferenceService_GetReferenceByName_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "buf/alpha/registry/v1alpha1/reference.proto",
}

ReferenceService_ServiceDesc is the grpc.ServiceDesc for ReferenceService 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 RepositoryBranchService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "buf.alpha.registry.v1alpha1.RepositoryBranchService",
	HandlerType: (*RepositoryBranchServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateRepositoryBranch",
			Handler:    _RepositoryBranchService_CreateRepositoryBranch_Handler,
		},
		{
			MethodName: "ListRepositoryBranches",
			Handler:    _RepositoryBranchService_ListRepositoryBranches_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "buf/alpha/registry/v1alpha1/repository_branch.proto",
}

RepositoryBranchService_ServiceDesc is the grpc.ServiceDesc for RepositoryBranchService 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 RepositoryCommitService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "buf.alpha.registry.v1alpha1.RepositoryCommitService",
	HandlerType: (*RepositoryCommitServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "ListRepositoryCommitsByBranch",
			Handler:    _RepositoryCommitService_ListRepositoryCommitsByBranch_Handler,
		},
		{
			MethodName: "ListRepositoryCommitsByReference",
			Handler:    _RepositoryCommitService_ListRepositoryCommitsByReference_Handler,
		},
		{
			MethodName: "GetRepositoryCommitByReference",
			Handler:    _RepositoryCommitService_GetRepositoryCommitByReference_Handler,
		},
		{
			MethodName: "GetRepositoryCommitBySequenceID",
			Handler:    _RepositoryCommitService_GetRepositoryCommitBySequenceID_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "buf/alpha/registry/v1alpha1/repository_commit.proto",
}

RepositoryCommitService_ServiceDesc is the grpc.ServiceDesc for RepositoryCommitService 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 RepositoryService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "buf.alpha.registry.v1alpha1.RepositoryService",
	HandlerType: (*RepositoryServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetRepository",
			Handler:    _RepositoryService_GetRepository_Handler,
		},
		{
			MethodName: "GetRepositoryByFullName",
			Handler:    _RepositoryService_GetRepositoryByFullName_Handler,
		},
		{
			MethodName: "ListRepositories",
			Handler:    _RepositoryService_ListRepositories_Handler,
		},
		{
			MethodName: "ListUserRepositories",
			Handler:    _RepositoryService_ListUserRepositories_Handler,
		},
		{
			MethodName: "ListRepositoriesUserCanAccess",
			Handler:    _RepositoryService_ListRepositoriesUserCanAccess_Handler,
		},
		{
			MethodName: "ListOrganizationRepositories",
			Handler:    _RepositoryService_ListOrganizationRepositories_Handler,
		},
		{
			MethodName: "CreateRepositoryByFullName",
			Handler:    _RepositoryService_CreateRepositoryByFullName_Handler,
		},
		{
			MethodName: "UpdateRepositoryName",
			Handler:    _RepositoryService_UpdateRepositoryName_Handler,
		},
		{
			MethodName: "UpdateRepositoryNameByFullName",
			Handler:    _RepositoryService_UpdateRepositoryNameByFullName_Handler,
		},
		{
			MethodName: "UpdateRepositoryVisibility",
			Handler:    _RepositoryService_UpdateRepositoryVisibility_Handler,
		},
		{
			MethodName: "UpdateRepositoryVisibilityByName",
			Handler:    _RepositoryService_UpdateRepositoryVisibilityByName_Handler,
		},
		{
			MethodName: "DeleteRepository",
			Handler:    _RepositoryService_DeleteRepository_Handler,
		},
		{
			MethodName: "DeleteRepositoryByFullName",
			Handler:    _RepositoryService_DeleteRepositoryByFullName_Handler,
		},
		{
			MethodName: "DeprecateRepositoryByName",
			Handler:    _RepositoryService_DeprecateRepositoryByName_Handler,
		},
		{
			MethodName: "UndeprecateRepositoryByName",
			Handler:    _RepositoryService_UndeprecateRepositoryByName_Handler,
		},
		{
			MethodName: "GetRepositoriesByFullName",
			Handler:    _RepositoryService_GetRepositoriesByFullName_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "buf/alpha/registry/v1alpha1/repository.proto",
}

RepositoryService_ServiceDesc is the grpc.ServiceDesc for RepositoryService 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 RepositoryTagService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "buf.alpha.registry.v1alpha1.RepositoryTagService",
	HandlerType: (*RepositoryTagServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateRepositoryTag",
			Handler:    _RepositoryTagService_CreateRepositoryTag_Handler,
		},
		{
			MethodName: "ListRepositoryTags",
			Handler:    _RepositoryTagService_ListRepositoryTags_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "buf/alpha/registry/v1alpha1/repository_tag.proto",
}

RepositoryTagService_ServiceDesc is the grpc.ServiceDesc for RepositoryTagService 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 ResolveService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "buf.alpha.registry.v1alpha1.ResolveService",
	HandlerType: (*ResolveServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetModulePins",
			Handler:    _ResolveService_GetModulePins_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "buf/alpha/registry/v1alpha1/resolve.proto",
}

ResolveService_ServiceDesc is the grpc.ServiceDesc for ResolveService 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 SearchService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "buf.alpha.registry.v1alpha1.SearchService",
	HandlerType: (*SearchServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Search",
			Handler:    _SearchService_Search_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "buf/alpha/registry/v1alpha1/search.proto",
}

SearchService_ServiceDesc is the grpc.ServiceDesc for SearchService 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 TeamService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "buf.alpha.registry.v1alpha1.TeamService",
	HandlerType: (*TeamServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetTeam",
			Handler:    _TeamService_GetTeam_Handler,
		},
		{
			MethodName: "GetTeamByName",
			Handler:    _TeamService_GetTeamByName_Handler,
		},
		{
			MethodName: "ListOrganizationTeams",
			Handler:    _TeamService_ListOrganizationTeams_Handler,
		},
		{
			MethodName: "CreateTeam",
			Handler:    _TeamService_CreateTeam_Handler,
		},
		{
			MethodName: "CreateTeamByName",
			Handler:    _TeamService_CreateTeamByName_Handler,
		},
		{
			MethodName: "UpdateTeamName",
			Handler:    _TeamService_UpdateTeamName_Handler,
		},
		{
			MethodName: "AddUserToTeam",
			Handler:    _TeamService_AddUserToTeam_Handler,
		},
		{
			MethodName: "AddUserToTeamByName",
			Handler:    _TeamService_AddUserToTeamByName_Handler,
		},
		{
			MethodName: "RemoveUserFromTeam",
			Handler:    _TeamService_RemoveUserFromTeam_Handler,
		},
		{
			MethodName: "RemoveUserFromTeamByName",
			Handler:    _TeamService_RemoveUserFromTeamByName_Handler,
		},
		{
			MethodName: "DeleteTeam",
			Handler:    _TeamService_DeleteTeam_Handler,
		},
		{
			MethodName: "DeleteTeamByName",
			Handler:    _TeamService_DeleteTeamByName_Handler,
		},
		{
			MethodName: "AddTeamOrganizationScope",
			Handler:    _TeamService_AddTeamOrganizationScope_Handler,
		},
		{
			MethodName: "AddTeamOrganizationScopeByName",
			Handler:    _TeamService_AddTeamOrganizationScopeByName_Handler,
		},
		{
			MethodName: "RemoveTeamOrganizationScope",
			Handler:    _TeamService_RemoveTeamOrganizationScope_Handler,
		},
		{
			MethodName: "RemoveTeamOrganizationScopeByName",
			Handler:    _TeamService_RemoveTeamOrganizationScopeByName_Handler,
		},
		{
			MethodName: "AddTeamBaseRepositoryScope",
			Handler:    _TeamService_AddTeamBaseRepositoryScope_Handler,
		},
		{
			MethodName: "AddTeamBaseRepositoryScopeByName",
			Handler:    _TeamService_AddTeamBaseRepositoryScopeByName_Handler,
		},
		{
			MethodName: "RemoveTeamBaseRepositoryScope",
			Handler:    _TeamService_RemoveTeamBaseRepositoryScope_Handler,
		},
		{
			MethodName: "RemoveTeamBaseRepositoryScopeByName",
			Handler:    _TeamService_RemoveTeamBaseRepositoryScopeByName_Handler,
		},
		{
			MethodName: "AddTeamRepositoryScope",
			Handler:    _TeamService_AddTeamRepositoryScope_Handler,
		},
		{
			MethodName: "AddTeamRepositoryScopeByName",
			Handler:    _TeamService_AddTeamRepositoryScopeByName_Handler,
		},
		{
			MethodName: "RemoveTeamRepositoryScope",
			Handler:    _TeamService_RemoveTeamRepositoryScope_Handler,
		},
		{
			MethodName: "RemoveTeamRepositoryScopeByName",
			Handler:    _TeamService_RemoveTeamRepositoryScopeByName_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "buf/alpha/registry/v1alpha1/team.proto",
}

TeamService_ServiceDesc is the grpc.ServiceDesc for TeamService 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 TokenService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "buf.alpha.registry.v1alpha1.TokenService",
	HandlerType: (*TokenServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateToken",
			Handler:    _TokenService_CreateToken_Handler,
		},
		{
			MethodName: "GetToken",
			Handler:    _TokenService_GetToken_Handler,
		},
		{
			MethodName: "ListTokens",
			Handler:    _TokenService_ListTokens_Handler,
		},
		{
			MethodName: "DeleteToken",
			Handler:    _TokenService_DeleteToken_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "buf/alpha/registry/v1alpha1/token.proto",
}

TokenService_ServiceDesc is the grpc.ServiceDesc for TokenService 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 UserService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "buf.alpha.registry.v1alpha1.UserService",
	HandlerType: (*UserServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateUser",
			Handler:    _UserService_CreateUser_Handler,
		},
		{
			MethodName: "GetUser",
			Handler:    _UserService_GetUser_Handler,
		},
		{
			MethodName: "GetUserByUsername",
			Handler:    _UserService_GetUserByUsername_Handler,
		},
		{
			MethodName: "ListUsers",
			Handler:    _UserService_ListUsers_Handler,
		},
		{
			MethodName: "ListOrganizationUsers",
			Handler:    _UserService_ListOrganizationUsers_Handler,
		},
		{
			MethodName: "UpdateUserUsername",
			Handler:    _UserService_UpdateUserUsername_Handler,
		},
		{
			MethodName: "DeleteUser",
			Handler:    _UserService_DeleteUser_Handler,
		},
		{
			MethodName: "DeactivateUser",
			Handler:    _UserService_DeactivateUser_Handler,
		},
		{
			MethodName: "AddUserOrganizationScope",
			Handler:    _UserService_AddUserOrganizationScope_Handler,
		},
		{
			MethodName: "AddUserOrganizationScopeByName",
			Handler:    _UserService_AddUserOrganizationScopeByName_Handler,
		},
		{
			MethodName: "RemoveUserOrganizationScope",
			Handler:    _UserService_RemoveUserOrganizationScope_Handler,
		},
		{
			MethodName: "RemoveUserOrganizationScopeByName",
			Handler:    _UserService_RemoveUserOrganizationScopeByName_Handler,
		},
		{
			MethodName: "AddUserServerScope",
			Handler:    _UserService_AddUserServerScope_Handler,
		},
		{
			MethodName: "AddUserServerScopeByName",
			Handler:    _UserService_AddUserServerScopeByName_Handler,
		},
		{
			MethodName: "RemoveUserServerScope",
			Handler:    _UserService_RemoveUserServerScope_Handler,
		},
		{
			MethodName: "RemoveUserServerScopeByName",
			Handler:    _UserService_RemoveUserServerScopeByName_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "buf/alpha/registry/v1alpha1/user.proto",
}

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

Functions

func RegisterAuthnServiceServer

func RegisterAuthnServiceServer(s grpc.ServiceRegistrar, srv AuthnServiceServer)

func RegisterAuthzServiceServer

func RegisterAuthzServiceServer(s grpc.ServiceRegistrar, srv AuthzServiceServer)

func RegisterDocServiceServer

func RegisterDocServiceServer(s grpc.ServiceRegistrar, srv DocServiceServer)

func RegisterDownloadServiceServer

func RegisterDownloadServiceServer(s grpc.ServiceRegistrar, srv DownloadServiceServer)

func RegisterGenerateServiceServer

func RegisterGenerateServiceServer(s grpc.ServiceRegistrar, srv GenerateServiceServer)

func RegisterImageServiceServer

func RegisterImageServiceServer(s grpc.ServiceRegistrar, srv ImageServiceServer)

func RegisterLocalResolveServiceServer

func RegisterLocalResolveServiceServer(s grpc.ServiceRegistrar, srv LocalResolveServiceServer)

func RegisterOrganizationServiceServer

func RegisterOrganizationServiceServer(s grpc.ServiceRegistrar, srv OrganizationServiceServer)

func RegisterOwnerServiceServer

func RegisterOwnerServiceServer(s grpc.ServiceRegistrar, srv OwnerServiceServer)

func RegisterPluginServiceServer

func RegisterPluginServiceServer(s grpc.ServiceRegistrar, srv PluginServiceServer)

func RegisterPushServiceServer

func RegisterPushServiceServer(s grpc.ServiceRegistrar, srv PushServiceServer)

func RegisterRecommendationServiceServer

func RegisterRecommendationServiceServer(s grpc.ServiceRegistrar, srv RecommendationServiceServer)

func RegisterReferenceServiceServer

func RegisterReferenceServiceServer(s grpc.ServiceRegistrar, srv ReferenceServiceServer)

func RegisterRepositoryBranchServiceServer

func RegisterRepositoryBranchServiceServer(s grpc.ServiceRegistrar, srv RepositoryBranchServiceServer)

func RegisterRepositoryCommitServiceServer

func RegisterRepositoryCommitServiceServer(s grpc.ServiceRegistrar, srv RepositoryCommitServiceServer)

func RegisterRepositoryServiceServer

func RegisterRepositoryServiceServer(s grpc.ServiceRegistrar, srv RepositoryServiceServer)

func RegisterRepositoryTagServiceServer

func RegisterRepositoryTagServiceServer(s grpc.ServiceRegistrar, srv RepositoryTagServiceServer)

func RegisterResolveServiceServer

func RegisterResolveServiceServer(s grpc.ServiceRegistrar, srv ResolveServiceServer)

func RegisterSearchServiceServer

func RegisterSearchServiceServer(s grpc.ServiceRegistrar, srv SearchServiceServer)

func RegisterTeamServiceServer

func RegisterTeamServiceServer(s grpc.ServiceRegistrar, srv TeamServiceServer)

func RegisterTokenServiceServer

func RegisterTokenServiceServer(s grpc.ServiceRegistrar, srv TokenServiceServer)

func RegisterUserServiceServer

func RegisterUserServiceServer(s grpc.ServiceRegistrar, srv UserServiceServer)

Types

type AddOrganizationBaseRepositoryScopeByNameRequest

type AddOrganizationBaseRepositoryScopeByNameRequest struct {
	Name            string          `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	RepositoryScope RepositoryScope `` /* 156-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AddOrganizationBaseRepositoryScopeByNameRequest) Descriptor deprecated

Deprecated: Use AddOrganizationBaseRepositoryScopeByNameRequest.ProtoReflect.Descriptor instead.

func (*AddOrganizationBaseRepositoryScopeByNameRequest) GetName

func (*AddOrganizationBaseRepositoryScopeByNameRequest) GetRepositoryScope

func (*AddOrganizationBaseRepositoryScopeByNameRequest) ProtoMessage

func (*AddOrganizationBaseRepositoryScopeByNameRequest) ProtoReflect

func (*AddOrganizationBaseRepositoryScopeByNameRequest) Reset

func (*AddOrganizationBaseRepositoryScopeByNameRequest) String

type AddOrganizationBaseRepositoryScopeByNameResponse

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

func (*AddOrganizationBaseRepositoryScopeByNameResponse) Descriptor deprecated

Deprecated: Use AddOrganizationBaseRepositoryScopeByNameResponse.ProtoReflect.Descriptor instead.

func (*AddOrganizationBaseRepositoryScopeByNameResponse) ProtoMessage

func (*AddOrganizationBaseRepositoryScopeByNameResponse) ProtoReflect

func (*AddOrganizationBaseRepositoryScopeByNameResponse) Reset

func (*AddOrganizationBaseRepositoryScopeByNameResponse) String

type AddOrganizationBaseRepositoryScopeRequest

type AddOrganizationBaseRepositoryScopeRequest struct {
	Id              string          `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	RepositoryScope RepositoryScope `` /* 156-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AddOrganizationBaseRepositoryScopeRequest) Descriptor deprecated

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

Deprecated: Use AddOrganizationBaseRepositoryScopeRequest.ProtoReflect.Descriptor instead.

func (*AddOrganizationBaseRepositoryScopeRequest) GetId

func (*AddOrganizationBaseRepositoryScopeRequest) GetRepositoryScope

func (*AddOrganizationBaseRepositoryScopeRequest) ProtoMessage

func (*AddOrganizationBaseRepositoryScopeRequest) ProtoReflect

func (*AddOrganizationBaseRepositoryScopeRequest) Reset

func (*AddOrganizationBaseRepositoryScopeRequest) String

type AddOrganizationBaseRepositoryScopeResponse

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

func (*AddOrganizationBaseRepositoryScopeResponse) Descriptor deprecated

Deprecated: Use AddOrganizationBaseRepositoryScopeResponse.ProtoReflect.Descriptor instead.

func (*AddOrganizationBaseRepositoryScopeResponse) ProtoMessage

func (*AddOrganizationBaseRepositoryScopeResponse) ProtoReflect

func (*AddOrganizationBaseRepositoryScopeResponse) Reset

func (*AddOrganizationBaseRepositoryScopeResponse) String

type AddTeamBaseRepositoryScopeByNameRequest

type AddTeamBaseRepositoryScopeByNameRequest 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"`
	RepositoryScope  RepositoryScope `` /* 156-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AddTeamBaseRepositoryScopeByNameRequest) Descriptor deprecated

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

Deprecated: Use AddTeamBaseRepositoryScopeByNameRequest.ProtoReflect.Descriptor instead.

func (*AddTeamBaseRepositoryScopeByNameRequest) GetName

func (*AddTeamBaseRepositoryScopeByNameRequest) GetOrganizationName

func (x *AddTeamBaseRepositoryScopeByNameRequest) GetOrganizationName() string

func (*AddTeamBaseRepositoryScopeByNameRequest) GetRepositoryScope

func (*AddTeamBaseRepositoryScopeByNameRequest) ProtoMessage

func (*AddTeamBaseRepositoryScopeByNameRequest) ProtoReflect

func (*AddTeamBaseRepositoryScopeByNameRequest) Reset

func (*AddTeamBaseRepositoryScopeByNameRequest) String

type AddTeamBaseRepositoryScopeByNameResponse

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

func (*AddTeamBaseRepositoryScopeByNameResponse) Descriptor deprecated

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

Deprecated: Use AddTeamBaseRepositoryScopeByNameResponse.ProtoReflect.Descriptor instead.

func (*AddTeamBaseRepositoryScopeByNameResponse) ProtoMessage

func (*AddTeamBaseRepositoryScopeByNameResponse) ProtoReflect

func (*AddTeamBaseRepositoryScopeByNameResponse) Reset

func (*AddTeamBaseRepositoryScopeByNameResponse) String

type AddTeamBaseRepositoryScopeRequest

type AddTeamBaseRepositoryScopeRequest struct {
	Id              string          `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	RepositoryScope RepositoryScope `` /* 156-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AddTeamBaseRepositoryScopeRequest) Descriptor deprecated

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

Deprecated: Use AddTeamBaseRepositoryScopeRequest.ProtoReflect.Descriptor instead.

func (*AddTeamBaseRepositoryScopeRequest) GetId

func (*AddTeamBaseRepositoryScopeRequest) GetRepositoryScope

func (x *AddTeamBaseRepositoryScopeRequest) GetRepositoryScope() RepositoryScope

func (*AddTeamBaseRepositoryScopeRequest) ProtoMessage

func (*AddTeamBaseRepositoryScopeRequest) ProtoMessage()

func (*AddTeamBaseRepositoryScopeRequest) ProtoReflect

func (*AddTeamBaseRepositoryScopeRequest) Reset

func (*AddTeamBaseRepositoryScopeRequest) String

type AddTeamBaseRepositoryScopeResponse

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

func (*AddTeamBaseRepositoryScopeResponse) Descriptor deprecated

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

Deprecated: Use AddTeamBaseRepositoryScopeResponse.ProtoReflect.Descriptor instead.

func (*AddTeamBaseRepositoryScopeResponse) ProtoMessage

func (*AddTeamBaseRepositoryScopeResponse) ProtoMessage()

func (*AddTeamBaseRepositoryScopeResponse) ProtoReflect

func (*AddTeamBaseRepositoryScopeResponse) Reset

func (*AddTeamBaseRepositoryScopeResponse) String

type AddTeamOrganizationScopeByNameRequest

type AddTeamOrganizationScopeByNameRequest 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"`
	OrganizationScope OrganizationScope `` /* 164-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AddTeamOrganizationScopeByNameRequest) Descriptor deprecated

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

Deprecated: Use AddTeamOrganizationScopeByNameRequest.ProtoReflect.Descriptor instead.

func (*AddTeamOrganizationScopeByNameRequest) GetName

func (*AddTeamOrganizationScopeByNameRequest) GetOrganizationName

func (x *AddTeamOrganizationScopeByNameRequest) GetOrganizationName() string

func (*AddTeamOrganizationScopeByNameRequest) GetOrganizationScope

func (x *AddTeamOrganizationScopeByNameRequest) GetOrganizationScope() OrganizationScope

func (*AddTeamOrganizationScopeByNameRequest) ProtoMessage

func (*AddTeamOrganizationScopeByNameRequest) ProtoMessage()

func (*AddTeamOrganizationScopeByNameRequest) ProtoReflect

func (*AddTeamOrganizationScopeByNameRequest) Reset

func (*AddTeamOrganizationScopeByNameRequest) String

type AddTeamOrganizationScopeByNameResponse

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

func (*AddTeamOrganizationScopeByNameResponse) Descriptor deprecated

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

Deprecated: Use AddTeamOrganizationScopeByNameResponse.ProtoReflect.Descriptor instead.

func (*AddTeamOrganizationScopeByNameResponse) ProtoMessage

func (*AddTeamOrganizationScopeByNameResponse) ProtoReflect

func (*AddTeamOrganizationScopeByNameResponse) Reset

func (*AddTeamOrganizationScopeByNameResponse) String

type AddTeamOrganizationScopeRequest

type AddTeamOrganizationScopeRequest struct {
	Id                string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrganizationScope OrganizationScope `` /* 164-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AddTeamOrganizationScopeRequest) Descriptor deprecated

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

Deprecated: Use AddTeamOrganizationScopeRequest.ProtoReflect.Descriptor instead.

func (*AddTeamOrganizationScopeRequest) GetId

func (*AddTeamOrganizationScopeRequest) GetOrganizationScope

func (x *AddTeamOrganizationScopeRequest) GetOrganizationScope() OrganizationScope

func (*AddTeamOrganizationScopeRequest) ProtoMessage

func (*AddTeamOrganizationScopeRequest) ProtoMessage()

func (*AddTeamOrganizationScopeRequest) ProtoReflect

func (*AddTeamOrganizationScopeRequest) Reset

func (*AddTeamOrganizationScopeRequest) String

type AddTeamOrganizationScopeResponse

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

func (*AddTeamOrganizationScopeResponse) Descriptor deprecated

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

Deprecated: Use AddTeamOrganizationScopeResponse.ProtoReflect.Descriptor instead.

func (*AddTeamOrganizationScopeResponse) ProtoMessage

func (*AddTeamOrganizationScopeResponse) ProtoMessage()

func (*AddTeamOrganizationScopeResponse) ProtoReflect

func (*AddTeamOrganizationScopeResponse) Reset

func (*AddTeamOrganizationScopeResponse) String

type AddTeamRepositoryScopeByNameRequest

type AddTeamRepositoryScopeByNameRequest 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"`
	RepositoryName   string          `protobuf:"bytes,3,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"`
	RepositoryScope  RepositoryScope `` /* 156-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AddTeamRepositoryScopeByNameRequest) Descriptor deprecated

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

Deprecated: Use AddTeamRepositoryScopeByNameRequest.ProtoReflect.Descriptor instead.

func (*AddTeamRepositoryScopeByNameRequest) GetName

func (*AddTeamRepositoryScopeByNameRequest) GetOrganizationName

func (x *AddTeamRepositoryScopeByNameRequest) GetOrganizationName() string

func (*AddTeamRepositoryScopeByNameRequest) GetRepositoryName

func (x *AddTeamRepositoryScopeByNameRequest) GetRepositoryName() string

func (*AddTeamRepositoryScopeByNameRequest) GetRepositoryScope

func (x *AddTeamRepositoryScopeByNameRequest) GetRepositoryScope() RepositoryScope

func (*AddTeamRepositoryScopeByNameRequest) ProtoMessage

func (*AddTeamRepositoryScopeByNameRequest) ProtoMessage()

func (*AddTeamRepositoryScopeByNameRequest) ProtoReflect

func (*AddTeamRepositoryScopeByNameRequest) Reset

func (*AddTeamRepositoryScopeByNameRequest) String

type AddTeamRepositoryScopeByNameResponse

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

func (*AddTeamRepositoryScopeByNameResponse) Descriptor deprecated

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

Deprecated: Use AddTeamRepositoryScopeByNameResponse.ProtoReflect.Descriptor instead.

func (*AddTeamRepositoryScopeByNameResponse) ProtoMessage

func (*AddTeamRepositoryScopeByNameResponse) ProtoMessage()

func (*AddTeamRepositoryScopeByNameResponse) ProtoReflect

func (*AddTeamRepositoryScopeByNameResponse) Reset

func (*AddTeamRepositoryScopeByNameResponse) String

type AddTeamRepositoryScopeRequest

type AddTeamRepositoryScopeRequest struct {
	Id              string          `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	RepositoryId    string          `protobuf:"bytes,2,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
	RepositoryScope RepositoryScope `` /* 156-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AddTeamRepositoryScopeRequest) Descriptor deprecated

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

Deprecated: Use AddTeamRepositoryScopeRequest.ProtoReflect.Descriptor instead.

func (*AddTeamRepositoryScopeRequest) GetId

func (*AddTeamRepositoryScopeRequest) GetRepositoryId

func (x *AddTeamRepositoryScopeRequest) GetRepositoryId() string

func (*AddTeamRepositoryScopeRequest) GetRepositoryScope

func (x *AddTeamRepositoryScopeRequest) GetRepositoryScope() RepositoryScope

func (*AddTeamRepositoryScopeRequest) ProtoMessage

func (*AddTeamRepositoryScopeRequest) ProtoMessage()

func (*AddTeamRepositoryScopeRequest) ProtoReflect

func (*AddTeamRepositoryScopeRequest) Reset

func (x *AddTeamRepositoryScopeRequest) Reset()

func (*AddTeamRepositoryScopeRequest) String

type AddTeamRepositoryScopeResponse

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

func (*AddTeamRepositoryScopeResponse) Descriptor deprecated

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

Deprecated: Use AddTeamRepositoryScopeResponse.ProtoReflect.Descriptor instead.

func (*AddTeamRepositoryScopeResponse) ProtoMessage

func (*AddTeamRepositoryScopeResponse) ProtoMessage()

func (*AddTeamRepositoryScopeResponse) ProtoReflect

func (*AddTeamRepositoryScopeResponse) Reset

func (x *AddTeamRepositoryScopeResponse) Reset()

func (*AddTeamRepositoryScopeResponse) String

type AddUserOrganizationScopeByNameRequest

type AddUserOrganizationScopeByNameRequest 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"`
	OrganizationScope OrganizationScope `` /* 164-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AddUserOrganizationScopeByNameRequest) Descriptor deprecated

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

Deprecated: Use AddUserOrganizationScopeByNameRequest.ProtoReflect.Descriptor instead.

func (*AddUserOrganizationScopeByNameRequest) GetName

func (*AddUserOrganizationScopeByNameRequest) GetOrganizationName

func (x *AddUserOrganizationScopeByNameRequest) GetOrganizationName() string

func (*AddUserOrganizationScopeByNameRequest) GetOrganizationScope

func (x *AddUserOrganizationScopeByNameRequest) GetOrganizationScope() OrganizationScope

func (*AddUserOrganizationScopeByNameRequest) ProtoMessage

func (*AddUserOrganizationScopeByNameRequest) ProtoMessage()

func (*AddUserOrganizationScopeByNameRequest) ProtoReflect

func (*AddUserOrganizationScopeByNameRequest) Reset

func (*AddUserOrganizationScopeByNameRequest) String

type AddUserOrganizationScopeByNameResponse

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

func (*AddUserOrganizationScopeByNameResponse) Descriptor deprecated

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

Deprecated: Use AddUserOrganizationScopeByNameResponse.ProtoReflect.Descriptor instead.

func (*AddUserOrganizationScopeByNameResponse) ProtoMessage

func (*AddUserOrganizationScopeByNameResponse) ProtoReflect

func (*AddUserOrganizationScopeByNameResponse) Reset

func (*AddUserOrganizationScopeByNameResponse) String

type AddUserOrganizationScopeRequest

type AddUserOrganizationScopeRequest struct {
	Id                string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrganizationId    string            `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	OrganizationScope OrganizationScope `` /* 164-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AddUserOrganizationScopeRequest) Descriptor deprecated

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

Deprecated: Use AddUserOrganizationScopeRequest.ProtoReflect.Descriptor instead.

func (*AddUserOrganizationScopeRequest) GetId

func (*AddUserOrganizationScopeRequest) GetOrganizationId

func (x *AddUserOrganizationScopeRequest) GetOrganizationId() string

func (*AddUserOrganizationScopeRequest) GetOrganizationScope

func (x *AddUserOrganizationScopeRequest) GetOrganizationScope() OrganizationScope

func (*AddUserOrganizationScopeRequest) ProtoMessage

func (*AddUserOrganizationScopeRequest) ProtoMessage()

func (*AddUserOrganizationScopeRequest) ProtoReflect

func (*AddUserOrganizationScopeRequest) Reset

func (*AddUserOrganizationScopeRequest) String

type AddUserOrganizationScopeResponse

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

func (*AddUserOrganizationScopeResponse) Descriptor deprecated

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

Deprecated: Use AddUserOrganizationScopeResponse.ProtoReflect.Descriptor instead.

func (*AddUserOrganizationScopeResponse) ProtoMessage

func (*AddUserOrganizationScopeResponse) ProtoMessage()

func (*AddUserOrganizationScopeResponse) ProtoReflect

func (*AddUserOrganizationScopeResponse) Reset

func (*AddUserOrganizationScopeResponse) String

type AddUserServerScopeByNameRequest

type AddUserServerScopeByNameRequest struct {
	Name        string      `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ServerScope ServerScope `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AddUserServerScopeByNameRequest) Descriptor deprecated

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

Deprecated: Use AddUserServerScopeByNameRequest.ProtoReflect.Descriptor instead.

func (*AddUserServerScopeByNameRequest) GetName

func (*AddUserServerScopeByNameRequest) GetServerScope

func (x *AddUserServerScopeByNameRequest) GetServerScope() ServerScope

func (*AddUserServerScopeByNameRequest) ProtoMessage

func (*AddUserServerScopeByNameRequest) ProtoMessage()

func (*AddUserServerScopeByNameRequest) ProtoReflect

func (*AddUserServerScopeByNameRequest) Reset

func (*AddUserServerScopeByNameRequest) String

type AddUserServerScopeByNameResponse

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

func (*AddUserServerScopeByNameResponse) Descriptor deprecated

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

Deprecated: Use AddUserServerScopeByNameResponse.ProtoReflect.Descriptor instead.

func (*AddUserServerScopeByNameResponse) ProtoMessage

func (*AddUserServerScopeByNameResponse) ProtoMessage()

func (*AddUserServerScopeByNameResponse) ProtoReflect

func (*AddUserServerScopeByNameResponse) Reset

func (*AddUserServerScopeByNameResponse) String

type AddUserServerScopeRequest

type AddUserServerScopeRequest struct {
	Id          string      `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ServerScope ServerScope `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AddUserServerScopeRequest) Descriptor deprecated

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

Deprecated: Use AddUserServerScopeRequest.ProtoReflect.Descriptor instead.

func (*AddUserServerScopeRequest) GetId

func (x *AddUserServerScopeRequest) GetId() string

func (*AddUserServerScopeRequest) GetServerScope

func (x *AddUserServerScopeRequest) GetServerScope() ServerScope

func (*AddUserServerScopeRequest) ProtoMessage

func (*AddUserServerScopeRequest) ProtoMessage()

func (*AddUserServerScopeRequest) ProtoReflect

func (*AddUserServerScopeRequest) Reset

func (x *AddUserServerScopeRequest) Reset()

func (*AddUserServerScopeRequest) String

func (x *AddUserServerScopeRequest) String() string

type AddUserServerScopeResponse

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

func (*AddUserServerScopeResponse) Descriptor deprecated

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

Deprecated: Use AddUserServerScopeResponse.ProtoReflect.Descriptor instead.

func (*AddUserServerScopeResponse) ProtoMessage

func (*AddUserServerScopeResponse) ProtoMessage()

func (*AddUserServerScopeResponse) ProtoReflect

func (*AddUserServerScopeResponse) Reset

func (x *AddUserServerScopeResponse) Reset()

func (*AddUserServerScopeResponse) String

func (x *AddUserServerScopeResponse) String() string

type AddUserToTeamByNameRequest

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

func (*AddUserToTeamByNameRequest) Descriptor deprecated

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

Deprecated: Use AddUserToTeamByNameRequest.ProtoReflect.Descriptor instead.

func (*AddUserToTeamByNameRequest) GetName

func (x *AddUserToTeamByNameRequest) GetName() string

func (*AddUserToTeamByNameRequest) GetOrganizationName

func (x *AddUserToTeamByNameRequest) GetOrganizationName() string

func (*AddUserToTeamByNameRequest) GetUserName

func (x *AddUserToTeamByNameRequest) GetUserName() string

func (*AddUserToTeamByNameRequest) ProtoMessage

func (*AddUserToTeamByNameRequest) ProtoMessage()

func (*AddUserToTeamByNameRequest) ProtoReflect

func (*AddUserToTeamByNameRequest) Reset

func (x *AddUserToTeamByNameRequest) Reset()

func (*AddUserToTeamByNameRequest) String

func (x *AddUserToTeamByNameRequest) String() string

type AddUserToTeamByNameResponse

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

func (*AddUserToTeamByNameResponse) Descriptor deprecated

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

Deprecated: Use AddUserToTeamByNameResponse.ProtoReflect.Descriptor instead.

func (*AddUserToTeamByNameResponse) ProtoMessage

func (*AddUserToTeamByNameResponse) ProtoMessage()

func (*AddUserToTeamByNameResponse) ProtoReflect

func (*AddUserToTeamByNameResponse) Reset

func (x *AddUserToTeamByNameResponse) Reset()

func (*AddUserToTeamByNameResponse) String

func (x *AddUserToTeamByNameResponse) String() string

type AddUserToTeamRequest

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

func (*AddUserToTeamRequest) Descriptor deprecated

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

Deprecated: Use AddUserToTeamRequest.ProtoReflect.Descriptor instead.

func (*AddUserToTeamRequest) GetId

func (x *AddUserToTeamRequest) GetId() string

func (*AddUserToTeamRequest) GetUserId

func (x *AddUserToTeamRequest) GetUserId() string

func (*AddUserToTeamRequest) ProtoMessage

func (*AddUserToTeamRequest) ProtoMessage()

func (*AddUserToTeamRequest) ProtoReflect

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

func (*AddUserToTeamRequest) Reset

func (x *AddUserToTeamRequest) Reset()

func (*AddUserToTeamRequest) String

func (x *AddUserToTeamRequest) String() string

type AddUserToTeamResponse

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

func (*AddUserToTeamResponse) Descriptor deprecated

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

Deprecated: Use AddUserToTeamResponse.ProtoReflect.Descriptor instead.

func (*AddUserToTeamResponse) ProtoMessage

func (*AddUserToTeamResponse) ProtoMessage()

func (*AddUserToTeamResponse) ProtoReflect

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

func (*AddUserToTeamResponse) Reset

func (x *AddUserToTeamResponse) Reset()

func (*AddUserToTeamResponse) String

func (x *AddUserToTeamResponse) String() string

type AuthnServiceClient

type AuthnServiceClient interface {
	// GetCurrentUser gets information associated with the current user.
	//
	// The user's ID is retrieved from the request's authentication header.
	GetCurrentUser(ctx context.Context, in *GetCurrentUserRequest, opts ...grpc.CallOption) (*GetCurrentUserResponse, error)
	// GetCurrentUserSubject gets the currently logged in users subject.
	//
	// The user's ID is retrieved from the request's authentication header.
	GetCurrentUserSubject(ctx context.Context, in *GetCurrentUserSubjectRequest, opts ...grpc.CallOption) (*GetCurrentUserSubjectResponse, error)
}

AuthnServiceClient is the client API for AuthnService 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 AuthnServiceServer

type AuthnServiceServer interface {
	// GetCurrentUser gets information associated with the current user.
	//
	// The user's ID is retrieved from the request's authentication header.
	GetCurrentUser(context.Context, *GetCurrentUserRequest) (*GetCurrentUserResponse, error)
	// GetCurrentUserSubject gets the currently logged in users subject.
	//
	// The user's ID is retrieved from the request's authentication header.
	GetCurrentUserSubject(context.Context, *GetCurrentUserSubjectRequest) (*GetCurrentUserSubjectResponse, error)
}

AuthnServiceServer is the server API for AuthnService service. All implementations should embed UnimplementedAuthnServiceServer for forward compatibility

type AuthzServiceClient

type AuthzServiceClient interface {
	// UserCanAddUserOrganizationScopes returns whether the user is authorized
	// to remove user scopes from an organization.
	UserCanAddUserOrganizationScopes(ctx context.Context, in *UserCanAddUserOrganizationScopesRequest, opts ...grpc.CallOption) (*UserCanAddUserOrganizationScopesResponse, error)
	// UserCanRemoveUserOrganizationScopes returns whether the user is authorized
	// to remove user scopes from an organization.
	UserCanRemoveUserOrganizationScopes(ctx context.Context, in *UserCanRemoveUserOrganizationScopesRequest, opts ...grpc.CallOption) (*UserCanRemoveUserOrganizationScopesResponse, error)
	// UserCanCreateOrganizationRepository returns whether the user is authorized
	// to create repositories in an organization.
	UserCanCreateOrganizationRepository(ctx context.Context, in *UserCanCreateOrganizationRepositoryRequest, opts ...grpc.CallOption) (*UserCanCreateOrganizationRepositoryResponse, error)
	// UserCanCreateOrganizationTeam returns whether the user is authorized
	// to create teams in an organization.
	UserCanCreateOrganizationTeam(ctx context.Context, in *UserCanCreateOrganizationTeamRequest, opts ...grpc.CallOption) (*UserCanCreateOrganizationTeamResponse, error)
	// UserCanListOrganizationTeams returns whether the user is authorized
	// to list teams in an organization.
	UserCanListOrganizationTeams(ctx context.Context, in *UserCanListOrganizationTeamsRequest, opts ...grpc.CallOption) (*UserCanListOrganizationTeamsResponse, error)
	// UserCanSeeRepositorySettings returns whether the user is authorized
	// to see repository settings.
	UserCanSeeRepositorySettings(ctx context.Context, in *UserCanSeeRepositorySettingsRequest, opts ...grpc.CallOption) (*UserCanSeeRepositorySettingsResponse, error)
	// UserCanSeeOrganizationSettings returns whether the user is authorized
	// to see organization settings.
	UserCanSeeOrganizationSettings(ctx context.Context, in *UserCanSeeOrganizationSettingsRequest, opts ...grpc.CallOption) (*UserCanSeeOrganizationSettingsResponse, error)
	// UserCanReadPlugin returns whether the user has read access to the specified plugin.
	UserCanReadPlugin(ctx context.Context, in *UserCanReadPluginRequest, opts ...grpc.CallOption) (*UserCanReadPluginResponse, error)
	// UserCanCreatePluginVersion returns whether the user is authorized
	// to create a plugin version under the specified plugin.
	UserCanCreatePluginVersion(ctx context.Context, in *UserCanCreatePluginVersionRequest, opts ...grpc.CallOption) (*UserCanCreatePluginVersionResponse, error)
	// UserCanCreateTemplateVersion returns whether the user is authorized
	// to create a template version under the specified template.
	UserCanCreateTemplateVersion(ctx context.Context, in *UserCanCreateTemplateVersionRequest, opts ...grpc.CallOption) (*UserCanCreateTemplateVersionResponse, error)
	// UserCanCreateOrganizationPlugin returns whether the user is authorized to create
	// a plugin in an organization.
	UserCanCreateOrganizationPlugin(ctx context.Context, in *UserCanCreateOrganizationPluginRequest, opts ...grpc.CallOption) (*UserCanCreateOrganizationPluginResponse, error)
	// UserCanCreateOrganizationPlugin returns whether the user is authorized to create
	// a template in an organization.
	UserCanCreateOrganizationTemplate(ctx context.Context, in *UserCanCreateOrganizationTemplateRequest, opts ...grpc.CallOption) (*UserCanCreateOrganizationTemplateResponse, error)
	// UserCanSeePluginSettings returns whether the user is authorized
	// to see plugin settings.
	UserCanSeePluginSettings(ctx context.Context, in *UserCanSeePluginSettingsRequest, opts ...grpc.CallOption) (*UserCanSeePluginSettingsResponse, error)
	// UserCanSeeTemplateSettings returns whether the user is authorized
	// to see template settings.
	UserCanSeeTemplateSettings(ctx context.Context, in *UserCanSeeTemplateSettingsRequest, opts ...grpc.CallOption) (*UserCanSeeTemplateSettingsResponse, error)
}

AuthzServiceClient is the client API for AuthzService 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 AuthzServiceServer

type AuthzServiceServer interface {
	// UserCanAddUserOrganizationScopes returns whether the user is authorized
	// to remove user scopes from an organization.
	UserCanAddUserOrganizationScopes(context.Context, *UserCanAddUserOrganizationScopesRequest) (*UserCanAddUserOrganizationScopesResponse, error)
	// UserCanRemoveUserOrganizationScopes returns whether the user is authorized
	// to remove user scopes from an organization.
	UserCanRemoveUserOrganizationScopes(context.Context, *UserCanRemoveUserOrganizationScopesRequest) (*UserCanRemoveUserOrganizationScopesResponse, error)
	// UserCanCreateOrganizationRepository returns whether the user is authorized
	// to create repositories in an organization.
	UserCanCreateOrganizationRepository(context.Context, *UserCanCreateOrganizationRepositoryRequest) (*UserCanCreateOrganizationRepositoryResponse, error)
	// UserCanCreateOrganizationTeam returns whether the user is authorized
	// to create teams in an organization.
	UserCanCreateOrganizationTeam(context.Context, *UserCanCreateOrganizationTeamRequest) (*UserCanCreateOrganizationTeamResponse, error)
	// UserCanListOrganizationTeams returns whether the user is authorized
	// to list teams in an organization.
	UserCanListOrganizationTeams(context.Context, *UserCanListOrganizationTeamsRequest) (*UserCanListOrganizationTeamsResponse, error)
	// UserCanSeeRepositorySettings returns whether the user is authorized
	// to see repository settings.
	UserCanSeeRepositorySettings(context.Context, *UserCanSeeRepositorySettingsRequest) (*UserCanSeeRepositorySettingsResponse, error)
	// UserCanSeeOrganizationSettings returns whether the user is authorized
	// to see organization settings.
	UserCanSeeOrganizationSettings(context.Context, *UserCanSeeOrganizationSettingsRequest) (*UserCanSeeOrganizationSettingsResponse, error)
	// UserCanReadPlugin returns whether the user has read access to the specified plugin.
	UserCanReadPlugin(context.Context, *UserCanReadPluginRequest) (*UserCanReadPluginResponse, error)
	// UserCanCreatePluginVersion returns whether the user is authorized
	// to create a plugin version under the specified plugin.
	UserCanCreatePluginVersion(context.Context, *UserCanCreatePluginVersionRequest) (*UserCanCreatePluginVersionResponse, error)
	// UserCanCreateTemplateVersion returns whether the user is authorized
	// to create a template version under the specified template.
	UserCanCreateTemplateVersion(context.Context, *UserCanCreateTemplateVersionRequest) (*UserCanCreateTemplateVersionResponse, error)
	// UserCanCreateOrganizationPlugin returns whether the user is authorized to create
	// a plugin in an organization.
	UserCanCreateOrganizationPlugin(context.Context, *UserCanCreateOrganizationPluginRequest) (*UserCanCreateOrganizationPluginResponse, error)
	// UserCanCreateOrganizationPlugin returns whether the user is authorized to create
	// a template in an organization.
	UserCanCreateOrganizationTemplate(context.Context, *UserCanCreateOrganizationTemplateRequest) (*UserCanCreateOrganizationTemplateResponse, error)
	// UserCanSeePluginSettings returns whether the user is authorized
	// to see plugin settings.
	UserCanSeePluginSettings(context.Context, *UserCanSeePluginSettingsRequest) (*UserCanSeePluginSettingsResponse, error)
	// UserCanSeeTemplateSettings returns whether the user is authorized
	// to see template settings.
	UserCanSeeTemplateSettings(context.Context, *UserCanSeeTemplateSettingsRequest) (*UserCanSeeTemplateSettingsResponse, error)
}

AuthzServiceServer is the server API for AuthzService service. All implementations should embed UnimplementedAuthzServiceServer for forward compatibility

type CreateOrganizationRequest

type CreateOrganizationRequest struct {

	// Must be unique across organizations.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateOrganizationRequest) Descriptor deprecated

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

Deprecated: Use CreateOrganizationRequest.ProtoReflect.Descriptor instead.

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

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

type CreatePluginRequest

type CreatePluginRequest struct {

	// The owner of the plugin. This must be either the name
	// of the authenticated user or an organization the user is
	// authorized to create plugins in.
	Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	// The name of the plugin, i.e. "protoc-gen-go".
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Whether the created plugin should be available to any user
	// or only those authorized through organization membership
	// or being the creator.
	Visibility PluginVisibility `protobuf:"varint,3,opt,name=visibility,proto3,enum=buf.alpha.registry.v1alpha1.PluginVisibility" json:"visibility,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePluginRequest) Descriptor deprecated

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

Deprecated: Use CreatePluginRequest.ProtoReflect.Descriptor instead.

func (*CreatePluginRequest) GetName

func (x *CreatePluginRequest) GetName() string

func (*CreatePluginRequest) GetOwner

func (x *CreatePluginRequest) GetOwner() string

func (*CreatePluginRequest) GetVisibility

func (x *CreatePluginRequest) GetVisibility() PluginVisibility

func (*CreatePluginRequest) ProtoMessage

func (*CreatePluginRequest) ProtoMessage()

func (*CreatePluginRequest) ProtoReflect

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

func (*CreatePluginRequest) Reset

func (x *CreatePluginRequest) Reset()

func (*CreatePluginRequest) String

func (x *CreatePluginRequest) String() string

type CreatePluginResponse

type CreatePluginResponse struct {

	// The created plugin.
	Plugin *Plugin `protobuf:"bytes,1,opt,name=plugin,proto3" json:"plugin,omitempty"`
	// contains filtered or unexported fields
}

func (*CreatePluginResponse) Descriptor deprecated

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

Deprecated: Use CreatePluginResponse.ProtoReflect.Descriptor instead.

func (*CreatePluginResponse) GetPlugin

func (x *CreatePluginResponse) GetPlugin() *Plugin

func (*CreatePluginResponse) ProtoMessage

func (*CreatePluginResponse) ProtoMessage()

func (*CreatePluginResponse) ProtoReflect

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

func (*CreatePluginResponse) Reset

func (x *CreatePluginResponse) Reset()

func (*CreatePluginResponse) String

func (x *CreatePluginResponse) String() string

type CreateRepositoryBranchRequest

type CreateRepositoryBranchRequest struct {

	// The ID of the repository this branch should be created on.
	RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
	// The name of the repository branch, i.e. v1.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The name of the parent branch. The latest commit on this
	// branch will be used as the branch's parent.
	ParentBranch string `protobuf:"bytes,3,opt,name=parent_branch,json=parentBranch,proto3" json:"parent_branch,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRepositoryBranchRequest) Descriptor deprecated

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

Deprecated: Use CreateRepositoryBranchRequest.ProtoReflect.Descriptor instead.

func (*CreateRepositoryBranchRequest) GetName

func (*CreateRepositoryBranchRequest) GetParentBranch

func (x *CreateRepositoryBranchRequest) GetParentBranch() string

func (*CreateRepositoryBranchRequest) GetRepositoryId

func (x *CreateRepositoryBranchRequest) GetRepositoryId() string

func (*CreateRepositoryBranchRequest) ProtoMessage

func (*CreateRepositoryBranchRequest) ProtoMessage()

func (*CreateRepositoryBranchRequest) ProtoReflect

func (*CreateRepositoryBranchRequest) Reset

func (x *CreateRepositoryBranchRequest) Reset()

func (*CreateRepositoryBranchRequest) String

type CreateRepositoryBranchResponse

type CreateRepositoryBranchResponse struct {
	RepositoryBranch *RepositoryBranch `protobuf:"bytes,1,opt,name=repository_branch,json=repositoryBranch,proto3" json:"repository_branch,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRepositoryBranchResponse) Descriptor deprecated

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

Deprecated: Use CreateRepositoryBranchResponse.ProtoReflect.Descriptor instead.

func (*CreateRepositoryBranchResponse) GetRepositoryBranch

func (x *CreateRepositoryBranchResponse) GetRepositoryBranch() *RepositoryBranch

func (*CreateRepositoryBranchResponse) ProtoMessage

func (*CreateRepositoryBranchResponse) ProtoMessage()

func (*CreateRepositoryBranchResponse) ProtoReflect

func (*CreateRepositoryBranchResponse) Reset

func (x *CreateRepositoryBranchResponse) Reset()

func (*CreateRepositoryBranchResponse) String

type CreateRepositoryByFullNameRequest

type CreateRepositoryByFullNameRequest struct {

	// Must be unique across repositories.
	FullName   string     `protobuf:"bytes,1,opt,name=full_name,json=fullName,proto3" json:"full_name,omitempty"`
	Visibility Visibility `protobuf:"varint,2,opt,name=visibility,proto3,enum=buf.alpha.registry.v1alpha1.Visibility" json:"visibility,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRepositoryByFullNameRequest) Descriptor deprecated

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

Deprecated: Use CreateRepositoryByFullNameRequest.ProtoReflect.Descriptor instead.

func (*CreateRepositoryByFullNameRequest) GetFullName

func (x *CreateRepositoryByFullNameRequest) GetFullName() string

func (*CreateRepositoryByFullNameRequest) GetVisibility

func (x *CreateRepositoryByFullNameRequest) GetVisibility() Visibility

func (*CreateRepositoryByFullNameRequest) ProtoMessage

func (*CreateRepositoryByFullNameRequest) ProtoMessage()

func (*CreateRepositoryByFullNameRequest) ProtoReflect

func (*CreateRepositoryByFullNameRequest) Reset

func (*CreateRepositoryByFullNameRequest) String

type CreateRepositoryByFullNameResponse

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

func (*CreateRepositoryByFullNameResponse) Descriptor deprecated

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

Deprecated: Use CreateRepositoryByFullNameResponse.ProtoReflect.Descriptor instead.

func (*CreateRepositoryByFullNameResponse) GetRepository

func (x *CreateRepositoryByFullNameResponse) GetRepository() *Repository

func (*CreateRepositoryByFullNameResponse) ProtoMessage

func (*CreateRepositoryByFullNameResponse) ProtoMessage()

func (*CreateRepositoryByFullNameResponse) ProtoReflect

func (*CreateRepositoryByFullNameResponse) Reset

func (*CreateRepositoryByFullNameResponse) String

type CreateRepositoryTagRequest

type CreateRepositoryTagRequest struct {

	// The ID of the repository this tag should be created on.
	RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
	// The name of the repository tag, e.g. "6e2e7f24718a76caa32a80d0e2b1841ef2c61403".
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The name of the commit this tag should be created for.
	CommitName string `protobuf:"bytes,3,opt,name=commit_name,json=commitName,proto3" json:"commit_name,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRepositoryTagRequest) Descriptor deprecated

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

Deprecated: Use CreateRepositoryTagRequest.ProtoReflect.Descriptor instead.

func (*CreateRepositoryTagRequest) GetCommitName

func (x *CreateRepositoryTagRequest) GetCommitName() string

func (*CreateRepositoryTagRequest) GetName

func (x *CreateRepositoryTagRequest) GetName() string

func (*CreateRepositoryTagRequest) GetRepositoryId

func (x *CreateRepositoryTagRequest) GetRepositoryId() string

func (*CreateRepositoryTagRequest) ProtoMessage

func (*CreateRepositoryTagRequest) ProtoMessage()

func (*CreateRepositoryTagRequest) ProtoReflect

func (*CreateRepositoryTagRequest) Reset

func (x *CreateRepositoryTagRequest) Reset()

func (*CreateRepositoryTagRequest) String

func (x *CreateRepositoryTagRequest) String() string

type CreateRepositoryTagResponse

type CreateRepositoryTagResponse struct {
	RepositoryTag *RepositoryTag `protobuf:"bytes,1,opt,name=repository_tag,json=repositoryTag,proto3" json:"repository_tag,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateRepositoryTagResponse) Descriptor deprecated

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

Deprecated: Use CreateRepositoryTagResponse.ProtoReflect.Descriptor instead.

func (*CreateRepositoryTagResponse) GetRepositoryTag

func (x *CreateRepositoryTagResponse) GetRepositoryTag() *RepositoryTag

func (*CreateRepositoryTagResponse) ProtoMessage

func (*CreateRepositoryTagResponse) ProtoMessage()

func (*CreateRepositoryTagResponse) ProtoReflect

func (*CreateRepositoryTagResponse) Reset

func (x *CreateRepositoryTagResponse) Reset()

func (*CreateRepositoryTagResponse) String

func (x *CreateRepositoryTagResponse) String() string

type CreateTeamByNameRequest

type CreateTeamByNameRequest struct {

	// Must be unique within organization.
	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 (*CreateTeamByNameRequest) Descriptor deprecated

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

Deprecated: Use CreateTeamByNameRequest.ProtoReflect.Descriptor instead.

func (*CreateTeamByNameRequest) GetName

func (x *CreateTeamByNameRequest) GetName() string

func (*CreateTeamByNameRequest) GetOrganizationName

func (x *CreateTeamByNameRequest) GetOrganizationName() string

func (*CreateTeamByNameRequest) ProtoMessage

func (*CreateTeamByNameRequest) ProtoMessage()

func (*CreateTeamByNameRequest) ProtoReflect

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

func (*CreateTeamByNameRequest) Reset

func (x *CreateTeamByNameRequest) Reset()

func (*CreateTeamByNameRequest) String

func (x *CreateTeamByNameRequest) String() string

type CreateTeamByNameResponse

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

func (*CreateTeamByNameResponse) Descriptor deprecated

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

Deprecated: Use CreateTeamByNameResponse.ProtoReflect.Descriptor instead.

func (*CreateTeamByNameResponse) GetTeam

func (x *CreateTeamByNameResponse) GetTeam() *Team

func (*CreateTeamByNameResponse) ProtoMessage

func (*CreateTeamByNameResponse) ProtoMessage()

func (*CreateTeamByNameResponse) ProtoReflect

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

func (*CreateTeamByNameResponse) Reset

func (x *CreateTeamByNameResponse) Reset()

func (*CreateTeamByNameResponse) String

func (x *CreateTeamByNameResponse) String() string

type CreateTeamRequest

type CreateTeamRequest struct {

	// Must be unique within organization.
	Name           string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTeamRequest) Descriptor deprecated

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

Deprecated: Use CreateTeamRequest.ProtoReflect.Descriptor instead.

func (*CreateTeamRequest) GetName

func (x *CreateTeamRequest) GetName() string

func (*CreateTeamRequest) GetOrganizationId

func (x *CreateTeamRequest) GetOrganizationId() string

func (*CreateTeamRequest) ProtoMessage

func (*CreateTeamRequest) ProtoMessage()

func (*CreateTeamRequest) ProtoReflect

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

func (*CreateTeamRequest) Reset

func (x *CreateTeamRequest) Reset()

func (*CreateTeamRequest) String

func (x *CreateTeamRequest) String() string

type CreateTeamResponse

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

func (*CreateTeamResponse) Descriptor deprecated

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

Deprecated: Use CreateTeamResponse.ProtoReflect.Descriptor instead.

func (*CreateTeamResponse) GetTeam

func (x *CreateTeamResponse) GetTeam() *Team

func (*CreateTeamResponse) ProtoMessage

func (*CreateTeamResponse) ProtoMessage()

func (*CreateTeamResponse) ProtoReflect

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

func (*CreateTeamResponse) Reset

func (x *CreateTeamResponse) Reset()

func (*CreateTeamResponse) String

func (x *CreateTeamResponse) String() string

type CreateTemplateRequest

type CreateTemplateRequest struct {

	// The owner of the template. This will be either a username
	// or organization name.
	Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	// The name of the template version, i.e. "grpc-go".
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Whether the created template should be available to any user
	// or only those authorized through organization membership
	// or being the creator.
	Visibility PluginVisibility `protobuf:"varint,3,opt,name=visibility,proto3,enum=buf.alpha.registry.v1alpha1.PluginVisibility" json:"visibility,omitempty"`
	// The plugins and associated runtime configuration that make
	// up this template.
	PluginConfigs []*PluginConfig `protobuf:"bytes,4,rep,name=plugin_configs,json=pluginConfigs,proto3" json:"plugin_configs,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTemplateRequest) Descriptor deprecated

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

Deprecated: Use CreateTemplateRequest.ProtoReflect.Descriptor instead.

func (*CreateTemplateRequest) GetName

func (x *CreateTemplateRequest) GetName() string

func (*CreateTemplateRequest) GetOwner

func (x *CreateTemplateRequest) GetOwner() string

func (*CreateTemplateRequest) GetPluginConfigs

func (x *CreateTemplateRequest) GetPluginConfigs() []*PluginConfig

func (*CreateTemplateRequest) GetVisibility

func (x *CreateTemplateRequest) GetVisibility() PluginVisibility

func (*CreateTemplateRequest) ProtoMessage

func (*CreateTemplateRequest) ProtoMessage()

func (*CreateTemplateRequest) ProtoReflect

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

func (*CreateTemplateRequest) Reset

func (x *CreateTemplateRequest) Reset()

func (*CreateTemplateRequest) String

func (x *CreateTemplateRequest) String() string

type CreateTemplateResponse

type CreateTemplateResponse struct {

	// The created template.
	Template *Template `protobuf:"bytes,1,opt,name=template,proto3" json:"template,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTemplateResponse) Descriptor deprecated

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

Deprecated: Use CreateTemplateResponse.ProtoReflect.Descriptor instead.

func (*CreateTemplateResponse) GetTemplate

func (x *CreateTemplateResponse) GetTemplate() *Template

func (*CreateTemplateResponse) ProtoMessage

func (*CreateTemplateResponse) ProtoMessage()

func (*CreateTemplateResponse) ProtoReflect

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

func (*CreateTemplateResponse) Reset

func (x *CreateTemplateResponse) Reset()

func (*CreateTemplateResponse) String

func (x *CreateTemplateResponse) String() string

type CreateTemplateVersionRequest

type CreateTemplateVersionRequest struct {

	// The name of the template version, i.e. "v1".
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The owner of the template.
	TemplateOwner string `protobuf:"bytes,2,opt,name=template_owner,json=templateOwner,proto3" json:"template_owner,omitempty"`
	// The name of the template.
	TemplateName string `protobuf:"bytes,3,opt,name=template_name,json=templateName,proto3" json:"template_name,omitempty"`
	// A map from plugin owner and name to version for the plugins
	// defined in the template. Every plugin in the template
	// must have a corresponding version in this array.
	PluginVersions []*PluginVersionMapping `protobuf:"bytes,4,rep,name=plugin_versions,json=pluginVersions,proto3" json:"plugin_versions,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTemplateVersionRequest) Descriptor deprecated

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

Deprecated: Use CreateTemplateVersionRequest.ProtoReflect.Descriptor instead.

func (*CreateTemplateVersionRequest) GetName

func (x *CreateTemplateVersionRequest) GetName() string

func (*CreateTemplateVersionRequest) GetPluginVersions

func (x *CreateTemplateVersionRequest) GetPluginVersions() []*PluginVersionMapping

func (*CreateTemplateVersionRequest) GetTemplateName

func (x *CreateTemplateVersionRequest) GetTemplateName() string

func (*CreateTemplateVersionRequest) GetTemplateOwner

func (x *CreateTemplateVersionRequest) GetTemplateOwner() string

func (*CreateTemplateVersionRequest) ProtoMessage

func (*CreateTemplateVersionRequest) ProtoMessage()

func (*CreateTemplateVersionRequest) ProtoReflect

func (*CreateTemplateVersionRequest) Reset

func (x *CreateTemplateVersionRequest) Reset()

func (*CreateTemplateVersionRequest) String

type CreateTemplateVersionResponse

type CreateTemplateVersionResponse struct {

	// The created template version.
	TemplateVersion *TemplateVersion `protobuf:"bytes,1,opt,name=template_version,json=templateVersion,proto3" json:"template_version,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTemplateVersionResponse) Descriptor deprecated

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

Deprecated: Use CreateTemplateVersionResponse.ProtoReflect.Descriptor instead.

func (*CreateTemplateVersionResponse) GetTemplateVersion

func (x *CreateTemplateVersionResponse) GetTemplateVersion() *TemplateVersion

func (*CreateTemplateVersionResponse) ProtoMessage

func (*CreateTemplateVersionResponse) ProtoMessage()

func (*CreateTemplateVersionResponse) ProtoReflect

func (*CreateTemplateVersionResponse) Reset

func (x *CreateTemplateVersionResponse) Reset()

func (*CreateTemplateVersionResponse) String

type CreateTokenRequest

type CreateTokenRequest struct {
	Note string `protobuf:"bytes,1,opt,name=note,proto3" json:"note,omitempty"`
	// The time until which the token should be valid.
	// Must be in the future. May be null for no expiry.
	ExpireTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTokenRequest) Descriptor deprecated

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

Deprecated: Use CreateTokenRequest.ProtoReflect.Descriptor instead.

func (*CreateTokenRequest) GetExpireTime

func (x *CreateTokenRequest) GetExpireTime() *timestamppb.Timestamp

func (*CreateTokenRequest) GetNote

func (x *CreateTokenRequest) GetNote() string

func (*CreateTokenRequest) ProtoMessage

func (*CreateTokenRequest) ProtoMessage()

func (*CreateTokenRequest) ProtoReflect

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

func (*CreateTokenRequest) Reset

func (x *CreateTokenRequest) Reset()

func (*CreateTokenRequest) String

func (x *CreateTokenRequest) String() string

type CreateTokenResponse

type CreateTokenResponse struct {

	// The plaintext token to use for authentication.
	Token string `protobuf:"bytes,1,opt,name=token,proto3" json:"token,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTokenResponse) Descriptor deprecated

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

Deprecated: Use CreateTokenResponse.ProtoReflect.Descriptor instead.

func (*CreateTokenResponse) GetToken

func (x *CreateTokenResponse) GetToken() string

func (*CreateTokenResponse) ProtoMessage

func (*CreateTokenResponse) ProtoMessage()

func (*CreateTokenResponse) ProtoReflect

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

func (*CreateTokenResponse) Reset

func (x *CreateTokenResponse) Reset()

func (*CreateTokenResponse) String

func (x *CreateTokenResponse) String() string

type CreateUserRequest

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

func (*CreateUserRequest) Descriptor deprecated

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

Deprecated: Use CreateUserRequest.ProtoReflect.Descriptor instead.

func (*CreateUserRequest) GetUsername

func (x *CreateUserRequest) GetUsername() string

func (*CreateUserRequest) ProtoMessage

func (*CreateUserRequest) ProtoMessage()

func (*CreateUserRequest) ProtoReflect

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

func (*CreateUserRequest) Reset

func (x *CreateUserRequest) Reset()

func (*CreateUserRequest) String

func (x *CreateUserRequest) String() string

type CreateUserResponse

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

func (*CreateUserResponse) Descriptor deprecated

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

Deprecated: Use CreateUserResponse.ProtoReflect.Descriptor instead.

func (*CreateUserResponse) GetUser

func (x *CreateUserResponse) GetUser() *User

func (*CreateUserResponse) ProtoMessage

func (*CreateUserResponse) ProtoMessage()

func (*CreateUserResponse) ProtoReflect

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

func (*CreateUserResponse) Reset

func (x *CreateUserResponse) Reset()

func (*CreateUserResponse) String

func (x *CreateUserResponse) String() string

type DeactivateUserRequest added in v1.0.0

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

func (*DeactivateUserRequest) Descriptor deprecated added in v1.0.0

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

Deprecated: Use DeactivateUserRequest.ProtoReflect.Descriptor instead.

func (*DeactivateUserRequest) GetId added in v1.0.0

func (x *DeactivateUserRequest) GetId() string

func (*DeactivateUserRequest) ProtoMessage added in v1.0.0

func (*DeactivateUserRequest) ProtoMessage()

func (*DeactivateUserRequest) ProtoReflect added in v1.0.0

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

func (*DeactivateUserRequest) Reset added in v1.0.0

func (x *DeactivateUserRequest) Reset()

func (*DeactivateUserRequest) String added in v1.0.0

func (x *DeactivateUserRequest) String() string

type DeactivateUserResponse added in v1.0.0

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

func (*DeactivateUserResponse) Descriptor deprecated added in v1.0.0

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

Deprecated: Use DeactivateUserResponse.ProtoReflect.Descriptor instead.

func (*DeactivateUserResponse) ProtoMessage added in v1.0.0

func (*DeactivateUserResponse) ProtoMessage()

func (*DeactivateUserResponse) ProtoReflect added in v1.0.0

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

func (*DeactivateUserResponse) Reset added in v1.0.0

func (x *DeactivateUserResponse) Reset()

func (*DeactivateUserResponse) String added in v1.0.0

func (x *DeactivateUserResponse) String() string

type DeleteOrganizationByNameRequest

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

func (*DeleteOrganizationByNameRequest) Descriptor deprecated

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

Deprecated: Use DeleteOrganizationByNameRequest.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationByNameRequest) GetName

func (*DeleteOrganizationByNameRequest) ProtoMessage

func (*DeleteOrganizationByNameRequest) ProtoMessage()

func (*DeleteOrganizationByNameRequest) ProtoReflect

func (*DeleteOrganizationByNameRequest) Reset

func (*DeleteOrganizationByNameRequest) String

type DeleteOrganizationByNameResponse

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

func (*DeleteOrganizationByNameResponse) Descriptor deprecated

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

Deprecated: Use DeleteOrganizationByNameResponse.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationByNameResponse) ProtoMessage

func (*DeleteOrganizationByNameResponse) ProtoMessage()

func (*DeleteOrganizationByNameResponse) ProtoReflect

func (*DeleteOrganizationByNameResponse) Reset

func (*DeleteOrganizationByNameResponse) String

type DeleteOrganizationRequest

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

func (*DeleteOrganizationRequest) Descriptor deprecated

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

Deprecated: Use DeleteOrganizationRequest.ProtoReflect.Descriptor instead.

func (*DeleteOrganizationRequest) GetId

func (x *DeleteOrganizationRequest) GetId() string

func (*DeleteOrganizationRequest) ProtoMessage

func (*DeleteOrganizationRequest) ProtoMessage()

func (*DeleteOrganizationRequest) ProtoReflect

func (*DeleteOrganizationRequest) Reset

func (x *DeleteOrganizationRequest) Reset()

func (*DeleteOrganizationRequest) String

func (x *DeleteOrganizationRequest) String() string

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

type DeletePluginRequest

type DeletePluginRequest struct {

	// The owner of the plugin to delete.
	Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	// The name of the plugin to delete.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeletePluginRequest) Descriptor deprecated

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

Deprecated: Use DeletePluginRequest.ProtoReflect.Descriptor instead.

func (*DeletePluginRequest) GetName

func (x *DeletePluginRequest) GetName() string

func (*DeletePluginRequest) GetOwner

func (x *DeletePluginRequest) GetOwner() string

func (*DeletePluginRequest) ProtoMessage

func (*DeletePluginRequest) ProtoMessage()

func (*DeletePluginRequest) ProtoReflect

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

func (*DeletePluginRequest) Reset

func (x *DeletePluginRequest) Reset()

func (*DeletePluginRequest) String

func (x *DeletePluginRequest) String() string

type DeletePluginResponse

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

func (*DeletePluginResponse) Descriptor deprecated

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

Deprecated: Use DeletePluginResponse.ProtoReflect.Descriptor instead.

func (*DeletePluginResponse) ProtoMessage

func (*DeletePluginResponse) ProtoMessage()

func (*DeletePluginResponse) ProtoReflect

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

func (*DeletePluginResponse) Reset

func (x *DeletePluginResponse) Reset()

func (*DeletePluginResponse) String

func (x *DeletePluginResponse) String() string

type DeleteRepositoryByFullNameRequest

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

func (*DeleteRepositoryByFullNameRequest) Descriptor deprecated

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

Deprecated: Use DeleteRepositoryByFullNameRequest.ProtoReflect.Descriptor instead.

func (*DeleteRepositoryByFullNameRequest) GetFullName

func (x *DeleteRepositoryByFullNameRequest) GetFullName() string

func (*DeleteRepositoryByFullNameRequest) ProtoMessage

func (*DeleteRepositoryByFullNameRequest) ProtoMessage()

func (*DeleteRepositoryByFullNameRequest) ProtoReflect

func (*DeleteRepositoryByFullNameRequest) Reset

func (*DeleteRepositoryByFullNameRequest) String

type DeleteRepositoryByFullNameResponse

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

func (*DeleteRepositoryByFullNameResponse) Descriptor deprecated

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

Deprecated: Use DeleteRepositoryByFullNameResponse.ProtoReflect.Descriptor instead.

func (*DeleteRepositoryByFullNameResponse) ProtoMessage

func (*DeleteRepositoryByFullNameResponse) ProtoMessage()

func (*DeleteRepositoryByFullNameResponse) ProtoReflect

func (*DeleteRepositoryByFullNameResponse) Reset

func (*DeleteRepositoryByFullNameResponse) String

type DeleteRepositoryRequest

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

func (*DeleteRepositoryRequest) Descriptor deprecated

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

Deprecated: Use DeleteRepositoryRequest.ProtoReflect.Descriptor instead.

func (*DeleteRepositoryRequest) GetId

func (x *DeleteRepositoryRequest) GetId() string

func (*DeleteRepositoryRequest) ProtoMessage

func (*DeleteRepositoryRequest) ProtoMessage()

func (*DeleteRepositoryRequest) ProtoReflect

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

func (*DeleteRepositoryRequest) Reset

func (x *DeleteRepositoryRequest) Reset()

func (*DeleteRepositoryRequest) String

func (x *DeleteRepositoryRequest) String() string

type DeleteRepositoryResponse

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

func (*DeleteRepositoryResponse) Descriptor deprecated

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

Deprecated: Use DeleteRepositoryResponse.ProtoReflect.Descriptor instead.

func (*DeleteRepositoryResponse) ProtoMessage

func (*DeleteRepositoryResponse) ProtoMessage()

func (*DeleteRepositoryResponse) ProtoReflect

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

func (*DeleteRepositoryResponse) Reset

func (x *DeleteRepositoryResponse) Reset()

func (*DeleteRepositoryResponse) String

func (x *DeleteRepositoryResponse) String() string

type DeleteTeamByNameRequest

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

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

Deprecated: Use DeleteTeamByNameRequest.ProtoReflect.Descriptor instead.

func (*DeleteTeamByNameRequest) GetName

func (x *DeleteTeamByNameRequest) GetName() string

func (*DeleteTeamByNameRequest) GetOrganizationName

func (x *DeleteTeamByNameRequest) GetOrganizationName() string

func (*DeleteTeamByNameRequest) ProtoMessage

func (*DeleteTeamByNameRequest) ProtoMessage()

func (*DeleteTeamByNameRequest) ProtoReflect

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

func (*DeleteTeamByNameRequest) Reset

func (x *DeleteTeamByNameRequest) Reset()

func (*DeleteTeamByNameRequest) String

func (x *DeleteTeamByNameRequest) String() string

type DeleteTeamByNameResponse

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

func (*DeleteTeamByNameResponse) Descriptor deprecated

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

Deprecated: Use DeleteTeamByNameResponse.ProtoReflect.Descriptor instead.

func (*DeleteTeamByNameResponse) ProtoMessage

func (*DeleteTeamByNameResponse) ProtoMessage()

func (*DeleteTeamByNameResponse) ProtoReflect

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

func (*DeleteTeamByNameResponse) Reset

func (x *DeleteTeamByNameResponse) Reset()

func (*DeleteTeamByNameResponse) String

func (x *DeleteTeamByNameResponse) String() string

type DeleteTeamRequest

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

func (*DeleteTeamRequest) Descriptor deprecated

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

Deprecated: Use DeleteTeamRequest.ProtoReflect.Descriptor instead.

func (*DeleteTeamRequest) GetId

func (x *DeleteTeamRequest) GetId() string

func (*DeleteTeamRequest) ProtoMessage

func (*DeleteTeamRequest) ProtoMessage()

func (*DeleteTeamRequest) ProtoReflect

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

func (*DeleteTeamRequest) Reset

func (x *DeleteTeamRequest) Reset()

func (*DeleteTeamRequest) String

func (x *DeleteTeamRequest) String() string

type DeleteTeamResponse

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

func (*DeleteTeamResponse) Descriptor deprecated

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

Deprecated: Use DeleteTeamResponse.ProtoReflect.Descriptor instead.

func (*DeleteTeamResponse) ProtoMessage

func (*DeleteTeamResponse) ProtoMessage()

func (*DeleteTeamResponse) ProtoReflect

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

func (*DeleteTeamResponse) Reset

func (x *DeleteTeamResponse) Reset()

func (*DeleteTeamResponse) String

func (x *DeleteTeamResponse) String() string

type DeleteTemplateRequest

type DeleteTemplateRequest struct {

	// The owner of the template to delete.
	Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	// The name of the template to delete.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteTemplateRequest) Descriptor deprecated

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

Deprecated: Use DeleteTemplateRequest.ProtoReflect.Descriptor instead.

func (*DeleteTemplateRequest) GetName

func (x *DeleteTemplateRequest) GetName() string

func (*DeleteTemplateRequest) GetOwner

func (x *DeleteTemplateRequest) GetOwner() string

func (*DeleteTemplateRequest) ProtoMessage

func (*DeleteTemplateRequest) ProtoMessage()

func (*DeleteTemplateRequest) ProtoReflect

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

func (*DeleteTemplateRequest) Reset

func (x *DeleteTemplateRequest) Reset()

func (*DeleteTemplateRequest) String

func (x *DeleteTemplateRequest) String() string

type DeleteTemplateResponse

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

func (*DeleteTemplateResponse) Descriptor deprecated

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

Deprecated: Use DeleteTemplateResponse.ProtoReflect.Descriptor instead.

func (*DeleteTemplateResponse) ProtoMessage

func (*DeleteTemplateResponse) ProtoMessage()

func (*DeleteTemplateResponse) ProtoReflect

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

func (*DeleteTemplateResponse) Reset

func (x *DeleteTemplateResponse) Reset()

func (*DeleteTemplateResponse) String

func (x *DeleteTemplateResponse) String() string

type DeleteTokenRequest

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

func (*DeleteTokenRequest) Descriptor deprecated

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

Deprecated: Use DeleteTokenRequest.ProtoReflect.Descriptor instead.

func (*DeleteTokenRequest) GetTokenId

func (x *DeleteTokenRequest) GetTokenId() string

func (*DeleteTokenRequest) ProtoMessage

func (*DeleteTokenRequest) ProtoMessage()

func (*DeleteTokenRequest) ProtoReflect

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

func (*DeleteTokenRequest) Reset

func (x *DeleteTokenRequest) Reset()

func (*DeleteTokenRequest) String

func (x *DeleteTokenRequest) String() string

type DeleteTokenResponse

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

func (*DeleteTokenResponse) Descriptor deprecated

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

Deprecated: Use DeleteTokenResponse.ProtoReflect.Descriptor instead.

func (*DeleteTokenResponse) ProtoMessage

func (*DeleteTokenResponse) ProtoMessage()

func (*DeleteTokenResponse) ProtoReflect

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

func (*DeleteTokenResponse) Reset

func (x *DeleteTokenResponse) Reset()

func (*DeleteTokenResponse) String

func (x *DeleteTokenResponse) String() string

type DeleteUserRequest

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

func (*DeleteUserRequest) Descriptor deprecated

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

Deprecated: Use DeleteUserRequest.ProtoReflect.Descriptor instead.

func (*DeleteUserRequest) ProtoMessage

func (*DeleteUserRequest) ProtoMessage()

func (*DeleteUserRequest) ProtoReflect

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

func (*DeleteUserRequest) Reset

func (x *DeleteUserRequest) Reset()

func (*DeleteUserRequest) String

func (x *DeleteUserRequest) String() string

type DeleteUserResponse

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

func (*DeleteUserResponse) Descriptor deprecated

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

Deprecated: Use DeleteUserResponse.ProtoReflect.Descriptor instead.

func (*DeleteUserResponse) ProtoMessage

func (*DeleteUserResponse) ProtoMessage()

func (*DeleteUserResponse) ProtoReflect

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

func (*DeleteUserResponse) Reset

func (x *DeleteUserResponse) Reset()

func (*DeleteUserResponse) String

func (x *DeleteUserResponse) String() string

type DeprecateRepositoryByNameRequest added in v1.0.0

type DeprecateRepositoryByNameRequest struct {
	OwnerName      string `protobuf:"bytes,1,opt,name=owner_name,json=ownerName,proto3" json:"owner_name,omitempty"`
	RepositoryName string `protobuf:"bytes,2,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"`
	// A message shown along with the deprecation warning for this repository.
	// It must be a utf8 encoded string containing 256 or fewer characters.
	DeprecationMessage string `protobuf:"bytes,3,opt,name=deprecation_message,json=deprecationMessage,proto3" json:"deprecation_message,omitempty"`
	// contains filtered or unexported fields
}

func (*DeprecateRepositoryByNameRequest) Descriptor deprecated added in v1.0.0

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

Deprecated: Use DeprecateRepositoryByNameRequest.ProtoReflect.Descriptor instead.

func (*DeprecateRepositoryByNameRequest) GetDeprecationMessage added in v1.0.0

func (x *DeprecateRepositoryByNameRequest) GetDeprecationMessage() string

func (*DeprecateRepositoryByNameRequest) GetOwnerName added in v1.0.0

func (x *DeprecateRepositoryByNameRequest) GetOwnerName() string

func (*DeprecateRepositoryByNameRequest) GetRepositoryName added in v1.0.0

func (x *DeprecateRepositoryByNameRequest) GetRepositoryName() string

func (*DeprecateRepositoryByNameRequest) ProtoMessage added in v1.0.0

func (*DeprecateRepositoryByNameRequest) ProtoMessage()

func (*DeprecateRepositoryByNameRequest) ProtoReflect added in v1.0.0

func (*DeprecateRepositoryByNameRequest) Reset added in v1.0.0

func (*DeprecateRepositoryByNameRequest) String added in v1.0.0

type DeprecateRepositoryByNameResponse added in v1.0.0

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

func (*DeprecateRepositoryByNameResponse) Descriptor deprecated added in v1.0.0

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

Deprecated: Use DeprecateRepositoryByNameResponse.ProtoReflect.Descriptor instead.

func (*DeprecateRepositoryByNameResponse) GetRepository added in v1.0.0

func (x *DeprecateRepositoryByNameResponse) GetRepository() *Repository

func (*DeprecateRepositoryByNameResponse) ProtoMessage added in v1.0.0

func (*DeprecateRepositoryByNameResponse) ProtoMessage()

func (*DeprecateRepositoryByNameResponse) ProtoReflect added in v1.0.0

func (*DeprecateRepositoryByNameResponse) Reset added in v1.0.0

func (*DeprecateRepositoryByNameResponse) String added in v1.0.0

type DocServiceClient

type DocServiceClient interface {
	// GetSourceDirectoryInfo retrieves the directory and file structure for the
	// given owner, repository and reference.
	//
	// The purpose of this is to get a representation of the file tree for a given
	// module to enable exploring the module by navigating through its contents.
	GetSourceDirectoryInfo(ctx context.Context, in *GetSourceDirectoryInfoRequest, opts ...grpc.CallOption) (*GetSourceDirectoryInfoResponse, error)
	// GetSourceFile retrieves the source contents for the given owner, repository,
	// reference, and path.
	GetSourceFile(ctx context.Context, in *GetSourceFileRequest, opts ...grpc.CallOption) (*GetSourceFileResponse, error)
	// GetModulePackages retrieves the list of packages for the module based on the given
	// owner, repository, and reference.
	GetModulePackages(ctx context.Context, in *GetModulePackagesRequest, opts ...grpc.CallOption) (*GetModulePackagesResponse, error)
	// GetModuleDocumentation retrieves the documentation for module based on the given
	// owner, repository, and reference.
	GetModuleDocumentation(ctx context.Context, in *GetModuleDocumentationRequest, opts ...grpc.CallOption) (*GetModuleDocumentationResponse, error)
	// GetPackageDocumentation retrieves a a slice of documentation structures
	// for the given owner, repository, reference, and package name.
	GetPackageDocumentation(ctx context.Context, in *GetPackageDocumentationRequest, opts ...grpc.CallOption) (*GetPackageDocumentationResponse, error)
}

DocServiceClient is the client API for DocService 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 NewDocServiceClient

func NewDocServiceClient(cc grpc.ClientConnInterface) DocServiceClient

type DocServiceServer

type DocServiceServer interface {
	// GetSourceDirectoryInfo retrieves the directory and file structure for the
	// given owner, repository and reference.
	//
	// The purpose of this is to get a representation of the file tree for a given
	// module to enable exploring the module by navigating through its contents.
	GetSourceDirectoryInfo(context.Context, *GetSourceDirectoryInfoRequest) (*GetSourceDirectoryInfoResponse, error)
	// GetSourceFile retrieves the source contents for the given owner, repository,
	// reference, and path.
	GetSourceFile(context.Context, *GetSourceFileRequest) (*GetSourceFileResponse, error)
	// GetModulePackages retrieves the list of packages for the module based on the given
	// owner, repository, and reference.
	GetModulePackages(context.Context, *GetModulePackagesRequest) (*GetModulePackagesResponse, error)
	// GetModuleDocumentation retrieves the documentation for module based on the given
	// owner, repository, and reference.
	GetModuleDocumentation(context.Context, *GetModuleDocumentationRequest) (*GetModuleDocumentationResponse, error)
	// GetPackageDocumentation retrieves a a slice of documentation structures
	// for the given owner, repository, reference, and package name.
	GetPackageDocumentation(context.Context, *GetPackageDocumentationRequest) (*GetPackageDocumentationResponse, error)
}

DocServiceServer is the server API for DocService service. All implementations should embed UnimplementedDocServiceServer for forward compatibility

type DownloadRequest

type DownloadRequest struct {
	Owner      string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"`
	Reference  string `protobuf:"bytes,3,opt,name=reference,proto3" json:"reference,omitempty"`
	// contains filtered or unexported fields
}

func (*DownloadRequest) Descriptor deprecated

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

Deprecated: Use DownloadRequest.ProtoReflect.Descriptor instead.

func (*DownloadRequest) GetOwner

func (x *DownloadRequest) GetOwner() string

func (*DownloadRequest) GetReference

func (x *DownloadRequest) GetReference() string

func (*DownloadRequest) GetRepository

func (x *DownloadRequest) GetRepository() string

func (*DownloadRequest) ProtoMessage

func (*DownloadRequest) ProtoMessage()

func (*DownloadRequest) ProtoReflect

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

func (*DownloadRequest) Reset

func (x *DownloadRequest) Reset()

func (*DownloadRequest) String

func (x *DownloadRequest) String() string

type DownloadResponse

type DownloadResponse struct {
	Module *v1alpha1.Module `protobuf:"bytes,1,opt,name=module,proto3" json:"module,omitempty"`
	// contains filtered or unexported fields
}

func (*DownloadResponse) Descriptor deprecated

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

Deprecated: Use DownloadResponse.ProtoReflect.Descriptor instead.

func (*DownloadResponse) GetModule

func (x *DownloadResponse) GetModule() *v1alpha1.Module

func (*DownloadResponse) ProtoMessage

func (*DownloadResponse) ProtoMessage()

func (*DownloadResponse) ProtoReflect

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

func (*DownloadResponse) Reset

func (x *DownloadResponse) Reset()

func (*DownloadResponse) String

func (x *DownloadResponse) String() string

type DownloadServiceClient

type DownloadServiceClient interface {
	// Download downloads.
	Download(ctx context.Context, in *DownloadRequest, opts ...grpc.CallOption) (*DownloadResponse, error)
}

DownloadServiceClient is the client API for DownloadService 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 DownloadServiceServer

type DownloadServiceServer interface {
	// Download downloads.
	Download(context.Context, *DownloadRequest) (*DownloadResponse, error)
}

DownloadServiceServer is the server API for DownloadService service. All implementations should embed UnimplementedDownloadServiceServer for forward compatibility

type Enum

type Enum struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// nested_name includes the nested types for a given type definition.
	NestedName string `protobuf:"bytes,2,opt,name=nested_name,json=nestedName,proto3" json:"nested_name,omitempty"`
	// full_name includes the package name and nested types for a given type definition.
	FullName string `protobuf:"bytes,3,opt,name=full_name,json=fullName,proto3" json:"full_name,omitempty"`
	// description is derived from the leading comments of a given Enum.
	//
	// Paragraph newlines (double new lines) are respected, however single newlines are not.
	// Note that any leading and trailing `//` or spaces within a `/* */` block will be stripped.
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	// file_path is the normalized path of the file containing the enum.
	FilePath string       `protobuf:"bytes,5,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"`
	Location *Location    `protobuf:"bytes,6,opt,name=location,proto3" json:"location,omitempty"`
	Values   []*EnumValue `protobuf:"bytes,7,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

Enum provides information for the documentation of an enum.

func (*Enum) Descriptor deprecated

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

Deprecated: Use Enum.ProtoReflect.Descriptor instead.

func (*Enum) GetDescription

func (x *Enum) GetDescription() string

func (*Enum) GetFilePath

func (x *Enum) GetFilePath() string

func (*Enum) GetFullName

func (x *Enum) GetFullName() string

func (*Enum) GetLocation

func (x *Enum) GetLocation() *Location

func (*Enum) GetName

func (x *Enum) GetName() string

func (*Enum) GetNestedName

func (x *Enum) GetNestedName() string

func (*Enum) GetValues

func (x *Enum) GetValues() []*EnumValue

func (*Enum) ProtoMessage

func (*Enum) ProtoMessage()

func (*Enum) ProtoReflect

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

func (*Enum) Reset

func (x *Enum) Reset()

func (*Enum) String

func (x *Enum) String() string

type EnumValue

type EnumValue struct {
	Name   string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Number int32  `protobuf:"varint,2,opt,name=number,proto3" json:"number,omitempty"`
	// description is derived from the leading comments of a given enum value.
	//
	// Paragraph newlines (double new lines) are respected, however single newlines are not.
	// Note that any leading and trailing `//` or spaces within a `/* */` block will be stripped.
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// contains filtered or unexported fields
}

EnumValue provides information for the documentation of an enum value.

func (*EnumValue) Descriptor deprecated

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

Deprecated: Use EnumValue.ProtoReflect.Descriptor instead.

func (*EnumValue) GetDescription

func (x *EnumValue) GetDescription() string

func (*EnumValue) GetName

func (x *EnumValue) GetName() string

func (*EnumValue) GetNumber

func (x *EnumValue) GetNumber() int32

func (*EnumValue) ProtoMessage

func (*EnumValue) ProtoMessage()

func (*EnumValue) ProtoReflect

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

func (*EnumValue) Reset

func (x *EnumValue) Reset()

func (*EnumValue) String

func (x *EnumValue) String() string

type Field

type Field struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// description is derived from the leading comments of a given message field.
	//
	// Paragraph newlines (double new lines) are respected, however single newlines are not.
	// Note that any leading and trailing `//` or spaces within a `/* */` block will be stripped.
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Label       string `protobuf:"bytes,3,opt,name=label,proto3" json:"label,omitempty"`
	// string representation of the nested name of the field type, which includes nested definitions.
	NestedType string `protobuf:"bytes,4,opt,name=nested_type,json=nestedType,proto3" json:"nested_type,omitempty"`
	// string representation of the full name of the field type, which includes package name
	// and nested definitions.
	FullType string `protobuf:"bytes,5,opt,name=full_type,json=fullType,proto3" json:"full_type,omitempty"`
	Tag      uint32 `protobuf:"varint,6,opt,name=tag,proto3" json:"tag,omitempty"`
	// MapEntry is present if the field is a map type.
	MapEntry *MapEntry `protobuf:"bytes,7,opt,name=map_entry,json=mapEntry,proto3" json:"map_entry,omitempty"`
	// import_module_ref is included if the field is an imported type.
	// It contains all the metadata for the import.
	ImportModuleRef *ImportModuleRef `protobuf:"bytes,8,opt,name=import_module_ref,json=importModuleRef,proto3" json:"import_module_ref,omitempty"`
	// Extendee is the name of the type that is being extended if the field is an extension.
	// This is an empty string for fields that are not extenions.
	Extendee string `protobuf:"bytes,9,opt,name=extendee,proto3" json:"extendee,omitempty"`
	// contains filtered or unexported fields
}

Field provides information for the documentation of a message field.

func (*Field) Descriptor deprecated

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

Deprecated: Use Field.ProtoReflect.Descriptor instead.

func (*Field) GetDescription

func (x *Field) GetDescription() string

func (*Field) GetExtendee

func (x *Field) GetExtendee() string

func (*Field) GetFullType

func (x *Field) GetFullType() string

func (*Field) GetImportModuleRef

func (x *Field) GetImportModuleRef() *ImportModuleRef

func (*Field) GetLabel

func (x *Field) GetLabel() string

func (*Field) GetMapEntry

func (x *Field) GetMapEntry() *MapEntry

func (*Field) GetName

func (x *Field) GetName() string

func (*Field) GetNestedType

func (x *Field) GetNestedType() string

func (*Field) GetTag

func (x *Field) GetTag() uint32

func (*Field) ProtoMessage

func (*Field) ProtoMessage()

func (*Field) ProtoReflect

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

func (*Field) Reset

func (x *Field) Reset()

func (*Field) String

func (x *Field) String() string

type File

type File struct {

	// path is the relative path of the file.
	// Path can only use '/' as the separator character, and includes no ".." components.
	Path string `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	// content is the content of the file.
	Content []byte `protobuf:"bytes,2,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

File defines a file with a path and some content.

func (*File) Descriptor deprecated

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

Deprecated: Use File.ProtoReflect.Descriptor instead.

func (*File) GetContent

func (x *File) GetContent() []byte

func (*File) GetPath

func (x *File) GetPath() string

func (*File) ProtoMessage

func (*File) ProtoMessage()

func (*File) ProtoReflect

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

func (*File) Reset

func (x *File) Reset()

func (*File) String

func (x *File) String() string

type FileExtension

type FileExtension struct {

	// extension_type is the string representation of the type being extended.
	ExtensionType string `protobuf:"bytes,1,opt,name=extension_type,json=extensionType,proto3" json:"extension_type,omitempty"`
	// description is derived from the leading comments of a given message field.
	//
	// Paragraph newlines (double new lines) are respected, however single newlines are not.
	// Note that any leading and trailing `//` or spaces within a `/* */` block will be stripped.
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// file_path is the normalized path of the file containing the message.
	FilePath string    `protobuf:"bytes,3,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"`
	Location *Location `protobuf:"bytes,4,opt,name=location,proto3" json:"location,omitempty"`
	// fields are all the fields that are associated with the extension.
	Fields []*Field `protobuf:"bytes,5,rep,name=fields,proto3" json:"fields,omitempty"`
	// contains filtered or unexported fields
}

FileExtension provides the information for the documentation of a file extension.

func (*FileExtension) Descriptor deprecated

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

Deprecated: Use FileExtension.ProtoReflect.Descriptor instead.

func (*FileExtension) GetDescription

func (x *FileExtension) GetDescription() string

func (*FileExtension) GetExtensionType

func (x *FileExtension) GetExtensionType() string

func (*FileExtension) GetFields

func (x *FileExtension) GetFields() []*Field

func (*FileExtension) GetFilePath

func (x *FileExtension) GetFilePath() string

func (*FileExtension) GetLocation

func (x *FileExtension) GetLocation() *Location

func (*FileExtension) ProtoMessage

func (*FileExtension) ProtoMessage()

func (*FileExtension) ProtoReflect

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

func (*FileExtension) Reset

func (x *FileExtension) Reset()

func (*FileExtension) String

func (x *FileExtension) String() string

type FileInfo

type FileInfo struct {

	// the normalized path of the directory, relative to the root of the module.
	Path     string      `protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
	IsDir    bool        `protobuf:"varint,2,opt,name=is_dir,json=isDir,proto3" json:"is_dir,omitempty"`
	Children []*FileInfo `protobuf:"bytes,3,rep,name=children,proto3" json:"children,omitempty"`
	// contains filtered or unexported fields
}

FileInfo is a nested structure that contains the file path, whether or not it's a directory, and if so, the FileInfo children of that directory.

func (*FileInfo) Descriptor deprecated

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

Deprecated: Use FileInfo.ProtoReflect.Descriptor instead.

func (*FileInfo) GetChildren

func (x *FileInfo) GetChildren() []*FileInfo

func (*FileInfo) GetIsDir

func (x *FileInfo) GetIsDir() bool

func (*FileInfo) GetPath

func (x *FileInfo) GetPath() string

func (*FileInfo) ProtoMessage

func (*FileInfo) ProtoMessage()

func (*FileInfo) ProtoReflect

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

func (*FileInfo) Reset

func (x *FileInfo) Reset()

func (*FileInfo) String

func (x *FileInfo) String() string

type GeneratePluginsRequest added in v0.54.0

type GeneratePluginsRequest struct {

	// The image to run plugins against to generate the
	// desired file outputs.
	Image *v1.Image `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	// The array of plugins to use.
	Plugins []*PluginReference `protobuf:"bytes,2,rep,name=plugins,proto3" json:"plugins,omitempty"`
	// contains filtered or unexported fields
}

func (*GeneratePluginsRequest) Descriptor deprecated added in v0.54.0

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

Deprecated: Use GeneratePluginsRequest.ProtoReflect.Descriptor instead.

func (*GeneratePluginsRequest) GetImage added in v0.54.0

func (x *GeneratePluginsRequest) GetImage() *v1.Image

func (*GeneratePluginsRequest) GetPlugins added in v0.54.0

func (x *GeneratePluginsRequest) GetPlugins() []*PluginReference

func (*GeneratePluginsRequest) ProtoMessage added in v0.54.0

func (*GeneratePluginsRequest) ProtoMessage()

func (*GeneratePluginsRequest) ProtoReflect added in v0.54.0

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

func (*GeneratePluginsRequest) Reset added in v0.54.0

func (x *GeneratePluginsRequest) Reset()

func (*GeneratePluginsRequest) String added in v0.54.0

func (x *GeneratePluginsRequest) String() string

type GeneratePluginsResponse added in v0.54.0

type GeneratePluginsResponse struct {

	// Contains all the responses from the generated plugins. The order
	// is defined by the order of the plugins in the request.
	Responses []*pluginpb.CodeGeneratorResponse `protobuf:"bytes,1,rep,name=responses,proto3" json:"responses,omitempty"`
	// An optional array defining runtime libraries that the generated code
	// requires to run, as specified by the plugin author. This may contain
	// duplicate entries as the generation can be the result of multiple plugins,
	// each of which declares its own runtime library dependencies. The libraries
	// returned are lexicographically ordered by their name, but not deduplicated.
	// How to handle duplicate libraries is left to the user.
	RuntimeLibraries []*RuntimeLibrary `protobuf:"bytes,2,rep,name=runtime_libraries,json=runtimeLibraries,proto3" json:"runtime_libraries,omitempty"`
	// contains filtered or unexported fields
}

func (*GeneratePluginsResponse) Descriptor deprecated added in v0.54.0

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

Deprecated: Use GeneratePluginsResponse.ProtoReflect.Descriptor instead.

func (*GeneratePluginsResponse) GetResponses added in v0.54.0

func (*GeneratePluginsResponse) GetRuntimeLibraries added in v0.54.0

func (x *GeneratePluginsResponse) GetRuntimeLibraries() []*RuntimeLibrary

func (*GeneratePluginsResponse) ProtoMessage added in v0.54.0

func (*GeneratePluginsResponse) ProtoMessage()

func (*GeneratePluginsResponse) ProtoReflect added in v0.54.0

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

func (*GeneratePluginsResponse) Reset added in v0.54.0

func (x *GeneratePluginsResponse) Reset()

func (*GeneratePluginsResponse) String added in v0.54.0

func (x *GeneratePluginsResponse) String() string

type GenerateServiceClient

type GenerateServiceClient interface {
	// GeneratePlugins generates an array of files given the provided
	// module reference and plugin version and option tuples. No attempt
	// is made at merging insertion points.
	GeneratePlugins(ctx context.Context, in *GeneratePluginsRequest, opts ...grpc.CallOption) (*GeneratePluginsResponse, error)
	// GenerateTemplate generates an array of files given the provided
	// module reference and template version.
	GenerateTemplate(ctx context.Context, in *GenerateTemplateRequest, opts ...grpc.CallOption) (*GenerateTemplateResponse, error)
}

GenerateServiceClient is the client API for GenerateService 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 GenerateServiceServer

type GenerateServiceServer interface {
	// GeneratePlugins generates an array of files given the provided
	// module reference and plugin version and option tuples. No attempt
	// is made at merging insertion points.
	GeneratePlugins(context.Context, *GeneratePluginsRequest) (*GeneratePluginsResponse, error)
	// GenerateTemplate generates an array of files given the provided
	// module reference and template version.
	GenerateTemplate(context.Context, *GenerateTemplateRequest) (*GenerateTemplateResponse, error)
}

GenerateServiceServer is the server API for GenerateService service. All implementations should embed UnimplementedGenerateServiceServer for forward compatibility

type GenerateTemplateRequest added in v0.54.0

type GenerateTemplateRequest struct {

	// The image to run plugins against to generate the
	// desired file outputs.
	Image *v1.Image `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	// The owner of the template which identifies the
	// plugins to use with this generation.
	TemplateOwner string `protobuf:"bytes,2,opt,name=template_owner,json=templateOwner,proto3" json:"template_owner,omitempty"`
	// The name of the template which identifies the
	// plugins to use with this generation.
	TemplateName string `protobuf:"bytes,3,opt,name=template_name,json=templateName,proto3" json:"template_name,omitempty"`
	// The template version to use to determine the
	// plugin versions in the template.
	TemplateVersion string `protobuf:"bytes,4,opt,name=template_version,json=templateVersion,proto3" json:"template_version,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateTemplateRequest) Descriptor deprecated added in v0.54.0

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

Deprecated: Use GenerateTemplateRequest.ProtoReflect.Descriptor instead.

func (*GenerateTemplateRequest) GetImage added in v0.54.0

func (x *GenerateTemplateRequest) GetImage() *v1.Image

func (*GenerateTemplateRequest) GetTemplateName added in v0.54.0

func (x *GenerateTemplateRequest) GetTemplateName() string

func (*GenerateTemplateRequest) GetTemplateOwner added in v0.54.0

func (x *GenerateTemplateRequest) GetTemplateOwner() string

func (*GenerateTemplateRequest) GetTemplateVersion added in v0.54.0

func (x *GenerateTemplateRequest) GetTemplateVersion() string

func (*GenerateTemplateRequest) ProtoMessage added in v0.54.0

func (*GenerateTemplateRequest) ProtoMessage()

func (*GenerateTemplateRequest) ProtoReflect added in v0.54.0

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

func (*GenerateTemplateRequest) Reset added in v0.54.0

func (x *GenerateTemplateRequest) Reset()

func (*GenerateTemplateRequest) String added in v0.54.0

func (x *GenerateTemplateRequest) String() string

type GenerateTemplateResponse added in v0.54.0

type GenerateTemplateResponse struct {

	// files contains all the files output by the generation,
	// in lexicographical order.
	Files []*File `protobuf:"bytes,1,rep,name=files,proto3" json:"files,omitempty"`
	// An optional array defining runtime libraries that the generated code
	// requires to run. This may contain duplicate entries as the generation
	// can be the result of multiple plugins, each of which declares its own
	// runtime library dependencies.
	RuntimeLibraries []*RuntimeLibrary `protobuf:"bytes,2,rep,name=runtime_libraries,json=runtimeLibraries,proto3" json:"runtime_libraries,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateTemplateResponse) Descriptor deprecated added in v0.54.0

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

Deprecated: Use GenerateTemplateResponse.ProtoReflect.Descriptor instead.

func (*GenerateTemplateResponse) GetFiles added in v0.54.0

func (x *GenerateTemplateResponse) GetFiles() []*File

func (*GenerateTemplateResponse) GetRuntimeLibraries added in v0.54.0

func (x *GenerateTemplateResponse) GetRuntimeLibraries() []*RuntimeLibrary

func (*GenerateTemplateResponse) ProtoMessage added in v0.54.0

func (*GenerateTemplateResponse) ProtoMessage()

func (*GenerateTemplateResponse) ProtoReflect added in v0.54.0

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

func (*GenerateTemplateResponse) Reset added in v0.54.0

func (x *GenerateTemplateResponse) Reset()

func (*GenerateTemplateResponse) String added in v0.54.0

func (x *GenerateTemplateResponse) String() string

type GetCurrentUserRequest

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

func (*GetCurrentUserRequest) Descriptor deprecated

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

Deprecated: Use GetCurrentUserRequest.ProtoReflect.Descriptor instead.

func (*GetCurrentUserRequest) ProtoMessage

func (*GetCurrentUserRequest) ProtoMessage()

func (*GetCurrentUserRequest) ProtoReflect

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

func (*GetCurrentUserRequest) Reset

func (x *GetCurrentUserRequest) Reset()

func (*GetCurrentUserRequest) String

func (x *GetCurrentUserRequest) String() string

type GetCurrentUserResponse

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

func (*GetCurrentUserResponse) Descriptor deprecated

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

Deprecated: Use GetCurrentUserResponse.ProtoReflect.Descriptor instead.

func (*GetCurrentUserResponse) GetUser

func (x *GetCurrentUserResponse) GetUser() *User

func (*GetCurrentUserResponse) ProtoMessage

func (*GetCurrentUserResponse) ProtoMessage()

func (*GetCurrentUserResponse) ProtoReflect

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

func (*GetCurrentUserResponse) Reset

func (x *GetCurrentUserResponse) Reset()

func (*GetCurrentUserResponse) String

func (x *GetCurrentUserResponse) String() string

type GetCurrentUserSubjectRequest

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

func (*GetCurrentUserSubjectRequest) Descriptor deprecated

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

Deprecated: Use GetCurrentUserSubjectRequest.ProtoReflect.Descriptor instead.

func (*GetCurrentUserSubjectRequest) ProtoMessage

func (*GetCurrentUserSubjectRequest) ProtoMessage()

func (*GetCurrentUserSubjectRequest) ProtoReflect

func (*GetCurrentUserSubjectRequest) Reset

func (x *GetCurrentUserSubjectRequest) Reset()

func (*GetCurrentUserSubjectRequest) String

type GetCurrentUserSubjectResponse

type GetCurrentUserSubjectResponse struct {

	// The user's subject for mapping to user in identity provider.
	// Note: we do not want to make it part of the User response as
	// it contains potentially sensitive information and the User
	// response is shared with other users.
	Subject string `protobuf:"bytes,1,opt,name=subject,proto3" json:"subject,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCurrentUserSubjectResponse) Descriptor deprecated

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

Deprecated: Use GetCurrentUserSubjectResponse.ProtoReflect.Descriptor instead.

func (*GetCurrentUserSubjectResponse) GetSubject

func (x *GetCurrentUserSubjectResponse) GetSubject() string

func (*GetCurrentUserSubjectResponse) ProtoMessage

func (*GetCurrentUserSubjectResponse) ProtoMessage()

func (*GetCurrentUserSubjectResponse) ProtoReflect

func (*GetCurrentUserSubjectResponse) Reset

func (x *GetCurrentUserSubjectResponse) Reset()

func (*GetCurrentUserSubjectResponse) String

type GetImageRequest

type GetImageRequest struct {
	Owner      string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"`
	Reference  string `protobuf:"bytes,3,opt,name=reference,proto3" json:"reference,omitempty"`
	// contains filtered or unexported fields
}

func (*GetImageRequest) Descriptor deprecated

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

Deprecated: Use GetImageRequest.ProtoReflect.Descriptor instead.

func (*GetImageRequest) GetOwner

func (x *GetImageRequest) GetOwner() string

func (*GetImageRequest) GetReference

func (x *GetImageRequest) GetReference() string

func (*GetImageRequest) GetRepository

func (x *GetImageRequest) GetRepository() string

func (*GetImageRequest) ProtoMessage

func (*GetImageRequest) ProtoMessage()

func (*GetImageRequest) ProtoReflect

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

func (*GetImageRequest) Reset

func (x *GetImageRequest) Reset()

func (*GetImageRequest) String

func (x *GetImageRequest) String() string

type GetImageResponse

type GetImageResponse struct {
	Image *v1.Image `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	// contains filtered or unexported fields
}

func (*GetImageResponse) Descriptor deprecated

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

Deprecated: Use GetImageResponse.ProtoReflect.Descriptor instead.

func (*GetImageResponse) GetImage

func (x *GetImageResponse) GetImage() *v1.Image

func (*GetImageResponse) ProtoMessage

func (*GetImageResponse) ProtoMessage()

func (*GetImageResponse) ProtoReflect

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

func (*GetImageResponse) Reset

func (x *GetImageResponse) Reset()

func (*GetImageResponse) String

func (x *GetImageResponse) String() string

type GetLocalModulePinsRequest

type GetLocalModulePinsRequest struct {
	LocalModuleReferences []*LocalModuleReference `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetLocalModulePinsRequest) Descriptor deprecated

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

Deprecated: Use GetLocalModulePinsRequest.ProtoReflect.Descriptor instead.

func (*GetLocalModulePinsRequest) GetLocalModuleReferences

func (x *GetLocalModulePinsRequest) GetLocalModuleReferences() []*LocalModuleReference

func (*GetLocalModulePinsRequest) ProtoMessage

func (*GetLocalModulePinsRequest) ProtoMessage()

func (*GetLocalModulePinsRequest) ProtoReflect

func (*GetLocalModulePinsRequest) Reset

func (x *GetLocalModulePinsRequest) Reset()

func (*GetLocalModulePinsRequest) String

func (x *GetLocalModulePinsRequest) String() string

type GetLocalModulePinsResponse

type GetLocalModulePinsResponse struct {
	LocalModuleResolveResults []*LocalModuleResolveResult `` /* 140-byte string literal not displayed */
	// dependencies are the dependencies of the LocalModulePins.
	//
	// This includes the transitive deps.
	Dependencies []*v1alpha1.ModulePin `protobuf:"bytes,2,rep,name=dependencies,proto3" json:"dependencies,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLocalModulePinsResponse) Descriptor deprecated

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

Deprecated: Use GetLocalModulePinsResponse.ProtoReflect.Descriptor instead.

func (*GetLocalModulePinsResponse) GetDependencies

func (x *GetLocalModulePinsResponse) GetDependencies() []*v1alpha1.ModulePin

func (*GetLocalModulePinsResponse) GetLocalModuleResolveResults

func (x *GetLocalModulePinsResponse) GetLocalModuleResolveResults() []*LocalModuleResolveResult

func (*GetLocalModulePinsResponse) ProtoMessage

func (*GetLocalModulePinsResponse) ProtoMessage()

func (*GetLocalModulePinsResponse) ProtoReflect

func (*GetLocalModulePinsResponse) Reset

func (x *GetLocalModulePinsResponse) Reset()

func (*GetLocalModulePinsResponse) String

func (x *GetLocalModulePinsResponse) String() string

type GetModuleDocumentationRequest

type GetModuleDocumentationRequest struct {
	Owner      string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"`
	Reference  string `protobuf:"bytes,3,opt,name=reference,proto3" json:"reference,omitempty"`
	// contains filtered or unexported fields
}

GetModuleDocumentationRequest takes an owner, repository, and reference.

func (*GetModuleDocumentationRequest) Descriptor deprecated

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

Deprecated: Use GetModuleDocumentationRequest.ProtoReflect.Descriptor instead.

func (*GetModuleDocumentationRequest) GetOwner

func (x *GetModuleDocumentationRequest) GetOwner() string

func (*GetModuleDocumentationRequest) GetReference

func (x *GetModuleDocumentationRequest) GetReference() string

func (*GetModuleDocumentationRequest) GetRepository

func (x *GetModuleDocumentationRequest) GetRepository() string

func (*GetModuleDocumentationRequest) ProtoMessage

func (*GetModuleDocumentationRequest) ProtoMessage()

func (*GetModuleDocumentationRequest) ProtoReflect

func (*GetModuleDocumentationRequest) Reset

func (x *GetModuleDocumentationRequest) Reset()

func (*GetModuleDocumentationRequest) String

type GetModuleDocumentationResponse

type GetModuleDocumentationResponse struct {
	ModuleDocumentation *ModuleDocumentation `protobuf:"bytes,1,opt,name=module_documentation,json=moduleDocumentation,proto3" json:"module_documentation,omitempty"`
	// contains filtered or unexported fields
}

GetModuleDocumentationResponse returns the ModuleDocumentation for the requested module.

func (*GetModuleDocumentationResponse) Descriptor deprecated

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

Deprecated: Use GetModuleDocumentationResponse.ProtoReflect.Descriptor instead.

func (*GetModuleDocumentationResponse) GetModuleDocumentation

func (x *GetModuleDocumentationResponse) GetModuleDocumentation() *ModuleDocumentation

func (*GetModuleDocumentationResponse) ProtoMessage

func (*GetModuleDocumentationResponse) ProtoMessage()

func (*GetModuleDocumentationResponse) ProtoReflect

func (*GetModuleDocumentationResponse) Reset

func (x *GetModuleDocumentationResponse) Reset()

func (*GetModuleDocumentationResponse) String

type GetModulePackagesRequest added in v1.0.0

type GetModulePackagesRequest struct {
	Owner      string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"`
	Reference  string `protobuf:"bytes,3,opt,name=reference,proto3" json:"reference,omitempty"`
	// contains filtered or unexported fields
}

GetModulePackagesRequest takes an owner, repository, and reference.

func (*GetModulePackagesRequest) Descriptor deprecated added in v1.0.0

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

Deprecated: Use GetModulePackagesRequest.ProtoReflect.Descriptor instead.

func (*GetModulePackagesRequest) GetOwner added in v1.0.0

func (x *GetModulePackagesRequest) GetOwner() string

func (*GetModulePackagesRequest) GetReference added in v1.0.0

func (x *GetModulePackagesRequest) GetReference() string

func (*GetModulePackagesRequest) GetRepository added in v1.0.0

func (x *GetModulePackagesRequest) GetRepository() string

func (*GetModulePackagesRequest) ProtoMessage added in v1.0.0

func (*GetModulePackagesRequest) ProtoMessage()

func (*GetModulePackagesRequest) ProtoReflect added in v1.0.0

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

func (*GetModulePackagesRequest) Reset added in v1.0.0

func (x *GetModulePackagesRequest) Reset()

func (*GetModulePackagesRequest) String added in v1.0.0

func (x *GetModulePackagesRequest) String() string

type GetModulePackagesResponse added in v1.0.0

type GetModulePackagesResponse struct {
	ModulePackages *ModulePackages `protobuf:"bytes,1,opt,name=module_packages,json=modulePackages,proto3" json:"module_packages,omitempty"`
	// contains filtered or unexported fields
}

GetModulePackagesResponse returns the ModulePackages for the requested module.

func (*GetModulePackagesResponse) Descriptor deprecated added in v1.0.0

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

Deprecated: Use GetModulePackagesResponse.ProtoReflect.Descriptor instead.

func (*GetModulePackagesResponse) GetModulePackages added in v1.0.0

func (x *GetModulePackagesResponse) GetModulePackages() *ModulePackages

func (*GetModulePackagesResponse) ProtoMessage added in v1.0.0

func (*GetModulePackagesResponse) ProtoMessage()

func (*GetModulePackagesResponse) ProtoReflect added in v1.0.0

func (*GetModulePackagesResponse) Reset added in v1.0.0

func (x *GetModulePackagesResponse) Reset()

func (*GetModulePackagesResponse) String added in v1.0.0

func (x *GetModulePackagesResponse) String() string

type GetModulePinsRequest

type GetModulePinsRequest struct {
	ModuleReferences []*v1alpha1.ModuleReference `protobuf:"bytes,1,rep,name=module_references,json=moduleReferences,proto3" json:"module_references,omitempty"`
	// current_module_pins allows for partial dependency updates by letting clients
	// send a request with the pins for their current module and only the
	// identities of the dependencies they want to update in module_references.
	//
	// When resolving, if a client supplied module pin is:
	// - in the transitive closure of pins resolved from the module_references,
	//   the client supplied module pin will be an extra candidate for tie
	//   breaking.
	// - NOT in the in the transitive closure of pins resolved from the
	//   module_references, it will be returned as is.
	CurrentModulePins []*v1alpha1.ModulePin `protobuf:"bytes,2,rep,name=current_module_pins,json=currentModulePins,proto3" json:"current_module_pins,omitempty"`
	// contains filtered or unexported fields
}

func (*GetModulePinsRequest) Descriptor deprecated

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

Deprecated: Use GetModulePinsRequest.ProtoReflect.Descriptor instead.

func (*GetModulePinsRequest) GetCurrentModulePins

func (x *GetModulePinsRequest) GetCurrentModulePins() []*v1alpha1.ModulePin

func (*GetModulePinsRequest) GetModuleReferences

func (x *GetModulePinsRequest) GetModuleReferences() []*v1alpha1.ModuleReference

func (*GetModulePinsRequest) ProtoMessage

func (*GetModulePinsRequest) ProtoMessage()

func (*GetModulePinsRequest) ProtoReflect

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

func (*GetModulePinsRequest) Reset

func (x *GetModulePinsRequest) Reset()

func (*GetModulePinsRequest) String

func (x *GetModulePinsRequest) String() string

type GetModulePinsResponse

type GetModulePinsResponse struct {
	ModulePins []*v1alpha1.ModulePin `protobuf:"bytes,1,rep,name=module_pins,json=modulePins,proto3" json:"module_pins,omitempty"`
	// contains filtered or unexported fields
}

func (*GetModulePinsResponse) Descriptor deprecated

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

Deprecated: Use GetModulePinsResponse.ProtoReflect.Descriptor instead.

func (*GetModulePinsResponse) GetModulePins

func (x *GetModulePinsResponse) GetModulePins() []*v1alpha1.ModulePin

func (*GetModulePinsResponse) ProtoMessage

func (*GetModulePinsResponse) ProtoMessage()

func (*GetModulePinsResponse) ProtoReflect

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

func (*GetModulePinsResponse) Reset

func (x *GetModulePinsResponse) Reset()

func (*GetModulePinsResponse) String

func (x *GetModulePinsResponse) String() string

type GetOrganizationByNameRequest

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

func (*GetOrganizationByNameRequest) Descriptor deprecated

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

Deprecated: Use GetOrganizationByNameRequest.ProtoReflect.Descriptor instead.

func (*GetOrganizationByNameRequest) GetName

func (x *GetOrganizationByNameRequest) GetName() string

func (*GetOrganizationByNameRequest) ProtoMessage

func (*GetOrganizationByNameRequest) ProtoMessage()

func (*GetOrganizationByNameRequest) ProtoReflect

func (*GetOrganizationByNameRequest) Reset

func (x *GetOrganizationByNameRequest) Reset()

func (*GetOrganizationByNameRequest) String

type GetOrganizationByNameResponse

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

func (*GetOrganizationByNameResponse) Descriptor deprecated

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

Deprecated: Use GetOrganizationByNameResponse.ProtoReflect.Descriptor instead.

func (*GetOrganizationByNameResponse) GetOrganization

func (x *GetOrganizationByNameResponse) GetOrganization() *Organization

func (*GetOrganizationByNameResponse) ProtoMessage

func (*GetOrganizationByNameResponse) ProtoMessage()

func (*GetOrganizationByNameResponse) ProtoReflect

func (*GetOrganizationByNameResponse) Reset

func (x *GetOrganizationByNameResponse) Reset()

func (*GetOrganizationByNameResponse) String

type GetOrganizationRequest

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

func (*GetOrganizationRequest) Descriptor deprecated

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

Deprecated: Use GetOrganizationRequest.ProtoReflect.Descriptor instead.

func (*GetOrganizationRequest) GetId

func (x *GetOrganizationRequest) GetId() string

func (*GetOrganizationRequest) ProtoMessage

func (*GetOrganizationRequest) ProtoMessage()

func (*GetOrganizationRequest) ProtoReflect

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

func (*GetOrganizationRequest) Reset

func (x *GetOrganizationRequest) Reset()

func (*GetOrganizationRequest) String

func (x *GetOrganizationRequest) String() string

type GetOrganizationResponse

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

func (*GetOrganizationResponse) Descriptor deprecated

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

Deprecated: Use GetOrganizationResponse.ProtoReflect.Descriptor instead.

func (*GetOrganizationResponse) GetOrganization

func (x *GetOrganizationResponse) GetOrganization() *Organization

func (*GetOrganizationResponse) ProtoMessage

func (*GetOrganizationResponse) ProtoMessage()

func (*GetOrganizationResponse) ProtoReflect

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

func (*GetOrganizationResponse) Reset

func (x *GetOrganizationResponse) Reset()

func (*GetOrganizationResponse) String

func (x *GetOrganizationResponse) String() string

type GetOwnerByNameRequest

type GetOwnerByNameRequest struct {

	// Name of the requested owner.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOwnerByNameRequest) Descriptor deprecated

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

Deprecated: Use GetOwnerByNameRequest.ProtoReflect.Descriptor instead.

func (*GetOwnerByNameRequest) GetName

func (x *GetOwnerByNameRequest) GetName() string

func (*GetOwnerByNameRequest) ProtoMessage

func (*GetOwnerByNameRequest) ProtoMessage()

func (*GetOwnerByNameRequest) ProtoReflect

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

func (*GetOwnerByNameRequest) Reset

func (x *GetOwnerByNameRequest) Reset()

func (*GetOwnerByNameRequest) String

func (x *GetOwnerByNameRequest) String() string

type GetOwnerByNameResponse

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

func (*GetOwnerByNameResponse) Descriptor deprecated

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

Deprecated: Use GetOwnerByNameResponse.ProtoReflect.Descriptor instead.

func (*GetOwnerByNameResponse) GetOwner

func (x *GetOwnerByNameResponse) GetOwner() *Owner

func (*GetOwnerByNameResponse) ProtoMessage

func (*GetOwnerByNameResponse) ProtoMessage()

func (*GetOwnerByNameResponse) ProtoReflect

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

func (*GetOwnerByNameResponse) Reset

func (x *GetOwnerByNameResponse) Reset()

func (*GetOwnerByNameResponse) String

func (x *GetOwnerByNameResponse) String() string

type GetPackageDocumentationRequest

type GetPackageDocumentationRequest struct {
	Owner      string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"`
	Reference  string `protobuf:"bytes,3,opt,name=reference,proto3" json:"reference,omitempty"`
	// this is the fully qualified package name.
	PackageName string `protobuf:"bytes,4,opt,name=package_name,json=packageName,proto3" json:"package_name,omitempty"`
	// contains filtered or unexported fields
}

GetPackageDocumentationRequest takes an owner, repository, reference, and package name.

func (*GetPackageDocumentationRequest) Descriptor deprecated

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

Deprecated: Use GetPackageDocumentationRequest.ProtoReflect.Descriptor instead.

func (*GetPackageDocumentationRequest) GetOwner

func (x *GetPackageDocumentationRequest) GetOwner() string

func (*GetPackageDocumentationRequest) GetPackageName

func (x *GetPackageDocumentationRequest) GetPackageName() string

func (*GetPackageDocumentationRequest) GetReference

func (x *GetPackageDocumentationRequest) GetReference() string

func (*GetPackageDocumentationRequest) GetRepository

func (x *GetPackageDocumentationRequest) GetRepository() string

func (*GetPackageDocumentationRequest) ProtoMessage

func (*GetPackageDocumentationRequest) ProtoMessage()

func (*GetPackageDocumentationRequest) ProtoReflect

func (*GetPackageDocumentationRequest) Reset

func (x *GetPackageDocumentationRequest) Reset()

func (*GetPackageDocumentationRequest) String

type GetPackageDocumentationResponse

type GetPackageDocumentationResponse struct {
	PackageDocumentation *PackageDocumentation `protobuf:"bytes,1,opt,name=package_documentation,json=packageDocumentation,proto3" json:"package_documentation,omitempty"`
	// contains filtered or unexported fields
}

GetPackageDocumentationReponse returns the documentation for the requested package.

func (*GetPackageDocumentationResponse) Descriptor deprecated

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

Deprecated: Use GetPackageDocumentationResponse.ProtoReflect.Descriptor instead.

func (*GetPackageDocumentationResponse) GetPackageDocumentation

func (x *GetPackageDocumentationResponse) GetPackageDocumentation() *PackageDocumentation

func (*GetPackageDocumentationResponse) ProtoMessage

func (*GetPackageDocumentationResponse) ProtoMessage()

func (*GetPackageDocumentationResponse) ProtoReflect

func (*GetPackageDocumentationResponse) Reset

func (*GetPackageDocumentationResponse) String

type GetPluginRequest

type GetPluginRequest struct {

	// The owner of the plugin.
	Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	// The name of the plugin.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPluginRequest) Descriptor deprecated

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

Deprecated: Use GetPluginRequest.ProtoReflect.Descriptor instead.

func (*GetPluginRequest) GetName

func (x *GetPluginRequest) GetName() string

func (*GetPluginRequest) GetOwner

func (x *GetPluginRequest) GetOwner() string

func (*GetPluginRequest) ProtoMessage

func (*GetPluginRequest) ProtoMessage()

func (*GetPluginRequest) ProtoReflect

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

func (*GetPluginRequest) Reset

func (x *GetPluginRequest) Reset()

func (*GetPluginRequest) String

func (x *GetPluginRequest) String() string

type GetPluginResponse

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

func (*GetPluginResponse) Descriptor deprecated

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

Deprecated: Use GetPluginResponse.ProtoReflect.Descriptor instead.

func (*GetPluginResponse) GetPlugin

func (x *GetPluginResponse) GetPlugin() *Plugin

func (*GetPluginResponse) ProtoMessage

func (*GetPluginResponse) ProtoMessage()

func (*GetPluginResponse) ProtoReflect

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

func (*GetPluginResponse) Reset

func (x *GetPluginResponse) Reset()

func (*GetPluginResponse) String

func (x *GetPluginResponse) String() string

type GetReferenceByNameRequest

type GetReferenceByNameRequest struct {

	// Name of the requested reference.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Owner of the repository the reference belongs to.
	Owner string `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"`
	// Name of the repository the reference belongs to.
	RepositoryName string `protobuf:"bytes,3,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetReferenceByNameRequest) Descriptor deprecated

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

Deprecated: Use GetReferenceByNameRequest.ProtoReflect.Descriptor instead.

func (*GetReferenceByNameRequest) GetName

func (x *GetReferenceByNameRequest) GetName() string

func (*GetReferenceByNameRequest) GetOwner

func (x *GetReferenceByNameRequest) GetOwner() string

func (*GetReferenceByNameRequest) GetRepositoryName

func (x *GetReferenceByNameRequest) GetRepositoryName() string

func (*GetReferenceByNameRequest) ProtoMessage

func (*GetReferenceByNameRequest) ProtoMessage()

func (*GetReferenceByNameRequest) ProtoReflect

func (*GetReferenceByNameRequest) Reset

func (x *GetReferenceByNameRequest) Reset()

func (*GetReferenceByNameRequest) String

func (x *GetReferenceByNameRequest) String() string

type GetReferenceByNameResponse

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

func (*GetReferenceByNameResponse) Descriptor deprecated

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

Deprecated: Use GetReferenceByNameResponse.ProtoReflect.Descriptor instead.

func (*GetReferenceByNameResponse) GetReference

func (x *GetReferenceByNameResponse) GetReference() *Reference

func (*GetReferenceByNameResponse) ProtoMessage

func (*GetReferenceByNameResponse) ProtoMessage()

func (*GetReferenceByNameResponse) ProtoReflect

func (*GetReferenceByNameResponse) Reset

func (x *GetReferenceByNameResponse) Reset()

func (*GetReferenceByNameResponse) String

func (x *GetReferenceByNameResponse) String() string

type GetRepositoriesByFullNameRequest added in v1.0.0

type GetRepositoriesByFullNameRequest struct {
	FullNames []string `protobuf:"bytes,1,rep,name=full_names,json=fullNames,proto3" json:"full_names,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRepositoriesByFullNameRequest) Descriptor deprecated added in v1.0.0

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

Deprecated: Use GetRepositoriesByFullNameRequest.ProtoReflect.Descriptor instead.

func (*GetRepositoriesByFullNameRequest) GetFullNames added in v1.0.0

func (x *GetRepositoriesByFullNameRequest) GetFullNames() []string

func (*GetRepositoriesByFullNameRequest) ProtoMessage added in v1.0.0

func (*GetRepositoriesByFullNameRequest) ProtoMessage()

func (*GetRepositoriesByFullNameRequest) ProtoReflect added in v1.0.0

func (*GetRepositoriesByFullNameRequest) Reset added in v1.0.0

func (*GetRepositoriesByFullNameRequest) String added in v1.0.0

type GetRepositoriesByFullNameResponse added in v1.0.0

type GetRepositoriesByFullNameResponse struct {
	Repositories []*Repository `protobuf:"bytes,1,rep,name=repositories,proto3" json:"repositories,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRepositoriesByFullNameResponse) Descriptor deprecated added in v1.0.0

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

Deprecated: Use GetRepositoriesByFullNameResponse.ProtoReflect.Descriptor instead.

func (*GetRepositoriesByFullNameResponse) GetRepositories added in v1.0.0

func (x *GetRepositoriesByFullNameResponse) GetRepositories() []*Repository

func (*GetRepositoriesByFullNameResponse) ProtoMessage added in v1.0.0

func (*GetRepositoriesByFullNameResponse) ProtoMessage()

func (*GetRepositoriesByFullNameResponse) ProtoReflect added in v1.0.0

func (*GetRepositoriesByFullNameResponse) Reset added in v1.0.0

func (*GetRepositoriesByFullNameResponse) String added in v1.0.0

type GetRepositoryByFullNameRequest

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

func (*GetRepositoryByFullNameRequest) Descriptor deprecated

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

Deprecated: Use GetRepositoryByFullNameRequest.ProtoReflect.Descriptor instead.

func (*GetRepositoryByFullNameRequest) GetFullName

func (x *GetRepositoryByFullNameRequest) GetFullName() string

func (*GetRepositoryByFullNameRequest) ProtoMessage

func (*GetRepositoryByFullNameRequest) ProtoMessage()

func (*GetRepositoryByFullNameRequest) ProtoReflect

func (*GetRepositoryByFullNameRequest) Reset

func (x *GetRepositoryByFullNameRequest) Reset()

func (*GetRepositoryByFullNameRequest) String

type GetRepositoryByFullNameResponse

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

func (*GetRepositoryByFullNameResponse) Descriptor deprecated

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

Deprecated: Use GetRepositoryByFullNameResponse.ProtoReflect.Descriptor instead.

func (*GetRepositoryByFullNameResponse) GetRepository

func (x *GetRepositoryByFullNameResponse) GetRepository() *Repository

func (*GetRepositoryByFullNameResponse) ProtoMessage

func (*GetRepositoryByFullNameResponse) ProtoMessage()

func (*GetRepositoryByFullNameResponse) ProtoReflect

func (*GetRepositoryByFullNameResponse) Reset

func (*GetRepositoryByFullNameResponse) String

type GetRepositoryCommitByReferenceRequest

type GetRepositoryCommitByReferenceRequest struct {

	// The owner of the repository which the repository branch belongs to.
	RepositoryOwner string `protobuf:"bytes,1,opt,name=repository_owner,json=repositoryOwner,proto3" json:"repository_owner,omitempty"`
	// The name of the repository which the repository branch belongs to.
	RepositoryName string `protobuf:"bytes,2,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"`
	// The reference that should be resolved to a commit. Can be a branch, tag or commit.
	Reference string `protobuf:"bytes,3,opt,name=reference,proto3" json:"reference,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRepositoryCommitByReferenceRequest) Descriptor deprecated

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

Deprecated: Use GetRepositoryCommitByReferenceRequest.ProtoReflect.Descriptor instead.

func (*GetRepositoryCommitByReferenceRequest) GetReference

func (*GetRepositoryCommitByReferenceRequest) GetRepositoryName

func (x *GetRepositoryCommitByReferenceRequest) GetRepositoryName() string

func (*GetRepositoryCommitByReferenceRequest) GetRepositoryOwner

func (x *GetRepositoryCommitByReferenceRequest) GetRepositoryOwner() string

func (*GetRepositoryCommitByReferenceRequest) ProtoMessage

func (*GetRepositoryCommitByReferenceRequest) ProtoMessage()

func (*GetRepositoryCommitByReferenceRequest) ProtoReflect

func (*GetRepositoryCommitByReferenceRequest) Reset

func (*GetRepositoryCommitByReferenceRequest) String

type GetRepositoryCommitByReferenceResponse

type GetRepositoryCommitByReferenceResponse struct {
	RepositoryCommit *RepositoryCommit `protobuf:"bytes,1,opt,name=repository_commit,json=repositoryCommit,proto3" json:"repository_commit,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRepositoryCommitByReferenceResponse) Descriptor deprecated

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

Deprecated: Use GetRepositoryCommitByReferenceResponse.ProtoReflect.Descriptor instead.

func (*GetRepositoryCommitByReferenceResponse) GetRepositoryCommit

func (x *GetRepositoryCommitByReferenceResponse) GetRepositoryCommit() *RepositoryCommit

func (*GetRepositoryCommitByReferenceResponse) ProtoMessage

func (*GetRepositoryCommitByReferenceResponse) ProtoReflect

func (*GetRepositoryCommitByReferenceResponse) Reset

func (*GetRepositoryCommitByReferenceResponse) String

type GetRepositoryCommitBySequenceIDRequest

type GetRepositoryCommitBySequenceIDRequest struct {

	// The owner of the repository which the repository branch belongs to.
	RepositoryOwner string `protobuf:"bytes,1,opt,name=repository_owner,json=repositoryOwner,proto3" json:"repository_owner,omitempty"`
	// The name of the repository which the repository branch belongs to.
	RepositoryName string `protobuf:"bytes,2,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"`
	// The name of the repository branch which the sequence ID is relative to.
	RepositoryBranchName string `protobuf:"bytes,3,opt,name=repository_branch_name,json=repositoryBranchName,proto3" json:"repository_branch_name,omitempty"`
	// The sequence ID to look up.
	CommitSequenceId int64 `protobuf:"varint,4,opt,name=commit_sequence_id,json=commitSequenceId,proto3" json:"commit_sequence_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRepositoryCommitBySequenceIDRequest) Descriptor deprecated

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

Deprecated: Use GetRepositoryCommitBySequenceIDRequest.ProtoReflect.Descriptor instead.

func (*GetRepositoryCommitBySequenceIDRequest) GetCommitSequenceId

func (x *GetRepositoryCommitBySequenceIDRequest) GetCommitSequenceId() int64

func (*GetRepositoryCommitBySequenceIDRequest) GetRepositoryBranchName

func (x *GetRepositoryCommitBySequenceIDRequest) GetRepositoryBranchName() string

func (*GetRepositoryCommitBySequenceIDRequest) GetRepositoryName

func (x *GetRepositoryCommitBySequenceIDRequest) GetRepositoryName() string

func (*GetRepositoryCommitBySequenceIDRequest) GetRepositoryOwner

func (x *GetRepositoryCommitBySequenceIDRequest) GetRepositoryOwner() string

func (*GetRepositoryCommitBySequenceIDRequest) ProtoMessage

func (*GetRepositoryCommitBySequenceIDRequest) ProtoReflect

func (*GetRepositoryCommitBySequenceIDRequest) Reset

func (*GetRepositoryCommitBySequenceIDRequest) String

type GetRepositoryCommitBySequenceIDResponse

type GetRepositoryCommitBySequenceIDResponse struct {
	RepositoryCommit *RepositoryCommit `protobuf:"bytes,1,opt,name=repository_commit,json=repositoryCommit,proto3" json:"repository_commit,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRepositoryCommitBySequenceIDResponse) Descriptor deprecated

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

Deprecated: Use GetRepositoryCommitBySequenceIDResponse.ProtoReflect.Descriptor instead.

func (*GetRepositoryCommitBySequenceIDResponse) GetRepositoryCommit

func (*GetRepositoryCommitBySequenceIDResponse) ProtoMessage

func (*GetRepositoryCommitBySequenceIDResponse) ProtoReflect

func (*GetRepositoryCommitBySequenceIDResponse) Reset

func (*GetRepositoryCommitBySequenceIDResponse) String

type GetRepositoryRequest

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

func (*GetRepositoryRequest) Descriptor deprecated

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

Deprecated: Use GetRepositoryRequest.ProtoReflect.Descriptor instead.

func (*GetRepositoryRequest) GetId

func (x *GetRepositoryRequest) GetId() string

func (*GetRepositoryRequest) ProtoMessage

func (*GetRepositoryRequest) ProtoMessage()

func (*GetRepositoryRequest) ProtoReflect

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

func (*GetRepositoryRequest) Reset

func (x *GetRepositoryRequest) Reset()

func (*GetRepositoryRequest) String

func (x *GetRepositoryRequest) String() string

type GetRepositoryResponse

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

func (*GetRepositoryResponse) Descriptor deprecated

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

Deprecated: Use GetRepositoryResponse.ProtoReflect.Descriptor instead.

func (*GetRepositoryResponse) GetRepository

func (x *GetRepositoryResponse) GetRepository() *Repository

func (*GetRepositoryResponse) ProtoMessage

func (*GetRepositoryResponse) ProtoMessage()

func (*GetRepositoryResponse) ProtoReflect

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

func (*GetRepositoryResponse) Reset

func (x *GetRepositoryResponse) Reset()

func (*GetRepositoryResponse) String

func (x *GetRepositoryResponse) String() string

type GetSourceDirectoryInfoRequest

type GetSourceDirectoryInfoRequest struct {
	Owner      string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"`
	Reference  string `protobuf:"bytes,3,opt,name=reference,proto3" json:"reference,omitempty"`
	// contains filtered or unexported fields
}

GetSourceDirectoryInfoRequest takes an owner, repository, and reference.

func (*GetSourceDirectoryInfoRequest) Descriptor deprecated

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

Deprecated: Use GetSourceDirectoryInfoRequest.ProtoReflect.Descriptor instead.

func (*GetSourceDirectoryInfoRequest) GetOwner

func (x *GetSourceDirectoryInfoRequest) GetOwner() string

func (*GetSourceDirectoryInfoRequest) GetReference

func (x *GetSourceDirectoryInfoRequest) GetReference() string

func (*GetSourceDirectoryInfoRequest) GetRepository

func (x *GetSourceDirectoryInfoRequest) GetRepository() string

func (*GetSourceDirectoryInfoRequest) ProtoMessage

func (*GetSourceDirectoryInfoRequest) ProtoMessage()

func (*GetSourceDirectoryInfoRequest) ProtoReflect

func (*GetSourceDirectoryInfoRequest) Reset

func (x *GetSourceDirectoryInfoRequest) Reset()

func (*GetSourceDirectoryInfoRequest) String

type GetSourceDirectoryInfoResponse

type GetSourceDirectoryInfoResponse struct {
	Root *FileInfo `protobuf:"bytes,1,opt,name=root,proto3" json:"root,omitempty"`
	// contains filtered or unexported fields
}

GetSourceDirectoryInfoResponse returns the root FileInfo for the requested module.

func (*GetSourceDirectoryInfoResponse) Descriptor deprecated

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

Deprecated: Use GetSourceDirectoryInfoResponse.ProtoReflect.Descriptor instead.

func (*GetSourceDirectoryInfoResponse) GetRoot

func (*GetSourceDirectoryInfoResponse) ProtoMessage

func (*GetSourceDirectoryInfoResponse) ProtoMessage()

func (*GetSourceDirectoryInfoResponse) ProtoReflect

func (*GetSourceDirectoryInfoResponse) Reset

func (x *GetSourceDirectoryInfoResponse) Reset()

func (*GetSourceDirectoryInfoResponse) String

type GetSourceFileRequest

type GetSourceFileRequest struct {
	Owner      string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"`
	Reference  string `protobuf:"bytes,3,opt,name=reference,proto3" json:"reference,omitempty"`
	// the normalized path to the requested file, relative to the root of the module.
	Path string `protobuf:"bytes,4,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

GetSourceFileRequest takes an owner, repository, reference, and normalized path.

func (*GetSourceFileRequest) Descriptor deprecated

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

Deprecated: Use GetSourceFileRequest.ProtoReflect.Descriptor instead.

func (*GetSourceFileRequest) GetOwner

func (x *GetSourceFileRequest) GetOwner() string

func (*GetSourceFileRequest) GetPath

func (x *GetSourceFileRequest) GetPath() string

func (*GetSourceFileRequest) GetReference

func (x *GetSourceFileRequest) GetReference() string

func (*GetSourceFileRequest) GetRepository

func (x *GetSourceFileRequest) GetRepository() string

func (*GetSourceFileRequest) ProtoMessage

func (*GetSourceFileRequest) ProtoMessage()

func (*GetSourceFileRequest) ProtoReflect

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

func (*GetSourceFileRequest) Reset

func (x *GetSourceFileRequest) Reset()

func (*GetSourceFileRequest) String

func (x *GetSourceFileRequest) String() string

type GetSourceFileResponse

type GetSourceFileResponse struct {

	// content is the content of the file.
	Content []byte `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

GetSourceFileResponse returns the source code contents of the requested file.

func (*GetSourceFileResponse) Descriptor deprecated

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

Deprecated: Use GetSourceFileResponse.ProtoReflect.Descriptor instead.

func (*GetSourceFileResponse) GetContent

func (x *GetSourceFileResponse) GetContent() []byte

func (*GetSourceFileResponse) ProtoMessage

func (*GetSourceFileResponse) ProtoMessage()

func (*GetSourceFileResponse) ProtoReflect

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

func (*GetSourceFileResponse) Reset

func (x *GetSourceFileResponse) Reset()

func (*GetSourceFileResponse) String

func (x *GetSourceFileResponse) String() string

type GetTeamByNameRequest

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

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

Deprecated: Use GetTeamByNameRequest.ProtoReflect.Descriptor instead.

func (*GetTeamByNameRequest) GetName

func (x *GetTeamByNameRequest) GetName() string

func (*GetTeamByNameRequest) GetOrganizationName

func (x *GetTeamByNameRequest) GetOrganizationName() string

func (*GetTeamByNameRequest) ProtoMessage

func (*GetTeamByNameRequest) ProtoMessage()

func (*GetTeamByNameRequest) ProtoReflect

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

func (*GetTeamByNameRequest) Reset

func (x *GetTeamByNameRequest) Reset()

func (*GetTeamByNameRequest) String

func (x *GetTeamByNameRequest) String() string

type GetTeamByNameResponse

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

func (*GetTeamByNameResponse) Descriptor deprecated

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

Deprecated: Use GetTeamByNameResponse.ProtoReflect.Descriptor instead.

func (*GetTeamByNameResponse) GetTeam

func (x *GetTeamByNameResponse) GetTeam() *Team

func (*GetTeamByNameResponse) ProtoMessage

func (*GetTeamByNameResponse) ProtoMessage()

func (*GetTeamByNameResponse) ProtoReflect

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

func (*GetTeamByNameResponse) Reset

func (x *GetTeamByNameResponse) Reset()

func (*GetTeamByNameResponse) String

func (x *GetTeamByNameResponse) String() string

type GetTeamRequest

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

func (*GetTeamRequest) Descriptor deprecated

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

Deprecated: Use GetTeamRequest.ProtoReflect.Descriptor instead.

func (*GetTeamRequest) GetId

func (x *GetTeamRequest) GetId() string

func (*GetTeamRequest) ProtoMessage

func (*GetTeamRequest) ProtoMessage()

func (*GetTeamRequest) ProtoReflect

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

func (*GetTeamRequest) Reset

func (x *GetTeamRequest) Reset()

func (*GetTeamRequest) String

func (x *GetTeamRequest) String() string

type GetTeamResponse

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

func (*GetTeamResponse) Descriptor deprecated

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

Deprecated: Use GetTeamResponse.ProtoReflect.Descriptor instead.

func (*GetTeamResponse) GetTeam

func (x *GetTeamResponse) GetTeam() *Team

func (*GetTeamResponse) ProtoMessage

func (*GetTeamResponse) ProtoMessage()

func (*GetTeamResponse) ProtoReflect

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

func (*GetTeamResponse) Reset

func (x *GetTeamResponse) Reset()

func (*GetTeamResponse) String

func (x *GetTeamResponse) String() string

type GetTemplateRequest

type GetTemplateRequest struct {

	// The owner of the template.
	Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	// The name of the template.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTemplateRequest) Descriptor deprecated

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

Deprecated: Use GetTemplateRequest.ProtoReflect.Descriptor instead.

func (*GetTemplateRequest) GetName

func (x *GetTemplateRequest) GetName() string

func (*GetTemplateRequest) GetOwner

func (x *GetTemplateRequest) GetOwner() string

func (*GetTemplateRequest) ProtoMessage

func (*GetTemplateRequest) ProtoMessage()

func (*GetTemplateRequest) ProtoReflect

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

func (*GetTemplateRequest) Reset

func (x *GetTemplateRequest) Reset()

func (*GetTemplateRequest) String

func (x *GetTemplateRequest) String() string

type GetTemplateResponse

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

func (*GetTemplateResponse) Descriptor deprecated

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

Deprecated: Use GetTemplateResponse.ProtoReflect.Descriptor instead.

func (*GetTemplateResponse) GetTemplate

func (x *GetTemplateResponse) GetTemplate() *Template

func (*GetTemplateResponse) ProtoMessage

func (*GetTemplateResponse) ProtoMessage()

func (*GetTemplateResponse) ProtoReflect

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

func (*GetTemplateResponse) Reset

func (x *GetTemplateResponse) Reset()

func (*GetTemplateResponse) String

func (x *GetTemplateResponse) String() string

type GetTemplateVersionRequest

type GetTemplateVersionRequest struct {

	// The owner of the template the version belongs to.
	Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	// The name of the template the version belongs to.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The name of the version.
	Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTemplateVersionRequest) Descriptor deprecated

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

Deprecated: Use GetTemplateVersionRequest.ProtoReflect.Descriptor instead.

func (*GetTemplateVersionRequest) GetName

func (x *GetTemplateVersionRequest) GetName() string

func (*GetTemplateVersionRequest) GetOwner

func (x *GetTemplateVersionRequest) GetOwner() string

func (*GetTemplateVersionRequest) GetVersion

func (x *GetTemplateVersionRequest) GetVersion() string

func (*GetTemplateVersionRequest) ProtoMessage

func (*GetTemplateVersionRequest) ProtoMessage()

func (*GetTemplateVersionRequest) ProtoReflect

func (*GetTemplateVersionRequest) Reset

func (x *GetTemplateVersionRequest) Reset()

func (*GetTemplateVersionRequest) String

func (x *GetTemplateVersionRequest) String() string

type GetTemplateVersionResponse

type GetTemplateVersionResponse struct {
	TemplateVersion *TemplateVersion `protobuf:"bytes,1,opt,name=template_version,json=templateVersion,proto3" json:"template_version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetTemplateVersionResponse) Descriptor deprecated

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

Deprecated: Use GetTemplateVersionResponse.ProtoReflect.Descriptor instead.

func (*GetTemplateVersionResponse) GetTemplateVersion

func (x *GetTemplateVersionResponse) GetTemplateVersion() *TemplateVersion

func (*GetTemplateVersionResponse) ProtoMessage

func (*GetTemplateVersionResponse) ProtoMessage()

func (*GetTemplateVersionResponse) ProtoReflect

func (*GetTemplateVersionResponse) Reset

func (x *GetTemplateVersionResponse) Reset()

func (*GetTemplateVersionResponse) String

func (x *GetTemplateVersionResponse) String() string

type GetTokenRequest

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

func (*GetTokenRequest) Descriptor deprecated

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

Deprecated: Use GetTokenRequest.ProtoReflect.Descriptor instead.

func (*GetTokenRequest) GetTokenId

func (x *GetTokenRequest) GetTokenId() string

func (*GetTokenRequest) ProtoMessage

func (*GetTokenRequest) ProtoMessage()

func (*GetTokenRequest) ProtoReflect

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

func (*GetTokenRequest) Reset

func (x *GetTokenRequest) Reset()

func (*GetTokenRequest) String

func (x *GetTokenRequest) String() string

type GetTokenResponse

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

func (*GetTokenResponse) Descriptor deprecated

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

Deprecated: Use GetTokenResponse.ProtoReflect.Descriptor instead.

func (*GetTokenResponse) GetToken

func (x *GetTokenResponse) GetToken() *Token

func (*GetTokenResponse) ProtoMessage

func (*GetTokenResponse) ProtoMessage()

func (*GetTokenResponse) ProtoReflect

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

func (*GetTokenResponse) Reset

func (x *GetTokenResponse) Reset()

func (*GetTokenResponse) String

func (x *GetTokenResponse) String() string

type GetUserByUsernameRequest

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

func (*GetUserByUsernameRequest) Descriptor deprecated

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

Deprecated: Use GetUserByUsernameRequest.ProtoReflect.Descriptor instead.

func (*GetUserByUsernameRequest) GetUsername

func (x *GetUserByUsernameRequest) GetUsername() string

func (*GetUserByUsernameRequest) ProtoMessage

func (*GetUserByUsernameRequest) ProtoMessage()

func (*GetUserByUsernameRequest) ProtoReflect

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

func (*GetUserByUsernameRequest) Reset

func (x *GetUserByUsernameRequest) Reset()

func (*GetUserByUsernameRequest) String

func (x *GetUserByUsernameRequest) String() string

type GetUserByUsernameResponse

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

func (*GetUserByUsernameResponse) Descriptor deprecated

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

Deprecated: Use GetUserByUsernameResponse.ProtoReflect.Descriptor instead.

func (*GetUserByUsernameResponse) GetUser

func (x *GetUserByUsernameResponse) GetUser() *User

func (*GetUserByUsernameResponse) ProtoMessage

func (*GetUserByUsernameResponse) ProtoMessage()

func (*GetUserByUsernameResponse) ProtoReflect

func (*GetUserByUsernameResponse) Reset

func (x *GetUserByUsernameResponse) Reset()

func (*GetUserByUsernameResponse) String

func (x *GetUserByUsernameResponse) String() string

type GetUserRequest

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

func (*GetUserRequest) Descriptor deprecated

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

Deprecated: Use GetUserRequest.ProtoReflect.Descriptor instead.

func (*GetUserRequest) GetId

func (x *GetUserRequest) GetId() string

func (*GetUserRequest) ProtoMessage

func (*GetUserRequest) ProtoMessage()

func (*GetUserRequest) ProtoReflect

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

func (*GetUserRequest) Reset

func (x *GetUserRequest) Reset()

func (*GetUserRequest) String

func (x *GetUserRequest) String() string

type GetUserResponse

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

func (*GetUserResponse) Descriptor deprecated

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

Deprecated: Use GetUserResponse.ProtoReflect.Descriptor instead.

func (*GetUserResponse) GetUser

func (x *GetUserResponse) GetUser() *User

func (*GetUserResponse) ProtoMessage

func (*GetUserResponse) ProtoMessage()

func (*GetUserResponse) ProtoReflect

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

func (*GetUserResponse) Reset

func (x *GetUserResponse) Reset()

func (*GetUserResponse) String

func (x *GetUserResponse) String() string

type ImageServiceClient

type ImageServiceClient interface {
	// GetImage serves a compiled image for the local module. It automatically
	// downloads dependencies if necessary.
	GetImage(ctx context.Context, in *GetImageRequest, opts ...grpc.CallOption) (*GetImageResponse, error)
}

ImageServiceClient is the client API for ImageService 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 ImageServiceServer

type ImageServiceServer interface {
	// GetImage serves a compiled image for the local module. It automatically
	// downloads dependencies if necessary.
	GetImage(context.Context, *GetImageRequest) (*GetImageResponse, error)
}

ImageServiceServer is the server API for ImageService service. All implementations should embed UnimplementedImageServiceServer for forward compatibility

type ImportModuleRef

type ImportModuleRef struct {
	Remote     string `protobuf:"bytes,1,opt,name=remote,proto3" json:"remote,omitempty"`
	Owner      string `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"`
	Repository string `protobuf:"bytes,3,opt,name=repository,proto3" json:"repository,omitempty"`
	// the commit is based on the module commit of the imported type provided
	// by the image.
	Commit      string `protobuf:"bytes,4,opt,name=commit,proto3" json:"commit,omitempty"`
	PackageName string `protobuf:"bytes,5,opt,name=package_name,json=packageName,proto3" json:"package_name,omitempty"`
	// contains filtered or unexported fields
}

ImportRef provides the import metadata if a type is imported.

func (*ImportModuleRef) Descriptor deprecated

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

Deprecated: Use ImportModuleRef.ProtoReflect.Descriptor instead.

func (*ImportModuleRef) GetCommit

func (x *ImportModuleRef) GetCommit() string

func (*ImportModuleRef) GetOwner

func (x *ImportModuleRef) GetOwner() string

func (*ImportModuleRef) GetPackageName

func (x *ImportModuleRef) GetPackageName() string

func (*ImportModuleRef) GetRemote

func (x *ImportModuleRef) GetRemote() string

func (*ImportModuleRef) GetRepository

func (x *ImportModuleRef) GetRepository() string

func (*ImportModuleRef) ProtoMessage

func (*ImportModuleRef) ProtoMessage()

func (*ImportModuleRef) ProtoReflect

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

func (*ImportModuleRef) Reset

func (x *ImportModuleRef) Reset()

func (*ImportModuleRef) String

func (x *ImportModuleRef) String() string

type ListOrganizationPluginsRequest

type ListOrganizationPluginsRequest struct {

	// The organization to list plugins for.
	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"`
	// The first page is returned if this is empty.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	Reverse   bool   `protobuf:"varint,4,opt,name=reverse,proto3" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationPluginsRequest) Descriptor deprecated

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

Deprecated: Use ListOrganizationPluginsRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationPluginsRequest) GetOrganization

func (x *ListOrganizationPluginsRequest) GetOrganization() string

func (*ListOrganizationPluginsRequest) GetPageSize

func (x *ListOrganizationPluginsRequest) GetPageSize() uint32

func (*ListOrganizationPluginsRequest) GetPageToken

func (x *ListOrganizationPluginsRequest) GetPageToken() string

func (*ListOrganizationPluginsRequest) GetReverse

func (x *ListOrganizationPluginsRequest) GetReverse() bool

func (*ListOrganizationPluginsRequest) ProtoMessage

func (*ListOrganizationPluginsRequest) ProtoMessage()

func (*ListOrganizationPluginsRequest) ProtoReflect

func (*ListOrganizationPluginsRequest) Reset

func (x *ListOrganizationPluginsRequest) Reset()

func (*ListOrganizationPluginsRequest) String

type ListOrganizationPluginsResponse

type ListOrganizationPluginsResponse struct {
	Plugins []*Plugin `protobuf:"bytes,1,rep,name=plugins,proto3" json:"plugins,omitempty"`
	// There are no more pages if this is empty.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationPluginsResponse) Descriptor deprecated

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

Deprecated: Use ListOrganizationPluginsResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationPluginsResponse) GetNextPageToken

func (x *ListOrganizationPluginsResponse) GetNextPageToken() string

func (*ListOrganizationPluginsResponse) GetPlugins

func (x *ListOrganizationPluginsResponse) GetPlugins() []*Plugin

func (*ListOrganizationPluginsResponse) ProtoMessage

func (*ListOrganizationPluginsResponse) ProtoMessage()

func (*ListOrganizationPluginsResponse) ProtoReflect

func (*ListOrganizationPluginsResponse) Reset

func (*ListOrganizationPluginsResponse) String

type ListOrganizationRepositoriesRequest

type ListOrganizationRepositoriesRequest struct {

	// The ID of the organization whose repositories should be listed.
	OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	PageSize       uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The first page is returned if this is empty.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	Reverse   bool   `protobuf:"varint,4,opt,name=reverse,proto3" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationRepositoriesRequest) Descriptor deprecated

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

Deprecated: Use ListOrganizationRepositoriesRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationRepositoriesRequest) GetOrganizationId

func (x *ListOrganizationRepositoriesRequest) GetOrganizationId() string

func (*ListOrganizationRepositoriesRequest) GetPageSize

func (*ListOrganizationRepositoriesRequest) GetPageToken

func (x *ListOrganizationRepositoriesRequest) GetPageToken() string

func (*ListOrganizationRepositoriesRequest) GetReverse

func (x *ListOrganizationRepositoriesRequest) GetReverse() bool

func (*ListOrganizationRepositoriesRequest) ProtoMessage

func (*ListOrganizationRepositoriesRequest) ProtoMessage()

func (*ListOrganizationRepositoriesRequest) ProtoReflect

func (*ListOrganizationRepositoriesRequest) Reset

func (*ListOrganizationRepositoriesRequest) String

type ListOrganizationRepositoriesResponse

type ListOrganizationRepositoriesResponse struct {
	Repositories []*Repository `protobuf:"bytes,1,rep,name=repositories,proto3" json:"repositories,omitempty"`
	// There are no more pages if this is empty.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationRepositoriesResponse) Descriptor deprecated

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

Deprecated: Use ListOrganizationRepositoriesResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationRepositoriesResponse) GetNextPageToken

func (x *ListOrganizationRepositoriesResponse) GetNextPageToken() string

func (*ListOrganizationRepositoriesResponse) GetRepositories

func (x *ListOrganizationRepositoriesResponse) GetRepositories() []*Repository

func (*ListOrganizationRepositoriesResponse) ProtoMessage

func (*ListOrganizationRepositoriesResponse) ProtoMessage()

func (*ListOrganizationRepositoriesResponse) ProtoReflect

func (*ListOrganizationRepositoriesResponse) Reset

func (*ListOrganizationRepositoriesResponse) String

type ListOrganizationTeamsRequest

type ListOrganizationTeamsRequest struct {

	// The ID of the organization whose teams should be listed.
	OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	PageSize       uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The first page is returned if this is empty.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	Reverse   bool   `protobuf:"varint,4,opt,name=reverse,proto3" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationTeamsRequest) Descriptor deprecated

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

Deprecated: Use ListOrganizationTeamsRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationTeamsRequest) GetOrganizationId

func (x *ListOrganizationTeamsRequest) GetOrganizationId() string

func (*ListOrganizationTeamsRequest) GetPageSize

func (x *ListOrganizationTeamsRequest) GetPageSize() uint32

func (*ListOrganizationTeamsRequest) GetPageToken

func (x *ListOrganizationTeamsRequest) GetPageToken() string

func (*ListOrganizationTeamsRequest) GetReverse

func (x *ListOrganizationTeamsRequest) GetReverse() bool

func (*ListOrganizationTeamsRequest) ProtoMessage

func (*ListOrganizationTeamsRequest) ProtoMessage()

func (*ListOrganizationTeamsRequest) ProtoReflect

func (*ListOrganizationTeamsRequest) Reset

func (x *ListOrganizationTeamsRequest) Reset()

func (*ListOrganizationTeamsRequest) String

type ListOrganizationTeamsResponse

type ListOrganizationTeamsResponse struct {
	Teams []*Team `protobuf:"bytes,1,rep,name=teams,proto3" json:"teams,omitempty"`
	// There are no more pages if this is empty.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationTeamsResponse) Descriptor deprecated

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

Deprecated: Use ListOrganizationTeamsResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationTeamsResponse) GetNextPageToken

func (x *ListOrganizationTeamsResponse) GetNextPageToken() string

func (*ListOrganizationTeamsResponse) GetTeams

func (x *ListOrganizationTeamsResponse) GetTeams() []*Team

func (*ListOrganizationTeamsResponse) ProtoMessage

func (*ListOrganizationTeamsResponse) ProtoMessage()

func (*ListOrganizationTeamsResponse) ProtoReflect

func (*ListOrganizationTeamsResponse) Reset

func (x *ListOrganizationTeamsResponse) Reset()

func (*ListOrganizationTeamsResponse) String

type ListOrganizationTemplatesRequest

type ListOrganizationTemplatesRequest struct {

	// The organization of the templates to list for.
	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"`
	// The first page is returned if this is empty.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	Reverse   bool   `protobuf:"varint,4,opt,name=reverse,proto3" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationTemplatesRequest) Descriptor deprecated

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

Deprecated: Use ListOrganizationTemplatesRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationTemplatesRequest) GetOrganization

func (x *ListOrganizationTemplatesRequest) GetOrganization() string

func (*ListOrganizationTemplatesRequest) GetPageSize

func (x *ListOrganizationTemplatesRequest) GetPageSize() uint32

func (*ListOrganizationTemplatesRequest) GetPageToken

func (x *ListOrganizationTemplatesRequest) GetPageToken() string

func (*ListOrganizationTemplatesRequest) GetReverse

func (x *ListOrganizationTemplatesRequest) GetReverse() bool

func (*ListOrganizationTemplatesRequest) ProtoMessage

func (*ListOrganizationTemplatesRequest) ProtoMessage()

func (*ListOrganizationTemplatesRequest) ProtoReflect

func (*ListOrganizationTemplatesRequest) Reset

func (*ListOrganizationTemplatesRequest) String

type ListOrganizationTemplatesResponse

type ListOrganizationTemplatesResponse struct {
	Templates []*Template `protobuf:"bytes,1,rep,name=templates,proto3" json:"templates,omitempty"`
	// There are no more pages if this is empty.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationTemplatesResponse) Descriptor deprecated

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

Deprecated: Use ListOrganizationTemplatesResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationTemplatesResponse) GetNextPageToken

func (x *ListOrganizationTemplatesResponse) GetNextPageToken() string

func (*ListOrganizationTemplatesResponse) GetTemplates

func (x *ListOrganizationTemplatesResponse) GetTemplates() []*Template

func (*ListOrganizationTemplatesResponse) ProtoMessage

func (*ListOrganizationTemplatesResponse) ProtoMessage()

func (*ListOrganizationTemplatesResponse) ProtoReflect

func (*ListOrganizationTemplatesResponse) Reset

func (*ListOrganizationTemplatesResponse) String

type ListOrganizationUsersRequest

type ListOrganizationUsersRequest struct {
	OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	PageSize       uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The first page is returned if this is empty.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	Reverse   bool   `protobuf:"varint,4,opt,name=reverse,proto3" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationUsersRequest) Descriptor deprecated

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

Deprecated: Use ListOrganizationUsersRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationUsersRequest) GetOrganizationId

func (x *ListOrganizationUsersRequest) GetOrganizationId() string

func (*ListOrganizationUsersRequest) GetPageSize

func (x *ListOrganizationUsersRequest) GetPageSize() uint32

func (*ListOrganizationUsersRequest) GetPageToken

func (x *ListOrganizationUsersRequest) GetPageToken() string

func (*ListOrganizationUsersRequest) GetReverse

func (x *ListOrganizationUsersRequest) GetReverse() bool

func (*ListOrganizationUsersRequest) ProtoMessage

func (*ListOrganizationUsersRequest) ProtoMessage()

func (*ListOrganizationUsersRequest) ProtoReflect

func (*ListOrganizationUsersRequest) Reset

func (x *ListOrganizationUsersRequest) Reset()

func (*ListOrganizationUsersRequest) String

type ListOrganizationUsersResponse

type ListOrganizationUsersResponse struct {
	Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// There are no more pages if this is empty.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationUsersResponse) Descriptor deprecated

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

Deprecated: Use ListOrganizationUsersResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationUsersResponse) GetNextPageToken

func (x *ListOrganizationUsersResponse) GetNextPageToken() string

func (*ListOrganizationUsersResponse) GetUsers

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

func (*ListOrganizationUsersResponse) ProtoMessage

func (*ListOrganizationUsersResponse) ProtoMessage()

func (*ListOrganizationUsersResponse) ProtoReflect

func (*ListOrganizationUsersResponse) Reset

func (x *ListOrganizationUsersResponse) Reset()

func (*ListOrganizationUsersResponse) String

type ListOrganizationsRequest

type ListOrganizationsRequest struct {
	PageSize uint32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The first page is returned if this is empty.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	Reverse   bool   `protobuf:"varint,3,opt,name=reverse,proto3" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func (*ListOrganizationsRequest) Descriptor deprecated

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

Deprecated: Use ListOrganizationsRequest.ProtoReflect.Descriptor instead.

func (*ListOrganizationsRequest) GetPageSize

func (x *ListOrganizationsRequest) GetPageSize() uint32

func (*ListOrganizationsRequest) GetPageToken

func (x *ListOrganizationsRequest) GetPageToken() string

func (*ListOrganizationsRequest) GetReverse

func (x *ListOrganizationsRequest) GetReverse() bool

func (*ListOrganizationsRequest) ProtoMessage

func (*ListOrganizationsRequest) ProtoMessage()

func (*ListOrganizationsRequest) ProtoReflect

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

func (*ListOrganizationsRequest) Reset

func (x *ListOrganizationsRequest) Reset()

func (*ListOrganizationsRequest) String

func (x *ListOrganizationsRequest) String() string

type ListOrganizationsResponse

type ListOrganizationsResponse struct {
	Organizations []*Organization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty"`
	// There are no more pages if this is empty.
	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

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

Deprecated: Use ListOrganizationsResponse.ProtoReflect.Descriptor instead.

func (*ListOrganizationsResponse) GetNextPageToken

func (x *ListOrganizationsResponse) GetNextPageToken() string

func (*ListOrganizationsResponse) GetOrganizations

func (x *ListOrganizationsResponse) GetOrganizations() []*Organization

func (*ListOrganizationsResponse) ProtoMessage

func (*ListOrganizationsResponse) ProtoMessage()

func (*ListOrganizationsResponse) ProtoReflect

func (*ListOrganizationsResponse) Reset

func (x *ListOrganizationsResponse) Reset()

func (*ListOrganizationsResponse) String

func (x *ListOrganizationsResponse) String() string

type ListPluginVersionsRequest

type ListPluginVersionsRequest struct {

	// The owner of the plugin to list versions for.
	Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	// The name of the plugin to list versions for.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The number of items to return.
	PageSize uint32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The first page is returned if this is empty.
	PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	Reverse   bool   `protobuf:"varint,5,opt,name=reverse,proto3" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPluginVersionsRequest) Descriptor deprecated

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

Deprecated: Use ListPluginVersionsRequest.ProtoReflect.Descriptor instead.

func (*ListPluginVersionsRequest) GetName

func (x *ListPluginVersionsRequest) GetName() string

func (*ListPluginVersionsRequest) GetOwner

func (x *ListPluginVersionsRequest) GetOwner() string

func (*ListPluginVersionsRequest) GetPageSize

func (x *ListPluginVersionsRequest) GetPageSize() uint32

func (*ListPluginVersionsRequest) GetPageToken

func (x *ListPluginVersionsRequest) GetPageToken() string

func (*ListPluginVersionsRequest) GetReverse

func (x *ListPluginVersionsRequest) GetReverse() bool

func (*ListPluginVersionsRequest) ProtoMessage

func (*ListPluginVersionsRequest) ProtoMessage()

func (*ListPluginVersionsRequest) ProtoReflect

func (*ListPluginVersionsRequest) Reset

func (x *ListPluginVersionsRequest) Reset()

func (*ListPluginVersionsRequest) String

func (x *ListPluginVersionsRequest) String() string

type ListPluginVersionsResponse

type ListPluginVersionsResponse struct {
	PluginVersions []*PluginVersion `protobuf:"bytes,1,rep,name=plugin_versions,json=pluginVersions,proto3" json:"plugin_versions,omitempty"`
	// There are no more pages if this is empty.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPluginVersionsResponse) Descriptor deprecated

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

Deprecated: Use ListPluginVersionsResponse.ProtoReflect.Descriptor instead.

func (*ListPluginVersionsResponse) GetNextPageToken

func (x *ListPluginVersionsResponse) GetNextPageToken() string

func (*ListPluginVersionsResponse) GetPluginVersions

func (x *ListPluginVersionsResponse) GetPluginVersions() []*PluginVersion

func (*ListPluginVersionsResponse) ProtoMessage

func (*ListPluginVersionsResponse) ProtoMessage()

func (*ListPluginVersionsResponse) ProtoReflect

func (*ListPluginVersionsResponse) Reset

func (x *ListPluginVersionsResponse) Reset()

func (*ListPluginVersionsResponse) String

func (x *ListPluginVersionsResponse) String() string

type ListPluginsRequest

type ListPluginsRequest struct {
	PageSize uint32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The first page is returned if this is empty.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	Reverse   bool   `protobuf:"varint,3,opt,name=reverse,proto3" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPluginsRequest) Descriptor deprecated

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

Deprecated: Use ListPluginsRequest.ProtoReflect.Descriptor instead.

func (*ListPluginsRequest) GetPageSize

func (x *ListPluginsRequest) GetPageSize() uint32

func (*ListPluginsRequest) GetPageToken

func (x *ListPluginsRequest) GetPageToken() string

func (*ListPluginsRequest) GetReverse

func (x *ListPluginsRequest) GetReverse() bool

func (*ListPluginsRequest) ProtoMessage

func (*ListPluginsRequest) ProtoMessage()

func (*ListPluginsRequest) ProtoReflect

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

func (*ListPluginsRequest) Reset

func (x *ListPluginsRequest) Reset()

func (*ListPluginsRequest) String

func (x *ListPluginsRequest) String() string

type ListPluginsResponse

type ListPluginsResponse struct {
	Plugins []*Plugin `protobuf:"bytes,1,rep,name=plugins,proto3" json:"plugins,omitempty"`
	// There are no more pages if this is empty.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListPluginsResponse) Descriptor deprecated

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

Deprecated: Use ListPluginsResponse.ProtoReflect.Descriptor instead.

func (*ListPluginsResponse) GetNextPageToken

func (x *ListPluginsResponse) GetNextPageToken() string

func (*ListPluginsResponse) GetPlugins

func (x *ListPluginsResponse) GetPlugins() []*Plugin

func (*ListPluginsResponse) ProtoMessage

func (*ListPluginsResponse) ProtoMessage()

func (*ListPluginsResponse) ProtoReflect

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

func (*ListPluginsResponse) Reset

func (x *ListPluginsResponse) Reset()

func (*ListPluginsResponse) String

func (x *ListPluginsResponse) String() string

type ListRepositoriesRequest

type ListRepositoriesRequest struct {
	PageSize uint32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The first page is returned if this is empty.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	Reverse   bool   `protobuf:"varint,3,opt,name=reverse,proto3" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRepositoriesRequest) Descriptor deprecated

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

Deprecated: Use ListRepositoriesRequest.ProtoReflect.Descriptor instead.

func (*ListRepositoriesRequest) GetPageSize

func (x *ListRepositoriesRequest) GetPageSize() uint32

func (*ListRepositoriesRequest) GetPageToken

func (x *ListRepositoriesRequest) GetPageToken() string

func (*ListRepositoriesRequest) GetReverse

func (x *ListRepositoriesRequest) GetReverse() bool

func (*ListRepositoriesRequest) ProtoMessage

func (*ListRepositoriesRequest) ProtoMessage()

func (*ListRepositoriesRequest) ProtoReflect

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

func (*ListRepositoriesRequest) Reset

func (x *ListRepositoriesRequest) Reset()

func (*ListRepositoriesRequest) String

func (x *ListRepositoriesRequest) String() string

type ListRepositoriesResponse

type ListRepositoriesResponse struct {
	Repositories []*Repository `protobuf:"bytes,1,rep,name=repositories,proto3" json:"repositories,omitempty"`
	// There are no more pages if this is empty.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRepositoriesResponse) Descriptor deprecated

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

Deprecated: Use ListRepositoriesResponse.ProtoReflect.Descriptor instead.

func (*ListRepositoriesResponse) GetNextPageToken

func (x *ListRepositoriesResponse) GetNextPageToken() string

func (*ListRepositoriesResponse) GetRepositories

func (x *ListRepositoriesResponse) GetRepositories() []*Repository

func (*ListRepositoriesResponse) ProtoMessage

func (*ListRepositoriesResponse) ProtoMessage()

func (*ListRepositoriesResponse) ProtoReflect

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

func (*ListRepositoriesResponse) Reset

func (x *ListRepositoriesResponse) Reset()

func (*ListRepositoriesResponse) String

func (x *ListRepositoriesResponse) String() string

type ListRepositoriesUserCanAccessRequest

type ListRepositoriesUserCanAccessRequest struct {
	PageSize uint32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The first page is returned if this is empty.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	Reverse   bool   `protobuf:"varint,3,opt,name=reverse,proto3" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRepositoriesUserCanAccessRequest) Descriptor deprecated

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

Deprecated: Use ListRepositoriesUserCanAccessRequest.ProtoReflect.Descriptor instead.

func (*ListRepositoriesUserCanAccessRequest) GetPageSize

func (*ListRepositoriesUserCanAccessRequest) GetPageToken

func (x *ListRepositoriesUserCanAccessRequest) GetPageToken() string

func (*ListRepositoriesUserCanAccessRequest) GetReverse

func (*ListRepositoriesUserCanAccessRequest) ProtoMessage

func (*ListRepositoriesUserCanAccessRequest) ProtoMessage()

func (*ListRepositoriesUserCanAccessRequest) ProtoReflect

func (*ListRepositoriesUserCanAccessRequest) Reset

func (*ListRepositoriesUserCanAccessRequest) String

type ListRepositoriesUserCanAccessResponse

type ListRepositoriesUserCanAccessResponse struct {
	Repositories []*Repository `protobuf:"bytes,1,rep,name=repositories,proto3" json:"repositories,omitempty"`
	// There are no more pages if this is empty.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRepositoriesUserCanAccessResponse) Descriptor deprecated

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

Deprecated: Use ListRepositoriesUserCanAccessResponse.ProtoReflect.Descriptor instead.

func (*ListRepositoriesUserCanAccessResponse) GetNextPageToken

func (x *ListRepositoriesUserCanAccessResponse) GetNextPageToken() string

func (*ListRepositoriesUserCanAccessResponse) GetRepositories

func (x *ListRepositoriesUserCanAccessResponse) GetRepositories() []*Repository

func (*ListRepositoriesUserCanAccessResponse) ProtoMessage

func (*ListRepositoriesUserCanAccessResponse) ProtoMessage()

func (*ListRepositoriesUserCanAccessResponse) ProtoReflect

func (*ListRepositoriesUserCanAccessResponse) Reset

func (*ListRepositoriesUserCanAccessResponse) String

type ListRepositoryBranchesRequest

type ListRepositoryBranchesRequest struct {

	// The ID of the repository whose branches should be listed.
	RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
	PageSize     uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The first page is returned if this is empty.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	Reverse   bool   `protobuf:"varint,4,opt,name=reverse,proto3" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRepositoryBranchesRequest) Descriptor deprecated

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

Deprecated: Use ListRepositoryBranchesRequest.ProtoReflect.Descriptor instead.

func (*ListRepositoryBranchesRequest) GetPageSize

func (x *ListRepositoryBranchesRequest) GetPageSize() uint32

func (*ListRepositoryBranchesRequest) GetPageToken

func (x *ListRepositoryBranchesRequest) GetPageToken() string

func (*ListRepositoryBranchesRequest) GetRepositoryId

func (x *ListRepositoryBranchesRequest) GetRepositoryId() string

func (*ListRepositoryBranchesRequest) GetReverse

func (x *ListRepositoryBranchesRequest) GetReverse() bool

func (*ListRepositoryBranchesRequest) ProtoMessage

func (*ListRepositoryBranchesRequest) ProtoMessage()

func (*ListRepositoryBranchesRequest) ProtoReflect

func (*ListRepositoryBranchesRequest) Reset

func (x *ListRepositoryBranchesRequest) Reset()

func (*ListRepositoryBranchesRequest) String

type ListRepositoryBranchesResponse

type ListRepositoryBranchesResponse struct {
	RepositoryBranches []*RepositoryBranch `protobuf:"bytes,1,rep,name=repository_branches,json=repositoryBranches,proto3" json:"repository_branches,omitempty"`
	// There are no more pages if this is empty.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRepositoryBranchesResponse) Descriptor deprecated

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

Deprecated: Use ListRepositoryBranchesResponse.ProtoReflect.Descriptor instead.

func (*ListRepositoryBranchesResponse) GetNextPageToken

func (x *ListRepositoryBranchesResponse) GetNextPageToken() string

func (*ListRepositoryBranchesResponse) GetRepositoryBranches

func (x *ListRepositoryBranchesResponse) GetRepositoryBranches() []*RepositoryBranch

func (*ListRepositoryBranchesResponse) ProtoMessage

func (*ListRepositoryBranchesResponse) ProtoMessage()

func (*ListRepositoryBranchesResponse) ProtoReflect

func (*ListRepositoryBranchesResponse) Reset

func (x *ListRepositoryBranchesResponse) Reset()

func (*ListRepositoryBranchesResponse) String

type ListRepositoryCommitsByBranchRequest

type ListRepositoryCommitsByBranchRequest struct {

	// The owner of the repository which the repository branch belongs to.
	RepositoryOwner string `protobuf:"bytes,1,opt,name=repository_owner,json=repositoryOwner,proto3" json:"repository_owner,omitempty"`
	// The name of the repository which the repository branch belongs to.
	RepositoryName string `protobuf:"bytes,2,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"`
	// The name of the repository branch whose commits should be listed.
	RepositoryBranchName string `protobuf:"bytes,3,opt,name=repository_branch_name,json=repositoryBranchName,proto3" json:"repository_branch_name,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"`
	Reverse              bool   `protobuf:"varint,6,opt,name=reverse,proto3" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRepositoryCommitsByBranchRequest) Descriptor deprecated

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

Deprecated: Use ListRepositoryCommitsByBranchRequest.ProtoReflect.Descriptor instead.

func (*ListRepositoryCommitsByBranchRequest) GetPageSize

func (*ListRepositoryCommitsByBranchRequest) GetPageToken

func (x *ListRepositoryCommitsByBranchRequest) GetPageToken() string

func (*ListRepositoryCommitsByBranchRequest) GetRepositoryBranchName

func (x *ListRepositoryCommitsByBranchRequest) GetRepositoryBranchName() string

func (*ListRepositoryCommitsByBranchRequest) GetRepositoryName

func (x *ListRepositoryCommitsByBranchRequest) GetRepositoryName() string

func (*ListRepositoryCommitsByBranchRequest) GetRepositoryOwner

func (x *ListRepositoryCommitsByBranchRequest) GetRepositoryOwner() string

func (*ListRepositoryCommitsByBranchRequest) GetReverse

func (*ListRepositoryCommitsByBranchRequest) ProtoMessage

func (*ListRepositoryCommitsByBranchRequest) ProtoMessage()

func (*ListRepositoryCommitsByBranchRequest) ProtoReflect

func (*ListRepositoryCommitsByBranchRequest) Reset

func (*ListRepositoryCommitsByBranchRequest) String

type ListRepositoryCommitsByBranchResponse

type ListRepositoryCommitsByBranchResponse struct {
	RepositoryCommits []*RepositoryCommit `protobuf:"bytes,1,rep,name=repository_commits,json=repositoryCommits,proto3" json:"repository_commits,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 (*ListRepositoryCommitsByBranchResponse) Descriptor deprecated

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

Deprecated: Use ListRepositoryCommitsByBranchResponse.ProtoReflect.Descriptor instead.

func (*ListRepositoryCommitsByBranchResponse) GetNextPageToken

func (x *ListRepositoryCommitsByBranchResponse) GetNextPageToken() string

func (*ListRepositoryCommitsByBranchResponse) GetRepositoryCommits

func (x *ListRepositoryCommitsByBranchResponse) GetRepositoryCommits() []*RepositoryCommit

func (*ListRepositoryCommitsByBranchResponse) ProtoMessage

func (*ListRepositoryCommitsByBranchResponse) ProtoMessage()

func (*ListRepositoryCommitsByBranchResponse) ProtoReflect

func (*ListRepositoryCommitsByBranchResponse) Reset

func (*ListRepositoryCommitsByBranchResponse) String

type ListRepositoryCommitsByReferenceRequest

type ListRepositoryCommitsByReferenceRequest struct {

	// The owner of the repository which the repository reference belongs to.
	RepositoryOwner string `protobuf:"bytes,1,opt,name=repository_owner,json=repositoryOwner,proto3" json:"repository_owner,omitempty"`
	// The name of the repository which the repository reference belongs to.
	RepositoryName string `protobuf:"bytes,2,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"`
	// The reference used to resolve repository commits. Can be a branch, tag or commit.
	Reference string `protobuf:"bytes,3,opt,name=reference,proto3" json:"reference,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"`
	Reverse   bool   `protobuf:"varint,6,opt,name=reverse,proto3" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRepositoryCommitsByReferenceRequest) Descriptor deprecated

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

Deprecated: Use ListRepositoryCommitsByReferenceRequest.ProtoReflect.Descriptor instead.

func (*ListRepositoryCommitsByReferenceRequest) GetPageSize

func (*ListRepositoryCommitsByReferenceRequest) GetPageToken

func (*ListRepositoryCommitsByReferenceRequest) GetReference

func (*ListRepositoryCommitsByReferenceRequest) GetRepositoryName

func (x *ListRepositoryCommitsByReferenceRequest) GetRepositoryName() string

func (*ListRepositoryCommitsByReferenceRequest) GetRepositoryOwner

func (x *ListRepositoryCommitsByReferenceRequest) GetRepositoryOwner() string

func (*ListRepositoryCommitsByReferenceRequest) GetReverse

func (*ListRepositoryCommitsByReferenceRequest) ProtoMessage

func (*ListRepositoryCommitsByReferenceRequest) ProtoReflect

func (*ListRepositoryCommitsByReferenceRequest) Reset

func (*ListRepositoryCommitsByReferenceRequest) String

type ListRepositoryCommitsByReferenceResponse

type ListRepositoryCommitsByReferenceResponse struct {
	RepositoryCommits []*RepositoryCommit `protobuf:"bytes,1,rep,name=repository_commits,json=repositoryCommits,proto3" json:"repository_commits,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 (*ListRepositoryCommitsByReferenceResponse) Descriptor deprecated

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

Deprecated: Use ListRepositoryCommitsByReferenceResponse.ProtoReflect.Descriptor instead.

func (*ListRepositoryCommitsByReferenceResponse) GetNextPageToken

func (x *ListRepositoryCommitsByReferenceResponse) GetNextPageToken() string

func (*ListRepositoryCommitsByReferenceResponse) GetRepositoryCommits

func (x *ListRepositoryCommitsByReferenceResponse) GetRepositoryCommits() []*RepositoryCommit

func (*ListRepositoryCommitsByReferenceResponse) ProtoMessage

func (*ListRepositoryCommitsByReferenceResponse) ProtoReflect

func (*ListRepositoryCommitsByReferenceResponse) Reset

func (*ListRepositoryCommitsByReferenceResponse) String

type ListRepositoryTagsRequest

type ListRepositoryTagsRequest struct {

	// The ID of the repository whose tags should be listed.
	RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
	PageSize     uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The first page is returned if this is empty.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	Reverse   bool   `protobuf:"varint,4,opt,name=reverse,proto3" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRepositoryTagsRequest) Descriptor deprecated

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

Deprecated: Use ListRepositoryTagsRequest.ProtoReflect.Descriptor instead.

func (*ListRepositoryTagsRequest) GetPageSize

func (x *ListRepositoryTagsRequest) GetPageSize() uint32

func (*ListRepositoryTagsRequest) GetPageToken

func (x *ListRepositoryTagsRequest) GetPageToken() string

func (*ListRepositoryTagsRequest) GetRepositoryId

func (x *ListRepositoryTagsRequest) GetRepositoryId() string

func (*ListRepositoryTagsRequest) GetReverse

func (x *ListRepositoryTagsRequest) GetReverse() bool

func (*ListRepositoryTagsRequest) ProtoMessage

func (*ListRepositoryTagsRequest) ProtoMessage()

func (*ListRepositoryTagsRequest) ProtoReflect

func (*ListRepositoryTagsRequest) Reset

func (x *ListRepositoryTagsRequest) Reset()

func (*ListRepositoryTagsRequest) String

func (x *ListRepositoryTagsRequest) String() string

type ListRepositoryTagsResponse

type ListRepositoryTagsResponse struct {
	RepositoryTags []*RepositoryTag `protobuf:"bytes,1,rep,name=repository_tags,json=repositoryTags,proto3" json:"repository_tags,omitempty"`
	// There are no more pages if this is empty.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRepositoryTagsResponse) Descriptor deprecated

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

Deprecated: Use ListRepositoryTagsResponse.ProtoReflect.Descriptor instead.

func (*ListRepositoryTagsResponse) GetNextPageToken

func (x *ListRepositoryTagsResponse) GetNextPageToken() string

func (*ListRepositoryTagsResponse) GetRepositoryTags

func (x *ListRepositoryTagsResponse) GetRepositoryTags() []*RepositoryTag

func (*ListRepositoryTagsResponse) ProtoMessage

func (*ListRepositoryTagsResponse) ProtoMessage()

func (*ListRepositoryTagsResponse) ProtoReflect

func (*ListRepositoryTagsResponse) Reset

func (x *ListRepositoryTagsResponse) Reset()

func (*ListRepositoryTagsResponse) String

func (x *ListRepositoryTagsResponse) String() string

type ListTemplateVersionsRequest

type ListTemplateVersionsRequest struct {

	// The owner of the template to list versions for.
	Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	// The name of the template to list versions for.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The number of items to return.
	PageSize uint32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The first page is returned if this is empty.
	PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	Reverse   bool   `protobuf:"varint,5,opt,name=reverse,proto3" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTemplateVersionsRequest) Descriptor deprecated

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

Deprecated: Use ListTemplateVersionsRequest.ProtoReflect.Descriptor instead.

func (*ListTemplateVersionsRequest) GetName

func (x *ListTemplateVersionsRequest) GetName() string

func (*ListTemplateVersionsRequest) GetOwner

func (x *ListTemplateVersionsRequest) GetOwner() string

func (*ListTemplateVersionsRequest) GetPageSize

func (x *ListTemplateVersionsRequest) GetPageSize() uint32

func (*ListTemplateVersionsRequest) GetPageToken

func (x *ListTemplateVersionsRequest) GetPageToken() string

func (*ListTemplateVersionsRequest) GetReverse

func (x *ListTemplateVersionsRequest) GetReverse() bool

func (*ListTemplateVersionsRequest) ProtoMessage

func (*ListTemplateVersionsRequest) ProtoMessage()

func (*ListTemplateVersionsRequest) ProtoReflect

func (*ListTemplateVersionsRequest) Reset

func (x *ListTemplateVersionsRequest) Reset()

func (*ListTemplateVersionsRequest) String

func (x *ListTemplateVersionsRequest) String() string

type ListTemplateVersionsResponse

type ListTemplateVersionsResponse struct {
	TemplateVersions []*TemplateVersion `protobuf:"bytes,1,rep,name=template_versions,json=templateVersions,proto3" json:"template_versions,omitempty"`
	// There are no more pages if this is empty.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTemplateVersionsResponse) Descriptor deprecated

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

Deprecated: Use ListTemplateVersionsResponse.ProtoReflect.Descriptor instead.

func (*ListTemplateVersionsResponse) GetNextPageToken

func (x *ListTemplateVersionsResponse) GetNextPageToken() string

func (*ListTemplateVersionsResponse) GetTemplateVersions

func (x *ListTemplateVersionsResponse) GetTemplateVersions() []*TemplateVersion

func (*ListTemplateVersionsResponse) ProtoMessage

func (*ListTemplateVersionsResponse) ProtoMessage()

func (*ListTemplateVersionsResponse) ProtoReflect

func (*ListTemplateVersionsResponse) Reset

func (x *ListTemplateVersionsResponse) Reset()

func (*ListTemplateVersionsResponse) String

type ListTemplatesRequest

type ListTemplatesRequest struct {
	PageSize uint32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The first page is returned if this is empty.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	Reverse   bool   `protobuf:"varint,3,opt,name=reverse,proto3" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTemplatesRequest) Descriptor deprecated

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

Deprecated: Use ListTemplatesRequest.ProtoReflect.Descriptor instead.

func (*ListTemplatesRequest) GetPageSize

func (x *ListTemplatesRequest) GetPageSize() uint32

func (*ListTemplatesRequest) GetPageToken

func (x *ListTemplatesRequest) GetPageToken() string

func (*ListTemplatesRequest) GetReverse

func (x *ListTemplatesRequest) GetReverse() bool

func (*ListTemplatesRequest) ProtoMessage

func (*ListTemplatesRequest) ProtoMessage()

func (*ListTemplatesRequest) ProtoReflect

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

func (*ListTemplatesRequest) Reset

func (x *ListTemplatesRequest) Reset()

func (*ListTemplatesRequest) String

func (x *ListTemplatesRequest) String() string

type ListTemplatesResponse

type ListTemplatesResponse struct {
	Templates []*Template `protobuf:"bytes,1,rep,name=templates,proto3" json:"templates,omitempty"`
	// There are no more pages if this is empty.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTemplatesResponse) Descriptor deprecated

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

Deprecated: Use ListTemplatesResponse.ProtoReflect.Descriptor instead.

func (*ListTemplatesResponse) GetNextPageToken

func (x *ListTemplatesResponse) GetNextPageToken() string

func (*ListTemplatesResponse) GetTemplates

func (x *ListTemplatesResponse) GetTemplates() []*Template

func (*ListTemplatesResponse) ProtoMessage

func (*ListTemplatesResponse) ProtoMessage()

func (*ListTemplatesResponse) ProtoReflect

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

func (*ListTemplatesResponse) Reset

func (x *ListTemplatesResponse) Reset()

func (*ListTemplatesResponse) String

func (x *ListTemplatesResponse) String() string

type ListTokensRequest

type ListTokensRequest struct {
	PageSize uint32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The first page is returned if this is empty.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	Reverse   bool   `protobuf:"varint,3,opt,name=reverse,proto3" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTokensRequest) Descriptor deprecated

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

Deprecated: Use ListTokensRequest.ProtoReflect.Descriptor instead.

func (*ListTokensRequest) GetPageSize

func (x *ListTokensRequest) GetPageSize() uint32

func (*ListTokensRequest) GetPageToken

func (x *ListTokensRequest) GetPageToken() string

func (*ListTokensRequest) GetReverse

func (x *ListTokensRequest) GetReverse() bool

func (*ListTokensRequest) ProtoMessage

func (*ListTokensRequest) ProtoMessage()

func (*ListTokensRequest) ProtoReflect

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

func (*ListTokensRequest) Reset

func (x *ListTokensRequest) Reset()

func (*ListTokensRequest) String

func (x *ListTokensRequest) String() string

type ListTokensResponse

type ListTokensResponse struct {
	Tokens []*Token `protobuf:"bytes,1,rep,name=tokens,proto3" json:"tokens,omitempty"`
	// There are no more pages if this is empty.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListTokensResponse) Descriptor deprecated

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

Deprecated: Use ListTokensResponse.ProtoReflect.Descriptor instead.

func (*ListTokensResponse) GetNextPageToken

func (x *ListTokensResponse) GetNextPageToken() string

func (*ListTokensResponse) GetTokens

func (x *ListTokensResponse) GetTokens() []*Token

func (*ListTokensResponse) ProtoMessage

func (*ListTokensResponse) ProtoMessage()

func (*ListTokensResponse) ProtoReflect

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

func (*ListTokensResponse) Reset

func (x *ListTokensResponse) Reset()

func (*ListTokensResponse) String

func (x *ListTokensResponse) String() string

type ListUserOrganizationsRequest

type ListUserOrganizationsRequest struct {

	// The ID of the user whose organizations should be listed.
	UserId   string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	PageSize uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The first page is returned if this is empty.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	Reverse   bool   `protobuf:"varint,4,opt,name=reverse,proto3" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserOrganizationsRequest) Descriptor deprecated

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

Deprecated: Use ListUserOrganizationsRequest.ProtoReflect.Descriptor instead.

func (*ListUserOrganizationsRequest) GetPageSize

func (x *ListUserOrganizationsRequest) GetPageSize() uint32

func (*ListUserOrganizationsRequest) GetPageToken

func (x *ListUserOrganizationsRequest) GetPageToken() string

func (*ListUserOrganizationsRequest) GetReverse

func (x *ListUserOrganizationsRequest) GetReverse() bool

func (*ListUserOrganizationsRequest) GetUserId

func (x *ListUserOrganizationsRequest) GetUserId() string

func (*ListUserOrganizationsRequest) ProtoMessage

func (*ListUserOrganizationsRequest) ProtoMessage()

func (*ListUserOrganizationsRequest) ProtoReflect

func (*ListUserOrganizationsRequest) Reset

func (x *ListUserOrganizationsRequest) Reset()

func (*ListUserOrganizationsRequest) String

type ListUserOrganizationsResponse

type ListUserOrganizationsResponse struct {
	Organizations []*Organization `protobuf:"bytes,1,rep,name=organizations,proto3" json:"organizations,omitempty"`
	// There are no more pages if this is empty.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserOrganizationsResponse) Descriptor deprecated

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

Deprecated: Use ListUserOrganizationsResponse.ProtoReflect.Descriptor instead.

func (*ListUserOrganizationsResponse) GetNextPageToken

func (x *ListUserOrganizationsResponse) GetNextPageToken() string

func (*ListUserOrganizationsResponse) GetOrganizations

func (x *ListUserOrganizationsResponse) GetOrganizations() []*Organization

func (*ListUserOrganizationsResponse) ProtoMessage

func (*ListUserOrganizationsResponse) ProtoMessage()

func (*ListUserOrganizationsResponse) ProtoReflect

func (*ListUserOrganizationsResponse) Reset

func (x *ListUserOrganizationsResponse) Reset()

func (*ListUserOrganizationsResponse) String

type ListUserPluginsRequest

type ListUserPluginsRequest struct {

	// The owner to list plugins for.
	Owner    string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	PageSize uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The first page is returned if this is empty.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	Reverse   bool   `protobuf:"varint,4,opt,name=reverse,proto3" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserPluginsRequest) Descriptor deprecated

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

Deprecated: Use ListUserPluginsRequest.ProtoReflect.Descriptor instead.

func (*ListUserPluginsRequest) GetOwner

func (x *ListUserPluginsRequest) GetOwner() string

func (*ListUserPluginsRequest) GetPageSize

func (x *ListUserPluginsRequest) GetPageSize() uint32

func (*ListUserPluginsRequest) GetPageToken

func (x *ListUserPluginsRequest) GetPageToken() string

func (*ListUserPluginsRequest) GetReverse

func (x *ListUserPluginsRequest) GetReverse() bool

func (*ListUserPluginsRequest) ProtoMessage

func (*ListUserPluginsRequest) ProtoMessage()

func (*ListUserPluginsRequest) ProtoReflect

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

func (*ListUserPluginsRequest) Reset

func (x *ListUserPluginsRequest) Reset()

func (*ListUserPluginsRequest) String

func (x *ListUserPluginsRequest) String() string

type ListUserPluginsResponse

type ListUserPluginsResponse struct {
	Plugins []*Plugin `protobuf:"bytes,1,rep,name=plugins,proto3" json:"plugins,omitempty"`
	// There are no more pages if this is empty.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserPluginsResponse) Descriptor deprecated

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

Deprecated: Use ListUserPluginsResponse.ProtoReflect.Descriptor instead.

func (*ListUserPluginsResponse) GetNextPageToken

func (x *ListUserPluginsResponse) GetNextPageToken() string

func (*ListUserPluginsResponse) GetPlugins

func (x *ListUserPluginsResponse) GetPlugins() []*Plugin

func (*ListUserPluginsResponse) ProtoMessage

func (*ListUserPluginsResponse) ProtoMessage()

func (*ListUserPluginsResponse) ProtoReflect

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

func (*ListUserPluginsResponse) Reset

func (x *ListUserPluginsResponse) Reset()

func (*ListUserPluginsResponse) String

func (x *ListUserPluginsResponse) String() string

type ListUserRepositoriesRequest

type ListUserRepositoriesRequest struct {

	// The ID of the user whose repositories should be listed.
	UserId   string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	PageSize uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The first page is returned if this is empty.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	Reverse   bool   `protobuf:"varint,4,opt,name=reverse,proto3" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserRepositoriesRequest) Descriptor deprecated

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

Deprecated: Use ListUserRepositoriesRequest.ProtoReflect.Descriptor instead.

func (*ListUserRepositoriesRequest) GetPageSize

func (x *ListUserRepositoriesRequest) GetPageSize() uint32

func (*ListUserRepositoriesRequest) GetPageToken

func (x *ListUserRepositoriesRequest) GetPageToken() string

func (*ListUserRepositoriesRequest) GetReverse

func (x *ListUserRepositoriesRequest) GetReverse() bool

func (*ListUserRepositoriesRequest) GetUserId

func (x *ListUserRepositoriesRequest) GetUserId() string

func (*ListUserRepositoriesRequest) ProtoMessage

func (*ListUserRepositoriesRequest) ProtoMessage()

func (*ListUserRepositoriesRequest) ProtoReflect

func (*ListUserRepositoriesRequest) Reset

func (x *ListUserRepositoriesRequest) Reset()

func (*ListUserRepositoriesRequest) String

func (x *ListUserRepositoriesRequest) String() string

type ListUserRepositoriesResponse

type ListUserRepositoriesResponse struct {
	Repositories []*Repository `protobuf:"bytes,1,rep,name=repositories,proto3" json:"repositories,omitempty"`
	// There are no more pages if this is empty.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserRepositoriesResponse) Descriptor deprecated

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

Deprecated: Use ListUserRepositoriesResponse.ProtoReflect.Descriptor instead.

func (*ListUserRepositoriesResponse) GetNextPageToken

func (x *ListUserRepositoriesResponse) GetNextPageToken() string

func (*ListUserRepositoriesResponse) GetRepositories

func (x *ListUserRepositoriesResponse) GetRepositories() []*Repository

func (*ListUserRepositoriesResponse) ProtoMessage

func (*ListUserRepositoriesResponse) ProtoMessage()

func (*ListUserRepositoriesResponse) ProtoReflect

func (*ListUserRepositoriesResponse) Reset

func (x *ListUserRepositoriesResponse) Reset()

func (*ListUserRepositoriesResponse) String

type ListUserTemplatesRequest

type ListUserTemplatesRequest struct {

	// The owner of the templates to list for.
	Owner    string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	PageSize uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The first page is returned if this is empty.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	Reverse   bool   `protobuf:"varint,4,opt,name=reverse,proto3" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserTemplatesRequest) Descriptor deprecated

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

Deprecated: Use ListUserTemplatesRequest.ProtoReflect.Descriptor instead.

func (*ListUserTemplatesRequest) GetOwner

func (x *ListUserTemplatesRequest) GetOwner() string

func (*ListUserTemplatesRequest) GetPageSize

func (x *ListUserTemplatesRequest) GetPageSize() uint32

func (*ListUserTemplatesRequest) GetPageToken

func (x *ListUserTemplatesRequest) GetPageToken() string

func (*ListUserTemplatesRequest) GetReverse

func (x *ListUserTemplatesRequest) GetReverse() bool

func (*ListUserTemplatesRequest) ProtoMessage

func (*ListUserTemplatesRequest) ProtoMessage()

func (*ListUserTemplatesRequest) ProtoReflect

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

func (*ListUserTemplatesRequest) Reset

func (x *ListUserTemplatesRequest) Reset()

func (*ListUserTemplatesRequest) String

func (x *ListUserTemplatesRequest) String() string

type ListUserTemplatesResponse

type ListUserTemplatesResponse struct {
	Templates []*Template `protobuf:"bytes,1,rep,name=templates,proto3" json:"templates,omitempty"`
	// There are no more pages if this is empty.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUserTemplatesResponse) Descriptor deprecated

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

Deprecated: Use ListUserTemplatesResponse.ProtoReflect.Descriptor instead.

func (*ListUserTemplatesResponse) GetNextPageToken

func (x *ListUserTemplatesResponse) GetNextPageToken() string

func (*ListUserTemplatesResponse) GetTemplates

func (x *ListUserTemplatesResponse) GetTemplates() []*Template

func (*ListUserTemplatesResponse) ProtoMessage

func (*ListUserTemplatesResponse) ProtoMessage()

func (*ListUserTemplatesResponse) ProtoReflect

func (*ListUserTemplatesResponse) Reset

func (x *ListUserTemplatesResponse) Reset()

func (*ListUserTemplatesResponse) String

func (x *ListUserTemplatesResponse) String() string

type ListUsersRequest

type ListUsersRequest struct {
	PageSize uint32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The first page is returned if this is empty.
	PageToken string `protobuf:"bytes,2,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	Reverse   bool   `protobuf:"varint,3,opt,name=reverse,proto3" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUsersRequest) Descriptor deprecated

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

Deprecated: Use ListUsersRequest.ProtoReflect.Descriptor instead.

func (*ListUsersRequest) GetPageSize

func (x *ListUsersRequest) GetPageSize() uint32

func (*ListUsersRequest) GetPageToken

func (x *ListUsersRequest) GetPageToken() string

func (*ListUsersRequest) GetReverse

func (x *ListUsersRequest) GetReverse() bool

func (*ListUsersRequest) ProtoMessage

func (*ListUsersRequest) ProtoMessage()

func (*ListUsersRequest) ProtoReflect

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

func (*ListUsersRequest) Reset

func (x *ListUsersRequest) Reset()

func (*ListUsersRequest) String

func (x *ListUsersRequest) String() string

type ListUsersResponse

type ListUsersResponse struct {
	Users []*User `protobuf:"bytes,1,rep,name=users,proto3" json:"users,omitempty"`
	// There are no more pages if this is empty.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListUsersResponse) Descriptor deprecated

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

Deprecated: Use ListUsersResponse.ProtoReflect.Descriptor instead.

func (*ListUsersResponse) GetNextPageToken

func (x *ListUsersResponse) GetNextPageToken() string

func (*ListUsersResponse) GetUsers

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

func (*ListUsersResponse) ProtoMessage

func (*ListUsersResponse) ProtoMessage()

func (*ListUsersResponse) ProtoReflect

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

func (*ListUsersResponse) Reset

func (x *ListUsersResponse) Reset()

func (*ListUsersResponse) String

func (x *ListUsersResponse) String() string

type LocalModulePin

type LocalModulePin struct {
	Owner      string                 `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	Repository string                 `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"`
	Branch     string                 `protobuf:"bytes,3,opt,name=branch,proto3" json:"branch,omitempty"`
	Commit     string                 `protobuf:"bytes,4,opt,name=commit,proto3" json:"commit,omitempty"`
	Digest     string                 `protobuf:"bytes,5,opt,name=digest,proto3" json:"digest,omitempty"`
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,7,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// contains filtered or unexported fields
}

LocalModulePin is a local module pin.

It does not include a remote.

func (*LocalModulePin) Descriptor deprecated

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

Deprecated: Use LocalModulePin.ProtoReflect.Descriptor instead.

func (*LocalModulePin) GetBranch

func (x *LocalModulePin) GetBranch() string

func (*LocalModulePin) GetCommit

func (x *LocalModulePin) GetCommit() string

func (*LocalModulePin) GetCreateTime

func (x *LocalModulePin) GetCreateTime() *timestamppb.Timestamp

func (*LocalModulePin) GetDigest

func (x *LocalModulePin) GetDigest() string

func (*LocalModulePin) GetOwner

func (x *LocalModulePin) GetOwner() string

func (*LocalModulePin) GetRepository

func (x *LocalModulePin) GetRepository() string

func (*LocalModulePin) ProtoMessage

func (*LocalModulePin) ProtoMessage()

func (*LocalModulePin) ProtoReflect

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

func (*LocalModulePin) Reset

func (x *LocalModulePin) Reset()

func (*LocalModulePin) String

func (x *LocalModulePin) String() string

type LocalModuleReference

type LocalModuleReference struct {
	Owner      string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"`
	// either branch or commit
	Reference string `protobuf:"bytes,3,opt,name=reference,proto3" json:"reference,omitempty"`
	// contains filtered or unexported fields
}

LocalModuleReference is a local module reference.

It does not include a remote.

func (*LocalModuleReference) Descriptor deprecated

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

Deprecated: Use LocalModuleReference.ProtoReflect.Descriptor instead.

func (*LocalModuleReference) GetOwner

func (x *LocalModuleReference) GetOwner() string

func (*LocalModuleReference) GetReference

func (x *LocalModuleReference) GetReference() string

func (*LocalModuleReference) GetRepository

func (x *LocalModuleReference) GetRepository() string

func (*LocalModuleReference) ProtoMessage

func (*LocalModuleReference) ProtoMessage()

func (*LocalModuleReference) ProtoReflect

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

func (*LocalModuleReference) Reset

func (x *LocalModuleReference) Reset()

func (*LocalModuleReference) String

func (x *LocalModuleReference) String() string

type LocalModuleResolveResult

type LocalModuleResolveResult struct {

	// A copy of the reference that was resolved.
	Reference *LocalModuleReference `protobuf:"bytes,1,opt,name=reference,proto3" json:"reference,omitempty"`
	// The pin the reference resolved to.
	Pin *LocalModulePin `protobuf:"bytes,2,opt,name=pin,proto3" json:"pin,omitempty"`
	// The type the reference resolved as.
	ResolvedReferenceType ResolvedReferenceType `` /* 182-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*LocalModuleResolveResult) Descriptor deprecated

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

Deprecated: Use LocalModuleResolveResult.ProtoReflect.Descriptor instead.

func (*LocalModuleResolveResult) GetPin

func (*LocalModuleResolveResult) GetReference

func (*LocalModuleResolveResult) GetResolvedReferenceType

func (x *LocalModuleResolveResult) GetResolvedReferenceType() ResolvedReferenceType

func (*LocalModuleResolveResult) ProtoMessage

func (*LocalModuleResolveResult) ProtoMessage()

func (*LocalModuleResolveResult) ProtoReflect

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

func (*LocalModuleResolveResult) Reset

func (x *LocalModuleResolveResult) Reset()

func (*LocalModuleResolveResult) String

func (x *LocalModuleResolveResult) String() string

type LocalResolveServiceClient

type LocalResolveServiceClient interface {
	// GetLocalModulePins gets the latest pins for the specified local module references.
	// It also includes all of the modules transitive dependencies for the specified references.
	//
	// We want this for two reasons:
	//
	// 1. It makes it easy to say "we know we're looking for owner/repo on this specific remote".
	//    While we could just do this in GetModulePins by being aware of what our remote is
	//    (something we probably still need to know, DNS problems aside, which are more
	//    theoretical), this helps.
	// 2. Having a separate method makes us able to say "do not make decisions about what
	//    wins between competing pins for the same repo". This should only be done in
	//    GetModulePins, not in this function, i.e. only done at the top level.
	GetLocalModulePins(ctx context.Context, in *GetLocalModulePinsRequest, opts ...grpc.CallOption) (*GetLocalModulePinsResponse, error)
}

LocalResolveServiceClient is the client API for LocalResolveService 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 LocalResolveServiceServer

type LocalResolveServiceServer interface {
	// GetLocalModulePins gets the latest pins for the specified local module references.
	// It also includes all of the modules transitive dependencies for the specified references.
	//
	// We want this for two reasons:
	//
	// 1. It makes it easy to say "we know we're looking for owner/repo on this specific remote".
	//    While we could just do this in GetModulePins by being aware of what our remote is
	//    (something we probably still need to know, DNS problems aside, which are more
	//    theoretical), this helps.
	// 2. Having a separate method makes us able to say "do not make decisions about what
	//    wins between competing pins for the same repo". This should only be done in
	//    GetModulePins, not in this function, i.e. only done at the top level.
	GetLocalModulePins(context.Context, *GetLocalModulePinsRequest) (*GetLocalModulePinsResponse, error)
}

LocalResolveServiceServer is the server API for LocalResolveService service. All implementations should embed UnimplementedLocalResolveServiceServer for forward compatibility

type Location

type Location struct {
	StartLine   int32 `protobuf:"varint,1,opt,name=start_line,json=startLine,proto3" json:"start_line,omitempty"`
	StartColumn int32 `protobuf:"varint,2,opt,name=start_column,json=startColumn,proto3" json:"start_column,omitempty"`
	EndLine     int32 `protobuf:"varint,3,opt,name=end_line,json=endLine,proto3" json:"end_line,omitempty"`
	EndColumn   int32 `protobuf:"varint,4,opt,name=end_column,json=endColumn,proto3" json:"end_column,omitempty"`
	// contains filtered or unexported fields
}

Location provides the location information for the source code.

This does not provide the leading or trailing comments as these will be parsed into descriptions or dropped respectively.

func (*Location) Descriptor deprecated

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

Deprecated: Use Location.ProtoReflect.Descriptor instead.

func (*Location) GetEndColumn

func (x *Location) GetEndColumn() int32

func (*Location) GetEndLine

func (x *Location) GetEndLine() int32

func (*Location) GetStartColumn

func (x *Location) GetStartColumn() int32

func (*Location) GetStartLine

func (x *Location) GetStartLine() int32

func (*Location) ProtoMessage

func (*Location) ProtoMessage()

func (*Location) ProtoReflect

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

func (*Location) Reset

func (x *Location) Reset()

func (*Location) String

func (x *Location) String() string

type MapEntry

type MapEntry struct {

	// string representation of the full name of the type for the map key. keys can only be
	// scalar types: https://developers.google.com/protocol-buffers/docs/overview#maps
	KeyFullType string `protobuf:"bytes,1,opt,name=key_full_type,json=keyFullType,proto3" json:"key_full_type,omitempty"`
	// string representation of the nested name of the type for the map value.
	ValueNestedType string `protobuf:"bytes,2,opt,name=value_nested_type,json=valueNestedType,proto3" json:"value_nested_type,omitempty"`
	// string representation of the full name of the type for the map value.
	ValueFullType string `protobuf:"bytes,3,opt,name=value_full_type,json=valueFullType,proto3" json:"value_full_type,omitempty"`
	// if the value is an imported type, this is the import module ref
	ValueImportModuleRef *ImportModuleRef `protobuf:"bytes,4,opt,name=value_import_module_ref,json=valueImportModuleRef,proto3" json:"value_import_module_ref,omitempty"`
	// contains filtered or unexported fields
}

MapEntry provides the key and value types for the MapEntry type for a map field.

func (*MapEntry) Descriptor deprecated

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

Deprecated: Use MapEntry.ProtoReflect.Descriptor instead.

func (*MapEntry) GetKeyFullType

func (x *MapEntry) GetKeyFullType() string

func (*MapEntry) GetValueFullType

func (x *MapEntry) GetValueFullType() string

func (*MapEntry) GetValueImportModuleRef

func (x *MapEntry) GetValueImportModuleRef() *ImportModuleRef

func (*MapEntry) GetValueNestedType

func (x *MapEntry) GetValueNestedType() string

func (*MapEntry) ProtoMessage

func (*MapEntry) ProtoMessage()

func (*MapEntry) ProtoReflect

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

func (*MapEntry) Reset

func (x *MapEntry) Reset()

func (*MapEntry) String

func (x *MapEntry) String() string

type Message

type Message struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// nested_name includes the nested types for a given type definition.
	NestedName string `protobuf:"bytes,2,opt,name=nested_name,json=nestedName,proto3" json:"nested_name,omitempty"`
	// full_name includes the package name and nested types for a given type definition.
	FullName string `protobuf:"bytes,3,opt,name=full_name,json=fullName,proto3" json:"full_name,omitempty"`
	// description is derived from the leading comments of a given message.
	//
	// Paragraph newlines (double new lines) are respected, however single newlines are not.
	// Note that any leading and trailing `//` or spaces within a `/* */` block will be stripped.
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	// file_path is the normalized path of the file containing the message.
	FilePath          string    `protobuf:"bytes,5,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"`
	IsMapEntry        bool      `protobuf:"varint,6,opt,name=is_map_entry,json=isMapEntry,proto3" json:"is_map_entry,omitempty"`
	Fields            []*Field  `protobuf:"bytes,7,rep,name=fields,proto3" json:"fields,omitempty"`
	Location          *Location `protobuf:"bytes,8,opt,name=location,proto3" json:"location,omitempty"`
	MessageExtensions []*Field  `protobuf:"bytes,9,rep,name=message_extensions,json=messageExtensions,proto3" json:"message_extensions,omitempty"`
	// contains filtered or unexported fields
}

Message provides information for the documentation of a protobuf message.

func (*Message) Descriptor deprecated

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

Deprecated: Use Message.ProtoReflect.Descriptor instead.

func (*Message) GetDescription

func (x *Message) GetDescription() string

func (*Message) GetFields

func (x *Message) GetFields() []*Field

func (*Message) GetFilePath

func (x *Message) GetFilePath() string

func (*Message) GetFullName

func (x *Message) GetFullName() string

func (*Message) GetIsMapEntry

func (x *Message) GetIsMapEntry() bool

func (*Message) GetLocation

func (x *Message) GetLocation() *Location

func (*Message) GetMessageExtensions

func (x *Message) GetMessageExtensions() []*Field

func (*Message) GetName

func (x *Message) GetName() string

func (*Message) GetNestedName

func (x *Message) GetNestedName() string

func (*Message) ProtoMessage

func (*Message) ProtoMessage()

func (*Message) ProtoReflect

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

func (*Message) Reset

func (x *Message) Reset()

func (*Message) String

func (x *Message) String() string

type Method

type Method struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// description is derived from the leading comments of a given method.
	//
	// Paragraph newlines (double new lines) are respected, however single newlines are not.
	// Note that any leading and trailing `//` or spaces within a `/* */` block will be stripped.
	Description string                 `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	Request     *MethodRequestResponse `protobuf:"bytes,3,opt,name=request,proto3" json:"request,omitempty"`
	Response    *MethodRequestResponse `protobuf:"bytes,4,opt,name=response,proto3" json:"response,omitempty"`
	// contains filtered or unexported fields
}

Method provides information for the documentation for a method of a given service.

func (*Method) Descriptor deprecated

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

Deprecated: Use Method.ProtoReflect.Descriptor instead.

func (*Method) GetDescription

func (x *Method) GetDescription() string

func (*Method) GetName

func (x *Method) GetName() string

func (*Method) GetRequest

func (x *Method) GetRequest() *MethodRequestResponse

func (*Method) GetResponse

func (x *Method) GetResponse() *MethodRequestResponse

func (*Method) ProtoMessage

func (*Method) ProtoMessage()

func (*Method) ProtoReflect

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

func (*Method) Reset

func (x *Method) Reset()

func (*Method) String

func (x *Method) String() string

type MethodRequestResponse

type MethodRequestResponse struct {

	// nested_type is the nested name of the message of the request or response. This includes nested definitions.
	NestedType string `protobuf:"bytes,1,opt,name=nested_type,json=nestedType,proto3" json:"nested_type,omitempty"`
	// full_type is the fully qualified name of the message of the request or response. This includes package and nested definitions.
	FullType string `protobuf:"bytes,2,opt,name=full_type,json=fullType,proto3" json:"full_type,omitempty"`
	// boolean flag for whether the streaming label is set on an method request or response.
	Streaming bool     `protobuf:"varint,3,opt,name=streaming,proto3" json:"streaming,omitempty"`
	Message   *Message `protobuf:"bytes,4,opt,name=message,proto3" json:"message,omitempty"`
	// import_module_ref is included if the request or response is an imported type.
	// It contains all the metadata for the import.
	ImportModuleRef *ImportModuleRef `protobuf:"bytes,5,opt,name=import_module_ref,json=importModuleRef,proto3" json:"import_module_ref,omitempty"`
	// contains filtered or unexported fields
}

MethodRequestResponse provides information for the documentation of a Method request or response message.

func (*MethodRequestResponse) Descriptor deprecated

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

Deprecated: Use MethodRequestResponse.ProtoReflect.Descriptor instead.

func (*MethodRequestResponse) GetFullType

func (x *MethodRequestResponse) GetFullType() string

func (*MethodRequestResponse) GetImportModuleRef

func (x *MethodRequestResponse) GetImportModuleRef() *ImportModuleRef

func (*MethodRequestResponse) GetMessage

func (x *MethodRequestResponse) GetMessage() *Message

func (*MethodRequestResponse) GetNestedType

func (x *MethodRequestResponse) GetNestedType() string

func (*MethodRequestResponse) GetStreaming

func (x *MethodRequestResponse) GetStreaming() bool

func (*MethodRequestResponse) ProtoMessage

func (*MethodRequestResponse) ProtoMessage()

func (*MethodRequestResponse) ProtoReflect

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

func (*MethodRequestResponse) Reset

func (x *MethodRequestResponse) Reset()

func (*MethodRequestResponse) String

func (x *MethodRequestResponse) String() string

type ModuleDocumentation

type ModuleDocumentation struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// This is the string representation of the contents of the buf.md file for module-level documentation.
	//
	// The buf.md file is a part of the module.
	// string is used to enforce UTF-8 encoding or 7-bit ASCII text.
	Documentation string `protobuf:"bytes,3,opt,name=documentation,proto3" json:"documentation,omitempty"`
	// contains filtered or unexported fields
}

ModuleDocumentation provides the name of the module and associated documentation.

func (*ModuleDocumentation) Descriptor deprecated

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

Deprecated: Use ModuleDocumentation.ProtoReflect.Descriptor instead.

func (*ModuleDocumentation) GetDocumentation

func (x *ModuleDocumentation) GetDocumentation() string

func (*ModuleDocumentation) GetName

func (x *ModuleDocumentation) GetName() string

func (*ModuleDocumentation) ProtoMessage

func (*ModuleDocumentation) ProtoMessage()

func (*ModuleDocumentation) ProtoReflect

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

func (*ModuleDocumentation) Reset

func (x *ModuleDocumentation) Reset()

func (*ModuleDocumentation) String

func (x *ModuleDocumentation) String() string

type ModulePackages

type ModulePackages struct {
	Name     string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Packages []string `protobuf:"bytes,2,rep,name=packages,proto3" json:"packages,omitempty"`
	// contains filtered or unexported fields
}

ModulePackages provides the name of the module and associated packages.

func (*ModulePackages) Descriptor deprecated

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

Deprecated: Use ModulePackages.ProtoReflect.Descriptor instead.

func (*ModulePackages) GetName

func (x *ModulePackages) GetName() string

func (*ModulePackages) GetPackages

func (x *ModulePackages) GetPackages() []string

func (*ModulePackages) ProtoMessage

func (*ModulePackages) ProtoMessage()

func (*ModulePackages) ProtoReflect

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

func (*ModulePackages) Reset

func (x *ModulePackages) Reset()

func (*ModulePackages) String

func (x *ModulePackages) String() string

type Organization

type Organization struct {

	// primary key, unique, immutable
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// immutable
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// mutable
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// unique, mutable
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*Organization) Descriptor deprecated

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

Deprecated: Use Organization.ProtoReflect.Descriptor instead.

func (*Organization) GetCreateTime

func (x *Organization) GetCreateTime() *timestamppb.Timestamp

func (*Organization) GetId

func (x *Organization) GetId() string

func (*Organization) GetName

func (x *Organization) GetName() string

func (*Organization) GetUpdateTime

func (x *Organization) GetUpdateTime() *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

type OrganizationScope

type OrganizationScope int32
const (
	OrganizationScope_ORGANIZATION_SCOPE_UNSPECIFIED OrganizationScope = 0
	OrganizationScope_ORGANIZATION_SCOPE_MEMBER      OrganizationScope = 1
	OrganizationScope_ORGANIZATION_SCOPE_ADMIN       OrganizationScope = 2
	OrganizationScope_ORGANIZATION_SCOPE_OWNER       OrganizationScope = 3
)

func (OrganizationScope) Descriptor

func (OrganizationScope) Enum

func (OrganizationScope) EnumDescriptor deprecated

func (OrganizationScope) EnumDescriptor() ([]byte, []int)

Deprecated: Use OrganizationScope.Descriptor instead.

func (OrganizationScope) Number

func (OrganizationScope) String

func (x OrganizationScope) String() string

func (OrganizationScope) Type

type OrganizationSearchResult

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

func (*OrganizationSearchResult) Descriptor deprecated

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

Deprecated: Use OrganizationSearchResult.ProtoReflect.Descriptor instead.

func (*OrganizationSearchResult) GetId

func (x *OrganizationSearchResult) GetId() string

func (*OrganizationSearchResult) GetName

func (x *OrganizationSearchResult) GetName() string

func (*OrganizationSearchResult) ProtoMessage

func (*OrganizationSearchResult) ProtoMessage()

func (*OrganizationSearchResult) ProtoReflect

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

func (*OrganizationSearchResult) Reset

func (x *OrganizationSearchResult) Reset()

func (*OrganizationSearchResult) String

func (x *OrganizationSearchResult) String() string

type OrganizationServiceClient

type OrganizationServiceClient interface {
	// GetOrganization gets a organization by ID.
	GetOrganization(ctx context.Context, in *GetOrganizationRequest, opts ...grpc.CallOption) (*GetOrganizationResponse, error)
	// GetOrganizationByName gets a organization by name.
	GetOrganizationByName(ctx context.Context, in *GetOrganizationByNameRequest, opts ...grpc.CallOption) (*GetOrganizationByNameResponse, error)
	// ListOrganizations lists all organizations.
	ListOrganizations(ctx context.Context, in *ListOrganizationsRequest, opts ...grpc.CallOption) (*ListOrganizationsResponse, error)
	// ListUserOrganizations lists all organizations a user is member of.
	ListUserOrganizations(ctx context.Context, in *ListUserOrganizationsRequest, opts ...grpc.CallOption) (*ListUserOrganizationsResponse, error)
	// CreateOrganization creates a new organization.
	CreateOrganization(ctx context.Context, in *CreateOrganizationRequest, opts ...grpc.CallOption) (*CreateOrganizationResponse, error)
	// UpdateOrganizationName updates a organization's name.
	UpdateOrganizationName(ctx context.Context, in *UpdateOrganizationNameRequest, opts ...grpc.CallOption) (*UpdateOrganizationNameResponse, error)
	// UpdateOrganizationNameByName updates a organization's name by name.
	UpdateOrganizationNameByName(ctx context.Context, in *UpdateOrganizationNameByNameRequest, opts ...grpc.CallOption) (*UpdateOrganizationNameByNameResponse, error)
	// DeleteOrganization deletes a organization.
	DeleteOrganization(ctx context.Context, in *DeleteOrganizationRequest, opts ...grpc.CallOption) (*DeleteOrganizationResponse, error)
	// DeleteOrganizationByName deletes a organization by name.
	DeleteOrganizationByName(ctx context.Context, in *DeleteOrganizationByNameRequest, opts ...grpc.CallOption) (*DeleteOrganizationByNameResponse, error)
	// AddOrganizationBaseRepositoryScope adds a base repository scope to an organization by ID.
	AddOrganizationBaseRepositoryScope(ctx context.Context, in *AddOrganizationBaseRepositoryScopeRequest, opts ...grpc.CallOption) (*AddOrganizationBaseRepositoryScopeResponse, error)
	// AddOrganizationBaseRepositoryScopeByName adds a base repository scope to an organization by name.
	AddOrganizationBaseRepositoryScopeByName(ctx context.Context, in *AddOrganizationBaseRepositoryScopeByNameRequest, opts ...grpc.CallOption) (*AddOrganizationBaseRepositoryScopeByNameResponse, error)
	// RemoveOrganizationBaseRepositoryScope removes a base repository scope from an organization by ID.
	RemoveOrganizationBaseRepositoryScope(ctx context.Context, in *RemoveOrganizationBaseRepositoryScopeRequest, opts ...grpc.CallOption) (*RemoveOrganizationBaseRepositoryScopeResponse, error)
	// RemoveOrganizationBaseRepositoryScopeByName removes a base repository scope from an organization by name.
	RemoveOrganizationBaseRepositoryScopeByName(ctx context.Context, in *RemoveOrganizationBaseRepositoryScopeByNameRequest, opts ...grpc.CallOption) (*RemoveOrganizationBaseRepositoryScopeByNameResponse, error)
}

OrganizationServiceClient is the client API for OrganizationService 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 OrganizationServiceServer

type OrganizationServiceServer interface {
	// GetOrganization gets a organization by ID.
	GetOrganization(context.Context, *GetOrganizationRequest) (*GetOrganizationResponse, error)
	// GetOrganizationByName gets a organization by name.
	GetOrganizationByName(context.Context, *GetOrganizationByNameRequest) (*GetOrganizationByNameResponse, error)
	// ListOrganizations lists all organizations.
	ListOrganizations(context.Context, *ListOrganizationsRequest) (*ListOrganizationsResponse, error)
	// ListUserOrganizations lists all organizations a user is member of.
	ListUserOrganizations(context.Context, *ListUserOrganizationsRequest) (*ListUserOrganizationsResponse, error)
	// CreateOrganization creates a new organization.
	CreateOrganization(context.Context, *CreateOrganizationRequest) (*CreateOrganizationResponse, error)
	// UpdateOrganizationName updates a organization's name.
	UpdateOrganizationName(context.Context, *UpdateOrganizationNameRequest) (*UpdateOrganizationNameResponse, error)
	// UpdateOrganizationNameByName updates a organization's name by name.
	UpdateOrganizationNameByName(context.Context, *UpdateOrganizationNameByNameRequest) (*UpdateOrganizationNameByNameResponse, error)
	// DeleteOrganization deletes a organization.
	DeleteOrganization(context.Context, *DeleteOrganizationRequest) (*DeleteOrganizationResponse, error)
	// DeleteOrganizationByName deletes a organization by name.
	DeleteOrganizationByName(context.Context, *DeleteOrganizationByNameRequest) (*DeleteOrganizationByNameResponse, error)
	// AddOrganizationBaseRepositoryScope adds a base repository scope to an organization by ID.
	AddOrganizationBaseRepositoryScope(context.Context, *AddOrganizationBaseRepositoryScopeRequest) (*AddOrganizationBaseRepositoryScopeResponse, error)
	// AddOrganizationBaseRepositoryScopeByName adds a base repository scope to an organization by name.
	AddOrganizationBaseRepositoryScopeByName(context.Context, *AddOrganizationBaseRepositoryScopeByNameRequest) (*AddOrganizationBaseRepositoryScopeByNameResponse, error)
	// RemoveOrganizationBaseRepositoryScope removes a base repository scope from an organization by ID.
	RemoveOrganizationBaseRepositoryScope(context.Context, *RemoveOrganizationBaseRepositoryScopeRequest) (*RemoveOrganizationBaseRepositoryScopeResponse, error)
	// RemoveOrganizationBaseRepositoryScopeByName removes a base repository scope from an organization by name.
	RemoveOrganizationBaseRepositoryScopeByName(context.Context, *RemoveOrganizationBaseRepositoryScopeByNameRequest) (*RemoveOrganizationBaseRepositoryScopeByNameResponse, error)
}

OrganizationServiceServer is the server API for OrganizationService service. All implementations should embed UnimplementedOrganizationServiceServer for forward compatibility

type Owner

type Owner struct {

	// Types that are assignable to Owner:
	//	*Owner_User
	//	*Owner_Organization
	Owner isOwner_Owner `protobuf_oneof:"owner"`
	// contains filtered or unexported fields
}

func (*Owner) Descriptor deprecated

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

Deprecated: Use Owner.ProtoReflect.Descriptor instead.

func (*Owner) GetOrganization

func (x *Owner) GetOrganization() *Organization

func (*Owner) GetOwner

func (m *Owner) GetOwner() isOwner_Owner

func (*Owner) GetUser

func (x *Owner) GetUser() *User

func (*Owner) ProtoMessage

func (*Owner) ProtoMessage()

func (*Owner) ProtoReflect

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

func (*Owner) Reset

func (x *Owner) Reset()

func (*Owner) String

func (x *Owner) String() string

type OwnerServiceClient

type OwnerServiceClient interface {
	// GetOwnerByName takes an owner name and returns the owner as
	// either a user or organization.
	GetOwnerByName(ctx context.Context, in *GetOwnerByNameRequest, opts ...grpc.CallOption) (*GetOwnerByNameResponse, error)
}

OwnerServiceClient is the client API for OwnerService 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 OwnerServiceServer

type OwnerServiceServer interface {
	// GetOwnerByName takes an owner name and returns the owner as
	// either a user or organization.
	GetOwnerByName(context.Context, *GetOwnerByNameRequest) (*GetOwnerByNameResponse, error)
}

OwnerServiceServer is the server API for OwnerService service. All implementations should embed UnimplementedOwnerServiceServer for forward compatibility

type Owner_Organization

type Owner_Organization struct {
	// The requested owner is a `Organization`.
	Organization *Organization `protobuf:"bytes,2,opt,name=organization,proto3,oneof"`
}

type Owner_User

type Owner_User struct {
	// The requested owner is a `User`.
	User *User `protobuf:"bytes,1,opt,name=user,proto3,oneof"`
}

type PackageDocumentation

type PackageDocumentation struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// description contains the package-level comment documentation.
	// There is currently no convention for this.
	//
	// This is derived from the leading comments at the top level of the package.
	// Paragraph newlines (double new lines) are respected, however single newlines are not.
	// Note that any leading and trailing `//` or spaces within a `/* */` block will be stripped.
	Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"`
	// services contains all the services defined in the package in alphabetical order.
	Services []*Service `protobuf:"bytes,3,rep,name=services,proto3" json:"services,omitempty"`
	// enums contains all the enums defined in the package in alphabetical order.
	Enums []*Enum `protobuf:"bytes,4,rep,name=enums,proto3" json:"enums,omitempty"`
	// messages contains all the messages defined in the package in alphabetical order.
	Messages []*Message `protobuf:"bytes,5,rep,name=messages,proto3" json:"messages,omitempty"`
	// extensions contains all the file level extensions in the package in alphabetical order.
	FileExtensions []*FileExtension `protobuf:"bytes,6,rep,name=file_extensions,json=fileExtensions,proto3" json:"file_extensions,omitempty"`
	// contains filtered or unexported fields
}

PackageDocumentation provides the name, description, and top level types defined in the package.

func (*PackageDocumentation) Descriptor deprecated

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

Deprecated: Use PackageDocumentation.ProtoReflect.Descriptor instead.

func (*PackageDocumentation) GetDescription

func (x *PackageDocumentation) GetDescription() string

func (*PackageDocumentation) GetEnums

func (x *PackageDocumentation) GetEnums() []*Enum

func (*PackageDocumentation) GetFileExtensions

func (x *PackageDocumentation) GetFileExtensions() []*FileExtension

func (*PackageDocumentation) GetMessages

func (x *PackageDocumentation) GetMessages() []*Message

func (*PackageDocumentation) GetName

func (x *PackageDocumentation) GetName() string

func (*PackageDocumentation) GetServices

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

func (*PackageDocumentation) ProtoMessage

func (*PackageDocumentation) ProtoMessage()

func (*PackageDocumentation) ProtoReflect

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

func (*PackageDocumentation) Reset

func (x *PackageDocumentation) Reset()

func (*PackageDocumentation) String

func (x *PackageDocumentation) String() string

type Plugin

type Plugin struct {

	// The ID of the plugin, which uniquely identifies the plugin.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the plugin, i.e. "protoc-gen-go".
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The name of the owner of the plugin. Either a username or
	// organization name.
	Owner string `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"`
	// The visibility of the plugin.
	Visibility PluginVisibility `protobuf:"varint,4,opt,name=visibility,proto3,enum=buf.alpha.registry.v1alpha1.PluginVisibility" json:"visibility,omitempty"`
	// contains filtered or unexported fields
}

Plugin represents a protoc plugin, such as protoc-gen-go.

func (*Plugin) Descriptor deprecated

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

Deprecated: Use Plugin.ProtoReflect.Descriptor instead.

func (*Plugin) GetId

func (x *Plugin) GetId() string

func (*Plugin) GetName

func (x *Plugin) GetName() string

func (*Plugin) GetOwner

func (x *Plugin) GetOwner() string

func (*Plugin) GetVisibility

func (x *Plugin) GetVisibility() PluginVisibility

func (*Plugin) ProtoMessage

func (*Plugin) ProtoMessage()

func (*Plugin) ProtoReflect

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

func (*Plugin) Reset

func (x *Plugin) Reset()

func (*Plugin) String

func (x *Plugin) String() string

type PluginConfig

type PluginConfig struct {

	// The owner of the plugin to which this config relates.
	PluginOwner string `protobuf:"bytes,1,opt,name=plugin_owner,json=pluginOwner,proto3" json:"plugin_owner,omitempty"`
	// The name of the plugin to which this config relates.
	PluginName string `protobuf:"bytes,2,opt,name=plugin_name,json=pluginName,proto3" json:"plugin_name,omitempty"`
	// Parameters that should be provided to the plugin. These are
	// joined with a "," before being provided to the plugin at runtime.
	Parameters []string `protobuf:"bytes,3,rep,name=parameters,proto3" json:"parameters,omitempty"`
	// True if the source plugin has been deleted. This dooms
	// the template.
	Deleted bool `protobuf:"varint,4,opt,name=deleted,proto3" json:"deleted,omitempty"`
	// contains filtered or unexported fields
}

PluginConfig defines a runtime configuration for a plugin.

func (*PluginConfig) Descriptor deprecated

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

Deprecated: Use PluginConfig.ProtoReflect.Descriptor instead.

func (*PluginConfig) GetDeleted

func (x *PluginConfig) GetDeleted() bool

func (*PluginConfig) GetParameters

func (x *PluginConfig) GetParameters() []string

func (*PluginConfig) GetPluginName

func (x *PluginConfig) GetPluginName() string

func (*PluginConfig) GetPluginOwner

func (x *PluginConfig) GetPluginOwner() string

func (*PluginConfig) ProtoMessage

func (*PluginConfig) ProtoMessage()

func (*PluginConfig) ProtoReflect

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

func (*PluginConfig) Reset

func (x *PluginConfig) Reset()

func (*PluginConfig) String

func (x *PluginConfig) String() string

type PluginReference added in v0.54.0

type PluginReference struct {

	// The owner of the plugin which identifies the
	// plugins to use with this generation.
	Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	// The name of the plugin which identifies the
	// plugins to use with this generation.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The plugin version to use with this generation.
	Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	// The parameters to pass to the plugin. These will
	// be merged into a single, comma-separated string.
	Parameters []string `protobuf:"bytes,4,rep,name=parameters,proto3" json:"parameters,omitempty"`
	// contains filtered or unexported fields
}

func (*PluginReference) Descriptor deprecated added in v0.54.0

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

Deprecated: Use PluginReference.ProtoReflect.Descriptor instead.

func (*PluginReference) GetName added in v0.54.0

func (x *PluginReference) GetName() string

func (*PluginReference) GetOwner added in v0.54.0

func (x *PluginReference) GetOwner() string

func (*PluginReference) GetParameters added in v0.54.0

func (x *PluginReference) GetParameters() []string

func (*PluginReference) GetVersion added in v0.54.0

func (x *PluginReference) GetVersion() string

func (*PluginReference) ProtoMessage added in v0.54.0

func (*PluginReference) ProtoMessage()

func (*PluginReference) ProtoReflect added in v0.54.0

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

func (*PluginReference) Reset added in v0.54.0

func (x *PluginReference) Reset()

func (*PluginReference) String added in v0.54.0

func (x *PluginReference) String() string

type PluginSearchResult added in v1.0.0

type PluginSearchResult 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"`
	// The name of the user or organization
	// who is the owner of this plugin
	Owner string `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"`
	// contains filtered or unexported fields
}

func (*PluginSearchResult) Descriptor deprecated added in v1.0.0

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

Deprecated: Use PluginSearchResult.ProtoReflect.Descriptor instead.

func (*PluginSearchResult) GetId added in v1.0.0

func (x *PluginSearchResult) GetId() string

func (*PluginSearchResult) GetName added in v1.0.0

func (x *PluginSearchResult) GetName() string

func (*PluginSearchResult) GetOwner added in v1.0.0

func (x *PluginSearchResult) GetOwner() string

func (*PluginSearchResult) ProtoMessage added in v1.0.0

func (*PluginSearchResult) ProtoMessage()

func (*PluginSearchResult) ProtoReflect added in v1.0.0

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

func (*PluginSearchResult) Reset added in v1.0.0

func (x *PluginSearchResult) Reset()

func (*PluginSearchResult) String added in v1.0.0

func (x *PluginSearchResult) String() string

type PluginServiceClient

type PluginServiceClient interface {
	// ListPlugins returns all the plugins available to the user. This includes
	// public plugins, those uploaded to organizations the user is part of,
	// and any plugins uploaded directly by the user.
	ListPlugins(ctx context.Context, in *ListPluginsRequest, opts ...grpc.CallOption) (*ListPluginsResponse, error)
	// ListUserPlugins lists all plugins belonging to a user.
	ListUserPlugins(ctx context.Context, in *ListUserPluginsRequest, opts ...grpc.CallOption) (*ListUserPluginsResponse, error)
	// ListOrganizationPlugins lists all plugins for an organization.
	ListOrganizationPlugins(ctx context.Context, in *ListOrganizationPluginsRequest, opts ...grpc.CallOption) (*ListOrganizationPluginsResponse, error)
	// ListPluginVersions lists all the versions available for the specified plugin.
	ListPluginVersions(ctx context.Context, in *ListPluginVersionsRequest, opts ...grpc.CallOption) (*ListPluginVersionsResponse, error)
	// CreatePlugin creates a new plugin.
	CreatePlugin(ctx context.Context, in *CreatePluginRequest, opts ...grpc.CallOption) (*CreatePluginResponse, error)
	// GetPlugin returns the plugin, if found.
	GetPlugin(ctx context.Context, in *GetPluginRequest, opts ...grpc.CallOption) (*GetPluginResponse, error)
	// DeletePlugin deletes the plugin, if it exists. Note that deleting
	// a plugin may cause breaking changes for templates using that plugin,
	// and should be done with extreme care.
	DeletePlugin(ctx context.Context, in *DeletePluginRequest, opts ...grpc.CallOption) (*DeletePluginResponse, error)
	// GetTemplate returns the template, if found.
	GetTemplate(ctx context.Context, in *GetTemplateRequest, opts ...grpc.CallOption) (*GetTemplateResponse, error)
	// ListTemplates returns all the templates available to the user. This includes
	// public templates, those owned by organizations the user is part of,
	// and any created directly by the user.
	ListTemplates(ctx context.Context, in *ListTemplatesRequest, opts ...grpc.CallOption) (*ListTemplatesResponse, error)
	// ListUserPlugins lists all templates belonging to a user.
	ListUserTemplates(ctx context.Context, in *ListUserTemplatesRequest, opts ...grpc.CallOption) (*ListUserTemplatesResponse, error)
	// ListOrganizationTemplates lists all templates for an organization.
	ListOrganizationTemplates(ctx context.Context, in *ListOrganizationTemplatesRequest, opts ...grpc.CallOption) (*ListOrganizationTemplatesResponse, error)
	// GetTemplateVersion returns the template version, if found.
	GetTemplateVersion(ctx context.Context, in *GetTemplateVersionRequest, opts ...grpc.CallOption) (*GetTemplateVersionResponse, error)
	// ListTemplateVersions lists all the template versions available for the specified template.
	ListTemplateVersions(ctx context.Context, in *ListTemplateVersionsRequest, opts ...grpc.CallOption) (*ListTemplateVersionsResponse, error)
	// CreateTemplate creates a new template.
	CreateTemplate(ctx context.Context, in *CreateTemplateRequest, opts ...grpc.CallOption) (*CreateTemplateResponse, error)
	// DeleteTemplate deletes the template, if it exists.
	DeleteTemplate(ctx context.Context, in *DeleteTemplateRequest, opts ...grpc.CallOption) (*DeleteTemplateResponse, error)
	// CreateTemplateVersion creates a new template version.
	CreateTemplateVersion(ctx context.Context, in *CreateTemplateVersionRequest, opts ...grpc.CallOption) (*CreateTemplateVersionResponse, error)
}

PluginServiceClient is the client API for PluginService 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 PluginServiceServer

type PluginServiceServer interface {
	// ListPlugins returns all the plugins available to the user. This includes
	// public plugins, those uploaded to organizations the user is part of,
	// and any plugins uploaded directly by the user.
	ListPlugins(context.Context, *ListPluginsRequest) (*ListPluginsResponse, error)
	// ListUserPlugins lists all plugins belonging to a user.
	ListUserPlugins(context.Context, *ListUserPluginsRequest) (*ListUserPluginsResponse, error)
	// ListOrganizationPlugins lists all plugins for an organization.
	ListOrganizationPlugins(context.Context, *ListOrganizationPluginsRequest) (*ListOrganizationPluginsResponse, error)
	// ListPluginVersions lists all the versions available for the specified plugin.
	ListPluginVersions(context.Context, *ListPluginVersionsRequest) (*ListPluginVersionsResponse, error)
	// CreatePlugin creates a new plugin.
	CreatePlugin(context.Context, *CreatePluginRequest) (*CreatePluginResponse, error)
	// GetPlugin returns the plugin, if found.
	GetPlugin(context.Context, *GetPluginRequest) (*GetPluginResponse, error)
	// DeletePlugin deletes the plugin, if it exists. Note that deleting
	// a plugin may cause breaking changes for templates using that plugin,
	// and should be done with extreme care.
	DeletePlugin(context.Context, *DeletePluginRequest) (*DeletePluginResponse, error)
	// GetTemplate returns the template, if found.
	GetTemplate(context.Context, *GetTemplateRequest) (*GetTemplateResponse, error)
	// ListTemplates returns all the templates available to the user. This includes
	// public templates, those owned by organizations the user is part of,
	// and any created directly by the user.
	ListTemplates(context.Context, *ListTemplatesRequest) (*ListTemplatesResponse, error)
	// ListUserPlugins lists all templates belonging to a user.
	ListUserTemplates(context.Context, *ListUserTemplatesRequest) (*ListUserTemplatesResponse, error)
	// ListOrganizationTemplates lists all templates for an organization.
	ListOrganizationTemplates(context.Context, *ListOrganizationTemplatesRequest) (*ListOrganizationTemplatesResponse, error)
	// GetTemplateVersion returns the template version, if found.
	GetTemplateVersion(context.Context, *GetTemplateVersionRequest) (*GetTemplateVersionResponse, error)
	// ListTemplateVersions lists all the template versions available for the specified template.
	ListTemplateVersions(context.Context, *ListTemplateVersionsRequest) (*ListTemplateVersionsResponse, error)
	// CreateTemplate creates a new template.
	CreateTemplate(context.Context, *CreateTemplateRequest) (*CreateTemplateResponse, error)
	// DeleteTemplate deletes the template, if it exists.
	DeleteTemplate(context.Context, *DeleteTemplateRequest) (*DeleteTemplateResponse, error)
	// CreateTemplateVersion creates a new template version.
	CreateTemplateVersion(context.Context, *CreateTemplateVersionRequest) (*CreateTemplateVersionResponse, error)
}

PluginServiceServer is the server API for PluginService service. All implementations should embed UnimplementedPluginServiceServer for forward compatibility

type PluginVersion

type PluginVersion struct {

	// The ID of the plugin version, which uniquely identifies the plugin version.
	// Mostly used for pagination.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the version, i.e. "v1.4.0".
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The name of the plugin to which this version relates.
	PluginName string `protobuf:"bytes,3,opt,name=plugin_name,json=pluginName,proto3" json:"plugin_name,omitempty"`
	// The owner of the plugin to which this version relates.
	PluginOwner string `protobuf:"bytes,4,opt,name=plugin_owner,json=pluginOwner,proto3" json:"plugin_owner,omitempty"`
	// contains filtered or unexported fields
}

PluginVersion represents a specific build of a plugin, such as protoc-gen-go v1.4.0.

func (*PluginVersion) Descriptor deprecated

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

Deprecated: Use PluginVersion.ProtoReflect.Descriptor instead.

func (*PluginVersion) GetId

func (x *PluginVersion) GetId() string

func (*PluginVersion) GetName

func (x *PluginVersion) GetName() string

func (*PluginVersion) GetPluginName

func (x *PluginVersion) GetPluginName() string

func (*PluginVersion) GetPluginOwner

func (x *PluginVersion) GetPluginOwner() string

func (*PluginVersion) ProtoMessage

func (*PluginVersion) ProtoMessage()

func (*PluginVersion) ProtoReflect

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

func (*PluginVersion) Reset

func (x *PluginVersion) Reset()

func (*PluginVersion) String

func (x *PluginVersion) String() string

type PluginVersionMapping

type PluginVersionMapping struct {

	// The owner of the plugin to which this mapping relates.
	PluginOwner string `protobuf:"bytes,1,opt,name=plugin_owner,json=pluginOwner,proto3" json:"plugin_owner,omitempty"`
	// The name of the plugin to which this mapping relates.
	PluginName string `protobuf:"bytes,2,opt,name=plugin_name,json=pluginName,proto3" json:"plugin_name,omitempty"`
	// The version of the plugin to use, i.e. "v1.4.0".
	Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	// True if the source plugin has been deleted. This dooms
	// the template.
	Deleted bool `protobuf:"varint,4,opt,name=deleted,proto3" json:"deleted,omitempty"`
	// contains filtered or unexported fields
}

PluginVersionMapping maps a plugin_id to a version.

func (*PluginVersionMapping) Descriptor deprecated

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

Deprecated: Use PluginVersionMapping.ProtoReflect.Descriptor instead.

func (*PluginVersionMapping) GetDeleted

func (x *PluginVersionMapping) GetDeleted() bool

func (*PluginVersionMapping) GetPluginName

func (x *PluginVersionMapping) GetPluginName() string

func (*PluginVersionMapping) GetPluginOwner

func (x *PluginVersionMapping) GetPluginOwner() string

func (*PluginVersionMapping) GetVersion

func (x *PluginVersionMapping) GetVersion() string

func (*PluginVersionMapping) ProtoMessage

func (*PluginVersionMapping) ProtoMessage()

func (*PluginVersionMapping) ProtoReflect

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

func (*PluginVersionMapping) Reset

func (x *PluginVersionMapping) Reset()

func (*PluginVersionMapping) String

func (x *PluginVersionMapping) String() string

type PluginVisibility

type PluginVisibility int32

PluginVisibility defines the visibility options available for Plugins and Templates.

const (
	PluginVisibility_PLUGIN_VISIBILITY_UNSPECIFIED PluginVisibility = 0
	PluginVisibility_PLUGIN_VISIBILITY_PUBLIC      PluginVisibility = 1
	PluginVisibility_PLUGIN_VISIBILITY_PRIVATE     PluginVisibility = 2
)

func (PluginVisibility) Descriptor

func (PluginVisibility) Enum

func (PluginVisibility) EnumDescriptor deprecated

func (PluginVisibility) EnumDescriptor() ([]byte, []int)

Deprecated: Use PluginVisibility.Descriptor instead.

func (PluginVisibility) Number

func (PluginVisibility) String

func (x PluginVisibility) String() string

func (PluginVisibility) Type

type PushRequest

type PushRequest struct {
	Owner      string           `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	Repository string           `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"`
	Branch     string           `protobuf:"bytes,3,opt,name=branch,proto3" json:"branch,omitempty"`
	Module     *v1alpha1.Module `protobuf:"bytes,4,opt,name=module,proto3" json:"module,omitempty"`
	// Optional; if provided, the provided tags
	// are created for the pushed commit.
	Tags []string `protobuf:"bytes,5,rep,name=tags,proto3" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

func (*PushRequest) Descriptor deprecated

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

Deprecated: Use PushRequest.ProtoReflect.Descriptor instead.

func (*PushRequest) GetBranch

func (x *PushRequest) GetBranch() string

func (*PushRequest) GetModule

func (x *PushRequest) GetModule() *v1alpha1.Module

func (*PushRequest) GetOwner

func (x *PushRequest) GetOwner() string

func (*PushRequest) GetRepository

func (x *PushRequest) GetRepository() string

func (*PushRequest) GetTags

func (x *PushRequest) GetTags() []string

func (*PushRequest) ProtoMessage

func (*PushRequest) ProtoMessage()

func (*PushRequest) ProtoReflect

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

func (*PushRequest) Reset

func (x *PushRequest) Reset()

func (*PushRequest) String

func (x *PushRequest) String() string

type PushResponse

type PushResponse struct {
	LocalModulePin *LocalModulePin `protobuf:"bytes,5,opt,name=local_module_pin,json=localModulePin,proto3" json:"local_module_pin,omitempty"`
	// contains filtered or unexported fields
}

func (*PushResponse) Descriptor deprecated

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

Deprecated: Use PushResponse.ProtoReflect.Descriptor instead.

func (*PushResponse) GetLocalModulePin

func (x *PushResponse) GetLocalModulePin() *LocalModulePin

func (*PushResponse) ProtoMessage

func (*PushResponse) ProtoMessage()

func (*PushResponse) ProtoReflect

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

func (*PushResponse) Reset

func (x *PushResponse) Reset()

func (*PushResponse) String

func (x *PushResponse) String() string

type PushServiceClient

type PushServiceClient interface {
	// Push pushes.
	Push(ctx context.Context, in *PushRequest, opts ...grpc.CallOption) (*PushResponse, error)
}

PushServiceClient is the client API for PushService 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 PushServiceServer

type PushServiceServer interface {
	// Push pushes.
	Push(context.Context, *PushRequest) (*PushResponse, error)
}

PushServiceServer is the server API for PushService service. All implementations should embed UnimplementedPushServiceServer for forward compatibility

type RecommendationServiceClient

type RecommendationServiceClient interface {
	// RecommendedRepositories returns a list of recommended repositories.
	RecommendedRepositories(ctx context.Context, in *RecommendedRepositoriesRequest, opts ...grpc.CallOption) (*RecommendedRepositoriesResponse, error)
}

RecommendationServiceClient is the client API for RecommendationService 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 RecommendationServiceServer

type RecommendationServiceServer interface {
	// RecommendedRepositories returns a list of recommended repositories.
	RecommendedRepositories(context.Context, *RecommendedRepositoriesRequest) (*RecommendedRepositoriesResponse, error)
}

RecommendationServiceServer is the server API for RecommendationService service. All implementations should embed UnimplementedRecommendationServiceServer for forward compatibility

type RecommendedRepositoriesRequest

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

func (*RecommendedRepositoriesRequest) Descriptor deprecated

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

Deprecated: Use RecommendedRepositoriesRequest.ProtoReflect.Descriptor instead.

func (*RecommendedRepositoriesRequest) ProtoMessage

func (*RecommendedRepositoriesRequest) ProtoMessage()

func (*RecommendedRepositoriesRequest) ProtoReflect

func (*RecommendedRepositoriesRequest) Reset

func (x *RecommendedRepositoriesRequest) Reset()

func (*RecommendedRepositoriesRequest) String

type RecommendedRepositoriesResponse

type RecommendedRepositoriesResponse struct {
	Repositories []*RecommendedRepository `protobuf:"bytes,1,rep,name=repositories,proto3" json:"repositories,omitempty"`
	// contains filtered or unexported fields
}

func (*RecommendedRepositoriesResponse) Descriptor deprecated

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

Deprecated: Use RecommendedRepositoriesResponse.ProtoReflect.Descriptor instead.

func (*RecommendedRepositoriesResponse) GetRepositories

func (*RecommendedRepositoriesResponse) ProtoMessage

func (*RecommendedRepositoriesResponse) ProtoMessage()

func (*RecommendedRepositoriesResponse) ProtoReflect

func (*RecommendedRepositoriesResponse) Reset

func (*RecommendedRepositoriesResponse) String

type RecommendedRepository

type RecommendedRepository struct {
	Owner      string                 `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	Name       string                 `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// contains filtered or unexported fields
}

RecommendedRepository is the information about a repository needed to link to its owner page.

func (*RecommendedRepository) Descriptor deprecated

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

Deprecated: Use RecommendedRepository.ProtoReflect.Descriptor instead.

func (*RecommendedRepository) GetCreateTime

func (x *RecommendedRepository) GetCreateTime() *timestamppb.Timestamp

func (*RecommendedRepository) GetName

func (x *RecommendedRepository) GetName() string

func (*RecommendedRepository) GetOwner

func (x *RecommendedRepository) GetOwner() string

func (*RecommendedRepository) ProtoMessage

func (*RecommendedRepository) ProtoMessage()

func (*RecommendedRepository) ProtoReflect

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

func (*RecommendedRepository) Reset

func (x *RecommendedRepository) Reset()

func (*RecommendedRepository) String

func (x *RecommendedRepository) String() string

type Reference

type Reference struct {

	// Types that are assignable to Reference:
	//	*Reference_Branch
	//	*Reference_Tag
	//	*Reference_Commit
	Reference isReference_Reference `protobuf_oneof:"reference"`
	// contains filtered or unexported fields
}

func (*Reference) Descriptor deprecated

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

Deprecated: Use Reference.ProtoReflect.Descriptor instead.

func (*Reference) GetBranch

func (x *Reference) GetBranch() *RepositoryBranch

func (*Reference) GetCommit

func (x *Reference) GetCommit() *RepositoryCommit

func (*Reference) GetReference

func (m *Reference) GetReference() isReference_Reference

func (*Reference) GetTag

func (x *Reference) GetTag() *RepositoryTag

func (*Reference) ProtoMessage

func (*Reference) ProtoMessage()

func (*Reference) ProtoReflect

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

func (*Reference) Reset

func (x *Reference) Reset()

func (*Reference) String

func (x *Reference) String() string

type ReferenceServiceClient

type ReferenceServiceClient interface {
	// GetReferenceByName takes a reference name and returns the
	// reference either as a tag, branch, or commit.
	GetReferenceByName(ctx context.Context, in *GetReferenceByNameRequest, opts ...grpc.CallOption) (*GetReferenceByNameResponse, error)
}

ReferenceServiceClient is the client API for ReferenceService 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 ReferenceServiceServer

type ReferenceServiceServer interface {
	// GetReferenceByName takes a reference name and returns the
	// reference either as a tag, branch, or commit.
	GetReferenceByName(context.Context, *GetReferenceByNameRequest) (*GetReferenceByNameResponse, error)
}

ReferenceServiceServer is the server API for ReferenceService service. All implementations should embed UnimplementedReferenceServiceServer for forward compatibility

type Reference_Branch

type Reference_Branch struct {
	// The requested reference is a branch.
	Branch *RepositoryBranch `protobuf:"bytes,1,opt,name=branch,proto3,oneof"`
}

type Reference_Commit

type Reference_Commit struct {
	// The requested reference is a commit.
	Commit *RepositoryCommit `protobuf:"bytes,3,opt,name=commit,proto3,oneof"`
}

type Reference_Tag

type Reference_Tag struct {
	// The requested reference is a tag.
	Tag *RepositoryTag `protobuf:"bytes,2,opt,name=tag,proto3,oneof"`
}

type RemoveOrganizationBaseRepositoryScopeByNameRequest

type RemoveOrganizationBaseRepositoryScopeByNameRequest struct {
	Name            string          `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	RepositoryScope RepositoryScope `` /* 156-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RemoveOrganizationBaseRepositoryScopeByNameRequest) Descriptor deprecated

Deprecated: Use RemoveOrganizationBaseRepositoryScopeByNameRequest.ProtoReflect.Descriptor instead.

func (*RemoveOrganizationBaseRepositoryScopeByNameRequest) GetName

func (*RemoveOrganizationBaseRepositoryScopeByNameRequest) GetRepositoryScope

func (*RemoveOrganizationBaseRepositoryScopeByNameRequest) ProtoMessage

func (*RemoveOrganizationBaseRepositoryScopeByNameRequest) ProtoReflect

func (*RemoveOrganizationBaseRepositoryScopeByNameRequest) Reset

func (*RemoveOrganizationBaseRepositoryScopeByNameRequest) String

type RemoveOrganizationBaseRepositoryScopeByNameResponse

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

func (*RemoveOrganizationBaseRepositoryScopeByNameResponse) Descriptor deprecated

Deprecated: Use RemoveOrganizationBaseRepositoryScopeByNameResponse.ProtoReflect.Descriptor instead.

func (*RemoveOrganizationBaseRepositoryScopeByNameResponse) ProtoMessage

func (*RemoveOrganizationBaseRepositoryScopeByNameResponse) ProtoReflect

func (*RemoveOrganizationBaseRepositoryScopeByNameResponse) Reset

func (*RemoveOrganizationBaseRepositoryScopeByNameResponse) String

type RemoveOrganizationBaseRepositoryScopeRequest

type RemoveOrganizationBaseRepositoryScopeRequest struct {
	Id              string          `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	RepositoryScope RepositoryScope `` /* 156-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RemoveOrganizationBaseRepositoryScopeRequest) Descriptor deprecated

Deprecated: Use RemoveOrganizationBaseRepositoryScopeRequest.ProtoReflect.Descriptor instead.

func (*RemoveOrganizationBaseRepositoryScopeRequest) GetId

func (*RemoveOrganizationBaseRepositoryScopeRequest) GetRepositoryScope

func (*RemoveOrganizationBaseRepositoryScopeRequest) ProtoMessage

func (*RemoveOrganizationBaseRepositoryScopeRequest) ProtoReflect

func (*RemoveOrganizationBaseRepositoryScopeRequest) Reset

func (*RemoveOrganizationBaseRepositoryScopeRequest) String

type RemoveOrganizationBaseRepositoryScopeResponse

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

func (*RemoveOrganizationBaseRepositoryScopeResponse) Descriptor deprecated

Deprecated: Use RemoveOrganizationBaseRepositoryScopeResponse.ProtoReflect.Descriptor instead.

func (*RemoveOrganizationBaseRepositoryScopeResponse) ProtoMessage

func (*RemoveOrganizationBaseRepositoryScopeResponse) ProtoReflect

func (*RemoveOrganizationBaseRepositoryScopeResponse) Reset

func (*RemoveOrganizationBaseRepositoryScopeResponse) String

type RemoveTeamBaseRepositoryScopeByNameRequest

type RemoveTeamBaseRepositoryScopeByNameRequest 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"`
	RepositoryScope  RepositoryScope `` /* 156-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RemoveTeamBaseRepositoryScopeByNameRequest) Descriptor deprecated

Deprecated: Use RemoveTeamBaseRepositoryScopeByNameRequest.ProtoReflect.Descriptor instead.

func (*RemoveTeamBaseRepositoryScopeByNameRequest) GetName

func (*RemoveTeamBaseRepositoryScopeByNameRequest) GetOrganizationName

func (x *RemoveTeamBaseRepositoryScopeByNameRequest) GetOrganizationName() string

func (*RemoveTeamBaseRepositoryScopeByNameRequest) GetRepositoryScope

func (*RemoveTeamBaseRepositoryScopeByNameRequest) ProtoMessage

func (*RemoveTeamBaseRepositoryScopeByNameRequest) ProtoReflect

func (*RemoveTeamBaseRepositoryScopeByNameRequest) Reset

func (*RemoveTeamBaseRepositoryScopeByNameRequest) String

type RemoveTeamBaseRepositoryScopeByNameResponse

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

func (*RemoveTeamBaseRepositoryScopeByNameResponse) Descriptor deprecated

Deprecated: Use RemoveTeamBaseRepositoryScopeByNameResponse.ProtoReflect.Descriptor instead.

func (*RemoveTeamBaseRepositoryScopeByNameResponse) ProtoMessage

func (*RemoveTeamBaseRepositoryScopeByNameResponse) ProtoReflect

func (*RemoveTeamBaseRepositoryScopeByNameResponse) Reset

func (*RemoveTeamBaseRepositoryScopeByNameResponse) String

type RemoveTeamBaseRepositoryScopeRequest

type RemoveTeamBaseRepositoryScopeRequest struct {
	Id              string          `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	RepositoryScope RepositoryScope `` /* 156-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RemoveTeamBaseRepositoryScopeRequest) Descriptor deprecated

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

Deprecated: Use RemoveTeamBaseRepositoryScopeRequest.ProtoReflect.Descriptor instead.

func (*RemoveTeamBaseRepositoryScopeRequest) GetId

func (*RemoveTeamBaseRepositoryScopeRequest) GetRepositoryScope

func (x *RemoveTeamBaseRepositoryScopeRequest) GetRepositoryScope() RepositoryScope

func (*RemoveTeamBaseRepositoryScopeRequest) ProtoMessage

func (*RemoveTeamBaseRepositoryScopeRequest) ProtoMessage()

func (*RemoveTeamBaseRepositoryScopeRequest) ProtoReflect

func (*RemoveTeamBaseRepositoryScopeRequest) Reset

func (*RemoveTeamBaseRepositoryScopeRequest) String

type RemoveTeamBaseRepositoryScopeResponse

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

func (*RemoveTeamBaseRepositoryScopeResponse) Descriptor deprecated

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

Deprecated: Use RemoveTeamBaseRepositoryScopeResponse.ProtoReflect.Descriptor instead.

func (*RemoveTeamBaseRepositoryScopeResponse) ProtoMessage

func (*RemoveTeamBaseRepositoryScopeResponse) ProtoMessage()

func (*RemoveTeamBaseRepositoryScopeResponse) ProtoReflect

func (*RemoveTeamBaseRepositoryScopeResponse) Reset

func (*RemoveTeamBaseRepositoryScopeResponse) String

type RemoveTeamOrganizationScopeByNameRequest

type RemoveTeamOrganizationScopeByNameRequest 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"`
	OrganizationScope OrganizationScope `` /* 164-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RemoveTeamOrganizationScopeByNameRequest) Descriptor deprecated

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

Deprecated: Use RemoveTeamOrganizationScopeByNameRequest.ProtoReflect.Descriptor instead.

func (*RemoveTeamOrganizationScopeByNameRequest) GetName

func (*RemoveTeamOrganizationScopeByNameRequest) GetOrganizationName

func (x *RemoveTeamOrganizationScopeByNameRequest) GetOrganizationName() string

func (*RemoveTeamOrganizationScopeByNameRequest) GetOrganizationScope

func (*RemoveTeamOrganizationScopeByNameRequest) ProtoMessage

func (*RemoveTeamOrganizationScopeByNameRequest) ProtoReflect

func (*RemoveTeamOrganizationScopeByNameRequest) Reset

func (*RemoveTeamOrganizationScopeByNameRequest) String

type RemoveTeamOrganizationScopeByNameResponse

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

func (*RemoveTeamOrganizationScopeByNameResponse) Descriptor deprecated

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

Deprecated: Use RemoveTeamOrganizationScopeByNameResponse.ProtoReflect.Descriptor instead.

func (*RemoveTeamOrganizationScopeByNameResponse) ProtoMessage

func (*RemoveTeamOrganizationScopeByNameResponse) ProtoReflect

func (*RemoveTeamOrganizationScopeByNameResponse) Reset

func (*RemoveTeamOrganizationScopeByNameResponse) String

type RemoveTeamOrganizationScopeRequest

type RemoveTeamOrganizationScopeRequest struct {
	Id                string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrganizationScope OrganizationScope `` /* 164-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RemoveTeamOrganizationScopeRequest) Descriptor deprecated

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

Deprecated: Use RemoveTeamOrganizationScopeRequest.ProtoReflect.Descriptor instead.

func (*RemoveTeamOrganizationScopeRequest) GetId

func (*RemoveTeamOrganizationScopeRequest) GetOrganizationScope

func (x *RemoveTeamOrganizationScopeRequest) GetOrganizationScope() OrganizationScope

func (*RemoveTeamOrganizationScopeRequest) ProtoMessage

func (*RemoveTeamOrganizationScopeRequest) ProtoMessage()

func (*RemoveTeamOrganizationScopeRequest) ProtoReflect

func (*RemoveTeamOrganizationScopeRequest) Reset

func (*RemoveTeamOrganizationScopeRequest) String

type RemoveTeamOrganizationScopeResponse

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

func (*RemoveTeamOrganizationScopeResponse) Descriptor deprecated

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

Deprecated: Use RemoveTeamOrganizationScopeResponse.ProtoReflect.Descriptor instead.

func (*RemoveTeamOrganizationScopeResponse) ProtoMessage

func (*RemoveTeamOrganizationScopeResponse) ProtoMessage()

func (*RemoveTeamOrganizationScopeResponse) ProtoReflect

func (*RemoveTeamOrganizationScopeResponse) Reset

func (*RemoveTeamOrganizationScopeResponse) String

type RemoveTeamRepositoryScopeByNameRequest

type RemoveTeamRepositoryScopeByNameRequest 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"`
	RepositoryName   string          `protobuf:"bytes,3,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"`
	RepositoryScope  RepositoryScope `` /* 156-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RemoveTeamRepositoryScopeByNameRequest) Descriptor deprecated

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

Deprecated: Use RemoveTeamRepositoryScopeByNameRequest.ProtoReflect.Descriptor instead.

func (*RemoveTeamRepositoryScopeByNameRequest) GetName

func (*RemoveTeamRepositoryScopeByNameRequest) GetOrganizationName

func (x *RemoveTeamRepositoryScopeByNameRequest) GetOrganizationName() string

func (*RemoveTeamRepositoryScopeByNameRequest) GetRepositoryName

func (x *RemoveTeamRepositoryScopeByNameRequest) GetRepositoryName() string

func (*RemoveTeamRepositoryScopeByNameRequest) GetRepositoryScope

func (*RemoveTeamRepositoryScopeByNameRequest) ProtoMessage

func (*RemoveTeamRepositoryScopeByNameRequest) ProtoReflect

func (*RemoveTeamRepositoryScopeByNameRequest) Reset

func (*RemoveTeamRepositoryScopeByNameRequest) String

type RemoveTeamRepositoryScopeByNameResponse

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

func (*RemoveTeamRepositoryScopeByNameResponse) Descriptor deprecated

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

Deprecated: Use RemoveTeamRepositoryScopeByNameResponse.ProtoReflect.Descriptor instead.

func (*RemoveTeamRepositoryScopeByNameResponse) ProtoMessage

func (*RemoveTeamRepositoryScopeByNameResponse) ProtoReflect

func (*RemoveTeamRepositoryScopeByNameResponse) Reset

func (*RemoveTeamRepositoryScopeByNameResponse) String

type RemoveTeamRepositoryScopeRequest

type RemoveTeamRepositoryScopeRequest struct {
	Id              string          `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	RepositoryId    string          `protobuf:"bytes,2,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
	RepositoryScope RepositoryScope `` /* 156-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RemoveTeamRepositoryScopeRequest) Descriptor deprecated

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

Deprecated: Use RemoveTeamRepositoryScopeRequest.ProtoReflect.Descriptor instead.

func (*RemoveTeamRepositoryScopeRequest) GetId

func (*RemoveTeamRepositoryScopeRequest) GetRepositoryId

func (x *RemoveTeamRepositoryScopeRequest) GetRepositoryId() string

func (*RemoveTeamRepositoryScopeRequest) GetRepositoryScope

func (x *RemoveTeamRepositoryScopeRequest) GetRepositoryScope() RepositoryScope

func (*RemoveTeamRepositoryScopeRequest) ProtoMessage

func (*RemoveTeamRepositoryScopeRequest) ProtoMessage()

func (*RemoveTeamRepositoryScopeRequest) ProtoReflect

func (*RemoveTeamRepositoryScopeRequest) Reset

func (*RemoveTeamRepositoryScopeRequest) String

type RemoveTeamRepositoryScopeResponse

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

func (*RemoveTeamRepositoryScopeResponse) Descriptor deprecated

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

Deprecated: Use RemoveTeamRepositoryScopeResponse.ProtoReflect.Descriptor instead.

func (*RemoveTeamRepositoryScopeResponse) ProtoMessage

func (*RemoveTeamRepositoryScopeResponse) ProtoMessage()

func (*RemoveTeamRepositoryScopeResponse) ProtoReflect

func (*RemoveTeamRepositoryScopeResponse) Reset

func (*RemoveTeamRepositoryScopeResponse) String

type RemoveUserFromTeamByNameRequest

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

func (*RemoveUserFromTeamByNameRequest) Descriptor deprecated

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

Deprecated: Use RemoveUserFromTeamByNameRequest.ProtoReflect.Descriptor instead.

func (*RemoveUserFromTeamByNameRequest) GetName

func (*RemoveUserFromTeamByNameRequest) GetOrganizationName

func (x *RemoveUserFromTeamByNameRequest) GetOrganizationName() string

func (*RemoveUserFromTeamByNameRequest) GetUserName

func (x *RemoveUserFromTeamByNameRequest) GetUserName() string

func (*RemoveUserFromTeamByNameRequest) ProtoMessage

func (*RemoveUserFromTeamByNameRequest) ProtoMessage()

func (*RemoveUserFromTeamByNameRequest) ProtoReflect

func (*RemoveUserFromTeamByNameRequest) Reset

func (*RemoveUserFromTeamByNameRequest) String

type RemoveUserFromTeamByNameResponse

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

func (*RemoveUserFromTeamByNameResponse) Descriptor deprecated

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

Deprecated: Use RemoveUserFromTeamByNameResponse.ProtoReflect.Descriptor instead.

func (*RemoveUserFromTeamByNameResponse) ProtoMessage

func (*RemoveUserFromTeamByNameResponse) ProtoMessage()

func (*RemoveUserFromTeamByNameResponse) ProtoReflect

func (*RemoveUserFromTeamByNameResponse) Reset

func (*RemoveUserFromTeamByNameResponse) String

type RemoveUserFromTeamRequest

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

func (*RemoveUserFromTeamRequest) Descriptor deprecated

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

Deprecated: Use RemoveUserFromTeamRequest.ProtoReflect.Descriptor instead.

func (*RemoveUserFromTeamRequest) GetId

func (x *RemoveUserFromTeamRequest) GetId() string

func (*RemoveUserFromTeamRequest) GetUserId

func (x *RemoveUserFromTeamRequest) GetUserId() string

func (*RemoveUserFromTeamRequest) ProtoMessage

func (*RemoveUserFromTeamRequest) ProtoMessage()

func (*RemoveUserFromTeamRequest) ProtoReflect

func (*RemoveUserFromTeamRequest) Reset

func (x *RemoveUserFromTeamRequest) Reset()

func (*RemoveUserFromTeamRequest) String

func (x *RemoveUserFromTeamRequest) String() string

type RemoveUserFromTeamResponse

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

func (*RemoveUserFromTeamResponse) Descriptor deprecated

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

Deprecated: Use RemoveUserFromTeamResponse.ProtoReflect.Descriptor instead.

func (*RemoveUserFromTeamResponse) ProtoMessage

func (*RemoveUserFromTeamResponse) ProtoMessage()

func (*RemoveUserFromTeamResponse) ProtoReflect

func (*RemoveUserFromTeamResponse) Reset

func (x *RemoveUserFromTeamResponse) Reset()

func (*RemoveUserFromTeamResponse) String

func (x *RemoveUserFromTeamResponse) String() string

type RemoveUserOrganizationScopeByNameRequest

type RemoveUserOrganizationScopeByNameRequest 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"`
	OrganizationScope OrganizationScope `` /* 164-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RemoveUserOrganizationScopeByNameRequest) Descriptor deprecated

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

Deprecated: Use RemoveUserOrganizationScopeByNameRequest.ProtoReflect.Descriptor instead.

func (*RemoveUserOrganizationScopeByNameRequest) GetName

func (*RemoveUserOrganizationScopeByNameRequest) GetOrganizationName

func (x *RemoveUserOrganizationScopeByNameRequest) GetOrganizationName() string

func (*RemoveUserOrganizationScopeByNameRequest) GetOrganizationScope

func (*RemoveUserOrganizationScopeByNameRequest) ProtoMessage

func (*RemoveUserOrganizationScopeByNameRequest) ProtoReflect

func (*RemoveUserOrganizationScopeByNameRequest) Reset

func (*RemoveUserOrganizationScopeByNameRequest) String

type RemoveUserOrganizationScopeByNameResponse

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

func (*RemoveUserOrganizationScopeByNameResponse) Descriptor deprecated

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

Deprecated: Use RemoveUserOrganizationScopeByNameResponse.ProtoReflect.Descriptor instead.

func (*RemoveUserOrganizationScopeByNameResponse) ProtoMessage

func (*RemoveUserOrganizationScopeByNameResponse) ProtoReflect

func (*RemoveUserOrganizationScopeByNameResponse) Reset

func (*RemoveUserOrganizationScopeByNameResponse) String

type RemoveUserOrganizationScopeRequest

type RemoveUserOrganizationScopeRequest struct {
	Id                string            `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	OrganizationId    string            `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	OrganizationScope OrganizationScope `` /* 164-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RemoveUserOrganizationScopeRequest) Descriptor deprecated

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

Deprecated: Use RemoveUserOrganizationScopeRequest.ProtoReflect.Descriptor instead.

func (*RemoveUserOrganizationScopeRequest) GetId

func (*RemoveUserOrganizationScopeRequest) GetOrganizationId

func (x *RemoveUserOrganizationScopeRequest) GetOrganizationId() string

func (*RemoveUserOrganizationScopeRequest) GetOrganizationScope

func (x *RemoveUserOrganizationScopeRequest) GetOrganizationScope() OrganizationScope

func (*RemoveUserOrganizationScopeRequest) ProtoMessage

func (*RemoveUserOrganizationScopeRequest) ProtoMessage()

func (*RemoveUserOrganizationScopeRequest) ProtoReflect

func (*RemoveUserOrganizationScopeRequest) Reset

func (*RemoveUserOrganizationScopeRequest) String

type RemoveUserOrganizationScopeResponse

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

func (*RemoveUserOrganizationScopeResponse) Descriptor deprecated

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

Deprecated: Use RemoveUserOrganizationScopeResponse.ProtoReflect.Descriptor instead.

func (*RemoveUserOrganizationScopeResponse) ProtoMessage

func (*RemoveUserOrganizationScopeResponse) ProtoMessage()

func (*RemoveUserOrganizationScopeResponse) ProtoReflect

func (*RemoveUserOrganizationScopeResponse) Reset

func (*RemoveUserOrganizationScopeResponse) String

type RemoveUserServerScopeByNameRequest

type RemoveUserServerScopeByNameRequest struct {
	Name        string      `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	ServerScope ServerScope `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RemoveUserServerScopeByNameRequest) Descriptor deprecated

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

Deprecated: Use RemoveUserServerScopeByNameRequest.ProtoReflect.Descriptor instead.

func (*RemoveUserServerScopeByNameRequest) GetName

func (*RemoveUserServerScopeByNameRequest) GetServerScope

func (x *RemoveUserServerScopeByNameRequest) GetServerScope() ServerScope

func (*RemoveUserServerScopeByNameRequest) ProtoMessage

func (*RemoveUserServerScopeByNameRequest) ProtoMessage()

func (*RemoveUserServerScopeByNameRequest) ProtoReflect

func (*RemoveUserServerScopeByNameRequest) Reset

func (*RemoveUserServerScopeByNameRequest) String

type RemoveUserServerScopeByNameResponse

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

func (*RemoveUserServerScopeByNameResponse) Descriptor deprecated

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

Deprecated: Use RemoveUserServerScopeByNameResponse.ProtoReflect.Descriptor instead.

func (*RemoveUserServerScopeByNameResponse) ProtoMessage

func (*RemoveUserServerScopeByNameResponse) ProtoMessage()

func (*RemoveUserServerScopeByNameResponse) ProtoReflect

func (*RemoveUserServerScopeByNameResponse) Reset

func (*RemoveUserServerScopeByNameResponse) String

type RemoveUserServerScopeRequest

type RemoveUserServerScopeRequest struct {
	Id          string      `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	ServerScope ServerScope `` /* 140-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*RemoveUserServerScopeRequest) Descriptor deprecated

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

Deprecated: Use RemoveUserServerScopeRequest.ProtoReflect.Descriptor instead.

func (*RemoveUserServerScopeRequest) GetId

func (*RemoveUserServerScopeRequest) GetServerScope

func (x *RemoveUserServerScopeRequest) GetServerScope() ServerScope

func (*RemoveUserServerScopeRequest) ProtoMessage

func (*RemoveUserServerScopeRequest) ProtoMessage()

func (*RemoveUserServerScopeRequest) ProtoReflect

func (*RemoveUserServerScopeRequest) Reset

func (x *RemoveUserServerScopeRequest) Reset()

func (*RemoveUserServerScopeRequest) String

type RemoveUserServerScopeResponse

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

func (*RemoveUserServerScopeResponse) Descriptor deprecated

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

Deprecated: Use RemoveUserServerScopeResponse.ProtoReflect.Descriptor instead.

func (*RemoveUserServerScopeResponse) ProtoMessage

func (*RemoveUserServerScopeResponse) ProtoMessage()

func (*RemoveUserServerScopeResponse) ProtoReflect

func (*RemoveUserServerScopeResponse) Reset

func (x *RemoveUserServerScopeResponse) Reset()

func (*RemoveUserServerScopeResponse) String

type Repository

type Repository struct {

	// primary key, unique, immutable
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// immutable
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// mutable
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// unique, mutable
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// Types that are assignable to Owner:
	//	*Repository_UserId
	//	*Repository_OrganizationId
	Owner      isRepository_Owner `protobuf_oneof:"owner"`
	Visibility Visibility         `protobuf:"varint,7,opt,name=visibility,proto3,enum=buf.alpha.registry.v1alpha1.Visibility" json:"visibility,omitempty"`
	// deprecated means this repository is deprecated.
	Deprecated bool `protobuf:"varint,8,opt,name=deprecated,proto3" json:"deprecated,omitempty"`
	// deprecation_message is the message shown if the repository is deprecated.
	DeprecationMessage string `protobuf:"bytes,9,opt,name=deprecation_message,json=deprecationMessage,proto3" json:"deprecation_message,omitempty"`
	// contains filtered or unexported fields
}

func (*Repository) Descriptor deprecated

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

Deprecated: Use Repository.ProtoReflect.Descriptor instead.

func (*Repository) GetCreateTime

func (x *Repository) GetCreateTime() *timestamppb.Timestamp

func (*Repository) GetDeprecated added in v1.0.0

func (x *Repository) GetDeprecated() bool

func (*Repository) GetDeprecationMessage added in v1.0.0

func (x *Repository) GetDeprecationMessage() string

func (*Repository) GetId

func (x *Repository) GetId() string

func (*Repository) GetName

func (x *Repository) GetName() string

func (*Repository) GetOrganizationId

func (x *Repository) GetOrganizationId() string

func (*Repository) GetOwner

func (m *Repository) GetOwner() isRepository_Owner

func (*Repository) GetUpdateTime

func (x *Repository) GetUpdateTime() *timestamppb.Timestamp

func (*Repository) GetUserId

func (x *Repository) GetUserId() string

func (*Repository) GetVisibility

func (x *Repository) GetVisibility() Visibility

func (*Repository) ProtoMessage

func (*Repository) ProtoMessage()

func (*Repository) ProtoReflect

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

func (*Repository) Reset

func (x *Repository) Reset()

func (*Repository) String

func (x *Repository) String() string

type RepositoryBranch

type RepositoryBranch struct {

	// primary key, unique, immutable
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// immutable
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// We reserve field number '3' for the update_time.
	// google.protobuf.Timestamp update_time = 3;
	// The name of the repository branch, i.e. "v1".
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// The ID of the repository this branch belongs to.
	RepositoryId string `protobuf:"bytes,5,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
	// contains filtered or unexported fields
}

func (*RepositoryBranch) Descriptor deprecated

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

Deprecated: Use RepositoryBranch.ProtoReflect.Descriptor instead.

func (*RepositoryBranch) GetCreateTime

func (x *RepositoryBranch) GetCreateTime() *timestamppb.Timestamp

func (*RepositoryBranch) GetId

func (x *RepositoryBranch) GetId() string

func (*RepositoryBranch) GetName

func (x *RepositoryBranch) GetName() string

func (*RepositoryBranch) GetRepositoryId

func (x *RepositoryBranch) GetRepositoryId() string

func (*RepositoryBranch) ProtoMessage

func (*RepositoryBranch) ProtoMessage()

func (*RepositoryBranch) ProtoReflect

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

func (*RepositoryBranch) Reset

func (x *RepositoryBranch) Reset()

func (*RepositoryBranch) String

func (x *RepositoryBranch) String() string

type RepositoryBranchServiceClient

type RepositoryBranchServiceClient interface {
	// CreateRepositoryBranch creates a new repository branch.
	CreateRepositoryBranch(ctx context.Context, in *CreateRepositoryBranchRequest, opts ...grpc.CallOption) (*CreateRepositoryBranchResponse, error)
	// ListRepositoryBranches lists the repository branches associated with a Repository.
	ListRepositoryBranches(ctx context.Context, in *ListRepositoryBranchesRequest, opts ...grpc.CallOption) (*ListRepositoryBranchesResponse, error)
}

RepositoryBranchServiceClient is the client API for RepositoryBranchService 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 RepositoryBranchServiceServer

type RepositoryBranchServiceServer interface {
	// CreateRepositoryBranch creates a new repository branch.
	CreateRepositoryBranch(context.Context, *CreateRepositoryBranchRequest) (*CreateRepositoryBranchResponse, error)
	// ListRepositoryBranches lists the repository branches associated with a Repository.
	ListRepositoryBranches(context.Context, *ListRepositoryBranchesRequest) (*ListRepositoryBranchesResponse, error)
}

RepositoryBranchServiceServer is the server API for RepositoryBranchService service. All implementations should embed UnimplementedRepositoryBranchServiceServer for forward compatibility

type RepositoryCommit

type RepositoryCommit struct {

	// primary key, unique, immutable
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// immutable
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// The digest of the commit.
	Digest string `protobuf:"bytes,3,opt,name=digest,proto3" json:"digest,omitempty"`
	// The name of the commit.
	// This is what is referenced by users.
	// Unique, immutable.
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// The branch on which this commit was created.
	Branch string `protobuf:"bytes,5,opt,name=branch,proto3" json:"branch,omitempty"`
	// The commit sequence ID for this commit. This
	// is essentially what number commit this is on
	// the branch.
	CommitSequenceId int64 `protobuf:"varint,6,opt,name=commit_sequence_id,json=commitSequenceId,proto3" json:"commit_sequence_id,omitempty"`
	// The username of the user who authored this commit.
	Author string `protobuf:"bytes,7,opt,name=author,proto3" json:"author,omitempty"`
	// The tags associated with this commit
	Tags []*RepositoryTag `protobuf:"bytes,8,rep,name=tags,proto3" json:"tags,omitempty"`
	// contains filtered or unexported fields
}

func (*RepositoryCommit) Descriptor deprecated

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

Deprecated: Use RepositoryCommit.ProtoReflect.Descriptor instead.

func (*RepositoryCommit) GetAuthor

func (x *RepositoryCommit) GetAuthor() string

func (*RepositoryCommit) GetBranch

func (x *RepositoryCommit) GetBranch() string

func (*RepositoryCommit) GetCommitSequenceId

func (x *RepositoryCommit) GetCommitSequenceId() int64

func (*RepositoryCommit) GetCreateTime

func (x *RepositoryCommit) GetCreateTime() *timestamppb.Timestamp

func (*RepositoryCommit) GetDigest

func (x *RepositoryCommit) GetDigest() string

func (*RepositoryCommit) GetId

func (x *RepositoryCommit) GetId() string

func (*RepositoryCommit) GetName

func (x *RepositoryCommit) GetName() string

func (*RepositoryCommit) GetTags

func (x *RepositoryCommit) GetTags() []*RepositoryTag

func (*RepositoryCommit) ProtoMessage

func (*RepositoryCommit) ProtoMessage()

func (*RepositoryCommit) ProtoReflect

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

func (*RepositoryCommit) Reset

func (x *RepositoryCommit) Reset()

func (*RepositoryCommit) String

func (x *RepositoryCommit) String() string

type RepositoryCommitServiceClient

type RepositoryCommitServiceClient interface {
	// ListRepositoryCommitsByBranch lists the repository commits associated
	// with a repository branch on a repository, ordered by their create time.
	ListRepositoryCommitsByBranch(ctx context.Context, in *ListRepositoryCommitsByBranchRequest, opts ...grpc.CallOption) (*ListRepositoryCommitsByBranchResponse, error)
	// ListRepositoryCommitsByReference returns repository commits up-to and including
	// the provided reference.
	ListRepositoryCommitsByReference(ctx context.Context, in *ListRepositoryCommitsByReferenceRequest, opts ...grpc.CallOption) (*ListRepositoryCommitsByReferenceResponse, error)
	// GetRepositoryCommitByReference returns the repository commit matching
	// the provided reference, if it exists.
	GetRepositoryCommitByReference(ctx context.Context, in *GetRepositoryCommitByReferenceRequest, opts ...grpc.CallOption) (*GetRepositoryCommitByReferenceResponse, error)
	// GetRepositoryCommitBySequenceID returns the repository commit matching
	// the provided sequence ID and branch, if it exists.
	GetRepositoryCommitBySequenceID(ctx context.Context, in *GetRepositoryCommitBySequenceIDRequest, opts ...grpc.CallOption) (*GetRepositoryCommitBySequenceIDResponse, error)
}

RepositoryCommitServiceClient is the client API for RepositoryCommitService 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 RepositoryCommitServiceServer

type RepositoryCommitServiceServer interface {
	// ListRepositoryCommitsByBranch lists the repository commits associated
	// with a repository branch on a repository, ordered by their create time.
	ListRepositoryCommitsByBranch(context.Context, *ListRepositoryCommitsByBranchRequest) (*ListRepositoryCommitsByBranchResponse, error)
	// ListRepositoryCommitsByReference returns repository commits up-to and including
	// the provided reference.
	ListRepositoryCommitsByReference(context.Context, *ListRepositoryCommitsByReferenceRequest) (*ListRepositoryCommitsByReferenceResponse, error)
	// GetRepositoryCommitByReference returns the repository commit matching
	// the provided reference, if it exists.
	GetRepositoryCommitByReference(context.Context, *GetRepositoryCommitByReferenceRequest) (*GetRepositoryCommitByReferenceResponse, error)
	// GetRepositoryCommitBySequenceID returns the repository commit matching
	// the provided sequence ID and branch, if it exists.
	GetRepositoryCommitBySequenceID(context.Context, *GetRepositoryCommitBySequenceIDRequest) (*GetRepositoryCommitBySequenceIDResponse, error)
}

RepositoryCommitServiceServer is the server API for RepositoryCommitService service. All implementations should embed UnimplementedRepositoryCommitServiceServer for forward compatibility

type RepositoryScope

type RepositoryScope int32
const (
	RepositoryScope_REPOSITORY_SCOPE_UNSPECIFIED RepositoryScope = 0
	RepositoryScope_REPOSITORY_SCOPE_READ        RepositoryScope = 1
	RepositoryScope_REPOSITORY_SCOPE_READ_WRITE  RepositoryScope = 2
	RepositoryScope_REPOSITORY_SCOPE_ADMIN       RepositoryScope = 3
)

func (RepositoryScope) Descriptor

func (RepositoryScope) Enum

func (x RepositoryScope) Enum() *RepositoryScope

func (RepositoryScope) EnumDescriptor deprecated

func (RepositoryScope) EnumDescriptor() ([]byte, []int)

Deprecated: Use RepositoryScope.Descriptor instead.

func (RepositoryScope) Number

func (RepositoryScope) String

func (x RepositoryScope) String() string

func (RepositoryScope) Type

type RepositorySearchResult

type RepositorySearchResult 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"`
	// The name of the user or organization
	// who is the owner of this repository
	Owner string `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"`
	// contains filtered or unexported fields
}

func (*RepositorySearchResult) Descriptor deprecated

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

Deprecated: Use RepositorySearchResult.ProtoReflect.Descriptor instead.

func (*RepositorySearchResult) GetId

func (x *RepositorySearchResult) GetId() string

func (*RepositorySearchResult) GetName

func (x *RepositorySearchResult) GetName() string

func (*RepositorySearchResult) GetOwner

func (x *RepositorySearchResult) GetOwner() string

func (*RepositorySearchResult) ProtoMessage

func (*RepositorySearchResult) ProtoMessage()

func (*RepositorySearchResult) ProtoReflect

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

func (*RepositorySearchResult) Reset

func (x *RepositorySearchResult) Reset()

func (*RepositorySearchResult) String

func (x *RepositorySearchResult) String() string

type RepositoryServiceClient

type RepositoryServiceClient interface {
	// GetRepository gets a repository by ID.
	GetRepository(ctx context.Context, in *GetRepositoryRequest, opts ...grpc.CallOption) (*GetRepositoryResponse, error)
	// GetRepositoryByFullName gets a repository by full name.
	GetRepositoryByFullName(ctx context.Context, in *GetRepositoryByFullNameRequest, opts ...grpc.CallOption) (*GetRepositoryByFullNameResponse, error)
	// ListRepositories lists all repositories.
	ListRepositories(ctx context.Context, in *ListRepositoriesRequest, opts ...grpc.CallOption) (*ListRepositoriesResponse, error)
	// ListUserRepositories lists all repositories belonging to a user.
	ListUserRepositories(ctx context.Context, in *ListUserRepositoriesRequest, opts ...grpc.CallOption) (*ListUserRepositoriesResponse, error)
	// ListUserRepositories lists all repositories a user can access.
	ListRepositoriesUserCanAccess(ctx context.Context, in *ListRepositoriesUserCanAccessRequest, opts ...grpc.CallOption) (*ListRepositoriesUserCanAccessResponse, error)
	// ListOrganizationRepositories lists all repositories for an organization.
	ListOrganizationRepositories(ctx context.Context, in *ListOrganizationRepositoriesRequest, opts ...grpc.CallOption) (*ListOrganizationRepositoriesResponse, error)
	// CreateRepositoryByFullName creates a new repository by full name.
	CreateRepositoryByFullName(ctx context.Context, in *CreateRepositoryByFullNameRequest, opts ...grpc.CallOption) (*CreateRepositoryByFullNameResponse, error)
	// UpdateRepositoryName updates a repository's name.
	UpdateRepositoryName(ctx context.Context, in *UpdateRepositoryNameRequest, opts ...grpc.CallOption) (*UpdateRepositoryNameResponse, error)
	// UpdateRepositoryNameByFullName updates a repository's name by full name.
	UpdateRepositoryNameByFullName(ctx context.Context, in *UpdateRepositoryNameByFullNameRequest, opts ...grpc.CallOption) (*UpdateRepositoryNameByFullNameResponse, error)
	// UpdateRepositoryVisibility updates a repository's visibility.
	UpdateRepositoryVisibility(ctx context.Context, in *UpdateRepositoryVisibilityRequest, opts ...grpc.CallOption) (*UpdateRepositoryVisibilityResponse, error)
	// UpdateRepositoryVisibilityByName updates a repository's visibility by name.
	UpdateRepositoryVisibilityByName(ctx context.Context, in *UpdateRepositoryVisibilityByNameRequest, opts ...grpc.CallOption) (*UpdateRepositoryVisibilityByNameResponse, error)
	// DeleteRepository deletes a repository.
	DeleteRepository(ctx context.Context, in *DeleteRepositoryRequest, opts ...grpc.CallOption) (*DeleteRepositoryResponse, error)
	// DeleteRepositoryByFullName deletes a repository by full name.
	DeleteRepositoryByFullName(ctx context.Context, in *DeleteRepositoryByFullNameRequest, opts ...grpc.CallOption) (*DeleteRepositoryByFullNameResponse, error)
	// DeprecateRepositoryByName deprecates the repository.
	DeprecateRepositoryByName(ctx context.Context, in *DeprecateRepositoryByNameRequest, opts ...grpc.CallOption) (*DeprecateRepositoryByNameResponse, error)
	// UndeprecateRepositoryByName makes the repository not deprecated and removes any deprecation_message.
	UndeprecateRepositoryByName(ctx context.Context, in *UndeprecateRepositoryByNameRequest, opts ...grpc.CallOption) (*UndeprecateRepositoryByNameResponse, error)
	// GetRepositoriesByFullName gets repositories by full name. Response order is unspecified.
	// Errors if any of the repositories don't exist or the caller does not have access to any of the repositories.
	GetRepositoriesByFullName(ctx context.Context, in *GetRepositoriesByFullNameRequest, opts ...grpc.CallOption) (*GetRepositoriesByFullNameResponse, error)
}

RepositoryServiceClient is the client API for RepositoryService 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 RepositoryServiceServer

type RepositoryServiceServer interface {
	// GetRepository gets a repository by ID.
	GetRepository(context.Context, *GetRepositoryRequest) (*GetRepositoryResponse, error)
	// GetRepositoryByFullName gets a repository by full name.
	GetRepositoryByFullName(context.Context, *GetRepositoryByFullNameRequest) (*GetRepositoryByFullNameResponse, error)
	// ListRepositories lists all repositories.
	ListRepositories(context.Context, *ListRepositoriesRequest) (*ListRepositoriesResponse, error)
	// ListUserRepositories lists all repositories belonging to a user.
	ListUserRepositories(context.Context, *ListUserRepositoriesRequest) (*ListUserRepositoriesResponse, error)
	// ListUserRepositories lists all repositories a user can access.
	ListRepositoriesUserCanAccess(context.Context, *ListRepositoriesUserCanAccessRequest) (*ListRepositoriesUserCanAccessResponse, error)
	// ListOrganizationRepositories lists all repositories for an organization.
	ListOrganizationRepositories(context.Context, *ListOrganizationRepositoriesRequest) (*ListOrganizationRepositoriesResponse, error)
	// CreateRepositoryByFullName creates a new repository by full name.
	CreateRepositoryByFullName(context.Context, *CreateRepositoryByFullNameRequest) (*CreateRepositoryByFullNameResponse, error)
	// UpdateRepositoryName updates a repository's name.
	UpdateRepositoryName(context.Context, *UpdateRepositoryNameRequest) (*UpdateRepositoryNameResponse, error)
	// UpdateRepositoryNameByFullName updates a repository's name by full name.
	UpdateRepositoryNameByFullName(context.Context, *UpdateRepositoryNameByFullNameRequest) (*UpdateRepositoryNameByFullNameResponse, error)
	// UpdateRepositoryVisibility updates a repository's visibility.
	UpdateRepositoryVisibility(context.Context, *UpdateRepositoryVisibilityRequest) (*UpdateRepositoryVisibilityResponse, error)
	// UpdateRepositoryVisibilityByName updates a repository's visibility by name.
	UpdateRepositoryVisibilityByName(context.Context, *UpdateRepositoryVisibilityByNameRequest) (*UpdateRepositoryVisibilityByNameResponse, error)
	// DeleteRepository deletes a repository.
	DeleteRepository(context.Context, *DeleteRepositoryRequest) (*DeleteRepositoryResponse, error)
	// DeleteRepositoryByFullName deletes a repository by full name.
	DeleteRepositoryByFullName(context.Context, *DeleteRepositoryByFullNameRequest) (*DeleteRepositoryByFullNameResponse, error)
	// DeprecateRepositoryByName deprecates the repository.
	DeprecateRepositoryByName(context.Context, *DeprecateRepositoryByNameRequest) (*DeprecateRepositoryByNameResponse, error)
	// UndeprecateRepositoryByName makes the repository not deprecated and removes any deprecation_message.
	UndeprecateRepositoryByName(context.Context, *UndeprecateRepositoryByNameRequest) (*UndeprecateRepositoryByNameResponse, error)
	// GetRepositoriesByFullName gets repositories by full name. Response order is unspecified.
	// Errors if any of the repositories don't exist or the caller does not have access to any of the repositories.
	GetRepositoriesByFullName(context.Context, *GetRepositoriesByFullNameRequest) (*GetRepositoriesByFullNameResponse, error)
}

RepositoryServiceServer is the server API for RepositoryService service. All implementations should embed UnimplementedRepositoryServiceServer for forward compatibility

type RepositoryTag

type RepositoryTag struct {

	// primary key, unique, immutable
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// immutable
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// We reserve field number '3' for the update_time.
	// google.protobuf.Timestamp update_time = 3;
	// The name of the repository tag, e.g. "6e2e7f24718a76caa32a80d0e2b1841ef2c61403".
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// The name of the commit this tag belongs to.
	CommitName string `protobuf:"bytes,5,opt,name=commit_name,json=commitName,proto3" json:"commit_name,omitempty"`
	// The username of the author of the tag.
	Author string `protobuf:"bytes,6,opt,name=author,proto3" json:"author,omitempty"`
	// contains filtered or unexported fields
}

func (*RepositoryTag) Descriptor deprecated

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

Deprecated: Use RepositoryTag.ProtoReflect.Descriptor instead.

func (*RepositoryTag) GetAuthor

func (x *RepositoryTag) GetAuthor() string

func (*RepositoryTag) GetCommitName

func (x *RepositoryTag) GetCommitName() string

func (*RepositoryTag) GetCreateTime

func (x *RepositoryTag) GetCreateTime() *timestamppb.Timestamp

func (*RepositoryTag) GetId

func (x *RepositoryTag) GetId() string

func (*RepositoryTag) GetName

func (x *RepositoryTag) GetName() string

func (*RepositoryTag) ProtoMessage

func (*RepositoryTag) ProtoMessage()

func (*RepositoryTag) ProtoReflect

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

func (*RepositoryTag) Reset

func (x *RepositoryTag) Reset()

func (*RepositoryTag) String

func (x *RepositoryTag) String() string

type RepositoryTagServiceClient

type RepositoryTagServiceClient interface {
	// CreateRepositoryTag creates a new repository tag.
	CreateRepositoryTag(ctx context.Context, in *CreateRepositoryTagRequest, opts ...grpc.CallOption) (*CreateRepositoryTagResponse, error)
	// ListRepositoryTags lists the repository tags associated with a Repository.
	ListRepositoryTags(ctx context.Context, in *ListRepositoryTagsRequest, opts ...grpc.CallOption) (*ListRepositoryTagsResponse, error)
}

RepositoryTagServiceClient is the client API for RepositoryTagService 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 RepositoryTagServiceServer

type RepositoryTagServiceServer interface {
	// CreateRepositoryTag creates a new repository tag.
	CreateRepositoryTag(context.Context, *CreateRepositoryTagRequest) (*CreateRepositoryTagResponse, error)
	// ListRepositoryTags lists the repository tags associated with a Repository.
	ListRepositoryTags(context.Context, *ListRepositoryTagsRequest) (*ListRepositoryTagsResponse, error)
}

RepositoryTagServiceServer is the server API for RepositoryTagService service. All implementations should embed UnimplementedRepositoryTagServiceServer for forward compatibility

type Repository_OrganizationId

type Repository_OrganizationId struct {
	// foreign key, mutable
	OrganizationId string `protobuf:"bytes,6,opt,name=organization_id,json=organizationId,proto3,oneof"`
}

type Repository_UserId

type Repository_UserId struct {
	// foreign key, mutable
	UserId string `protobuf:"bytes,5,opt,name=user_id,json=userId,proto3,oneof"`
}

type ResolveServiceClient

type ResolveServiceClient interface {
	// GetModulePins finds all the latest digests and respective dependencies of
	// the provided module references and picks a set of distinct modules pins.
	//
	// Note that module references with commits should still be passed to this function
	// to make sure this function can do dependency resolution.
	//
	// This function also deals with tiebreaking what ModulePin wins for the same repository.
	GetModulePins(ctx context.Context, in *GetModulePinsRequest, opts ...grpc.CallOption) (*GetModulePinsResponse, error)
}

ResolveServiceClient is the client API for ResolveService 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 ResolveServiceServer

type ResolveServiceServer interface {
	// GetModulePins finds all the latest digests and respective dependencies of
	// the provided module references and picks a set of distinct modules pins.
	//
	// Note that module references with commits should still be passed to this function
	// to make sure this function can do dependency resolution.
	//
	// This function also deals with tiebreaking what ModulePin wins for the same repository.
	GetModulePins(context.Context, *GetModulePinsRequest) (*GetModulePinsResponse, error)
}

ResolveServiceServer is the server API for ResolveService service. All implementations should embed UnimplementedResolveServiceServer for forward compatibility

type ResolvedReferenceType

type ResolvedReferenceType int32
const (
	ResolvedReferenceType_RESOLVED_REFERENCE_TYPE_UNSPECIFIED ResolvedReferenceType = 0
	ResolvedReferenceType_RESOLVED_REFERENCE_TYPE_COMMIT      ResolvedReferenceType = 1
	ResolvedReferenceType_RESOLVED_REFERENCE_TYPE_BRANCH      ResolvedReferenceType = 2
	ResolvedReferenceType_RESOLVED_REFERENCE_TYPE_TAG         ResolvedReferenceType = 3
)

func (ResolvedReferenceType) Descriptor

func (ResolvedReferenceType) Enum

func (ResolvedReferenceType) EnumDescriptor deprecated

func (ResolvedReferenceType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ResolvedReferenceType.Descriptor instead.

func (ResolvedReferenceType) Number

func (ResolvedReferenceType) String

func (x ResolvedReferenceType) String() string

func (ResolvedReferenceType) Type

type RuntimeLibrary

type RuntimeLibrary struct {

	// The name of the runtime library dependency. The format should match the
	// format used for dependencies in the dependency management tooling of the
	// associated language ecosystem. This is set by the user using Dockerfile Labels.
	// For example, for the plugin "protoc-gen-go", this might be "google.golang.org/protobuf".
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The version of the runtime library dependency associated with the generated
	// code. The format should match the format used for dependency versions in the
	// dependency management tooling of the associated language ecosystem.
	// This is set by the user using Dockerfile Labels.
	// For example, for the plugin "protoc-gen-go", this might be "v1.26.0".
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

RuntimeLibrary describes a pinned runtime library dependency of the generated code.

func (*RuntimeLibrary) Descriptor deprecated

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

Deprecated: Use RuntimeLibrary.ProtoReflect.Descriptor instead.

func (*RuntimeLibrary) GetName

func (x *RuntimeLibrary) GetName() string

func (*RuntimeLibrary) GetVersion

func (x *RuntimeLibrary) GetVersion() string

func (*RuntimeLibrary) ProtoMessage

func (*RuntimeLibrary) ProtoMessage()

func (*RuntimeLibrary) ProtoReflect

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

func (*RuntimeLibrary) Reset

func (x *RuntimeLibrary) Reset()

func (*RuntimeLibrary) String

func (x *RuntimeLibrary) String() string

type SearchRequest

type SearchRequest struct {

	// The search string.
	Query    string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	PageSize uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The first page is returned if this is 0.
	PageToken uint32 `protobuf:"varint,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchRequest) Descriptor deprecated

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

Deprecated: Use SearchRequest.ProtoReflect.Descriptor instead.

func (*SearchRequest) GetPageSize

func (x *SearchRequest) GetPageSize() uint32

func (*SearchRequest) GetPageToken

func (x *SearchRequest) GetPageToken() uint32

func (*SearchRequest) GetQuery

func (x *SearchRequest) GetQuery() string

func (*SearchRequest) ProtoMessage

func (*SearchRequest) ProtoMessage()

func (*SearchRequest) ProtoReflect

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

func (*SearchRequest) Reset

func (x *SearchRequest) Reset()

func (*SearchRequest) String

func (x *SearchRequest) String() string

type SearchResponse

type SearchResponse struct {
	SearchResults []*SearchResult `protobuf:"bytes,1,rep,name=search_results,json=searchResults,proto3" json:"search_results,omitempty"`
	// There are no more pages if this is 0.
	NextPageToken uint32 `protobuf:"varint,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchResponse) Descriptor deprecated

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

Deprecated: Use SearchResponse.ProtoReflect.Descriptor instead.

func (*SearchResponse) GetNextPageToken

func (x *SearchResponse) GetNextPageToken() uint32

func (*SearchResponse) GetSearchResults

func (x *SearchResponse) GetSearchResults() []*SearchResult

func (*SearchResponse) ProtoMessage

func (*SearchResponse) ProtoMessage()

func (*SearchResponse) ProtoReflect

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

func (*SearchResponse) Reset

func (x *SearchResponse) Reset()

func (*SearchResponse) String

func (x *SearchResponse) String() string

type SearchResult

type SearchResult struct {

	// Types that are assignable to Item:
	//	*SearchResult_Repository
	//	*SearchResult_Organization
	//	*SearchResult_User
	//	*SearchResult_Team
	//	*SearchResult_Plugin
	//	*SearchResult_Template
	Item isSearchResult_Item `protobuf_oneof:"item"`
	// contains filtered or unexported fields
}

func (*SearchResult) Descriptor deprecated

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

Deprecated: Use SearchResult.ProtoReflect.Descriptor instead.

func (*SearchResult) GetItem

func (m *SearchResult) GetItem() isSearchResult_Item

func (*SearchResult) GetOrganization

func (x *SearchResult) GetOrganization() *OrganizationSearchResult

func (*SearchResult) GetPlugin added in v1.0.0

func (x *SearchResult) GetPlugin() *PluginSearchResult

func (*SearchResult) GetRepository

func (x *SearchResult) GetRepository() *RepositorySearchResult

func (*SearchResult) GetTeam

func (x *SearchResult) GetTeam() *TeamSearchResult

func (*SearchResult) GetTemplate added in v1.0.0

func (x *SearchResult) GetTemplate() *TemplateSearchResult

func (*SearchResult) GetUser

func (x *SearchResult) GetUser() *UserSearchResult

func (*SearchResult) ProtoMessage

func (*SearchResult) ProtoMessage()

func (*SearchResult) ProtoReflect

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

func (*SearchResult) Reset

func (x *SearchResult) Reset()

func (*SearchResult) String

func (x *SearchResult) String() string

type SearchResult_Organization

type SearchResult_Organization struct {
	Organization *OrganizationSearchResult `protobuf:"bytes,2,opt,name=organization,proto3,oneof"`
}

type SearchResult_Plugin added in v1.0.0

type SearchResult_Plugin struct {
	Plugin *PluginSearchResult `protobuf:"bytes,5,opt,name=plugin,proto3,oneof"`
}

type SearchResult_Repository

type SearchResult_Repository struct {
	Repository *RepositorySearchResult `protobuf:"bytes,1,opt,name=repository,proto3,oneof"`
}

type SearchResult_Team

type SearchResult_Team struct {
	Team *TeamSearchResult `protobuf:"bytes,4,opt,name=team,proto3,oneof"`
}

type SearchResult_Template added in v1.0.0

type SearchResult_Template struct {
	Template *TemplateSearchResult `protobuf:"bytes,6,opt,name=template,proto3,oneof"`
}

type SearchResult_User

type SearchResult_User struct {
	User *UserSearchResult `protobuf:"bytes,3,opt,name=user,proto3,oneof"`
}

type SearchServiceClient

type SearchServiceClient interface {
	// Search searches the BSR.
	Search(ctx context.Context, in *SearchRequest, opts ...grpc.CallOption) (*SearchResponse, error)
}

SearchServiceClient is the client API for SearchService 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 SearchServiceServer

type SearchServiceServer interface {
	// Search searches the BSR.
	Search(context.Context, *SearchRequest) (*SearchResponse, error)
}

SearchServiceServer is the server API for SearchService service. All implementations should embed UnimplementedSearchServiceServer for forward compatibility

type ServerScope

type ServerScope int32
const (
	ServerScope_SERVER_SCOPE_UNSPECIFIED ServerScope = 0
	ServerScope_SERVER_SCOPE_MEMBER      ServerScope = 1
	ServerScope_SERVER_SCOPE_ADMIN       ServerScope = 2
)

func (ServerScope) Descriptor

func (ServerScope) Enum

func (x ServerScope) Enum() *ServerScope

func (ServerScope) EnumDescriptor deprecated

func (ServerScope) EnumDescriptor() ([]byte, []int)

Deprecated: Use ServerScope.Descriptor instead.

func (ServerScope) Number

func (x ServerScope) Number() protoreflect.EnumNumber

func (ServerScope) String

func (x ServerScope) String() string

func (ServerScope) Type

type Service

type Service struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// nested_name includes the nested types for a given type definition.
	NestedName string `protobuf:"bytes,2,opt,name=nested_name,json=nestedName,proto3" json:"nested_name,omitempty"`
	// full_name includes the package name and nested types for a given type definition.
	FullName string `protobuf:"bytes,3,opt,name=full_name,json=fullName,proto3" json:"full_name,omitempty"`
	// description is derived from the leading comments of a given service.
	//
	// Paragraph newlines (double new lines) are respected, however single newlines are not.
	// Note that any leading and trailing `//` or spaces within a `/* */` block will be stripped.
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	// file_path is the normalized path of the file containing the service.
	// This is used for navigating to the source code for the service.
	FilePath string    `protobuf:"bytes,5,opt,name=file_path,json=filePath,proto3" json:"file_path,omitempty"`
	Location *Location `protobuf:"bytes,6,opt,name=location,proto3" json:"location,omitempty"`
	Methods  []*Method `protobuf:"bytes,7,rep,name=methods,proto3" json:"methods,omitempty"`
	// contains filtered or unexported fields
}

Service provides information for the documentation for a given service type in a file.

func (*Service) Descriptor deprecated

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

Deprecated: Use Service.ProtoReflect.Descriptor instead.

func (*Service) GetDescription

func (x *Service) GetDescription() string

func (*Service) GetFilePath

func (x *Service) GetFilePath() string

func (*Service) GetFullName

func (x *Service) GetFullName() string

func (*Service) GetLocation

func (x *Service) GetLocation() *Location

func (*Service) GetMethods

func (x *Service) GetMethods() []*Method

func (*Service) GetName

func (x *Service) GetName() string

func (*Service) GetNestedName

func (x *Service) GetNestedName() string

func (*Service) ProtoMessage

func (*Service) ProtoMessage()

func (*Service) ProtoReflect

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

func (*Service) Reset

func (x *Service) Reset()

func (*Service) String

func (x *Service) String() string

type Team

type Team struct {

	// primary key, unique, immutable
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// immutable
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// mutable
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// unique, mutable
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// foreign key, immutable
	OrganizationId string `protobuf:"bytes,5,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	// contains filtered or unexported fields
}

func (*Team) Descriptor deprecated

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

Deprecated: Use Team.ProtoReflect.Descriptor instead.

func (*Team) GetCreateTime

func (x *Team) GetCreateTime() *timestamppb.Timestamp

func (*Team) GetId

func (x *Team) GetId() string

func (*Team) GetName

func (x *Team) GetName() string

func (*Team) GetOrganizationId

func (x *Team) GetOrganizationId() string

func (*Team) GetUpdateTime

func (x *Team) GetUpdateTime() *timestamppb.Timestamp

func (*Team) ProtoMessage

func (*Team) ProtoMessage()

func (*Team) ProtoReflect

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

func (*Team) Reset

func (x *Team) Reset()

func (*Team) String

func (x *Team) String() string

type TeamSearchResult

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

func (*TeamSearchResult) Descriptor deprecated

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

Deprecated: Use TeamSearchResult.ProtoReflect.Descriptor instead.

func (*TeamSearchResult) GetId

func (x *TeamSearchResult) GetId() string

func (*TeamSearchResult) GetName

func (x *TeamSearchResult) GetName() string

func (*TeamSearchResult) GetOrganizationName

func (x *TeamSearchResult) GetOrganizationName() string

func (*TeamSearchResult) ProtoMessage

func (*TeamSearchResult) ProtoMessage()

func (*TeamSearchResult) ProtoReflect

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

func (*TeamSearchResult) Reset

func (x *TeamSearchResult) Reset()

func (*TeamSearchResult) String

func (x *TeamSearchResult) String() string

type TeamServiceClient

type TeamServiceClient interface {
	// GetTeam gets a team by ID.
	GetTeam(ctx context.Context, in *GetTeamRequest, opts ...grpc.CallOption) (*GetTeamResponse, error)
	// GetTeamByName gets a team by the combination of its name and organization.
	GetTeamByName(ctx context.Context, in *GetTeamByNameRequest, opts ...grpc.CallOption) (*GetTeamByNameResponse, error)
	// ListOrganizationTeams lists all teams belonging to an organization.
	ListOrganizationTeams(ctx context.Context, in *ListOrganizationTeamsRequest, opts ...grpc.CallOption) (*ListOrganizationTeamsResponse, error)
	// CreateTeam creates a new team within an organization.
	CreateTeam(ctx context.Context, in *CreateTeamRequest, opts ...grpc.CallOption) (*CreateTeamResponse, error)
	// CreateTeamByName creates a new team within an organization, looking up the organization by name.
	CreateTeamByName(ctx context.Context, in *CreateTeamByNameRequest, opts ...grpc.CallOption) (*CreateTeamByNameResponse, error)
	// UpdateTeamName updates a team's name.
	UpdateTeamName(ctx context.Context, in *UpdateTeamNameRequest, opts ...grpc.CallOption) (*UpdateTeamNameResponse, error)
	// AddUserToTeam adds a user to a team by their respective IDs.
	AddUserToTeam(ctx context.Context, in *AddUserToTeamRequest, opts ...grpc.CallOption) (*AddUserToTeamResponse, error)
	// AddUserToTeamByName adds a user to a team, looking up the entities by user, team, and organization names.
	AddUserToTeamByName(ctx context.Context, in *AddUserToTeamByNameRequest, opts ...grpc.CallOption) (*AddUserToTeamByNameResponse, error)
	// RemoveUserFromTeam removes a user from a team by their respective IDs.
	RemoveUserFromTeam(ctx context.Context, in *RemoveUserFromTeamRequest, opts ...grpc.CallOption) (*RemoveUserFromTeamResponse, error)
	// RemoveUserFromTeamByName removes a user from a team, looking up the entities by user, team, and organization names.
	RemoveUserFromTeamByName(ctx context.Context, in *RemoveUserFromTeamByNameRequest, opts ...grpc.CallOption) (*RemoveUserFromTeamByNameResponse, error)
	// DeleteTeam deletes a team by ID.
	DeleteTeam(ctx context.Context, in *DeleteTeamRequest, opts ...grpc.CallOption) (*DeleteTeamResponse, error)
	// DeleteTeamByName deletes a team by the combination of its name and organization.
	DeleteTeamByName(ctx context.Context, in *DeleteTeamByNameRequest, opts ...grpc.CallOption) (*DeleteTeamByNameResponse, error)
	// AddTeamOrganizationScope adds an organization scope to a team by ID.
	AddTeamOrganizationScope(ctx context.Context, in *AddTeamOrganizationScopeRequest, opts ...grpc.CallOption) (*AddTeamOrganizationScopeResponse, error)
	// AddTeamOrganizationScopeByName adds an organization scope to a team by name.
	AddTeamOrganizationScopeByName(ctx context.Context, in *AddTeamOrganizationScopeByNameRequest, opts ...grpc.CallOption) (*AddTeamOrganizationScopeByNameResponse, error)
	// RemoveTeamOrganizationScope removes an organization scope from a team by ID.
	RemoveTeamOrganizationScope(ctx context.Context, in *RemoveTeamOrganizationScopeRequest, opts ...grpc.CallOption) (*RemoveTeamOrganizationScopeResponse, error)
	// RemoveTeamOrganizationScopeByName removes an organization scope from a team by name.
	RemoveTeamOrganizationScopeByName(ctx context.Context, in *RemoveTeamOrganizationScopeByNameRequest, opts ...grpc.CallOption) (*RemoveTeamOrganizationScopeByNameResponse, error)
	// AddTeamBaseRepositoryScope adds a base repository scope to a team by ID.
	AddTeamBaseRepositoryScope(ctx context.Context, in *AddTeamBaseRepositoryScopeRequest, opts ...grpc.CallOption) (*AddTeamBaseRepositoryScopeResponse, error)
	// AddTeamBaseRepositoryScopeByName adds a base repository scope to a team by name.
	AddTeamBaseRepositoryScopeByName(ctx context.Context, in *AddTeamBaseRepositoryScopeByNameRequest, opts ...grpc.CallOption) (*AddTeamBaseRepositoryScopeByNameResponse, error)
	// RemoveTeamBaseRepositoryScope removes a base repository scope from a team by ID.
	RemoveTeamBaseRepositoryScope(ctx context.Context, in *RemoveTeamBaseRepositoryScopeRequest, opts ...grpc.CallOption) (*RemoveTeamBaseRepositoryScopeResponse, error)
	// RemoveTeamBaseRepositoryScopeByName removes a base repository scope from a team by name.
	RemoveTeamBaseRepositoryScopeByName(ctx context.Context, in *RemoveTeamBaseRepositoryScopeByNameRequest, opts ...grpc.CallOption) (*RemoveTeamBaseRepositoryScopeByNameResponse, error)
	// AddTeamRepositoryScope adds a repository scope for a specific repository to a team by ID.
	AddTeamRepositoryScope(ctx context.Context, in *AddTeamRepositoryScopeRequest, opts ...grpc.CallOption) (*AddTeamRepositoryScopeResponse, error)
	// AddTeamRepositoryScopeByName adds a repository scope for a specific repository to a team by name.
	AddTeamRepositoryScopeByName(ctx context.Context, in *AddTeamRepositoryScopeByNameRequest, opts ...grpc.CallOption) (*AddTeamRepositoryScopeByNameResponse, error)
	// RemoveTeamRepositoryScope removes a repository scope for a specific repository from a team by ID.
	RemoveTeamRepositoryScope(ctx context.Context, in *RemoveTeamRepositoryScopeRequest, opts ...grpc.CallOption) (*RemoveTeamRepositoryScopeResponse, error)
	// RemoveTeamRepositoryScopeByName removes a repository scope for a specific repository from a team by name.
	RemoveTeamRepositoryScopeByName(ctx context.Context, in *RemoveTeamRepositoryScopeByNameRequest, opts ...grpc.CallOption) (*RemoveTeamRepositoryScopeByNameResponse, error)
}

TeamServiceClient is the client API for TeamService 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 TeamServiceServer

type TeamServiceServer interface {
	// GetTeam gets a team by ID.
	GetTeam(context.Context, *GetTeamRequest) (*GetTeamResponse, error)
	// GetTeamByName gets a team by the combination of its name and organization.
	GetTeamByName(context.Context, *GetTeamByNameRequest) (*GetTeamByNameResponse, error)
	// ListOrganizationTeams lists all teams belonging to an organization.
	ListOrganizationTeams(context.Context, *ListOrganizationTeamsRequest) (*ListOrganizationTeamsResponse, error)
	// CreateTeam creates a new team within an organization.
	CreateTeam(context.Context, *CreateTeamRequest) (*CreateTeamResponse, error)
	// CreateTeamByName creates a new team within an organization, looking up the organization by name.
	CreateTeamByName(context.Context, *CreateTeamByNameRequest) (*CreateTeamByNameResponse, error)
	// UpdateTeamName updates a team's name.
	UpdateTeamName(context.Context, *UpdateTeamNameRequest) (*UpdateTeamNameResponse, error)
	// AddUserToTeam adds a user to a team by their respective IDs.
	AddUserToTeam(context.Context, *AddUserToTeamRequest) (*AddUserToTeamResponse, error)
	// AddUserToTeamByName adds a user to a team, looking up the entities by user, team, and organization names.
	AddUserToTeamByName(context.Context, *AddUserToTeamByNameRequest) (*AddUserToTeamByNameResponse, error)
	// RemoveUserFromTeam removes a user from a team by their respective IDs.
	RemoveUserFromTeam(context.Context, *RemoveUserFromTeamRequest) (*RemoveUserFromTeamResponse, error)
	// RemoveUserFromTeamByName removes a user from a team, looking up the entities by user, team, and organization names.
	RemoveUserFromTeamByName(context.Context, *RemoveUserFromTeamByNameRequest) (*RemoveUserFromTeamByNameResponse, error)
	// DeleteTeam deletes a team by ID.
	DeleteTeam(context.Context, *DeleteTeamRequest) (*DeleteTeamResponse, error)
	// DeleteTeamByName deletes a team by the combination of its name and organization.
	DeleteTeamByName(context.Context, *DeleteTeamByNameRequest) (*DeleteTeamByNameResponse, error)
	// AddTeamOrganizationScope adds an organization scope to a team by ID.
	AddTeamOrganizationScope(context.Context, *AddTeamOrganizationScopeRequest) (*AddTeamOrganizationScopeResponse, error)
	// AddTeamOrganizationScopeByName adds an organization scope to a team by name.
	AddTeamOrganizationScopeByName(context.Context, *AddTeamOrganizationScopeByNameRequest) (*AddTeamOrganizationScopeByNameResponse, error)
	// RemoveTeamOrganizationScope removes an organization scope from a team by ID.
	RemoveTeamOrganizationScope(context.Context, *RemoveTeamOrganizationScopeRequest) (*RemoveTeamOrganizationScopeResponse, error)
	// RemoveTeamOrganizationScopeByName removes an organization scope from a team by name.
	RemoveTeamOrganizationScopeByName(context.Context, *RemoveTeamOrganizationScopeByNameRequest) (*RemoveTeamOrganizationScopeByNameResponse, error)
	// AddTeamBaseRepositoryScope adds a base repository scope to a team by ID.
	AddTeamBaseRepositoryScope(context.Context, *AddTeamBaseRepositoryScopeRequest) (*AddTeamBaseRepositoryScopeResponse, error)
	// AddTeamBaseRepositoryScopeByName adds a base repository scope to a team by name.
	AddTeamBaseRepositoryScopeByName(context.Context, *AddTeamBaseRepositoryScopeByNameRequest) (*AddTeamBaseRepositoryScopeByNameResponse, error)
	// RemoveTeamBaseRepositoryScope removes a base repository scope from a team by ID.
	RemoveTeamBaseRepositoryScope(context.Context, *RemoveTeamBaseRepositoryScopeRequest) (*RemoveTeamBaseRepositoryScopeResponse, error)
	// RemoveTeamBaseRepositoryScopeByName removes a base repository scope from a team by name.
	RemoveTeamBaseRepositoryScopeByName(context.Context, *RemoveTeamBaseRepositoryScopeByNameRequest) (*RemoveTeamBaseRepositoryScopeByNameResponse, error)
	// AddTeamRepositoryScope adds a repository scope for a specific repository to a team by ID.
	AddTeamRepositoryScope(context.Context, *AddTeamRepositoryScopeRequest) (*AddTeamRepositoryScopeResponse, error)
	// AddTeamRepositoryScopeByName adds a repository scope for a specific repository to a team by name.
	AddTeamRepositoryScopeByName(context.Context, *AddTeamRepositoryScopeByNameRequest) (*AddTeamRepositoryScopeByNameResponse, error)
	// RemoveTeamRepositoryScope removes a repository scope for a specific repository from a team by ID.
	RemoveTeamRepositoryScope(context.Context, *RemoveTeamRepositoryScopeRequest) (*RemoveTeamRepositoryScopeResponse, error)
	// RemoveTeamRepositoryScopeByName removes a repository scope for a specific repository from a team by name.
	RemoveTeamRepositoryScopeByName(context.Context, *RemoveTeamRepositoryScopeByNameRequest) (*RemoveTeamRepositoryScopeByNameResponse, error)
}

TeamServiceServer is the server API for TeamService service. All implementations should embed UnimplementedTeamServiceServer for forward compatibility

type Template

type Template struct {

	// The ID of the template, which uniquely identifies the template.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the template, i.e. "grpc-go".
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The name of the owner of the template. Either a
	// username or organization name.
	Owner string `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"`
	// Must not contain duplicate plugins. Order of plugin configs
	// dictates insertion point order. Note that we're
	// intentionally putting most of the plugin configuration
	// in the template, so that template versions are
	// less likely to cause breakages for users.
	PluginConfigs []*PluginConfig `protobuf:"bytes,4,rep,name=plugin_configs,json=pluginConfigs,proto3" json:"plugin_configs,omitempty"`
	// The visibility of the template.
	Visibility PluginVisibility `protobuf:"varint,5,opt,name=visibility,proto3,enum=buf.alpha.registry.v1alpha1.PluginVisibility" json:"visibility,omitempty"`
	// contains filtered or unexported fields
}

Template defines a set of plugins that should be used together i.e. "go-grpc" would include protoc-gen-go and protoc-gen-go-grpc.

func (*Template) Descriptor deprecated

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

Deprecated: Use Template.ProtoReflect.Descriptor instead.

func (*Template) GetId

func (x *Template) GetId() string

func (*Template) GetName

func (x *Template) GetName() string

func (*Template) GetOwner

func (x *Template) GetOwner() string

func (*Template) GetPluginConfigs

func (x *Template) GetPluginConfigs() []*PluginConfig

func (*Template) GetVisibility

func (x *Template) GetVisibility() PluginVisibility

func (*Template) ProtoMessage

func (*Template) ProtoMessage()

func (*Template) ProtoReflect

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

func (*Template) Reset

func (x *Template) Reset()

func (*Template) String

func (x *Template) String() string

type TemplateSearchResult added in v1.0.0

type TemplateSearchResult 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"`
	// The name of the user or organization
	// who is the owner of this template
	Owner string `protobuf:"bytes,3,opt,name=owner,proto3" json:"owner,omitempty"`
	// contains filtered or unexported fields
}

func (*TemplateSearchResult) Descriptor deprecated added in v1.0.0

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

Deprecated: Use TemplateSearchResult.ProtoReflect.Descriptor instead.

func (*TemplateSearchResult) GetId added in v1.0.0

func (x *TemplateSearchResult) GetId() string

func (*TemplateSearchResult) GetName added in v1.0.0

func (x *TemplateSearchResult) GetName() string

func (*TemplateSearchResult) GetOwner added in v1.0.0

func (x *TemplateSearchResult) GetOwner() string

func (*TemplateSearchResult) ProtoMessage added in v1.0.0

func (*TemplateSearchResult) ProtoMessage()

func (*TemplateSearchResult) ProtoReflect added in v1.0.0

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

func (*TemplateSearchResult) Reset added in v1.0.0

func (x *TemplateSearchResult) Reset()

func (*TemplateSearchResult) String added in v1.0.0

func (x *TemplateSearchResult) String() string

type TemplateVersion

type TemplateVersion struct {

	// The ID of the template version, which uniquely identifies the template version.
	// Mostly used for pagination.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The name of the template version, i.e. "v1".
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The owner of the template to which this version relates.
	TemplateOwner string `protobuf:"bytes,3,opt,name=template_owner,json=templateOwner,proto3" json:"template_owner,omitempty"`
	// The name of the template to which this version relates.
	TemplateName string `protobuf:"bytes,4,opt,name=template_name,json=templateName,proto3" json:"template_name,omitempty"`
	// A map from plugin owner and name to version for the plugins
	// defined in the template. Every plugin in the template
	// must have a corresponding version in this array.
	PluginVersions []*PluginVersionMapping `protobuf:"bytes,5,rep,name=plugin_versions,json=pluginVersions,proto3" json:"plugin_versions,omitempty"`
	// contains filtered or unexported fields
}

TemplateVersion defines a template at a specific set of versions for the contained plugins.

func (*TemplateVersion) Descriptor deprecated

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

Deprecated: Use TemplateVersion.ProtoReflect.Descriptor instead.

func (*TemplateVersion) GetId

func (x *TemplateVersion) GetId() string

func (*TemplateVersion) GetName

func (x *TemplateVersion) GetName() string

func (*TemplateVersion) GetPluginVersions

func (x *TemplateVersion) GetPluginVersions() []*PluginVersionMapping

func (*TemplateVersion) GetTemplateName

func (x *TemplateVersion) GetTemplateName() string

func (*TemplateVersion) GetTemplateOwner

func (x *TemplateVersion) GetTemplateOwner() string

func (*TemplateVersion) ProtoMessage

func (*TemplateVersion) ProtoMessage()

func (*TemplateVersion) ProtoReflect

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

func (*TemplateVersion) Reset

func (x *TemplateVersion) Reset()

func (*TemplateVersion) String

func (x *TemplateVersion) String() string

type Token

type Token struct {
	Id         string                 `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	ExpireTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`
	Note       string                 `protobuf:"bytes,4,opt,name=note,proto3" json:"note,omitempty"`
	// contains filtered or unexported fields
}

func (*Token) Descriptor deprecated

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

Deprecated: Use Token.ProtoReflect.Descriptor instead.

func (*Token) GetCreateTime

func (x *Token) GetCreateTime() *timestamppb.Timestamp

func (*Token) GetExpireTime

func (x *Token) GetExpireTime() *timestamppb.Timestamp

func (*Token) GetId

func (x *Token) GetId() string

func (*Token) GetNote

func (x *Token) GetNote() string

func (*Token) ProtoMessage

func (*Token) ProtoMessage()

func (*Token) ProtoReflect

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

func (*Token) Reset

func (x *Token) Reset()

func (*Token) String

func (x *Token) String() string

type TokenServiceClient

type TokenServiceClient interface {
	// CreateToken creates a new token suitable for machine-to-machine authentication.
	CreateToken(ctx context.Context, in *CreateTokenRequest, opts ...grpc.CallOption) (*CreateTokenResponse, error)
	// GetToken gets the specific token for the user
	//
	// This method requires authentication.
	GetToken(ctx context.Context, in *GetTokenRequest, opts ...grpc.CallOption) (*GetTokenResponse, error)
	// ListTokens lists the users active tokens
	//
	// This method requires authentication.
	ListTokens(ctx context.Context, in *ListTokensRequest, opts ...grpc.CallOption) (*ListTokensResponse, error)
	// DeleteToken deletes an existing token.
	//
	// This method requires authentication.
	DeleteToken(ctx context.Context, in *DeleteTokenRequest, opts ...grpc.CallOption) (*DeleteTokenResponse, error)
}

TokenServiceClient is the client API for TokenService 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 TokenServiceServer

type TokenServiceServer interface {
	// CreateToken creates a new token suitable for machine-to-machine authentication.
	CreateToken(context.Context, *CreateTokenRequest) (*CreateTokenResponse, error)
	// GetToken gets the specific token for the user
	//
	// This method requires authentication.
	GetToken(context.Context, *GetTokenRequest) (*GetTokenResponse, error)
	// ListTokens lists the users active tokens
	//
	// This method requires authentication.
	ListTokens(context.Context, *ListTokensRequest) (*ListTokensResponse, error)
	// DeleteToken deletes an existing token.
	//
	// This method requires authentication.
	DeleteToken(context.Context, *DeleteTokenRequest) (*DeleteTokenResponse, error)
}

TokenServiceServer is the server API for TokenService service. All implementations should embed UnimplementedTokenServiceServer for forward compatibility

type UndeprecateRepositoryByNameRequest added in v1.0.0

type UndeprecateRepositoryByNameRequest struct {
	OwnerName      string `protobuf:"bytes,1,opt,name=owner_name,json=ownerName,proto3" json:"owner_name,omitempty"`
	RepositoryName string `protobuf:"bytes,2,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"`
	// contains filtered or unexported fields
}

func (*UndeprecateRepositoryByNameRequest) Descriptor deprecated added in v1.0.0

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

Deprecated: Use UndeprecateRepositoryByNameRequest.ProtoReflect.Descriptor instead.

func (*UndeprecateRepositoryByNameRequest) GetOwnerName added in v1.0.0

func (x *UndeprecateRepositoryByNameRequest) GetOwnerName() string

func (*UndeprecateRepositoryByNameRequest) GetRepositoryName added in v1.0.0

func (x *UndeprecateRepositoryByNameRequest) GetRepositoryName() string

func (*UndeprecateRepositoryByNameRequest) ProtoMessage added in v1.0.0

func (*UndeprecateRepositoryByNameRequest) ProtoMessage()

func (*UndeprecateRepositoryByNameRequest) ProtoReflect added in v1.0.0

func (*UndeprecateRepositoryByNameRequest) Reset added in v1.0.0

func (*UndeprecateRepositoryByNameRequest) String added in v1.0.0

type UndeprecateRepositoryByNameResponse added in v1.0.0

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

func (*UndeprecateRepositoryByNameResponse) Descriptor deprecated added in v1.0.0

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

Deprecated: Use UndeprecateRepositoryByNameResponse.ProtoReflect.Descriptor instead.

func (*UndeprecateRepositoryByNameResponse) GetRepository added in v1.0.0

func (x *UndeprecateRepositoryByNameResponse) GetRepository() *Repository

func (*UndeprecateRepositoryByNameResponse) ProtoMessage added in v1.0.0

func (*UndeprecateRepositoryByNameResponse) ProtoMessage()

func (*UndeprecateRepositoryByNameResponse) ProtoReflect added in v1.0.0

func (*UndeprecateRepositoryByNameResponse) Reset added in v1.0.0

func (*UndeprecateRepositoryByNameResponse) String added in v1.0.0

type UnimplementedAuthnServiceServer

type UnimplementedAuthnServiceServer struct {
}

UnimplementedAuthnServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedAuthnServiceServer) GetCurrentUser

type UnimplementedAuthzServiceServer

type UnimplementedAuthzServiceServer struct {
}

UnimplementedAuthzServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedAuthzServiceServer) UserCanReadPlugin

type UnimplementedDocServiceServer

type UnimplementedDocServiceServer struct {
}

UnimplementedDocServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedDocServiceServer) GetModulePackages added in v1.0.0

func (UnimplementedDocServiceServer) GetSourceFile

type UnimplementedDownloadServiceServer

type UnimplementedDownloadServiceServer struct {
}

UnimplementedDownloadServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedDownloadServiceServer) Download

type UnimplementedGenerateServiceServer

type UnimplementedGenerateServiceServer struct {
}

UnimplementedGenerateServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedGenerateServiceServer) GeneratePlugins added in v0.54.0

func (UnimplementedGenerateServiceServer) GenerateTemplate added in v0.54.0

type UnimplementedImageServiceServer

type UnimplementedImageServiceServer struct {
}

UnimplementedImageServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedImageServiceServer) GetImage

type UnimplementedLocalResolveServiceServer

type UnimplementedLocalResolveServiceServer struct {
}

UnimplementedLocalResolveServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedLocalResolveServiceServer) GetLocalModulePins

type UnimplementedOrganizationServiceServer

type UnimplementedOrganizationServiceServer struct {
}

UnimplementedOrganizationServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedOrganizationServiceServer) CreateOrganization

func (UnimplementedOrganizationServiceServer) DeleteOrganization

func (UnimplementedOrganizationServiceServer) GetOrganization

func (UnimplementedOrganizationServiceServer) ListOrganizations

type UnimplementedOwnerServiceServer

type UnimplementedOwnerServiceServer struct {
}

UnimplementedOwnerServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedOwnerServiceServer) GetOwnerByName

type UnimplementedPluginServiceServer

type UnimplementedPluginServiceServer struct {
}

UnimplementedPluginServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedPluginServiceServer) CreatePlugin

func (UnimplementedPluginServiceServer) CreateTemplate

func (UnimplementedPluginServiceServer) DeletePlugin

func (UnimplementedPluginServiceServer) DeleteTemplate

func (UnimplementedPluginServiceServer) GetPlugin

func (UnimplementedPluginServiceServer) GetTemplate

func (UnimplementedPluginServiceServer) GetTemplateVersion

func (UnimplementedPluginServiceServer) ListPluginVersions

func (UnimplementedPluginServiceServer) ListPlugins

func (UnimplementedPluginServiceServer) ListTemplates

func (UnimplementedPluginServiceServer) ListUserPlugins

func (UnimplementedPluginServiceServer) ListUserTemplates

type UnimplementedPushServiceServer

type UnimplementedPushServiceServer struct {
}

UnimplementedPushServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedPushServiceServer) Push

type UnimplementedRecommendationServiceServer

type UnimplementedRecommendationServiceServer struct {
}

UnimplementedRecommendationServiceServer should be embedded to have forward compatible implementations.

type UnimplementedReferenceServiceServer

type UnimplementedReferenceServiceServer struct {
}

UnimplementedReferenceServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedReferenceServiceServer) GetReferenceByName

type UnimplementedRepositoryBranchServiceServer

type UnimplementedRepositoryBranchServiceServer struct {
}

UnimplementedRepositoryBranchServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedRepositoryBranchServiceServer) CreateRepositoryBranch

func (UnimplementedRepositoryBranchServiceServer) ListRepositoryBranches

type UnimplementedRepositoryCommitServiceServer

type UnimplementedRepositoryCommitServiceServer struct {
}

UnimplementedRepositoryCommitServiceServer should be embedded to have forward compatible implementations.

type UnimplementedRepositoryServiceServer

type UnimplementedRepositoryServiceServer struct {
}

UnimplementedRepositoryServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedRepositoryServiceServer) DeleteRepository

func (UnimplementedRepositoryServiceServer) DeprecateRepositoryByName added in v1.0.0

func (UnimplementedRepositoryServiceServer) GetRepositoriesByFullName added in v1.0.0

func (UnimplementedRepositoryServiceServer) GetRepository

func (UnimplementedRepositoryServiceServer) ListRepositories

func (UnimplementedRepositoryServiceServer) ListUserRepositories

func (UnimplementedRepositoryServiceServer) UndeprecateRepositoryByName added in v1.0.0

func (UnimplementedRepositoryServiceServer) UpdateRepositoryName

type UnimplementedRepositoryTagServiceServer

type UnimplementedRepositoryTagServiceServer struct {
}

UnimplementedRepositoryTagServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedRepositoryTagServiceServer) CreateRepositoryTag

func (UnimplementedRepositoryTagServiceServer) ListRepositoryTags

type UnimplementedResolveServiceServer

type UnimplementedResolveServiceServer struct {
}

UnimplementedResolveServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedResolveServiceServer) GetModulePins

type UnimplementedSearchServiceServer

type UnimplementedSearchServiceServer struct {
}

UnimplementedSearchServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedSearchServiceServer) Search

type UnimplementedTeamServiceServer

type UnimplementedTeamServiceServer struct {
}

UnimplementedTeamServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedTeamServiceServer) AddUserToTeam

func (UnimplementedTeamServiceServer) CreateTeam

func (UnimplementedTeamServiceServer) CreateTeamByName

func (UnimplementedTeamServiceServer) DeleteTeam

func (UnimplementedTeamServiceServer) DeleteTeamByName

func (UnimplementedTeamServiceServer) GetTeam

func (UnimplementedTeamServiceServer) GetTeamByName

func (UnimplementedTeamServiceServer) RemoveUserFromTeam

func (UnimplementedTeamServiceServer) UpdateTeamName

type UnimplementedTokenServiceServer

type UnimplementedTokenServiceServer struct {
}

UnimplementedTokenServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedTokenServiceServer) CreateToken

func (UnimplementedTokenServiceServer) DeleteToken

func (UnimplementedTokenServiceServer) GetToken

func (UnimplementedTokenServiceServer) ListTokens

type UnimplementedUserServiceServer

type UnimplementedUserServiceServer struct {
}

UnimplementedUserServiceServer should be embedded to have forward compatible implementations.

func (UnimplementedUserServiceServer) AddUserServerScope

func (UnimplementedUserServiceServer) CreateUser

func (UnimplementedUserServiceServer) DeactivateUser added in v1.0.0

func (UnimplementedUserServiceServer) DeleteUser

func (UnimplementedUserServiceServer) GetUser

func (UnimplementedUserServiceServer) GetUserByUsername

func (UnimplementedUserServiceServer) ListUsers

func (UnimplementedUserServiceServer) UpdateUserUsername

type UnsafeAuthnServiceServer

type UnsafeAuthnServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAuthnServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AuthnServiceServer will result in compilation errors.

type UnsafeAuthzServiceServer

type UnsafeAuthzServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeAuthzServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to AuthzServiceServer will result in compilation errors.

type UnsafeDocServiceServer

type UnsafeDocServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeDocServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DocServiceServer will result in compilation errors.

type UnsafeDownloadServiceServer

type UnsafeDownloadServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeDownloadServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to DownloadServiceServer will result in compilation errors.

type UnsafeGenerateServiceServer

type UnsafeGenerateServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeGenerateServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to GenerateServiceServer will result in compilation errors.

type UnsafeImageServiceServer

type UnsafeImageServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeImageServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ImageServiceServer will result in compilation errors.

type UnsafeLocalResolveServiceServer

type UnsafeLocalResolveServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeLocalResolveServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to LocalResolveServiceServer will result in compilation errors.

type UnsafeOrganizationServiceServer

type UnsafeOrganizationServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeOrganizationServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to OrganizationServiceServer will result in compilation errors.

type UnsafeOwnerServiceServer

type UnsafeOwnerServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeOwnerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to OwnerServiceServer will result in compilation errors.

type UnsafePluginServiceServer

type UnsafePluginServiceServer interface {
	// contains filtered or unexported methods
}

UnsafePluginServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to PluginServiceServer will result in compilation errors.

type UnsafePushServiceServer

type UnsafePushServiceServer interface {
	// contains filtered or unexported methods
}

UnsafePushServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to PushServiceServer will result in compilation errors.

type UnsafeRecommendationServiceServer

type UnsafeRecommendationServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeRecommendationServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RecommendationServiceServer will result in compilation errors.

type UnsafeReferenceServiceServer

type UnsafeReferenceServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeReferenceServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ReferenceServiceServer will result in compilation errors.

type UnsafeRepositoryBranchServiceServer

type UnsafeRepositoryBranchServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeRepositoryBranchServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RepositoryBranchServiceServer will result in compilation errors.

type UnsafeRepositoryCommitServiceServer

type UnsafeRepositoryCommitServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeRepositoryCommitServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RepositoryCommitServiceServer will result in compilation errors.

type UnsafeRepositoryServiceServer

type UnsafeRepositoryServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeRepositoryServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RepositoryServiceServer will result in compilation errors.

type UnsafeRepositoryTagServiceServer

type UnsafeRepositoryTagServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeRepositoryTagServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to RepositoryTagServiceServer will result in compilation errors.

type UnsafeResolveServiceServer

type UnsafeResolveServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeResolveServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ResolveServiceServer will result in compilation errors.

type UnsafeSearchServiceServer

type UnsafeSearchServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeSearchServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to SearchServiceServer will result in compilation errors.

type UnsafeTeamServiceServer

type UnsafeTeamServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeTeamServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TeamServiceServer will result in compilation errors.

type UnsafeTokenServiceServer

type UnsafeTokenServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeTokenServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to TokenServiceServer will result in compilation errors.

type UnsafeUserServiceServer

type UnsafeUserServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeUserServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to UserServiceServer will result in compilation errors.

type UpdateOrganizationNameByNameRequest

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

func (*UpdateOrganizationNameByNameRequest) Descriptor deprecated

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

Deprecated: Use UpdateOrganizationNameByNameRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationNameByNameRequest) GetName

func (*UpdateOrganizationNameByNameRequest) GetNewName

func (*UpdateOrganizationNameByNameRequest) ProtoMessage

func (*UpdateOrganizationNameByNameRequest) ProtoMessage()

func (*UpdateOrganizationNameByNameRequest) ProtoReflect

func (*UpdateOrganizationNameByNameRequest) Reset

func (*UpdateOrganizationNameByNameRequest) String

type UpdateOrganizationNameByNameResponse

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

func (*UpdateOrganizationNameByNameResponse) Descriptor deprecated

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

Deprecated: Use UpdateOrganizationNameByNameResponse.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationNameByNameResponse) GetOrganization

func (x *UpdateOrganizationNameByNameResponse) GetOrganization() *Organization

func (*UpdateOrganizationNameByNameResponse) ProtoMessage

func (*UpdateOrganizationNameByNameResponse) ProtoMessage()

func (*UpdateOrganizationNameByNameResponse) ProtoReflect

func (*UpdateOrganizationNameByNameResponse) Reset

func (*UpdateOrganizationNameByNameResponse) String

type UpdateOrganizationNameRequest

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

func (*UpdateOrganizationNameRequest) Descriptor deprecated

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

Deprecated: Use UpdateOrganizationNameRequest.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationNameRequest) GetId

func (*UpdateOrganizationNameRequest) GetNewName

func (x *UpdateOrganizationNameRequest) GetNewName() string

func (*UpdateOrganizationNameRequest) ProtoMessage

func (*UpdateOrganizationNameRequest) ProtoMessage()

func (*UpdateOrganizationNameRequest) ProtoReflect

func (*UpdateOrganizationNameRequest) Reset

func (x *UpdateOrganizationNameRequest) Reset()

func (*UpdateOrganizationNameRequest) String

type UpdateOrganizationNameResponse

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

func (*UpdateOrganizationNameResponse) Descriptor deprecated

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

Deprecated: Use UpdateOrganizationNameResponse.ProtoReflect.Descriptor instead.

func (*UpdateOrganizationNameResponse) GetOrganization

func (x *UpdateOrganizationNameResponse) GetOrganization() *Organization

func (*UpdateOrganizationNameResponse) ProtoMessage

func (*UpdateOrganizationNameResponse) ProtoMessage()

func (*UpdateOrganizationNameResponse) ProtoReflect

func (*UpdateOrganizationNameResponse) Reset

func (x *UpdateOrganizationNameResponse) Reset()

func (*UpdateOrganizationNameResponse) String

type UpdateRepositoryNameByFullNameRequest

type UpdateRepositoryNameByFullNameRequest struct {
	FullName string `protobuf:"bytes,1,opt,name=full_name,json=fullName,proto3" json:"full_name,omitempty"`
	NewName  string `protobuf:"bytes,2,opt,name=new_name,json=newName,proto3" json:"new_name,omitempty"`
	// contains filtered or unexported fields
}

func (*UpdateRepositoryNameByFullNameRequest) Descriptor deprecated

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

Deprecated: Use UpdateRepositoryNameByFullNameRequest.ProtoReflect.Descriptor instead.

func (*UpdateRepositoryNameByFullNameRequest) GetFullName

func (*UpdateRepositoryNameByFullNameRequest) GetNewName

func (*UpdateRepositoryNameByFullNameRequest) ProtoMessage

func (*UpdateRepositoryNameByFullNameRequest) ProtoMessage()

func (*UpdateRepositoryNameByFullNameRequest) ProtoReflect

func (*UpdateRepositoryNameByFullNameRequest) Reset

func (*UpdateRepositoryNameByFullNameRequest) String

type UpdateRepositoryNameByFullNameResponse

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

func (*UpdateRepositoryNameByFullNameResponse) Descriptor deprecated

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

Deprecated: Use UpdateRepositoryNameByFullNameResponse.ProtoReflect.Descriptor instead.

func (*UpdateRepositoryNameByFullNameResponse) GetRepository

func (*UpdateRepositoryNameByFullNameResponse) ProtoMessage

func (*UpdateRepositoryNameByFullNameResponse) ProtoReflect

func (*UpdateRepositoryNameByFullNameResponse) Reset

func (*UpdateRepositoryNameByFullNameResponse) String

type UpdateRepositoryNameRequest

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

func (*UpdateRepositoryNameRequest) Descriptor deprecated

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

Deprecated: Use UpdateRepositoryNameRequest.ProtoReflect.Descriptor instead.

func (*UpdateRepositoryNameRequest) GetId

func (*UpdateRepositoryNameRequest) GetNewName

func (x *UpdateRepositoryNameRequest) GetNewName() string

func (*UpdateRepositoryNameRequest) ProtoMessage

func (*UpdateRepositoryNameRequest) ProtoMessage()

func (*UpdateRepositoryNameRequest) ProtoReflect

func (*UpdateRepositoryNameRequest) Reset

func (x *UpdateRepositoryNameRequest) Reset()

func (*UpdateRepositoryNameRequest) String

func (x *UpdateRepositoryNameRequest) String() string

type UpdateRepositoryNameResponse

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

func (*UpdateRepositoryNameResponse) Descriptor deprecated

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

Deprecated: Use UpdateRepositoryNameResponse.ProtoReflect.Descriptor instead.

func (*UpdateRepositoryNameResponse) GetRepository

func (x *UpdateRepositoryNameResponse) GetRepository() *Repository

func (*UpdateRepositoryNameResponse) ProtoMessage

func (*UpdateRepositoryNameResponse) ProtoMessage()

func (*UpdateRepositoryNameResponse) ProtoReflect

func (*UpdateRepositoryNameResponse) Reset

func (x *UpdateRepositoryNameResponse) Reset()

func (*UpdateRepositoryNameResponse) String

type UpdateRepositoryVisibilityByNameRequest

type UpdateRepositoryVisibilityByNameRequest struct {
	OwnerName      string     `protobuf:"bytes,1,opt,name=owner_name,json=ownerName,proto3" json:"owner_name,omitempty"`
	RepositoryName string     `protobuf:"bytes,2,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"`
	NewVisibility  Visibility `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateRepositoryVisibilityByNameRequest) Descriptor deprecated

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

Deprecated: Use UpdateRepositoryVisibilityByNameRequest.ProtoReflect.Descriptor instead.

func (*UpdateRepositoryVisibilityByNameRequest) GetNewVisibility

func (*UpdateRepositoryVisibilityByNameRequest) GetOwnerName

func (*UpdateRepositoryVisibilityByNameRequest) GetRepositoryName

func (x *UpdateRepositoryVisibilityByNameRequest) GetRepositoryName() string

func (*UpdateRepositoryVisibilityByNameRequest) ProtoMessage

func (*UpdateRepositoryVisibilityByNameRequest) ProtoReflect

func (*UpdateRepositoryVisibilityByNameRequest) Reset

func (*UpdateRepositoryVisibilityByNameRequest) String

type UpdateRepositoryVisibilityByNameResponse

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

func (*UpdateRepositoryVisibilityByNameResponse) Descriptor deprecated

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

Deprecated: Use UpdateRepositoryVisibilityByNameResponse.ProtoReflect.Descriptor instead.

func (*UpdateRepositoryVisibilityByNameResponse) GetRepository

func (*UpdateRepositoryVisibilityByNameResponse) ProtoMessage

func (*UpdateRepositoryVisibilityByNameResponse) ProtoReflect

func (*UpdateRepositoryVisibilityByNameResponse) Reset

func (*UpdateRepositoryVisibilityByNameResponse) String

type UpdateRepositoryVisibilityRequest

type UpdateRepositoryVisibilityRequest struct {
	Id            string     `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	NewVisibility Visibility `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*UpdateRepositoryVisibilityRequest) Descriptor deprecated

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

Deprecated: Use UpdateRepositoryVisibilityRequest.ProtoReflect.Descriptor instead.

func (*UpdateRepositoryVisibilityRequest) GetId

func (*UpdateRepositoryVisibilityRequest) GetNewVisibility

func (x *UpdateRepositoryVisibilityRequest) GetNewVisibility() Visibility

func (*UpdateRepositoryVisibilityRequest) ProtoMessage

func (*UpdateRepositoryVisibilityRequest) ProtoMessage()

func (*UpdateRepositoryVisibilityRequest) ProtoReflect

func (*UpdateRepositoryVisibilityRequest) Reset

func (*UpdateRepositoryVisibilityRequest) String

type UpdateRepositoryVisibilityResponse

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

func (*UpdateRepositoryVisibilityResponse) Descriptor deprecated

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

Deprecated: Use UpdateRepositoryVisibilityResponse.ProtoReflect.Descriptor instead.

func (*UpdateRepositoryVisibilityResponse) GetRepository

func (x *UpdateRepositoryVisibilityResponse) GetRepository() *Repository

func (*UpdateRepositoryVisibilityResponse) ProtoMessage

func (*UpdateRepositoryVisibilityResponse) ProtoMessage()

func (*UpdateRepositoryVisibilityResponse) ProtoReflect

func (*UpdateRepositoryVisibilityResponse) Reset

func (*UpdateRepositoryVisibilityResponse) String

type UpdateTeamNameRequest

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

func (*UpdateTeamNameRequest) Descriptor deprecated

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

Deprecated: Use UpdateTeamNameRequest.ProtoReflect.Descriptor instead.

func (*UpdateTeamNameRequest) GetId

func (x *UpdateTeamNameRequest) GetId() string

func (*UpdateTeamNameRequest) GetNewName

func (x *UpdateTeamNameRequest) GetNewName() string

func (*UpdateTeamNameRequest) ProtoMessage

func (*UpdateTeamNameRequest) ProtoMessage()

func (*UpdateTeamNameRequest) ProtoReflect

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

func (*UpdateTeamNameRequest) Reset

func (x *UpdateTeamNameRequest) Reset()

func (*UpdateTeamNameRequest) String

func (x *UpdateTeamNameRequest) String() string

type UpdateTeamNameResponse

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

func (*UpdateTeamNameResponse) Descriptor deprecated

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

Deprecated: Use UpdateTeamNameResponse.ProtoReflect.Descriptor instead.

func (*UpdateTeamNameResponse) GetTeam

func (x *UpdateTeamNameResponse) GetTeam() *Team

func (*UpdateTeamNameResponse) ProtoMessage

func (*UpdateTeamNameResponse) ProtoMessage()

func (*UpdateTeamNameResponse) ProtoReflect

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

func (*UpdateTeamNameResponse) Reset

func (x *UpdateTeamNameResponse) Reset()

func (*UpdateTeamNameResponse) String

func (x *UpdateTeamNameResponse) String() string

type UpdateUserUsernameRequest

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

func (*UpdateUserUsernameRequest) Descriptor deprecated

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

Deprecated: Use UpdateUserUsernameRequest.ProtoReflect.Descriptor instead.

func (*UpdateUserUsernameRequest) GetNewUsername

func (x *UpdateUserUsernameRequest) GetNewUsername() string

func (*UpdateUserUsernameRequest) ProtoMessage

func (*UpdateUserUsernameRequest) ProtoMessage()

func (*UpdateUserUsernameRequest) ProtoReflect

func (*UpdateUserUsernameRequest) Reset

func (x *UpdateUserUsernameRequest) Reset()

func (*UpdateUserUsernameRequest) String

func (x *UpdateUserUsernameRequest) String() string

type UpdateUserUsernameResponse

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

func (*UpdateUserUsernameResponse) Descriptor deprecated

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

Deprecated: Use UpdateUserUsernameResponse.ProtoReflect.Descriptor instead.

func (*UpdateUserUsernameResponse) GetUser

func (x *UpdateUserUsernameResponse) GetUser() *User

func (*UpdateUserUsernameResponse) ProtoMessage

func (*UpdateUserUsernameResponse) ProtoMessage()

func (*UpdateUserUsernameResponse) ProtoReflect

func (*UpdateUserUsernameResponse) Reset

func (x *UpdateUserUsernameResponse) Reset()

func (*UpdateUserUsernameResponse) String

func (x *UpdateUserUsernameResponse) String() string

type User

type User struct {

	// primary key, unique, immutable
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// immutable
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// mutable
	UpdateTime *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=update_time,json=updateTime,proto3" json:"update_time,omitempty"`
	// unique, mutable
	Username string `protobuf:"bytes,4,opt,name=username,proto3" json:"username,omitempty"`
	// contains filtered or unexported fields
}

func (*User) Descriptor deprecated

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

Deprecated: Use User.ProtoReflect.Descriptor instead.

func (*User) GetCreateTime

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

func (*User) GetId

func (x *User) GetId() string

func (*User) GetUpdateTime

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

func (*User) GetUsername

func (x *User) GetUsername() string

func (*User) ProtoMessage

func (*User) ProtoMessage()

func (*User) ProtoReflect

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

func (*User) Reset

func (x *User) Reset()

func (*User) String

func (x *User) String() string

type UserCanAddUserOrganizationScopesRequest

type UserCanAddUserOrganizationScopesRequest struct {

	// The ID of the organization for which to check
	// whether the user is authorized to add user scopes.
	OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UserCanAddUserOrganizationScopesRequest) Descriptor deprecated

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

Deprecated: Use UserCanAddUserOrganizationScopesRequest.ProtoReflect.Descriptor instead.

func (*UserCanAddUserOrganizationScopesRequest) GetOrganizationId

func (x *UserCanAddUserOrganizationScopesRequest) GetOrganizationId() string

func (*UserCanAddUserOrganizationScopesRequest) ProtoMessage

func (*UserCanAddUserOrganizationScopesRequest) ProtoReflect

func (*UserCanAddUserOrganizationScopesRequest) Reset

func (*UserCanAddUserOrganizationScopesRequest) String

type UserCanAddUserOrganizationScopesResponse

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

func (*UserCanAddUserOrganizationScopesResponse) Descriptor deprecated

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

Deprecated: Use UserCanAddUserOrganizationScopesResponse.ProtoReflect.Descriptor instead.

func (*UserCanAddUserOrganizationScopesResponse) GetAuthorized

func (*UserCanAddUserOrganizationScopesResponse) ProtoMessage

func (*UserCanAddUserOrganizationScopesResponse) ProtoReflect

func (*UserCanAddUserOrganizationScopesResponse) Reset

func (*UserCanAddUserOrganizationScopesResponse) String

type UserCanCreateOrganizationPluginRequest

type UserCanCreateOrganizationPluginRequest struct {

	// The ID of the organization for which to check
	// whether the user is authorized.
	OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UserCanCreateOrganizationPluginRequest) Descriptor deprecated

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

Deprecated: Use UserCanCreateOrganizationPluginRequest.ProtoReflect.Descriptor instead.

func (*UserCanCreateOrganizationPluginRequest) GetOrganizationId

func (x *UserCanCreateOrganizationPluginRequest) GetOrganizationId() string

func (*UserCanCreateOrganizationPluginRequest) ProtoMessage

func (*UserCanCreateOrganizationPluginRequest) ProtoReflect

func (*UserCanCreateOrganizationPluginRequest) Reset

func (*UserCanCreateOrganizationPluginRequest) String

type UserCanCreateOrganizationPluginResponse

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

func (*UserCanCreateOrganizationPluginResponse) Descriptor deprecated

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

Deprecated: Use UserCanCreateOrganizationPluginResponse.ProtoReflect.Descriptor instead.

func (*UserCanCreateOrganizationPluginResponse) GetAuthorized

func (x *UserCanCreateOrganizationPluginResponse) GetAuthorized() bool

func (*UserCanCreateOrganizationPluginResponse) ProtoMessage

func (*UserCanCreateOrganizationPluginResponse) ProtoReflect

func (*UserCanCreateOrganizationPluginResponse) Reset

func (*UserCanCreateOrganizationPluginResponse) String

type UserCanCreateOrganizationRepositoryRequest

type UserCanCreateOrganizationRepositoryRequest struct {

	// The ID of the organization for which to check
	// whether the user is authorized.
	OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UserCanCreateOrganizationRepositoryRequest) Descriptor deprecated

Deprecated: Use UserCanCreateOrganizationRepositoryRequest.ProtoReflect.Descriptor instead.

func (*UserCanCreateOrganizationRepositoryRequest) GetOrganizationId

func (x *UserCanCreateOrganizationRepositoryRequest) GetOrganizationId() string

func (*UserCanCreateOrganizationRepositoryRequest) ProtoMessage

func (*UserCanCreateOrganizationRepositoryRequest) ProtoReflect

func (*UserCanCreateOrganizationRepositoryRequest) Reset

func (*UserCanCreateOrganizationRepositoryRequest) String

type UserCanCreateOrganizationRepositoryResponse

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

func (*UserCanCreateOrganizationRepositoryResponse) Descriptor deprecated

Deprecated: Use UserCanCreateOrganizationRepositoryResponse.ProtoReflect.Descriptor instead.

func (*UserCanCreateOrganizationRepositoryResponse) GetAuthorized

func (*UserCanCreateOrganizationRepositoryResponse) ProtoMessage

func (*UserCanCreateOrganizationRepositoryResponse) ProtoReflect

func (*UserCanCreateOrganizationRepositoryResponse) Reset

func (*UserCanCreateOrganizationRepositoryResponse) String

type UserCanCreateOrganizationTeamRequest

type UserCanCreateOrganizationTeamRequest struct {

	// The ID of the organization for which to check
	// whether the user is authorized.
	OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UserCanCreateOrganizationTeamRequest) Descriptor deprecated

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

Deprecated: Use UserCanCreateOrganizationTeamRequest.ProtoReflect.Descriptor instead.

func (*UserCanCreateOrganizationTeamRequest) GetOrganizationId

func (x *UserCanCreateOrganizationTeamRequest) GetOrganizationId() string

func (*UserCanCreateOrganizationTeamRequest) ProtoMessage

func (*UserCanCreateOrganizationTeamRequest) ProtoMessage()

func (*UserCanCreateOrganizationTeamRequest) ProtoReflect

func (*UserCanCreateOrganizationTeamRequest) Reset

func (*UserCanCreateOrganizationTeamRequest) String

type UserCanCreateOrganizationTeamResponse

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

func (*UserCanCreateOrganizationTeamResponse) Descriptor deprecated

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

Deprecated: Use UserCanCreateOrganizationTeamResponse.ProtoReflect.Descriptor instead.

func (*UserCanCreateOrganizationTeamResponse) GetAuthorized

func (x *UserCanCreateOrganizationTeamResponse) GetAuthorized() bool

func (*UserCanCreateOrganizationTeamResponse) ProtoMessage

func (*UserCanCreateOrganizationTeamResponse) ProtoMessage()

func (*UserCanCreateOrganizationTeamResponse) ProtoReflect

func (*UserCanCreateOrganizationTeamResponse) Reset

func (*UserCanCreateOrganizationTeamResponse) String

type UserCanCreateOrganizationTemplateRequest

type UserCanCreateOrganizationTemplateRequest struct {

	// The ID of the organization for which to check
	// whether the user is authorized.
	OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UserCanCreateOrganizationTemplateRequest) Descriptor deprecated

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

Deprecated: Use UserCanCreateOrganizationTemplateRequest.ProtoReflect.Descriptor instead.

func (*UserCanCreateOrganizationTemplateRequest) GetOrganizationId

func (x *UserCanCreateOrganizationTemplateRequest) GetOrganizationId() string

func (*UserCanCreateOrganizationTemplateRequest) ProtoMessage

func (*UserCanCreateOrganizationTemplateRequest) ProtoReflect

func (*UserCanCreateOrganizationTemplateRequest) Reset

func (*UserCanCreateOrganizationTemplateRequest) String

type UserCanCreateOrganizationTemplateResponse

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

func (*UserCanCreateOrganizationTemplateResponse) Descriptor deprecated

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

Deprecated: Use UserCanCreateOrganizationTemplateResponse.ProtoReflect.Descriptor instead.

func (*UserCanCreateOrganizationTemplateResponse) GetAuthorized

func (*UserCanCreateOrganizationTemplateResponse) ProtoMessage

func (*UserCanCreateOrganizationTemplateResponse) ProtoReflect

func (*UserCanCreateOrganizationTemplateResponse) Reset

func (*UserCanCreateOrganizationTemplateResponse) String

type UserCanCreatePluginVersionRequest

type UserCanCreatePluginVersionRequest struct {

	// The owner of the plugin.
	Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	// The name of the plugin.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*UserCanCreatePluginVersionRequest) Descriptor deprecated

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

Deprecated: Use UserCanCreatePluginVersionRequest.ProtoReflect.Descriptor instead.

func (*UserCanCreatePluginVersionRequest) GetName

func (*UserCanCreatePluginVersionRequest) GetOwner

func (*UserCanCreatePluginVersionRequest) ProtoMessage

func (*UserCanCreatePluginVersionRequest) ProtoMessage()

func (*UserCanCreatePluginVersionRequest) ProtoReflect

func (*UserCanCreatePluginVersionRequest) Reset

func (*UserCanCreatePluginVersionRequest) String

type UserCanCreatePluginVersionResponse

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

func (*UserCanCreatePluginVersionResponse) Descriptor deprecated

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

Deprecated: Use UserCanCreatePluginVersionResponse.ProtoReflect.Descriptor instead.

func (*UserCanCreatePluginVersionResponse) GetAuthorized

func (x *UserCanCreatePluginVersionResponse) GetAuthorized() bool

func (*UserCanCreatePluginVersionResponse) ProtoMessage

func (*UserCanCreatePluginVersionResponse) ProtoMessage()

func (*UserCanCreatePluginVersionResponse) ProtoReflect

func (*UserCanCreatePluginVersionResponse) Reset

func (*UserCanCreatePluginVersionResponse) String

type UserCanCreateTemplateVersionRequest

type UserCanCreateTemplateVersionRequest struct {

	// The owner of the template.
	Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	// The name of the template.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*UserCanCreateTemplateVersionRequest) Descriptor deprecated

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

Deprecated: Use UserCanCreateTemplateVersionRequest.ProtoReflect.Descriptor instead.

func (*UserCanCreateTemplateVersionRequest) GetName

func (*UserCanCreateTemplateVersionRequest) GetOwner

func (*UserCanCreateTemplateVersionRequest) ProtoMessage

func (*UserCanCreateTemplateVersionRequest) ProtoMessage()

func (*UserCanCreateTemplateVersionRequest) ProtoReflect

func (*UserCanCreateTemplateVersionRequest) Reset

func (*UserCanCreateTemplateVersionRequest) String

type UserCanCreateTemplateVersionResponse

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

func (*UserCanCreateTemplateVersionResponse) Descriptor deprecated

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

Deprecated: Use UserCanCreateTemplateVersionResponse.ProtoReflect.Descriptor instead.

func (*UserCanCreateTemplateVersionResponse) GetAuthorized

func (x *UserCanCreateTemplateVersionResponse) GetAuthorized() bool

func (*UserCanCreateTemplateVersionResponse) ProtoMessage

func (*UserCanCreateTemplateVersionResponse) ProtoMessage()

func (*UserCanCreateTemplateVersionResponse) ProtoReflect

func (*UserCanCreateTemplateVersionResponse) Reset

func (*UserCanCreateTemplateVersionResponse) String

type UserCanListOrganizationTeamsRequest

type UserCanListOrganizationTeamsRequest struct {

	// The ID of the organization for which to check
	// whether the user is authorized.
	OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UserCanListOrganizationTeamsRequest) Descriptor deprecated

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

Deprecated: Use UserCanListOrganizationTeamsRequest.ProtoReflect.Descriptor instead.

func (*UserCanListOrganizationTeamsRequest) GetOrganizationId

func (x *UserCanListOrganizationTeamsRequest) GetOrganizationId() string

func (*UserCanListOrganizationTeamsRequest) ProtoMessage

func (*UserCanListOrganizationTeamsRequest) ProtoMessage()

func (*UserCanListOrganizationTeamsRequest) ProtoReflect

func (*UserCanListOrganizationTeamsRequest) Reset

func (*UserCanListOrganizationTeamsRequest) String

type UserCanListOrganizationTeamsResponse

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

func (*UserCanListOrganizationTeamsResponse) Descriptor deprecated

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

Deprecated: Use UserCanListOrganizationTeamsResponse.ProtoReflect.Descriptor instead.

func (*UserCanListOrganizationTeamsResponse) GetAuthorized

func (x *UserCanListOrganizationTeamsResponse) GetAuthorized() bool

func (*UserCanListOrganizationTeamsResponse) ProtoMessage

func (*UserCanListOrganizationTeamsResponse) ProtoMessage()

func (*UserCanListOrganizationTeamsResponse) ProtoReflect

func (*UserCanListOrganizationTeamsResponse) Reset

func (*UserCanListOrganizationTeamsResponse) String

type UserCanReadPluginRequest

type UserCanReadPluginRequest struct {

	// The owner of the plugin.
	Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	// The name of the plugin.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*UserCanReadPluginRequest) Descriptor deprecated

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

Deprecated: Use UserCanReadPluginRequest.ProtoReflect.Descriptor instead.

func (*UserCanReadPluginRequest) GetName

func (x *UserCanReadPluginRequest) GetName() string

func (*UserCanReadPluginRequest) GetOwner

func (x *UserCanReadPluginRequest) GetOwner() string

func (*UserCanReadPluginRequest) ProtoMessage

func (*UserCanReadPluginRequest) ProtoMessage()

func (*UserCanReadPluginRequest) ProtoReflect

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

func (*UserCanReadPluginRequest) Reset

func (x *UserCanReadPluginRequest) Reset()

func (*UserCanReadPluginRequest) String

func (x *UserCanReadPluginRequest) String() string

type UserCanReadPluginResponse

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

func (*UserCanReadPluginResponse) Descriptor deprecated

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

Deprecated: Use UserCanReadPluginResponse.ProtoReflect.Descriptor instead.

func (*UserCanReadPluginResponse) GetAuthorized

func (x *UserCanReadPluginResponse) GetAuthorized() bool

func (*UserCanReadPluginResponse) ProtoMessage

func (*UserCanReadPluginResponse) ProtoMessage()

func (*UserCanReadPluginResponse) ProtoReflect

func (*UserCanReadPluginResponse) Reset

func (x *UserCanReadPluginResponse) Reset()

func (*UserCanReadPluginResponse) String

func (x *UserCanReadPluginResponse) String() string

type UserCanRemoveUserOrganizationScopesRequest

type UserCanRemoveUserOrganizationScopesRequest struct {

	// The ID of the organization for which to check
	// whether the user is authorized to remove user scopes.
	OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UserCanRemoveUserOrganizationScopesRequest) Descriptor deprecated

Deprecated: Use UserCanRemoveUserOrganizationScopesRequest.ProtoReflect.Descriptor instead.

func (*UserCanRemoveUserOrganizationScopesRequest) GetOrganizationId

func (x *UserCanRemoveUserOrganizationScopesRequest) GetOrganizationId() string

func (*UserCanRemoveUserOrganizationScopesRequest) ProtoMessage

func (*UserCanRemoveUserOrganizationScopesRequest) ProtoReflect

func (*UserCanRemoveUserOrganizationScopesRequest) Reset

func (*UserCanRemoveUserOrganizationScopesRequest) String

type UserCanRemoveUserOrganizationScopesResponse

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

func (*UserCanRemoveUserOrganizationScopesResponse) Descriptor deprecated

Deprecated: Use UserCanRemoveUserOrganizationScopesResponse.ProtoReflect.Descriptor instead.

func (*UserCanRemoveUserOrganizationScopesResponse) GetAuthorized

func (*UserCanRemoveUserOrganizationScopesResponse) ProtoMessage

func (*UserCanRemoveUserOrganizationScopesResponse) ProtoReflect

func (*UserCanRemoveUserOrganizationScopesResponse) Reset

func (*UserCanRemoveUserOrganizationScopesResponse) String

type UserCanSeeOrganizationSettingsRequest

type UserCanSeeOrganizationSettingsRequest struct {

	// The ID of the organization for which to check
	// whether the user is authorized.
	OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UserCanSeeOrganizationSettingsRequest) Descriptor deprecated

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

Deprecated: Use UserCanSeeOrganizationSettingsRequest.ProtoReflect.Descriptor instead.

func (*UserCanSeeOrganizationSettingsRequest) GetOrganizationId

func (x *UserCanSeeOrganizationSettingsRequest) GetOrganizationId() string

func (*UserCanSeeOrganizationSettingsRequest) ProtoMessage

func (*UserCanSeeOrganizationSettingsRequest) ProtoMessage()

func (*UserCanSeeOrganizationSettingsRequest) ProtoReflect

func (*UserCanSeeOrganizationSettingsRequest) Reset

func (*UserCanSeeOrganizationSettingsRequest) String

type UserCanSeeOrganizationSettingsResponse

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

func (*UserCanSeeOrganizationSettingsResponse) Descriptor deprecated

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

Deprecated: Use UserCanSeeOrganizationSettingsResponse.ProtoReflect.Descriptor instead.

func (*UserCanSeeOrganizationSettingsResponse) GetAuthorized

func (x *UserCanSeeOrganizationSettingsResponse) GetAuthorized() bool

func (*UserCanSeeOrganizationSettingsResponse) ProtoMessage

func (*UserCanSeeOrganizationSettingsResponse) ProtoReflect

func (*UserCanSeeOrganizationSettingsResponse) Reset

func (*UserCanSeeOrganizationSettingsResponse) String

type UserCanSeePluginSettingsRequest

type UserCanSeePluginSettingsRequest struct {

	// The owner of the plugin.
	Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	// The name of the plugin.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*UserCanSeePluginSettingsRequest) Descriptor deprecated

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

Deprecated: Use UserCanSeePluginSettingsRequest.ProtoReflect.Descriptor instead.

func (*UserCanSeePluginSettingsRequest) GetName

func (*UserCanSeePluginSettingsRequest) GetOwner

func (*UserCanSeePluginSettingsRequest) ProtoMessage

func (*UserCanSeePluginSettingsRequest) ProtoMessage()

func (*UserCanSeePluginSettingsRequest) ProtoReflect

func (*UserCanSeePluginSettingsRequest) Reset

func (*UserCanSeePluginSettingsRequest) String

type UserCanSeePluginSettingsResponse

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

func (*UserCanSeePluginSettingsResponse) Descriptor deprecated

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

Deprecated: Use UserCanSeePluginSettingsResponse.ProtoReflect.Descriptor instead.

func (*UserCanSeePluginSettingsResponse) GetAuthorized

func (x *UserCanSeePluginSettingsResponse) GetAuthorized() bool

func (*UserCanSeePluginSettingsResponse) ProtoMessage

func (*UserCanSeePluginSettingsResponse) ProtoMessage()

func (*UserCanSeePluginSettingsResponse) ProtoReflect

func (*UserCanSeePluginSettingsResponse) Reset

func (*UserCanSeePluginSettingsResponse) String

type UserCanSeeRepositorySettingsRequest

type UserCanSeeRepositorySettingsRequest struct {

	// The ID of the repository for which to check
	// whether the user is authorized.
	RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
	// contains filtered or unexported fields
}

func (*UserCanSeeRepositorySettingsRequest) Descriptor deprecated

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

Deprecated: Use UserCanSeeRepositorySettingsRequest.ProtoReflect.Descriptor instead.

func (*UserCanSeeRepositorySettingsRequest) GetRepositoryId

func (x *UserCanSeeRepositorySettingsRequest) GetRepositoryId() string

func (*UserCanSeeRepositorySettingsRequest) ProtoMessage

func (*UserCanSeeRepositorySettingsRequest) ProtoMessage()

func (*UserCanSeeRepositorySettingsRequest) ProtoReflect

func (*UserCanSeeRepositorySettingsRequest) Reset

func (*UserCanSeeRepositorySettingsRequest) String

type UserCanSeeRepositorySettingsResponse

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

func (*UserCanSeeRepositorySettingsResponse) Descriptor deprecated

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

Deprecated: Use UserCanSeeRepositorySettingsResponse.ProtoReflect.Descriptor instead.

func (*UserCanSeeRepositorySettingsResponse) GetAuthorized

func (x *UserCanSeeRepositorySettingsResponse) GetAuthorized() bool

func (*UserCanSeeRepositorySettingsResponse) ProtoMessage

func (*UserCanSeeRepositorySettingsResponse) ProtoMessage()

func (*UserCanSeeRepositorySettingsResponse) ProtoReflect

func (*UserCanSeeRepositorySettingsResponse) Reset

func (*UserCanSeeRepositorySettingsResponse) String

type UserCanSeeTemplateSettingsRequest

type UserCanSeeTemplateSettingsRequest struct {

	// The owner of the template.
	Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	// The name of the template.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*UserCanSeeTemplateSettingsRequest) Descriptor deprecated

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

Deprecated: Use UserCanSeeTemplateSettingsRequest.ProtoReflect.Descriptor instead.

func (*UserCanSeeTemplateSettingsRequest) GetName

func (*UserCanSeeTemplateSettingsRequest) GetOwner

func (*UserCanSeeTemplateSettingsRequest) ProtoMessage

func (*UserCanSeeTemplateSettingsRequest) ProtoMessage()

func (*UserCanSeeTemplateSettingsRequest) ProtoReflect

func (*UserCanSeeTemplateSettingsRequest) Reset

func (*UserCanSeeTemplateSettingsRequest) String

type UserCanSeeTemplateSettingsResponse

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

func (*UserCanSeeTemplateSettingsResponse) Descriptor deprecated

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

Deprecated: Use UserCanSeeTemplateSettingsResponse.ProtoReflect.Descriptor instead.

func (*UserCanSeeTemplateSettingsResponse) GetAuthorized

func (x *UserCanSeeTemplateSettingsResponse) GetAuthorized() bool

func (*UserCanSeeTemplateSettingsResponse) ProtoMessage

func (*UserCanSeeTemplateSettingsResponse) ProtoMessage()

func (*UserCanSeeTemplateSettingsResponse) ProtoReflect

func (*UserCanSeeTemplateSettingsResponse) Reset

func (*UserCanSeeTemplateSettingsResponse) String

type UserSearchResult

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

func (*UserSearchResult) Descriptor deprecated

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

Deprecated: Use UserSearchResult.ProtoReflect.Descriptor instead.

func (*UserSearchResult) GetId

func (x *UserSearchResult) GetId() string

func (*UserSearchResult) GetUsername

func (x *UserSearchResult) GetUsername() string

func (*UserSearchResult) ProtoMessage

func (*UserSearchResult) ProtoMessage()

func (*UserSearchResult) ProtoReflect

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

func (*UserSearchResult) Reset

func (x *UserSearchResult) Reset()

func (*UserSearchResult) String

func (x *UserSearchResult) String() string

type UserServiceClient

type UserServiceClient interface {
	// CreateUser creates a new user with the given username.
	CreateUser(ctx context.Context, in *CreateUserRequest, opts ...grpc.CallOption) (*CreateUserResponse, error)
	// GetUser gets a user by ID.
	GetUser(ctx context.Context, in *GetUserRequest, opts ...grpc.CallOption) (*GetUserResponse, error)
	// GetUserByUsername gets a user by username.
	GetUserByUsername(ctx context.Context, in *GetUserByUsernameRequest, opts ...grpc.CallOption) (*GetUserByUsernameResponse, error)
	// ListUsers lists all users.
	ListUsers(ctx context.Context, in *ListUsersRequest, opts ...grpc.CallOption) (*ListUsersResponse, error)
	// ListOrganizationUsers lists all users for an organization.
	ListOrganizationUsers(ctx context.Context, in *ListOrganizationUsersRequest, opts ...grpc.CallOption) (*ListOrganizationUsersResponse, error)
	// UpdateUserUsername updates a user's username.
	UpdateUserUsername(ctx context.Context, in *UpdateUserUsernameRequest, opts ...grpc.CallOption) (*UpdateUserUsernameResponse, error)
	// DeleteUser deletes a user.
	DeleteUser(ctx context.Context, in *DeleteUserRequest, opts ...grpc.CallOption) (*DeleteUserResponse, error)
	// Deactivate user deactivates a user.
	DeactivateUser(ctx context.Context, in *DeactivateUserRequest, opts ...grpc.CallOption) (*DeactivateUserResponse, error)
	// AddUserOrganizationScope adds an organization scope for a specific organization to a user by ID.
	AddUserOrganizationScope(ctx context.Context, in *AddUserOrganizationScopeRequest, opts ...grpc.CallOption) (*AddUserOrganizationScopeResponse, error)
	// AddUserOrganizationScopeByName adds an organization scope for a specific organization to a user by name.
	AddUserOrganizationScopeByName(ctx context.Context, in *AddUserOrganizationScopeByNameRequest, opts ...grpc.CallOption) (*AddUserOrganizationScopeByNameResponse, error)
	// RemoveUserOrganizationScope removes an organization scope for a specific organization from a user by ID.
	RemoveUserOrganizationScope(ctx context.Context, in *RemoveUserOrganizationScopeRequest, opts ...grpc.CallOption) (*RemoveUserOrganizationScopeResponse, error)
	// RemoveUserOrganizationScopeByName removes an organization scope for a specific organization from a user by name.
	RemoveUserOrganizationScopeByName(ctx context.Context, in *RemoveUserOrganizationScopeByNameRequest, opts ...grpc.CallOption) (*RemoveUserOrganizationScopeByNameResponse, error)
	// AddUserServerScope adds a server scope for a user by ID.
	AddUserServerScope(ctx context.Context, in *AddUserServerScopeRequest, opts ...grpc.CallOption) (*AddUserServerScopeResponse, error)
	// AddUserServerScopeByName adds a server scope for a user by name.
	AddUserServerScopeByName(ctx context.Context, in *AddUserServerScopeByNameRequest, opts ...grpc.CallOption) (*AddUserServerScopeByNameResponse, error)
	// RemoveUserServerScope removes a server scope for a user by ID.
	RemoveUserServerScope(ctx context.Context, in *RemoveUserServerScopeRequest, opts ...grpc.CallOption) (*RemoveUserServerScopeResponse, error)
	// RemoveUserServerScopeByName removes a server scope for a user by name.
	RemoveUserServerScopeByName(ctx context.Context, in *RemoveUserServerScopeByNameRequest, opts ...grpc.CallOption) (*RemoveUserServerScopeByNameResponse, error)
}

UserServiceClient is the client API for UserService 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 UserServiceServer

type UserServiceServer interface {
	// CreateUser creates a new user with the given username.
	CreateUser(context.Context, *CreateUserRequest) (*CreateUserResponse, error)
	// GetUser gets a user by ID.
	GetUser(context.Context, *GetUserRequest) (*GetUserResponse, error)
	// GetUserByUsername gets a user by username.
	GetUserByUsername(context.Context, *GetUserByUsernameRequest) (*GetUserByUsernameResponse, error)
	// ListUsers lists all users.
	ListUsers(context.Context, *ListUsersRequest) (*ListUsersResponse, error)
	// ListOrganizationUsers lists all users for an organization.
	ListOrganizationUsers(context.Context, *ListOrganizationUsersRequest) (*ListOrganizationUsersResponse, error)
	// UpdateUserUsername updates a user's username.
	UpdateUserUsername(context.Context, *UpdateUserUsernameRequest) (*UpdateUserUsernameResponse, error)
	// DeleteUser deletes a user.
	DeleteUser(context.Context, *DeleteUserRequest) (*DeleteUserResponse, error)
	// Deactivate user deactivates a user.
	DeactivateUser(context.Context, *DeactivateUserRequest) (*DeactivateUserResponse, error)
	// AddUserOrganizationScope adds an organization scope for a specific organization to a user by ID.
	AddUserOrganizationScope(context.Context, *AddUserOrganizationScopeRequest) (*AddUserOrganizationScopeResponse, error)
	// AddUserOrganizationScopeByName adds an organization scope for a specific organization to a user by name.
	AddUserOrganizationScopeByName(context.Context, *AddUserOrganizationScopeByNameRequest) (*AddUserOrganizationScopeByNameResponse, error)
	// RemoveUserOrganizationScope removes an organization scope for a specific organization from a user by ID.
	RemoveUserOrganizationScope(context.Context, *RemoveUserOrganizationScopeRequest) (*RemoveUserOrganizationScopeResponse, error)
	// RemoveUserOrganizationScopeByName removes an organization scope for a specific organization from a user by name.
	RemoveUserOrganizationScopeByName(context.Context, *RemoveUserOrganizationScopeByNameRequest) (*RemoveUserOrganizationScopeByNameResponse, error)
	// AddUserServerScope adds a server scope for a user by ID.
	AddUserServerScope(context.Context, *AddUserServerScopeRequest) (*AddUserServerScopeResponse, error)
	// AddUserServerScopeByName adds a server scope for a user by name.
	AddUserServerScopeByName(context.Context, *AddUserServerScopeByNameRequest) (*AddUserServerScopeByNameResponse, error)
	// RemoveUserServerScope removes a server scope for a user by ID.
	RemoveUserServerScope(context.Context, *RemoveUserServerScopeRequest) (*RemoveUserServerScopeResponse, error)
	// RemoveUserServerScopeByName removes a server scope for a user by name.
	RemoveUserServerScopeByName(context.Context, *RemoveUserServerScopeByNameRequest) (*RemoveUserServerScopeByNameResponse, error)
}

UserServiceServer is the server API for UserService service. All implementations should embed UnimplementedUserServiceServer for forward compatibility

type Visibility

type Visibility int32
const (
	Visibility_VISIBILITY_UNSPECIFIED Visibility = 0
	Visibility_VISIBILITY_PUBLIC      Visibility = 1
	Visibility_VISIBILITY_PRIVATE     Visibility = 2
)

func (Visibility) Descriptor

func (Visibility) Descriptor() protoreflect.EnumDescriptor

func (Visibility) Enum

func (x Visibility) Enum() *Visibility

func (Visibility) EnumDescriptor deprecated

func (Visibility) EnumDescriptor() ([]byte, []int)

Deprecated: Use Visibility.Descriptor instead.

func (Visibility) Number

func (x Visibility) Number() protoreflect.EnumNumber

func (Visibility) String

func (x Visibility) String() string

func (Visibility) Type

Jump to

Keyboard shortcuts

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