registryv1alpha1

package
v1.36.11-2026051314243... Latest Latest
Warning

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

Go to latest
Published: unknown License: Apache-2.0 Imports: 9 Imported by: 6

Documentation

Index

Constants

View Source
const ConvertMessageRequest_OutputBinary_case case_ConvertMessageRequest_OutputFormat = 8
View Source
const ConvertMessageRequest_OutputFormat_not_set_case case_ConvertMessageRequest_OutputFormat = 0
View Source
const ConvertMessageRequest_OutputJson_case case_ConvertMessageRequest_OutputFormat = 9
View Source
const ConvertMessageRequest_OutputText_case case_ConvertMessageRequest_OutputFormat = 10
View Source
const ElementSearchResult_Document_not_set_case case_ElementSearchResult_Document = 0
View Source
const ElementSearchResult_Enum_case case_ElementSearchResult_Document = 8
View Source
const ElementSearchResult_FileExtension_case case_ElementSearchResult_Document = 10
View Source
const ElementSearchResult_Message_case case_ElementSearchResult_Document = 9
View Source
const ElementSearchResult_Method_case case_ElementSearchResult_Document = 7
View Source
const ElementSearchResult_Service_case case_ElementSearchResult_Document = 6
View Source
const ListRepositoryBranchesByReferenceRequest_CommitName_case case_ListRepositoryBranchesByReferenceRequest_Reference = 4
View Source
const ListRepositoryBranchesByReferenceRequest_Reference_not_set_case case_ListRepositoryBranchesByReferenceRequest_Reference = 0
View Source
const ListRepositoryBranchesByReferenceRequest_VcsCommitHash_case case_ListRepositoryBranchesByReferenceRequest_Reference = 5
View Source
const LiteralValue_ArrayValue_case case_LiteralValue_Value = 8
View Source
const LiteralValue_BoolValue_case case_LiteralValue_Value = 6
View Source
const LiteralValue_DoubleValue_case case_LiteralValue_Value = 5
View Source
const LiteralValue_EnumValueNameValue_case case_LiteralValue_Value = 7
View Source
const LiteralValue_IntValue_case case_LiteralValue_Value = 3
View Source
const LiteralValue_MessageValue_case case_LiteralValue_Value = 9
View Source
const LiteralValue_StringValue_case case_LiteralValue_Value = 2
View Source
const LiteralValue_UintValue_case case_LiteralValue_Value = 4
View Source
const LiteralValue_Value_not_set_case case_LiteralValue_Value = 0
View Source
const MessageField_Field_case case_MessageField_MessageField = 1
View Source
const MessageField_MessageField_not_set_case case_MessageField_MessageField = 0
View Source
const MessageField_Oneof_case case_MessageField_MessageField = 2
View Source
const Owner_Organization_case case_Owner_Owner = 2
View Source
const Owner_Owner_not_set_case case_Owner_Owner = 0
View Source
const Owner_User_case case_Owner_Owner = 1
View Source
const Reference_Branch_case case_Reference_Reference = 1
View Source
const Reference_Commit_case case_Reference_Reference = 3
View Source
const Reference_Draft_case case_Reference_Reference = 6
View Source
const Reference_Main_case case_Reference_Reference = 5
View Source
const Reference_Reference_not_set_case case_Reference_Reference = 0
View Source
const Reference_Tag_case case_Reference_Reference = 2
View Source
const Reference_VcsCommit_case case_Reference_Reference = 7
View Source
const RegistryConfig_CargoConfig_case case_RegistryConfig_RegistryConfig = 6
View Source
const RegistryConfig_CmakeConfig_case case_RegistryConfig_RegistryConfig = 8
View Source
const RegistryConfig_GoConfig_case case_RegistryConfig_RegistryConfig = 1
View Source
const RegistryConfig_MavenConfig_case case_RegistryConfig_RegistryConfig = 3
View Source
const RegistryConfig_NpmConfig_case case_RegistryConfig_RegistryConfig = 2
View Source
const RegistryConfig_NugetConfig_case case_RegistryConfig_RegistryConfig = 7
View Source
const RegistryConfig_PythonConfig_case case_RegistryConfig_RegistryConfig = 5
View Source
const RegistryConfig_RegistryConfig_not_set_case case_RegistryConfig_RegistryConfig = 0
View Source
const RegistryConfig_SwiftConfig_case case_RegistryConfig_RegistryConfig = 4
View Source
const Repository_OrganizationId_case case_Repository_Owner = 6
View Source
const Repository_Owner_not_set_case case_Repository_Owner = 0
View Source
const Repository_UserId_case case_Repository_Owner = 5
View Source
const Resource_Plugin_case case_Resource_Resource = 2
View Source
const Resource_Repository_case case_Resource_Resource = 1
View Source
const Resource_Resource_not_set_case case_Resource_Resource = 0
View Source
const SearchModuleContentResult_Element_case case_SearchModuleContentResult_Item = 1
View Source
const SearchModuleContentResult_File_case case_SearchModuleContentResult_Item = 2
View Source
const SearchModuleContentResult_Item_not_set_case case_SearchModuleContentResult_Item = 0
View Source
const SearchResult_CuratedPlugin_case case_SearchResult_Item = 7
View Source
const SearchResult_Item_not_set_case case_SearchResult_Item = 0
View Source
const SearchResult_ModuleElement_case case_SearchResult_Item = 8
View Source
const SearchResult_ModuleFile_case case_SearchResult_Item = 9
View Source
const SearchResult_Organization_case case_SearchResult_Item = 2
View Source
const SearchResult_Repository_case case_SearchResult_Item = 1
View Source
const SearchResult_Team_case case_SearchResult_Item = 4
View Source
const SearchResult_User_case case_SearchResult_Item = 3

Variables

View Source
var (
	BreakingChangeCategory_name = map[int32]string{
		0: "BREAKING_CHANGE_CATEGORY_UNSPECIFIED",
		1: "BREAKING_CHANGE_CATEGORY_FILE",
		2: "BREAKING_CHANGE_CATEGORY_WIRE_JSON",
	}
	BreakingChangeCategory_value = map[string]int32{
		"BREAKING_CHANGE_CATEGORY_UNSPECIFIED": 0,
		"BREAKING_CHANGE_CATEGORY_FILE":        1,
		"BREAKING_CHANGE_CATEGORY_WIRE_JSON":   2,
	}
)

Enum value maps for BreakingChangeCategory.

View Source
var (
	CollisionType_name = map[int32]string{
		0: "COLLISION_TYPE_UNSPECIFIED",
		1: "COLLISION_TYPE_FULLY_QUALIFIED_NAME",
		2: "COLLISION_TYPE_PATH",
	}
	CollisionType_value = map[string]int32{
		"COLLISION_TYPE_UNSPECIFIED":          0,
		"COLLISION_TYPE_FULLY_QUALIFIED_NAME": 1,
		"COLLISION_TYPE_PATH":                 2,
	}
)

Enum value maps for CollisionType.

View Source
var (
	ConvertFormat_name = map[int32]string{
		0: "CONVERT_FORMAT_UNSPECIFIED",
		1: "CONVERT_FORMAT_BIN",
		2: "CONVERT_FORMAT_JSON",
	}
	ConvertFormat_value = map[string]int32{
		"CONVERT_FORMAT_UNSPECIFIED": 0,
		"CONVERT_FORMAT_BIN":         1,
		"CONVERT_FORMAT_JSON":        2,
	}
)

Enum value maps for ConvertFormat.

View Source
var (
	FieldType_name = map[int32]string{
		0: "FIELD_TYPE_UNSPECIFIED",
		1: "FIELD_TYPE_NORMAL",
		2: "FIELD_TYPE_EXTENSION",
		3: "FIELD_TYPE_ANY",
	}
	FieldType_value = map[string]int32{
		"FIELD_TYPE_UNSPECIFIED": 0,
		"FIELD_TYPE_NORMAL":      1,
		"FIELD_TYPE_EXTENSION":   2,
		"FIELD_TYPE_ANY":         3,
	}
)

Enum value maps for FieldType.

View Source
var (
	ImageMask_name = map[int32]string{
		0: "IMAGE_MASK_UNSPECIFIED",
		1: "IMAGE_MASK_MESSAGES",
		2: "IMAGE_MASK_ENUMS",
		3: "IMAGE_MASK_SERVICES",
	}
	ImageMask_value = map[string]int32{
		"IMAGE_MASK_UNSPECIFIED": 0,
		"IMAGE_MASK_MESSAGES":    1,
		"IMAGE_MASK_ENUMS":       2,
		"IMAGE_MASK_SERVICES":    3,
	}
)

Enum value maps for ImageMask.

View Source
var (
	CuratedPluginVisibility_name = map[int32]string{
		0: "CURATED_PLUGIN_VISIBILITY_UNSPECIFIED",
		1: "CURATED_PLUGIN_VISIBILITY_PUBLIC",
		2: "CURATED_PLUGIN_VISIBILITY_PRIVATE",
	}
	CuratedPluginVisibility_value = map[string]int32{
		"CURATED_PLUGIN_VISIBILITY_UNSPECIFIED": 0,
		"CURATED_PLUGIN_VISIBILITY_PUBLIC":      1,
		"CURATED_PLUGIN_VISIBILITY_PRIVATE":     2,
	}
)

Enum value maps for CuratedPluginVisibility.

View Source
var (
	PluginRegistryType_name = map[int32]string{
		0: "PLUGIN_REGISTRY_TYPE_UNSPECIFIED",
		1: "PLUGIN_REGISTRY_TYPE_GO",
		2: "PLUGIN_REGISTRY_TYPE_NPM",
		3: "PLUGIN_REGISTRY_TYPE_MAVEN",
		4: "PLUGIN_REGISTRY_TYPE_SWIFT",
		5: "PLUGIN_REGISTRY_TYPE_PYTHON",
		7: "PLUGIN_REGISTRY_TYPE_CARGO",
		8: "PLUGIN_REGISTRY_TYPE_NUGET",
		9: "PLUGIN_REGISTRY_TYPE_CMAKE",
	}
	PluginRegistryType_value = map[string]int32{
		"PLUGIN_REGISTRY_TYPE_UNSPECIFIED": 0,
		"PLUGIN_REGISTRY_TYPE_GO":          1,
		"PLUGIN_REGISTRY_TYPE_NPM":         2,
		"PLUGIN_REGISTRY_TYPE_MAVEN":       3,
		"PLUGIN_REGISTRY_TYPE_SWIFT":       4,
		"PLUGIN_REGISTRY_TYPE_PYTHON":      5,
		"PLUGIN_REGISTRY_TYPE_CARGO":       7,
		"PLUGIN_REGISTRY_TYPE_NUGET":       8,
		"PLUGIN_REGISTRY_TYPE_CMAKE":       9,
	}
)

Enum value maps for PluginRegistryType.

View Source
var (
	PluginLanguage_name = map[int32]string{
		0:  "PLUGIN_LANGUAGE_UNSPECIFIED",
		1:  "PLUGIN_LANGUAGE_GO",
		2:  "PLUGIN_LANGUAGE_JAVASCRIPT",
		3:  "PLUGIN_LANGUAGE_TYPESCRIPT",
		4:  "PLUGIN_LANGUAGE_SWIFT",
		5:  "PLUGIN_LANGUAGE_CPP",
		6:  "PLUGIN_LANGUAGE_JAVA",
		7:  "PLUGIN_LANGUAGE_DART",
		8:  "PLUGIN_LANGUAGE_RUST",
		9:  "PLUGIN_LANGUAGE_PYTHON",
		10: "PLUGIN_LANGUAGE_RUBY",
		11: "PLUGIN_LANGUAGE_KOTLIN",
		12: "PLUGIN_LANGUAGE_OBJECTIVE_C",
		13: "PLUGIN_LANGUAGE_PHP",
		14: "PLUGIN_LANGUAGE_CSHARP",
		15: "PLUGIN_LANGUAGE_SCALA",
		16: "PLUGIN_LANGUAGE_C",
	}
	PluginLanguage_value = map[string]int32{
		"PLUGIN_LANGUAGE_UNSPECIFIED": 0,
		"PLUGIN_LANGUAGE_GO":          1,
		"PLUGIN_LANGUAGE_JAVASCRIPT":  2,
		"PLUGIN_LANGUAGE_TYPESCRIPT":  3,
		"PLUGIN_LANGUAGE_SWIFT":       4,
		"PLUGIN_LANGUAGE_CPP":         5,
		"PLUGIN_LANGUAGE_JAVA":        6,
		"PLUGIN_LANGUAGE_DART":        7,
		"PLUGIN_LANGUAGE_RUST":        8,
		"PLUGIN_LANGUAGE_PYTHON":      9,
		"PLUGIN_LANGUAGE_RUBY":        10,
		"PLUGIN_LANGUAGE_KOTLIN":      11,
		"PLUGIN_LANGUAGE_OBJECTIVE_C": 12,
		"PLUGIN_LANGUAGE_PHP":         13,
		"PLUGIN_LANGUAGE_CSHARP":      14,
		"PLUGIN_LANGUAGE_SCALA":       15,
		"PLUGIN_LANGUAGE_C":           16,
	}
)

Enum value maps for PluginLanguage.

View Source
var (
	NPMImportStyle_name = map[int32]string{
		0: "NPM_IMPORT_STYLE_UNSPECIFIED",
		1: "NPM_IMPORT_STYLE_MODULE",
		2: "NPM_IMPORT_STYLE_COMMONJS",
	}
	NPMImportStyle_value = map[string]int32{
		"NPM_IMPORT_STYLE_UNSPECIFIED": 0,
		"NPM_IMPORT_STYLE_MODULE":      1,
		"NPM_IMPORT_STYLE_COMMONJS":    2,
	}
)

Enum value maps for NPMImportStyle.

View Source
var (
	SwiftPlatformType_name = map[int32]string{
		0: "SWIFT_PLATFORM_TYPE_UNSPECIFIED",
		1: "SWIFT_PLATFORM_TYPE_MACOS",
		2: "SWIFT_PLATFORM_TYPE_IOS",
		3: "SWIFT_PLATFORM_TYPE_WATCHOS",
		4: "SWIFT_PLATFORM_TYPE_TVOS",
	}
	SwiftPlatformType_value = map[string]int32{
		"SWIFT_PLATFORM_TYPE_UNSPECIFIED": 0,
		"SWIFT_PLATFORM_TYPE_MACOS":       1,
		"SWIFT_PLATFORM_TYPE_IOS":         2,
		"SWIFT_PLATFORM_TYPE_WATCHOS":     3,
		"SWIFT_PLATFORM_TYPE_TVOS":        4,
	}
)

Enum value maps for SwiftPlatformType.

View Source
var (
	PythonPackageType_name = map[int32]string{
		0: "PYTHON_PACKAGE_TYPE_UNSPECIFIED",
		1: "PYTHON_PACKAGE_TYPE_RUNTIME",
		2: "PYTHON_PACKAGE_TYPE_STUB_ONLY",
	}
	PythonPackageType_value = map[string]int32{
		"PYTHON_PACKAGE_TYPE_UNSPECIFIED": 0,
		"PYTHON_PACKAGE_TYPE_RUNTIME":     1,
		"PYTHON_PACKAGE_TYPE_STUB_ONLY":   2,
	}
)

Enum value maps for PythonPackageType.

View Source
var (
	DotnetTargetFramework_name = map[int32]string{
		0:  "DOTNET_TARGET_FRAMEWORK_UNSPECIFIED",
		1:  "DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_0",
		2:  "DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_1",
		3:  "DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_2",
		4:  "DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_3",
		5:  "DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_4",
		6:  "DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_5",
		7:  "DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_6",
		8:  "DOTNET_TARGET_FRAMEWORK_NETSTANDARD_2_0",
		9:  "DOTNET_TARGET_FRAMEWORK_NETSTANDARD_2_1",
		10: "DOTNET_TARGET_FRAMEWORK_NET_5_0",
		11: "DOTNET_TARGET_FRAMEWORK_NET_6_0",
		12: "DOTNET_TARGET_FRAMEWORK_NET_7_0",
		13: "DOTNET_TARGET_FRAMEWORK_NET_8_0",
	}
	DotnetTargetFramework_value = map[string]int32{
		"DOTNET_TARGET_FRAMEWORK_UNSPECIFIED":     0,
		"DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_0": 1,
		"DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_1": 2,
		"DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_2": 3,
		"DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_3": 4,
		"DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_4": 5,
		"DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_5": 6,
		"DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_6": 7,
		"DOTNET_TARGET_FRAMEWORK_NETSTANDARD_2_0": 8,
		"DOTNET_TARGET_FRAMEWORK_NETSTANDARD_2_1": 9,
		"DOTNET_TARGET_FRAMEWORK_NET_5_0":         10,
		"DOTNET_TARGET_FRAMEWORK_NET_6_0":         11,
		"DOTNET_TARGET_FRAMEWORK_NET_7_0":         12,
		"DOTNET_TARGET_FRAMEWORK_NET_8_0":         13,
	}
)

Enum value maps for DotnetTargetFramework.

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",
		5: "RESOLVED_REFERENCE_TYPE_DRAFT",
	}
	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,
		"RESOLVED_REFERENCE_TYPE_DRAFT":       5,
	}
)

Enum value maps for ResolvedReferenceType.

View Source
var (
	ServerRole_name = map[int32]string{
		0: "SERVER_ROLE_UNSPECIFIED",
		1: "SERVER_ROLE_ADMIN",
		2: "SERVER_ROLE_MEMBER",
	}
	ServerRole_value = map[string]int32{
		"SERVER_ROLE_UNSPECIFIED": 0,
		"SERVER_ROLE_ADMIN":       1,
		"SERVER_ROLE_MEMBER":      2,
	}
)

Enum value maps for ServerRole.

View Source
var (
	OrganizationRole_name = map[int32]string{
		0: "ORGANIZATION_ROLE_UNSPECIFIED",
		1: "ORGANIZATION_ROLE_OWNER",
		2: "ORGANIZATION_ROLE_ADMIN",
		3: "ORGANIZATION_ROLE_MEMBER",
		4: "ORGANIZATION_ROLE_MACHINE",
	}
	OrganizationRole_value = map[string]int32{
		"ORGANIZATION_ROLE_UNSPECIFIED": 0,
		"ORGANIZATION_ROLE_OWNER":       1,
		"ORGANIZATION_ROLE_ADMIN":       2,
		"ORGANIZATION_ROLE_MEMBER":      3,
		"ORGANIZATION_ROLE_MACHINE":     4,
	}
)

Enum value maps for OrganizationRole.

View Source
var (
	OrganizationRoleSource_name = map[int32]string{
		0: "ORGANIZATION_ROLE_SOURCE_UNSPECIFIED",
		1: "ORGANIZATION_ROLE_SOURCE_DIRECT",
		2: "ORGANIZATION_ROLE_SOURCE_JIT",
		3: "ORGANIZATION_ROLE_SOURCE_IDP_GROUP",
	}
	OrganizationRoleSource_value = map[string]int32{
		"ORGANIZATION_ROLE_SOURCE_UNSPECIFIED": 0,
		"ORGANIZATION_ROLE_SOURCE_DIRECT":      1,
		"ORGANIZATION_ROLE_SOURCE_JIT":         2,
		"ORGANIZATION_ROLE_SOURCE_IDP_GROUP":   3,
	}
)

Enum value maps for OrganizationRoleSource.

View Source
var (
	RepositoryRole_name = map[int32]string{
		0: "REPOSITORY_ROLE_UNSPECIFIED",
		1: "REPOSITORY_ROLE_OWNER",
		2: "REPOSITORY_ROLE_ADMIN",
		3: "REPOSITORY_ROLE_WRITE",
		4: "REPOSITORY_ROLE_READ",
		5: "REPOSITORY_ROLE_LIMITED_WRITE",
	}
	RepositoryRole_value = map[string]int32{
		"REPOSITORY_ROLE_UNSPECIFIED":   0,
		"REPOSITORY_ROLE_OWNER":         1,
		"REPOSITORY_ROLE_ADMIN":         2,
		"REPOSITORY_ROLE_WRITE":         3,
		"REPOSITORY_ROLE_READ":          4,
		"REPOSITORY_ROLE_LIMITED_WRITE": 5,
	}
)

Enum value maps for RepositoryRole.

View Source
var (
	RepositoryRoleSource_name = map[int32]string{
		0: "REPOSITORY_ROLE_SOURCE_UNSPECIFIED",
		1: "REPOSITORY_ROLE_SOURCE_DIRECT",
		2: "REPOSITORY_ROLE_SOURCE_IDP_GROUP",
	}
	RepositoryRoleSource_value = map[string]int32{
		"REPOSITORY_ROLE_SOURCE_UNSPECIFIED": 0,
		"REPOSITORY_ROLE_SOURCE_DIRECT":      1,
		"REPOSITORY_ROLE_SOURCE_IDP_GROUP":   2,
	}
)

Enum value maps for RepositoryRoleSource.

View Source
var (
	Format_name = map[int32]string{
		0: "FORMAT_UNSPECIFIED",
		1: "FORMAT_BINARY",
		2: "FORMAT_JSON",
		3: "FORMAT_TEXT",
	}
	Format_value = map[string]int32{
		"FORMAT_UNSPECIFIED": 0,
		"FORMAT_BINARY":      1,
		"FORMAT_JSON":        2,
		"FORMAT_TEXT":        3,
	}
)

Enum value maps for Format.

View Source
var (
	SearchFilter_name = map[int32]string{
		0: "SEARCH_FILTER_UNSPECIFIED",
		1: "SEARCH_FILTER_USER",
		2: "SEARCH_FILTER_ORGANIZATION",
		3: "SEARCH_FILTER_REPOSITORY",
		6: "SEARCH_FILTER_TEAM",
		7: "SEARCH_FILTER_CURATED_PLUGIN",
		8: "SEARCH_FILTER_MODULE_ELEMENT",
		9: "SEARCH_FILTER_MODULE_FILE",
	}
	SearchFilter_value = map[string]int32{
		"SEARCH_FILTER_UNSPECIFIED":    0,
		"SEARCH_FILTER_USER":           1,
		"SEARCH_FILTER_ORGANIZATION":   2,
		"SEARCH_FILTER_REPOSITORY":     3,
		"SEARCH_FILTER_TEAM":           6,
		"SEARCH_FILTER_CURATED_PLUGIN": 7,
		"SEARCH_FILTER_MODULE_ELEMENT": 8,
		"SEARCH_FILTER_MODULE_FILE":    9,
	}
)

Enum value maps for SearchFilter.

View Source
var (
	OrderBy_name = map[int32]string{
		0: "ORDER_BY_UNSPECIFIED",
		1: "ORDER_BY_CREATE_TIME",
		2: "ORDER_BY_UPDATE_TIME",
		3: "ORDER_BY_NAME",
	}
	OrderBy_value = map[string]int32{
		"ORDER_BY_UNSPECIFIED": 0,
		"ORDER_BY_CREATE_TIME": 1,
		"ORDER_BY_UPDATE_TIME": 2,
		"ORDER_BY_NAME":        3,
	}
)

Enum value maps for OrderBy.

View Source
var (
	SearchModuleElementType_name = map[int32]string{
		0: "SEARCH_MODULE_ELEMENT_TYPE_UNSPECIFIED",
		1: "SEARCH_MODULE_ELEMENT_TYPE_SERVICE",
		2: "SEARCH_MODULE_ELEMENT_TYPE_METHOD",
		3: "SEARCH_MODULE_ELEMENT_TYPE_MESSAGE",
		4: "SEARCH_MODULE_ELEMENT_TYPE_ENUM",
	}
	SearchModuleElementType_value = map[string]int32{
		"SEARCH_MODULE_ELEMENT_TYPE_UNSPECIFIED": 0,
		"SEARCH_MODULE_ELEMENT_TYPE_SERVICE":     1,
		"SEARCH_MODULE_ELEMENT_TYPE_METHOD":      2,
		"SEARCH_MODULE_ELEMENT_TYPE_MESSAGE":     3,
		"SEARCH_MODULE_ELEMENT_TYPE_ENUM":        4,
	}
)

Enum value maps for SearchModuleElementType.

View Source
var (
	SearchModuleContentFilter_name = map[int32]string{
		0: "SEARCH_MODULE_CONTENT_FILTER_UNSPECIFIED",
		1: "SEARCH_MODULE_CONTENT_FILTER_ELEMENT",
		2: "SEARCH_MODULE_CONTENT_FILTER_FILE",
	}
	SearchModuleContentFilter_value = map[string]int32{
		"SEARCH_MODULE_CONTENT_FILTER_UNSPECIFIED": 0,
		"SEARCH_MODULE_CONTENT_FILTER_ELEMENT":     1,
		"SEARCH_MODULE_CONTENT_FILTER_FILE":        2,
	}
)

Enum value maps for SearchModuleContentFilter.

View Source
var (
	StudioAgentProtocol_name = map[int32]string{
		0: "STUDIO_AGENT_PROTOCOL_UNSPECIFIED",
		1: "STUDIO_AGENT_PROTOCOL_GRPC",
		2: "STUDIO_AGENT_PROTOCOL_CONNECT",
	}
	StudioAgentProtocol_value = map[string]int32{
		"STUDIO_AGENT_PROTOCOL_UNSPECIFIED": 0,
		"STUDIO_AGENT_PROTOCOL_GRPC":        1,
		"STUDIO_AGENT_PROTOCOL_CONNECT":     2,
	}
)

Enum value maps for StudioAgentProtocol.

View Source
var (
	StudioProtocol_name = map[int32]string{
		0: "STUDIO_PROTOCOL_UNSPECIFIED",
		1: "STUDIO_PROTOCOL_CONNECT",
		2: "STUDIO_PROTOCOL_GRPC",
		3: "STUDIO_PROTOCOL_GRPC_WEB",
	}
	StudioProtocol_value = map[string]int32{
		"STUDIO_PROTOCOL_UNSPECIFIED": 0,
		"STUDIO_PROTOCOL_CONNECT":     1,
		"STUDIO_PROTOCOL_GRPC":        2,
		"STUDIO_PROTOCOL_GRPC_WEB":    3,
	}
)

Enum value maps for StudioProtocol.

View Source
var (
	UserState_name = map[int32]string{
		0: "USER_STATE_UNSPECIFIED",
		1: "USER_STATE_ACTIVE",
		2: "USER_STATE_DEACTIVATED",
	}
	UserState_value = map[string]int32{
		"USER_STATE_UNSPECIFIED": 0,
		"USER_STATE_ACTIVE":      1,
		"USER_STATE_DEACTIVATED": 2,
	}
)

Enum value maps for UserState.

View Source
var (
	UserType_name = map[int32]string{
		0: "USER_TYPE_UNSPECIFIED",
		1: "USER_TYPE_PERSONAL",
		2: "USER_TYPE_MACHINE",
		3: "USER_TYPE_SYSTEM",
	}
	UserType_value = map[string]int32{
		"USER_TYPE_UNSPECIFIED": 0,
		"USER_TYPE_PERSONAL":    1,
		"USER_TYPE_MACHINE":     2,
		"USER_TYPE_SYSTEM":      3,
	}
)

Enum value maps for UserType.

View Source
var (
	VerificationStatus_name = map[int32]string{
		0: "VERIFICATION_STATUS_UNSPECIFIED",
		1: "VERIFICATION_STATUS_OFFICIAL",
		2: "VERIFICATION_STATUS_VERIFIED_PUBLISHER",
	}
	VerificationStatus_value = map[string]int32{
		"VERIFICATION_STATUS_UNSPECIFIED":        0,
		"VERIFICATION_STATUS_OFFICIAL":           1,
		"VERIFICATION_STATUS_VERIFIED_PUBLISHER": 2,
	}
)

Enum value maps for VerificationStatus.

View Source
var (
	WebhookEvent_name = map[int32]string{
		0: "WEBHOOK_EVENT_UNSPECIFIED",
		1: "WEBHOOK_EVENT_REPOSITORY_PUSH",
	}
	WebhookEvent_value = map[string]int32{
		"WEBHOOK_EVENT_UNSPECIFIED":     0,
		"WEBHOOK_EVENT_REPOSITORY_PUSH": 1,
	}
)

Enum value maps for WebhookEvent.

View Source
var File_buf_alpha_registry_v1alpha1_admin_proto protoreflect.FileDescriptor
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_convert_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_display_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_git_metadata_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_github_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_image_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_jsonschema_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_curation_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_push_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_resource_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_role_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_schema_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_scim_token_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_search_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_studio_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_studio_request_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 File_buf_alpha_registry_v1alpha1_verification_status_proto protoreflect.FileDescriptor
View Source
var File_buf_alpha_registry_v1alpha1_webhook_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type AddOrganizationGroupRequest

type AddOrganizationGroupRequest struct {

	// The ID of the organization for which to add the group.
	OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	// The name of the group to add.
	GroupName string `protobuf:"bytes,2,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"`
	// The role to associate with this organization group.
	//
	// Any user who maps to this organization via this group will be granted this role. If no role is
	// set, the user will be granted the 'member' role.
	RoleOverride OrganizationRole `` /* 148-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AddOrganizationGroupRequest) GetGroupName

func (x *AddOrganizationGroupRequest) GetGroupName() string

func (*AddOrganizationGroupRequest) GetOrganizationId

func (x *AddOrganizationGroupRequest) GetOrganizationId() string

func (*AddOrganizationGroupRequest) GetRoleOverride

func (x *AddOrganizationGroupRequest) GetRoleOverride() OrganizationRole

func (*AddOrganizationGroupRequest) ProtoMessage

func (*AddOrganizationGroupRequest) ProtoMessage()

func (*AddOrganizationGroupRequest) ProtoReflect

func (*AddOrganizationGroupRequest) Reset

func (x *AddOrganizationGroupRequest) Reset()

func (*AddOrganizationGroupRequest) SetGroupName

func (x *AddOrganizationGroupRequest) SetGroupName(v string)

func (*AddOrganizationGroupRequest) SetOrganizationId

func (x *AddOrganizationGroupRequest) SetOrganizationId(v string)

func (*AddOrganizationGroupRequest) SetRoleOverride

func (x *AddOrganizationGroupRequest) SetRoleOverride(v OrganizationRole)

func (*AddOrganizationGroupRequest) String

func (x *AddOrganizationGroupRequest) String() string

type AddOrganizationGroupRequest_builder

type AddOrganizationGroupRequest_builder struct {

	// The ID of the organization for which to add the group.
	OrganizationId string
	// The name of the group to add.
	GroupName string
	// The role to associate with this organization group.
	//
	// Any user who maps to this organization via this group will be granted this role. If no role is
	// set, the user will be granted the 'member' role.
	RoleOverride OrganizationRole
	// contains filtered or unexported fields
}

func (AddOrganizationGroupRequest_builder) Build

type AddOrganizationGroupResponse

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

func (*AddOrganizationGroupResponse) ProtoMessage

func (*AddOrganizationGroupResponse) ProtoMessage()

func (*AddOrganizationGroupResponse) ProtoReflect

func (*AddOrganizationGroupResponse) Reset

func (x *AddOrganizationGroupResponse) Reset()

func (*AddOrganizationGroupResponse) String

type AddOrganizationGroupResponse_builder

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

func (AddOrganizationGroupResponse_builder) Build

type AddOrganizationMemberRequest

type AddOrganizationMemberRequest struct {

	// The ID of the organization for which the user will be added to.
	OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	// The ID of the user for which to be added to the organization.
	UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// The new role of the user in the organization.
	OrganizationRole OrganizationRole `` /* 160-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AddOrganizationMemberRequest) GetOrganizationId

func (x *AddOrganizationMemberRequest) GetOrganizationId() string

func (*AddOrganizationMemberRequest) GetOrganizationRole

func (x *AddOrganizationMemberRequest) GetOrganizationRole() OrganizationRole

func (*AddOrganizationMemberRequest) GetUserId

func (x *AddOrganizationMemberRequest) GetUserId() string

func (*AddOrganizationMemberRequest) ProtoMessage

func (*AddOrganizationMemberRequest) ProtoMessage()

func (*AddOrganizationMemberRequest) ProtoReflect

func (*AddOrganizationMemberRequest) Reset

func (x *AddOrganizationMemberRequest) Reset()

func (*AddOrganizationMemberRequest) SetOrganizationId

func (x *AddOrganizationMemberRequest) SetOrganizationId(v string)

func (*AddOrganizationMemberRequest) SetOrganizationRole

func (x *AddOrganizationMemberRequest) SetOrganizationRole(v OrganizationRole)

func (*AddOrganizationMemberRequest) SetUserId

func (x *AddOrganizationMemberRequest) SetUserId(v string)

func (*AddOrganizationMemberRequest) String

type AddOrganizationMemberRequest_builder

type AddOrganizationMemberRequest_builder struct {

	// The ID of the organization for which the user will be added to.
	OrganizationId string
	// The ID of the user for which to be added to the organization.
	UserId string
	// The new role of the user in the organization.
	OrganizationRole OrganizationRole
	// contains filtered or unexported fields
}

func (AddOrganizationMemberRequest_builder) Build

type AddOrganizationMemberResponse

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

func (*AddOrganizationMemberResponse) ProtoMessage

func (*AddOrganizationMemberResponse) ProtoMessage()

func (*AddOrganizationMemberResponse) ProtoReflect

func (*AddOrganizationMemberResponse) Reset

func (x *AddOrganizationMemberResponse) Reset()

func (*AddOrganizationMemberResponse) String

type AddOrganizationMemberResponse_builder

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

func (AddOrganizationMemberResponse_builder) Build

type AddRepositoryGroupRequest

type AddRepositoryGroupRequest struct {

	// The ID of the repository for which to add the group.
	RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
	// The name of the group to add.
	GroupName string `protobuf:"bytes,2,opt,name=group_name,json=groupName,proto3" json:"group_name,omitempty"`
	// The role to associate with any user who is added to the repository via this group.
	//
	// Any user who maps to this repository via this group will be granted this role. If no role is
	// set, the user will be granted the containing-organization's base repository role.
	RoleOverride RepositoryRole `` /* 146-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*AddRepositoryGroupRequest) GetGroupName

func (x *AddRepositoryGroupRequest) GetGroupName() string

func (*AddRepositoryGroupRequest) GetRepositoryId

func (x *AddRepositoryGroupRequest) GetRepositoryId() string

func (*AddRepositoryGroupRequest) GetRoleOverride

func (x *AddRepositoryGroupRequest) GetRoleOverride() RepositoryRole

func (*AddRepositoryGroupRequest) ProtoMessage

func (*AddRepositoryGroupRequest) ProtoMessage()

func (*AddRepositoryGroupRequest) ProtoReflect

func (*AddRepositoryGroupRequest) Reset

func (x *AddRepositoryGroupRequest) Reset()

func (*AddRepositoryGroupRequest) SetGroupName

func (x *AddRepositoryGroupRequest) SetGroupName(v string)

func (*AddRepositoryGroupRequest) SetRepositoryId

func (x *AddRepositoryGroupRequest) SetRepositoryId(v string)

func (*AddRepositoryGroupRequest) SetRoleOverride

func (x *AddRepositoryGroupRequest) SetRoleOverride(v RepositoryRole)

func (*AddRepositoryGroupRequest) String

func (x *AddRepositoryGroupRequest) String() string

type AddRepositoryGroupRequest_builder

type AddRepositoryGroupRequest_builder struct {

	// The ID of the repository for which to add the group.
	RepositoryId string
	// The name of the group to add.
	GroupName string
	// The role to associate with any user who is added to the repository via this group.
	//
	// Any user who maps to this repository via this group will be granted this role. If no role is
	// set, the user will be granted the containing-organization's base repository role.
	RoleOverride RepositoryRole
	// contains filtered or unexported fields
}

func (AddRepositoryGroupRequest_builder) Build

type AddRepositoryGroupResponse

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

func (*AddRepositoryGroupResponse) ProtoMessage

func (*AddRepositoryGroupResponse) ProtoMessage()

func (*AddRepositoryGroupResponse) ProtoReflect

func (*AddRepositoryGroupResponse) Reset

func (x *AddRepositoryGroupResponse) Reset()

func (*AddRepositoryGroupResponse) String

func (x *AddRepositoryGroupResponse) String() string

type AddRepositoryGroupResponse_builder

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

func (AddRepositoryGroupResponse_builder) Build

type ArrayLiteral

type ArrayLiteral struct {
	Elements []*LiteralValue `protobuf:"bytes,1,rep,name=elements,proto3" json:"elements,omitempty"`
	// contains filtered or unexported fields
}

ArrayLiteral represents an option value for a type that is a repeated field. Maps are also represented using an ArrayLiteral, where each map entry is a MessageLiteral that contains a key and value field.

func (*ArrayLiteral) GetElements

func (x *ArrayLiteral) GetElements() []*LiteralValue

func (*ArrayLiteral) ProtoMessage

func (*ArrayLiteral) ProtoMessage()

func (*ArrayLiteral) ProtoReflect

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

func (*ArrayLiteral) Reset

func (x *ArrayLiteral) Reset()

func (*ArrayLiteral) SetElements

func (x *ArrayLiteral) SetElements(v []*LiteralValue)

func (*ArrayLiteral) String

func (x *ArrayLiteral) String() string

type ArrayLiteral_builder

type ArrayLiteral_builder struct {
	Elements []*LiteralValue
	// contains filtered or unexported fields
}

func (ArrayLiteral_builder) Build

func (b0 ArrayLiteral_builder) Build() *ArrayLiteral

type BinaryOutputOptions

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

func (*BinaryOutputOptions) ProtoMessage

func (*BinaryOutputOptions) ProtoMessage()

func (*BinaryOutputOptions) ProtoReflect

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

func (*BinaryOutputOptions) Reset

func (x *BinaryOutputOptions) Reset()

func (*BinaryOutputOptions) String

func (x *BinaryOutputOptions) String() string

type BinaryOutputOptions_builder

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

func (BinaryOutputOptions_builder) Build

type BreakingChangeCategory

type BreakingChangeCategory int32

BreakingChangeCategory is the allowed list of categories for breaking rule settings.

const (
	BreakingChangeCategory_BREAKING_CHANGE_CATEGORY_UNSPECIFIED BreakingChangeCategory = 0
	BreakingChangeCategory_BREAKING_CHANGE_CATEGORY_FILE        BreakingChangeCategory = 1
	BreakingChangeCategory_BREAKING_CHANGE_CATEGORY_WIRE_JSON   BreakingChangeCategory = 2
)

func (BreakingChangeCategory) Descriptor

func (BreakingChangeCategory) Enum

func (BreakingChangeCategory) Number

func (BreakingChangeCategory) String

func (x BreakingChangeCategory) String() string

func (BreakingChangeCategory) Type

type BreakingChangePolicy

type BreakingChangePolicy struct {
	Enabled                *bool                  `protobuf:"varint,1,opt,name=enabled,proto3,oneof" json:"enabled,omitempty"`
	IgnoreUnstablePackages *bool                  `` /* 136-byte string literal not displayed */
	Category               BreakingChangeCategory `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BreakingChangePolicy) ClearEnabled

func (x *BreakingChangePolicy) ClearEnabled()

func (*BreakingChangePolicy) ClearIgnoreUnstablePackages

func (x *BreakingChangePolicy) ClearIgnoreUnstablePackages()

func (*BreakingChangePolicy) GetCategory

func (*BreakingChangePolicy) GetEnabled

func (x *BreakingChangePolicy) GetEnabled() bool

func (*BreakingChangePolicy) GetIgnoreUnstablePackages

func (x *BreakingChangePolicy) GetIgnoreUnstablePackages() bool

func (*BreakingChangePolicy) HasEnabled

func (x *BreakingChangePolicy) HasEnabled() bool

func (*BreakingChangePolicy) HasIgnoreUnstablePackages

func (x *BreakingChangePolicy) HasIgnoreUnstablePackages() bool

func (*BreakingChangePolicy) ProtoMessage

func (*BreakingChangePolicy) ProtoMessage()

func (*BreakingChangePolicy) ProtoReflect

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

func (*BreakingChangePolicy) Reset

func (x *BreakingChangePolicy) Reset()

func (*BreakingChangePolicy) SetCategory

func (x *BreakingChangePolicy) SetCategory(v BreakingChangeCategory)

func (*BreakingChangePolicy) SetEnabled

func (x *BreakingChangePolicy) SetEnabled(v bool)

func (*BreakingChangePolicy) SetIgnoreUnstablePackages

func (x *BreakingChangePolicy) SetIgnoreUnstablePackages(v bool)

func (*BreakingChangePolicy) String

func (x *BreakingChangePolicy) String() string

type BreakingChangePolicy_builder

type BreakingChangePolicy_builder struct {
	Enabled                *bool
	IgnoreUnstablePackages *bool
	Category               BreakingChangeCategory
	// contains filtered or unexported fields
}

func (BreakingChangePolicy_builder) Build

type CargoConfig

type CargoConfig struct {

	// rust_version specifies the minimum supported Rust version (MSRV) for the generated crate.
	// Ref: https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field
	RustVersion string `protobuf:"bytes,1,opt,name=rust_version,json=rustVersion,proto3" json:"rust_version,omitempty"`
	// runtime_libraries specifies the runtime dependencies for the generated crate. Optional.
	RuntimeLibraries []*CargoConfig_RuntimeLibrary `protobuf:"bytes,2,rep,name=runtime_libraries,json=runtimeLibraries,proto3" json:"runtime_libraries,omitempty"`
	// contains filtered or unexported fields
}

CargoConfig specifies the Cargo Registry configuration for a Rust plugin.

func (*CargoConfig) GetRuntimeLibraries

func (x *CargoConfig) GetRuntimeLibraries() []*CargoConfig_RuntimeLibrary

func (*CargoConfig) GetRustVersion

func (x *CargoConfig) GetRustVersion() string

func (*CargoConfig) ProtoMessage

func (*CargoConfig) ProtoMessage()

func (*CargoConfig) ProtoReflect

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

func (*CargoConfig) Reset

func (x *CargoConfig) Reset()

func (*CargoConfig) SetRuntimeLibraries

func (x *CargoConfig) SetRuntimeLibraries(v []*CargoConfig_RuntimeLibrary)

func (*CargoConfig) SetRustVersion

func (x *CargoConfig) SetRustVersion(v string)

func (*CargoConfig) String

func (x *CargoConfig) String() string

type CargoConfig_RuntimeLibrary

type CargoConfig_RuntimeLibrary struct {

	// name specifies the name of the dependency.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// version_requirement specifies the version requirement of the dependency.
	VersionRequirement string `protobuf:"bytes,2,opt,name=version_requirement,json=versionRequirement,proto3" json:"version_requirement,omitempty"`
	// default_features specifies whether or not default features will be enabled for the dependency.
	DefaultFeatures bool `protobuf:"varint,3,opt,name=default_features,json=defaultFeatures,proto3" json:"default_features,omitempty"`
	// features specifies the features enabled for the dependency.
	Features []string `protobuf:"bytes,4,rep,name=features,proto3" json:"features,omitempty"`
	// contains filtered or unexported fields
}

RuntimeLibrary specifies a runtime dependency for a generated crate. It is the subset of a full Cargo dependency specification, which contains fields that are irrelevant for Generated SDKs. Ref: https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html

func (*CargoConfig_RuntimeLibrary) GetDefaultFeatures

func (x *CargoConfig_RuntimeLibrary) GetDefaultFeatures() bool

func (*CargoConfig_RuntimeLibrary) GetFeatures

func (x *CargoConfig_RuntimeLibrary) GetFeatures() []string

func (*CargoConfig_RuntimeLibrary) GetName

func (x *CargoConfig_RuntimeLibrary) GetName() string

func (*CargoConfig_RuntimeLibrary) GetVersionRequirement

func (x *CargoConfig_RuntimeLibrary) GetVersionRequirement() string

func (*CargoConfig_RuntimeLibrary) ProtoMessage

func (*CargoConfig_RuntimeLibrary) ProtoMessage()

func (*CargoConfig_RuntimeLibrary) ProtoReflect

func (*CargoConfig_RuntimeLibrary) Reset

func (x *CargoConfig_RuntimeLibrary) Reset()

func (*CargoConfig_RuntimeLibrary) SetDefaultFeatures

func (x *CargoConfig_RuntimeLibrary) SetDefaultFeatures(v bool)

func (*CargoConfig_RuntimeLibrary) SetFeatures

func (x *CargoConfig_RuntimeLibrary) SetFeatures(v []string)

func (*CargoConfig_RuntimeLibrary) SetName

func (x *CargoConfig_RuntimeLibrary) SetName(v string)

func (*CargoConfig_RuntimeLibrary) SetVersionRequirement

func (x *CargoConfig_RuntimeLibrary) SetVersionRequirement(v string)

func (*CargoConfig_RuntimeLibrary) String

func (x *CargoConfig_RuntimeLibrary) String() string

type CargoConfig_RuntimeLibrary_builder

type CargoConfig_RuntimeLibrary_builder struct {

	// name specifies the name of the dependency.
	Name string
	// version_requirement specifies the version requirement of the dependency.
	VersionRequirement string
	// default_features specifies whether or not default features will be enabled for the dependency.
	DefaultFeatures bool
	// features specifies the features enabled for the dependency.
	Features []string
	// contains filtered or unexported fields
}

func (CargoConfig_RuntimeLibrary_builder) Build

type CargoConfig_builder

type CargoConfig_builder struct {

	// rust_version specifies the minimum supported Rust version (MSRV) for the generated crate.
	// Ref: https://doc.rust-lang.org/cargo/reference/manifest.html#the-rust-version-field
	RustVersion string
	// runtime_libraries specifies the runtime dependencies for the generated crate. Optional.
	RuntimeLibraries []*CargoConfig_RuntimeLibrary
	// contains filtered or unexported fields
}

func (CargoConfig_builder) Build

func (b0 CargoConfig_builder) Build() *CargoConfig

type CmakeConfig

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

CmakeConfig is the configuration for a Cmake C++ plugin.

func (*CmakeConfig) ProtoMessage

func (*CmakeConfig) ProtoMessage()

func (*CmakeConfig) ProtoReflect

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

func (*CmakeConfig) Reset

func (x *CmakeConfig) Reset()

func (*CmakeConfig) String

func (x *CmakeConfig) String() string

type CmakeConfig_builder

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

func (CmakeConfig_builder) Build

func (b0 CmakeConfig_builder) Build() *CmakeConfig

type Collision

type Collision struct {

	// The reference that has collisions.
	Reference string `protobuf:"bytes,1,opt,name=reference,proto3" json:"reference,omitempty"`
	// The type of collision.
	Type CollisionType `protobuf:"varint,2,opt,name=type,proto3,enum=buf.alpha.registry.v1alpha1.CollisionType" json:"type,omitempty"`
	// The sources of the collision that the user is authorized to see.
	Sources []*CollisionSource `protobuf:"bytes,3,rep,name=sources,proto3" json:"sources,omitempty"`
	// Whether there are other collision sources that the user is not authorized to see.
	// The user should contact a server admin for more information about these collisions.
	HasOtherCollisionSources bool `` /* 138-byte string literal not displayed */
	// contains filtered or unexported fields
}

Collision is a collision that has occurred.

func (*Collision) GetHasOtherCollisionSources

func (x *Collision) GetHasOtherCollisionSources() bool

func (*Collision) GetReference

func (x *Collision) GetReference() string

func (*Collision) GetSources

func (x *Collision) GetSources() []*CollisionSource

func (*Collision) GetType

func (x *Collision) GetType() CollisionType

func (*Collision) ProtoMessage

func (*Collision) ProtoMessage()

func (*Collision) ProtoReflect

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

func (*Collision) Reset

func (x *Collision) Reset()

func (*Collision) SetHasOtherCollisionSources

func (x *Collision) SetHasOtherCollisionSources(v bool)

func (*Collision) SetReference

func (x *Collision) SetReference(v string)

func (*Collision) SetSources

func (x *Collision) SetSources(v []*CollisionSource)

func (*Collision) SetType

func (x *Collision) SetType(v CollisionType)

func (*Collision) String

func (x *Collision) String() string

type CollisionSource

type CollisionSource struct {

	// The name of the owner of the source.
	OwnerName string `protobuf:"bytes,1,opt,name=owner_name,json=ownerName,proto3" json:"owner_name,omitempty"`
	// The name of the repository of the source.
	RepositoryName string `protobuf:"bytes,2,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"`
	// The path of the file that is the source of the collision.
	Path string `protobuf:"bytes,3,opt,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

CollisionSource is the source of a collision

func (*CollisionSource) GetOwnerName

func (x *CollisionSource) GetOwnerName() string

func (*CollisionSource) GetPath

func (x *CollisionSource) GetPath() string

func (*CollisionSource) GetRepositoryName

func (x *CollisionSource) GetRepositoryName() string

func (*CollisionSource) ProtoMessage

func (*CollisionSource) ProtoMessage()

func (*CollisionSource) ProtoReflect

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

func (*CollisionSource) Reset

func (x *CollisionSource) Reset()

func (*CollisionSource) SetOwnerName

func (x *CollisionSource) SetOwnerName(v string)

func (*CollisionSource) SetPath

func (x *CollisionSource) SetPath(v string)

func (*CollisionSource) SetRepositoryName

func (x *CollisionSource) SetRepositoryName(v string)

func (*CollisionSource) String

func (x *CollisionSource) String() string

type CollisionSource_builder

type CollisionSource_builder struct {

	// The name of the owner of the source.
	OwnerName string
	// The name of the repository of the source.
	RepositoryName string
	// The path of the file that is the source of the collision.
	Path string
	// contains filtered or unexported fields
}

func (CollisionSource_builder) Build

type CollisionType

type CollisionType int32

CollisionType is the type of collisions that can occur.

const (
	// Unspecified collision type.
	CollisionType_COLLISION_TYPE_UNSPECIFIED CollisionType = 0
	// A fully qualified proto name
	CollisionType_COLLISION_TYPE_FULLY_QUALIFIED_NAME CollisionType = 1
	// A proto file path
	CollisionType_COLLISION_TYPE_PATH CollisionType = 2
)

func (CollisionType) Descriptor

func (CollisionType) Enum

func (x CollisionType) Enum() *CollisionType

func (CollisionType) Number

func (CollisionType) String

func (x CollisionType) String() string

func (CollisionType) Type

type Collision_builder

type Collision_builder struct {

	// The reference that has collisions.
	Reference string
	// The type of collision.
	Type CollisionType
	// The sources of the collision that the user is authorized to see.
	Sources []*CollisionSource
	// Whether there are other collision sources that the user is not authorized to see.
	// The user should contact a server admin for more information about these collisions.
	HasOtherCollisionSources bool
	// contains filtered or unexported fields
}

func (Collision_builder) Build

func (b0 Collision_builder) Build() *Collision

type ConvertFormat

type ConvertFormat int32

The supported formats for the serialized message conversion.

const (
	ConvertFormat_CONVERT_FORMAT_UNSPECIFIED ConvertFormat = 0
	ConvertFormat_CONVERT_FORMAT_BIN         ConvertFormat = 1
	ConvertFormat_CONVERT_FORMAT_JSON        ConvertFormat = 2
)

func (ConvertFormat) Descriptor

func (ConvertFormat) Enum

func (x ConvertFormat) Enum() *ConvertFormat

func (ConvertFormat) Number

func (ConvertFormat) String

func (x ConvertFormat) String() string

func (ConvertFormat) Type

type ConvertMessageRequest

type ConvertMessageRequest struct {

	// The owner of the repo that contains the schema to retrieve (a user name or
	// organization name).
	Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	// The name of the repo that contains the schema to retrieve.
	Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"`
	// Optional version of the repo. This can be a tag or branch name or a commit.
	// If unspecified, defaults to latest version on the repo's "main" branch.
	Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	// The fully-qualified name of the message. Required.
	MessageName string `protobuf:"bytes,4,opt,name=message_name,json=messageName,proto3" json:"message_name,omitempty"`
	// The format of the input data. Required.
	InputFormat Format `` /* 135-byte string literal not displayed */
	// The input data that is to be converted. Required. This must be
	// a valid encoding of type indicated by message_name in the format
	// indicated by input_format.
	InputData []byte `protobuf:"bytes,6,opt,name=input_data,json=inputData,proto3" json:"input_data,omitempty"`
	// If true, any unresolvable fields in the input are discarded. For
	// formats other than FORMAT_BINARY, this means that the operation
	// will fail if the input contains unrecognized field names. For
	// FORMAT_BINARY, unrecognized fields can be retained and possibly
	// included in the reformatted output (depending on the requested
	// output format).
	DiscardUnknown bool `protobuf:"varint,7,opt,name=discard_unknown,json=discardUnknown,proto3" json:"discard_unknown,omitempty"`
	// Types that are valid to be assigned to OutputFormat:
	//
	//	*ConvertMessageRequest_OutputBinary
	//	*ConvertMessageRequest_OutputJson
	//	*ConvertMessageRequest_OutputText
	OutputFormat isConvertMessageRequest_OutputFormat `protobuf_oneof:"output_format"`
	// contains filtered or unexported fields
}

func (*ConvertMessageRequest) ClearOutputBinary

func (x *ConvertMessageRequest) ClearOutputBinary()

func (*ConvertMessageRequest) ClearOutputFormat

func (x *ConvertMessageRequest) ClearOutputFormat()

func (*ConvertMessageRequest) ClearOutputJson

func (x *ConvertMessageRequest) ClearOutputJson()

func (*ConvertMessageRequest) ClearOutputText

func (x *ConvertMessageRequest) ClearOutputText()

func (*ConvertMessageRequest) GetDiscardUnknown

func (x *ConvertMessageRequest) GetDiscardUnknown() bool

func (*ConvertMessageRequest) GetInputData

func (x *ConvertMessageRequest) GetInputData() []byte

func (*ConvertMessageRequest) GetInputFormat

func (x *ConvertMessageRequest) GetInputFormat() Format

func (*ConvertMessageRequest) GetMessageName

func (x *ConvertMessageRequest) GetMessageName() string

func (*ConvertMessageRequest) GetOutputBinary

func (x *ConvertMessageRequest) GetOutputBinary() *BinaryOutputOptions

func (*ConvertMessageRequest) GetOutputFormat

func (x *ConvertMessageRequest) GetOutputFormat() isConvertMessageRequest_OutputFormat

func (*ConvertMessageRequest) GetOutputJson

func (x *ConvertMessageRequest) GetOutputJson() *JSONOutputOptions

func (*ConvertMessageRequest) GetOutputText

func (x *ConvertMessageRequest) GetOutputText() *TextOutputOptions

func (*ConvertMessageRequest) GetOwner

func (x *ConvertMessageRequest) GetOwner() string

func (*ConvertMessageRequest) GetRepository

func (x *ConvertMessageRequest) GetRepository() string

func (*ConvertMessageRequest) GetVersion

func (x *ConvertMessageRequest) GetVersion() string

func (*ConvertMessageRequest) HasOutputBinary

func (x *ConvertMessageRequest) HasOutputBinary() bool

func (*ConvertMessageRequest) HasOutputFormat

func (x *ConvertMessageRequest) HasOutputFormat() bool

func (*ConvertMessageRequest) HasOutputJson

func (x *ConvertMessageRequest) HasOutputJson() bool

func (*ConvertMessageRequest) HasOutputText

func (x *ConvertMessageRequest) HasOutputText() bool

func (*ConvertMessageRequest) ProtoMessage

func (*ConvertMessageRequest) ProtoMessage()

func (*ConvertMessageRequest) ProtoReflect

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

func (*ConvertMessageRequest) Reset

func (x *ConvertMessageRequest) Reset()

func (*ConvertMessageRequest) SetDiscardUnknown

func (x *ConvertMessageRequest) SetDiscardUnknown(v bool)

func (*ConvertMessageRequest) SetInputData

func (x *ConvertMessageRequest) SetInputData(v []byte)

func (*ConvertMessageRequest) SetInputFormat

func (x *ConvertMessageRequest) SetInputFormat(v Format)

func (*ConvertMessageRequest) SetMessageName

func (x *ConvertMessageRequest) SetMessageName(v string)

func (*ConvertMessageRequest) SetOutputBinary

func (x *ConvertMessageRequest) SetOutputBinary(v *BinaryOutputOptions)

func (*ConvertMessageRequest) SetOutputJson

func (x *ConvertMessageRequest) SetOutputJson(v *JSONOutputOptions)

func (*ConvertMessageRequest) SetOutputText

func (x *ConvertMessageRequest) SetOutputText(v *TextOutputOptions)

func (*ConvertMessageRequest) SetOwner

func (x *ConvertMessageRequest) SetOwner(v string)

func (*ConvertMessageRequest) SetRepository

func (x *ConvertMessageRequest) SetRepository(v string)

func (*ConvertMessageRequest) SetVersion

func (x *ConvertMessageRequest) SetVersion(v string)

func (*ConvertMessageRequest) String

func (x *ConvertMessageRequest) String() string

func (*ConvertMessageRequest) WhichOutputFormat

func (x *ConvertMessageRequest) WhichOutputFormat() case_ConvertMessageRequest_OutputFormat

type ConvertMessageRequest_OutputBinary

type ConvertMessageRequest_OutputBinary struct {
	OutputBinary *BinaryOutputOptions `protobuf:"bytes,8,opt,name=output_binary,json=outputBinary,proto3,oneof"`
}

type ConvertMessageRequest_OutputJson

type ConvertMessageRequest_OutputJson struct {
	OutputJson *JSONOutputOptions `protobuf:"bytes,9,opt,name=output_json,json=outputJson,proto3,oneof"`
}

type ConvertMessageRequest_OutputText

type ConvertMessageRequest_OutputText struct {
	OutputText *TextOutputOptions `protobuf:"bytes,10,opt,name=output_text,json=outputText,proto3,oneof"`
}

type ConvertMessageRequest_builder

type ConvertMessageRequest_builder struct {

	// The owner of the repo that contains the schema to retrieve (a user name or
	// organization name).
	Owner string
	// The name of the repo that contains the schema to retrieve.
	Repository string
	// Optional version of the repo. This can be a tag or branch name or a commit.
	// If unspecified, defaults to latest version on the repo's "main" branch.
	Version string
	// The fully-qualified name of the message. Required.
	MessageName string
	// The format of the input data. Required.
	InputFormat Format
	// The input data that is to be converted. Required. This must be
	// a valid encoding of type indicated by message_name in the format
	// indicated by input_format.
	InputData []byte
	// If true, any unresolvable fields in the input are discarded. For
	// formats other than FORMAT_BINARY, this means that the operation
	// will fail if the input contains unrecognized field names. For
	// FORMAT_BINARY, unrecognized fields can be retained and possibly
	// included in the reformatted output (depending on the requested
	// output format).
	DiscardUnknown bool
	// Fields of oneof OutputFormat:
	OutputBinary *BinaryOutputOptions
	OutputJson   *JSONOutputOptions
	OutputText   *TextOutputOptions
	// contains filtered or unexported fields
}

func (ConvertMessageRequest_builder) Build

type ConvertMessageResponse

type ConvertMessageResponse struct {

	// The resolved version of the schema. If the requested version was a commit,
	// this value is the same as that. If the requested version referred to a tag
	// or branch, this is the commit for that tag or latest commit for that
	// branch. If the request did not include any version, this is the latest
	// version for the module's main branch.
	Commit string `protobuf:"bytes,1,opt,name=commit,proto3" json:"commit,omitempty"`
	// The reformatted data.
	OutputData []byte `protobuf:"bytes,2,opt,name=output_data,json=outputData,proto3" json:"output_data,omitempty"`
	// contains filtered or unexported fields
}

func (*ConvertMessageResponse) GetCommit

func (x *ConvertMessageResponse) GetCommit() string

func (*ConvertMessageResponse) GetOutputData

func (x *ConvertMessageResponse) GetOutputData() []byte

func (*ConvertMessageResponse) ProtoMessage

func (*ConvertMessageResponse) ProtoMessage()

func (*ConvertMessageResponse) ProtoReflect

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

func (*ConvertMessageResponse) Reset

func (x *ConvertMessageResponse) Reset()

func (*ConvertMessageResponse) SetCommit

func (x *ConvertMessageResponse) SetCommit(v string)

func (*ConvertMessageResponse) SetOutputData

func (x *ConvertMessageResponse) SetOutputData(v []byte)

func (*ConvertMessageResponse) String

func (x *ConvertMessageResponse) String() string

type ConvertMessageResponse_builder

type ConvertMessageResponse_builder struct {

	// The resolved version of the schema. If the requested version was a commit,
	// this value is the same as that. If the requested version referred to a tag
	// or branch, this is the commit for that tag or latest commit for that
	// branch. If the request did not include any version, this is the latest
	// version for the module's main branch.
	Commit string
	// The reformatted data.
	OutputData []byte
	// contains filtered or unexported fields
}

func (ConvertMessageResponse_builder) Build

type ConvertRequest

type ConvertRequest struct {

	// type_name is the full type name of the serialized message (like acme.weather.v1.Units).
	TypeName string `protobuf:"bytes,1,opt,name=type_name,json=typeName,proto3" json:"type_name,omitempty"`
	// image is the image source that defines the serialized message.
	Image *v1.Image `protobuf:"bytes,2,opt,name=image,proto3" json:"image,omitempty"`
	// payload is the serialized Protobuf message.
	Payload []byte `protobuf:"bytes,3,opt,name=payload,proto3" json:"payload,omitempty"`
	// request_format is the format of the payload.
	RequestFormat ConvertFormat `` /* 148-byte string literal not displayed */
	// response_format is the desired format of the output result.
	ResponseFormat ConvertFormat `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ConvertRequest) ClearImage

func (x *ConvertRequest) ClearImage()

func (*ConvertRequest) GetImage

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

func (*ConvertRequest) GetPayload

func (x *ConvertRequest) GetPayload() []byte

func (*ConvertRequest) GetRequestFormat

func (x *ConvertRequest) GetRequestFormat() ConvertFormat

func (*ConvertRequest) GetResponseFormat

func (x *ConvertRequest) GetResponseFormat() ConvertFormat

func (*ConvertRequest) GetTypeName

func (x *ConvertRequest) GetTypeName() string

func (*ConvertRequest) HasImage

func (x *ConvertRequest) HasImage() bool

func (*ConvertRequest) ProtoMessage

func (*ConvertRequest) ProtoMessage()

func (*ConvertRequest) ProtoReflect

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

func (*ConvertRequest) Reset

func (x *ConvertRequest) Reset()

func (*ConvertRequest) SetImage

func (x *ConvertRequest) SetImage(v *v1.Image)

func (*ConvertRequest) SetPayload

func (x *ConvertRequest) SetPayload(v []byte)

func (*ConvertRequest) SetRequestFormat

func (x *ConvertRequest) SetRequestFormat(v ConvertFormat)

func (*ConvertRequest) SetResponseFormat

func (x *ConvertRequest) SetResponseFormat(v ConvertFormat)

func (*ConvertRequest) SetTypeName

func (x *ConvertRequest) SetTypeName(v string)

func (*ConvertRequest) String

func (x *ConvertRequest) String() string

type ConvertRequest_builder

type ConvertRequest_builder struct {

	// type_name is the full type name of the serialized message (like acme.weather.v1.Units).
	TypeName string
	// image is the image source that defines the serialized message.
	Image *v1.Image
	// payload is the serialized Protobuf message.
	Payload []byte
	// request_format is the format of the payload.
	RequestFormat ConvertFormat
	// response_format is the desired format of the output result.
	ResponseFormat ConvertFormat
	// contains filtered or unexported fields
}

func (ConvertRequest_builder) Build

type ConvertResponse

type ConvertResponse struct {

	// payload is the converted serialized message in one of the supported formats.
	Payload []byte `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

func (*ConvertResponse) GetPayload

func (x *ConvertResponse) GetPayload() []byte

func (*ConvertResponse) ProtoMessage

func (*ConvertResponse) ProtoMessage()

func (*ConvertResponse) ProtoReflect

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

func (*ConvertResponse) Reset

func (x *ConvertResponse) Reset()

func (*ConvertResponse) SetPayload

func (x *ConvertResponse) SetPayload(v []byte)

func (*ConvertResponse) String

func (x *ConvertResponse) String() string

type ConvertResponse_builder

type ConvertResponse_builder struct {

	// payload is the converted serialized message in one of the supported formats.
	Payload []byte
	// contains filtered or unexported fields
}

func (ConvertResponse_builder) Build

type CountUsersRequest

type CountUsersRequest struct {

	// If the user_state_filter is unspecified, all users are included.
	UserStateFilter UserState `` /* 152-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*CountUsersRequest) GetUserStateFilter

func (x *CountUsersRequest) GetUserStateFilter() UserState

func (*CountUsersRequest) ProtoMessage

func (*CountUsersRequest) ProtoMessage()

func (*CountUsersRequest) ProtoReflect

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

func (*CountUsersRequest) Reset

func (x *CountUsersRequest) Reset()

func (*CountUsersRequest) SetUserStateFilter

func (x *CountUsersRequest) SetUserStateFilter(v UserState)

func (*CountUsersRequest) String

func (x *CountUsersRequest) String() string

type CountUsersRequest_builder

type CountUsersRequest_builder struct {

	// If the user_state_filter is unspecified, all users are included.
	UserStateFilter UserState
	// contains filtered or unexported fields
}

func (CountUsersRequest_builder) Build

type CountUsersResponse

type CountUsersResponse struct {
	TotalCount uint32 `protobuf:"varint,1,opt,name=total_count,json=totalCount,proto3" json:"total_count,omitempty"`
	// contains filtered or unexported fields
}

func (*CountUsersResponse) GetTotalCount

func (x *CountUsersResponse) GetTotalCount() uint32

func (*CountUsersResponse) ProtoMessage

func (*CountUsersResponse) ProtoMessage()

func (*CountUsersResponse) ProtoReflect

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

func (*CountUsersResponse) Reset

func (x *CountUsersResponse) Reset()

func (*CountUsersResponse) SetTotalCount

func (x *CountUsersResponse) SetTotalCount(v uint32)

func (*CountUsersResponse) String

func (x *CountUsersResponse) String() string

type CountUsersResponse_builder

type CountUsersResponse_builder struct {
	TotalCount uint32
	// contains filtered or unexported fields
}

func (CountUsersResponse_builder) Build

type CreateCuratedPluginRequest

type CreateCuratedPluginRequest struct {

	// The owner of the plugin, i.e. "library".
	Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	// The name of the plugin, i.e. "connect-go".
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The optional registry type of the plugin.
	RegistryType PluginRegistryType `` /* 150-byte string literal not displayed */
	// Semver-formatted plugin version.
	Version string `protobuf:"bytes,4,opt,name=version,proto3" json:"version,omitempty"`
	// The full container image digest associated with this plugin version including
	// the algorithm.
	// Ref: https://github.com/opencontainers/image-spec/blob/main/descriptor.md#digests
	ContainerImageDigest string `protobuf:"bytes,5,opt,name=container_image_digest,json=containerImageDigest,proto3" json:"container_image_digest,omitempty"`
	// List of plugin dependencies.
	Dependencies []*CuratedPluginReference `protobuf:"bytes,7,rep,name=dependencies,proto3" json:"dependencies,omitempty"`
	// The URL leading to the source code of the plugin, if available.
	SourceUrl string `protobuf:"bytes,8,opt,name=source_url,json=sourceUrl,proto3" json:"source_url,omitempty"`
	// A brief description of the plugin functionality.
	Description string `protobuf:"bytes,9,opt,name=description,proto3" json:"description,omitempty"`
	// The configuration for the remote registry of the plugin.
	RegistryConfig *RegistryConfig `protobuf:"bytes,12,opt,name=registry_config,json=registryConfig,proto3" json:"registry_config,omitempty"`
	// The revision for this plugin version.
	Revision uint32 `protobuf:"varint,13,opt,name=revision,proto3" json:"revision,omitempty"`
	// The output languages supported by the plugin.
	OutputLanguages []PluginLanguage `` /* 163-byte string literal not displayed */
	// spdx_license_id is the license of the plugin, which should be one of the identifiers
	// defined in https://spdx.org/licenses
	SpdxLicenseId string `protobuf:"bytes,15,opt,name=spdx_license_id,json=spdxLicenseId,proto3" json:"spdx_license_id,omitempty"`
	// license_url specifies an optional URL for the plugin's license (if not using a standard spdx_license_id).
	LicenseUrl string `protobuf:"bytes,16,opt,name=license_url,json=licenseUrl,proto3" json:"license_url,omitempty"`
	// Visibility indicates whether the plugin is public or private.
	Visibility CuratedPluginVisibility `` /* 132-byte string literal not displayed */
	// The URL leading to the integration guide of the plugin, if available.
	IntegrationGuideUrl string `protobuf:"bytes,18,opt,name=integration_guide_url,json=integrationGuideUrl,proto3" json:"integration_guide_url,omitempty"`
	// The deprecation status of the plugin.
	Deprecated bool `protobuf:"varint,19,opt,name=deprecated,proto3" json:"deprecated,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateCuratedPluginRequest) ClearRegistryConfig

func (x *CreateCuratedPluginRequest) ClearRegistryConfig()

func (*CreateCuratedPluginRequest) GetContainerImageDigest

func (x *CreateCuratedPluginRequest) GetContainerImageDigest() string

func (*CreateCuratedPluginRequest) GetDependencies

func (x *CreateCuratedPluginRequest) GetDependencies() []*CuratedPluginReference

func (*CreateCuratedPluginRequest) GetDeprecated

func (x *CreateCuratedPluginRequest) GetDeprecated() bool

func (*CreateCuratedPluginRequest) GetDescription

func (x *CreateCuratedPluginRequest) GetDescription() string

func (*CreateCuratedPluginRequest) GetIntegrationGuideUrl

func (x *CreateCuratedPluginRequest) GetIntegrationGuideUrl() string

func (*CreateCuratedPluginRequest) GetLicenseUrl

func (x *CreateCuratedPluginRequest) GetLicenseUrl() string

func (*CreateCuratedPluginRequest) GetName

func (x *CreateCuratedPluginRequest) GetName() string

func (*CreateCuratedPluginRequest) GetOutputLanguages

func (x *CreateCuratedPluginRequest) GetOutputLanguages() []PluginLanguage

func (*CreateCuratedPluginRequest) GetOwner

func (x *CreateCuratedPluginRequest) GetOwner() string

func (*CreateCuratedPluginRequest) GetRegistryConfig

func (x *CreateCuratedPluginRequest) GetRegistryConfig() *RegistryConfig

func (*CreateCuratedPluginRequest) GetRegistryType

func (x *CreateCuratedPluginRequest) GetRegistryType() PluginRegistryType

func (*CreateCuratedPluginRequest) GetRevision

func (x *CreateCuratedPluginRequest) GetRevision() uint32

func (*CreateCuratedPluginRequest) GetSourceUrl

func (x *CreateCuratedPluginRequest) GetSourceUrl() string

func (*CreateCuratedPluginRequest) GetSpdxLicenseId

func (x *CreateCuratedPluginRequest) GetSpdxLicenseId() string

func (*CreateCuratedPluginRequest) GetVersion

func (x *CreateCuratedPluginRequest) GetVersion() string

func (*CreateCuratedPluginRequest) GetVisibility

func (*CreateCuratedPluginRequest) HasRegistryConfig

func (x *CreateCuratedPluginRequest) HasRegistryConfig() bool

func (*CreateCuratedPluginRequest) ProtoMessage

func (*CreateCuratedPluginRequest) ProtoMessage()

func (*CreateCuratedPluginRequest) ProtoReflect

func (*CreateCuratedPluginRequest) Reset

func (x *CreateCuratedPluginRequest) Reset()

func (*CreateCuratedPluginRequest) SetContainerImageDigest

func (x *CreateCuratedPluginRequest) SetContainerImageDigest(v string)

func (*CreateCuratedPluginRequest) SetDependencies

func (x *CreateCuratedPluginRequest) SetDependencies(v []*CuratedPluginReference)

func (*CreateCuratedPluginRequest) SetDeprecated

func (x *CreateCuratedPluginRequest) SetDeprecated(v bool)

func (*CreateCuratedPluginRequest) SetDescription

func (x *CreateCuratedPluginRequest) SetDescription(v string)

func (*CreateCuratedPluginRequest) SetIntegrationGuideUrl

func (x *CreateCuratedPluginRequest) SetIntegrationGuideUrl(v string)

func (*CreateCuratedPluginRequest) SetLicenseUrl

func (x *CreateCuratedPluginRequest) SetLicenseUrl(v string)

func (*CreateCuratedPluginRequest) SetName

func (x *CreateCuratedPluginRequest) SetName(v string)

func (*CreateCuratedPluginRequest) SetOutputLanguages

func (x *CreateCuratedPluginRequest) SetOutputLanguages(v []PluginLanguage)

func (*CreateCuratedPluginRequest) SetOwner

func (x *CreateCuratedPluginRequest) SetOwner(v string)

func (*CreateCuratedPluginRequest) SetRegistryConfig

func (x *CreateCuratedPluginRequest) SetRegistryConfig(v *RegistryConfig)

func (*CreateCuratedPluginRequest) SetRegistryType

func (x *CreateCuratedPluginRequest) SetRegistryType(v PluginRegistryType)

func (*CreateCuratedPluginRequest) SetRevision

func (x *CreateCuratedPluginRequest) SetRevision(v uint32)

func (*CreateCuratedPluginRequest) SetSourceUrl

func (x *CreateCuratedPluginRequest) SetSourceUrl(v string)

func (*CreateCuratedPluginRequest) SetSpdxLicenseId

func (x *CreateCuratedPluginRequest) SetSpdxLicenseId(v string)

func (*CreateCuratedPluginRequest) SetVersion

func (x *CreateCuratedPluginRequest) SetVersion(v string)

func (*CreateCuratedPluginRequest) SetVisibility

func (*CreateCuratedPluginRequest) String

func (x *CreateCuratedPluginRequest) String() string

type CreateCuratedPluginRequest_builder

type CreateCuratedPluginRequest_builder struct {

	// The owner of the plugin, i.e. "library".
	Owner string
	// The name of the plugin, i.e. "connect-go".
	Name string
	// The optional registry type of the plugin.
	RegistryType PluginRegistryType
	// Semver-formatted plugin version.
	Version string
	// The full container image digest associated with this plugin version including
	// the algorithm.
	// Ref: https://github.com/opencontainers/image-spec/blob/main/descriptor.md#digests
	ContainerImageDigest string
	// List of plugin dependencies.
	Dependencies []*CuratedPluginReference
	// The URL leading to the source code of the plugin, if available.
	SourceUrl string
	// A brief description of the plugin functionality.
	Description string
	// The configuration for the remote registry of the plugin.
	RegistryConfig *RegistryConfig
	// The revision for this plugin version.
	Revision uint32
	// The output languages supported by the plugin.
	OutputLanguages []PluginLanguage
	// spdx_license_id is the license of the plugin, which should be one of the identifiers
	// defined in https://spdx.org/licenses
	SpdxLicenseId string
	// license_url specifies an optional URL for the plugin's license (if not using a standard spdx_license_id).
	LicenseUrl string
	// Visibility indicates whether the plugin is public or private.
	Visibility CuratedPluginVisibility
	// The URL leading to the integration guide of the plugin, if available.
	IntegrationGuideUrl string
	// The deprecation status of the plugin.
	Deprecated bool
	// contains filtered or unexported fields
}

func (CreateCuratedPluginRequest_builder) Build

type CreateCuratedPluginResponse

type CreateCuratedPluginResponse struct {

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

func (*CreateCuratedPluginResponse) ClearConfiguration

func (x *CreateCuratedPluginResponse) ClearConfiguration()

func (*CreateCuratedPluginResponse) GetConfiguration

func (x *CreateCuratedPluginResponse) GetConfiguration() *CuratedPlugin

func (*CreateCuratedPluginResponse) HasConfiguration

func (x *CreateCuratedPluginResponse) HasConfiguration() bool

func (*CreateCuratedPluginResponse) ProtoMessage

func (*CreateCuratedPluginResponse) ProtoMessage()

func (*CreateCuratedPluginResponse) ProtoReflect

func (*CreateCuratedPluginResponse) Reset

func (x *CreateCuratedPluginResponse) Reset()

func (*CreateCuratedPluginResponse) SetConfiguration

func (x *CreateCuratedPluginResponse) SetConfiguration(v *CuratedPlugin)

func (*CreateCuratedPluginResponse) String

func (x *CreateCuratedPluginResponse) String() string

type CreateCuratedPluginResponse_builder

type CreateCuratedPluginResponse_builder struct {

	// The created plugin.
	Configuration *CuratedPlugin
	// contains filtered or unexported fields
}

func (CreateCuratedPluginResponse_builder) Build

type CreateMachineUserRequest

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

func (*CreateMachineUserRequest) GetUsername

func (x *CreateMachineUserRequest) GetUsername() string

func (*CreateMachineUserRequest) ProtoMessage

func (*CreateMachineUserRequest) ProtoMessage()

func (*CreateMachineUserRequest) ProtoReflect

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

func (*CreateMachineUserRequest) Reset

func (x *CreateMachineUserRequest) Reset()

func (*CreateMachineUserRequest) SetUsername

func (x *CreateMachineUserRequest) SetUsername(v string)

func (*CreateMachineUserRequest) String

func (x *CreateMachineUserRequest) String() string

type CreateMachineUserRequest_builder

type CreateMachineUserRequest_builder struct {
	Username string
	// contains filtered or unexported fields
}

func (CreateMachineUserRequest_builder) Build

type CreateMachineUserResponse

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

func (*CreateMachineUserResponse) ClearUser

func (x *CreateMachineUserResponse) ClearUser()

func (*CreateMachineUserResponse) GetUser

func (x *CreateMachineUserResponse) GetUser() *User

func (*CreateMachineUserResponse) HasUser

func (x *CreateMachineUserResponse) HasUser() bool

func (*CreateMachineUserResponse) ProtoMessage

func (*CreateMachineUserResponse) ProtoMessage()

func (*CreateMachineUserResponse) ProtoReflect

func (*CreateMachineUserResponse) Reset

func (x *CreateMachineUserResponse) Reset()

func (*CreateMachineUserResponse) SetUser

func (x *CreateMachineUserResponse) SetUser(v *User)

func (*CreateMachineUserResponse) String

func (x *CreateMachineUserResponse) String() string

type CreateMachineUserResponse_builder

type CreateMachineUserResponse_builder struct {
	User *User
	// contains filtered or unexported fields
}

func (CreateMachineUserResponse_builder) Build

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

func (x *CreateOrganizationRequest) GetName() string

func (*CreateOrganizationRequest) ProtoMessage

func (*CreateOrganizationRequest) ProtoMessage()

func (*CreateOrganizationRequest) ProtoReflect

func (*CreateOrganizationRequest) Reset

func (x *CreateOrganizationRequest) Reset()

func (*CreateOrganizationRequest) SetName

func (x *CreateOrganizationRequest) SetName(v string)

func (*CreateOrganizationRequest) String

func (x *CreateOrganizationRequest) String() string

type CreateOrganizationRequest_builder

type CreateOrganizationRequest_builder struct {

	// Must be unique across organizations.
	Name string
	// contains filtered or unexported fields
}

func (CreateOrganizationRequest_builder) Build

type CreateOrganizationResponse

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

func (*CreateOrganizationResponse) ClearOrganization

func (x *CreateOrganizationResponse) ClearOrganization()

func (*CreateOrganizationResponse) GetOrganization

func (x *CreateOrganizationResponse) GetOrganization() *Organization

func (*CreateOrganizationResponse) HasOrganization

func (x *CreateOrganizationResponse) HasOrganization() bool

func (*CreateOrganizationResponse) ProtoMessage

func (*CreateOrganizationResponse) ProtoMessage()

func (*CreateOrganizationResponse) ProtoReflect

func (*CreateOrganizationResponse) Reset

func (x *CreateOrganizationResponse) Reset()

func (*CreateOrganizationResponse) SetOrganization

func (x *CreateOrganizationResponse) SetOrganization(v *Organization)

func (*CreateOrganizationResponse) String

func (x *CreateOrganizationResponse) String() string

type CreateOrganizationResponse_builder

type CreateOrganizationResponse_builder struct {
	Organization *Organization
	// contains filtered or unexported fields
}

func (CreateOrganizationResponse_builder) Build

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

func (x *CreateRepositoryByFullNameRequest) SetFullName(v string)

func (*CreateRepositoryByFullNameRequest) SetVisibility

func (x *CreateRepositoryByFullNameRequest) SetVisibility(v Visibility)

func (*CreateRepositoryByFullNameRequest) String

type CreateRepositoryByFullNameRequest_builder

type CreateRepositoryByFullNameRequest_builder struct {

	// Must be unique across repositories.
	FullName   string
	Visibility Visibility
	// contains filtered or unexported fields
}

func (CreateRepositoryByFullNameRequest_builder) Build

type CreateRepositoryByFullNameResponse

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

func (*CreateRepositoryByFullNameResponse) ClearRepository

func (x *CreateRepositoryByFullNameResponse) ClearRepository()

func (*CreateRepositoryByFullNameResponse) GetRepository

func (x *CreateRepositoryByFullNameResponse) GetRepository() *Repository

func (*CreateRepositoryByFullNameResponse) HasRepository

func (x *CreateRepositoryByFullNameResponse) HasRepository() bool

func (*CreateRepositoryByFullNameResponse) ProtoMessage

func (*CreateRepositoryByFullNameResponse) ProtoMessage()

func (*CreateRepositoryByFullNameResponse) ProtoReflect

func (*CreateRepositoryByFullNameResponse) Reset

func (*CreateRepositoryByFullNameResponse) SetRepository

func (x *CreateRepositoryByFullNameResponse) SetRepository(v *Repository)

func (*CreateRepositoryByFullNameResponse) String

type CreateRepositoryByFullNameResponse_builder

type CreateRepositoryByFullNameResponse_builder struct {
	Repository *Repository
	// contains filtered or unexported fields
}

func (CreateRepositoryByFullNameResponse_builder) Build

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

func (x *CreateRepositoryTagRequest) SetCommitName(v string)

func (*CreateRepositoryTagRequest) SetName

func (x *CreateRepositoryTagRequest) SetName(v string)

func (*CreateRepositoryTagRequest) SetRepositoryId

func (x *CreateRepositoryTagRequest) SetRepositoryId(v string)

func (*CreateRepositoryTagRequest) String

func (x *CreateRepositoryTagRequest) String() string

type CreateRepositoryTagRequest_builder

type CreateRepositoryTagRequest_builder struct {

	// The ID of the repository this tag should be created on.
	RepositoryId string
	// The name of the repository tag, e.g. "6e2e7f24718a76caa32a80d0e2b1841ef2c61403".
	Name string
	// The name of the commit this tag should be created for.
	CommitName string
	// contains filtered or unexported fields
}

func (CreateRepositoryTagRequest_builder) Build

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

func (x *CreateRepositoryTagResponse) ClearRepositoryTag()

func (*CreateRepositoryTagResponse) GetRepositoryTag

func (x *CreateRepositoryTagResponse) GetRepositoryTag() *RepositoryTag

func (*CreateRepositoryTagResponse) HasRepositoryTag

func (x *CreateRepositoryTagResponse) HasRepositoryTag() bool

func (*CreateRepositoryTagResponse) ProtoMessage

func (*CreateRepositoryTagResponse) ProtoMessage()

func (*CreateRepositoryTagResponse) ProtoReflect

func (*CreateRepositoryTagResponse) Reset

func (x *CreateRepositoryTagResponse) Reset()

func (*CreateRepositoryTagResponse) SetRepositoryTag

func (x *CreateRepositoryTagResponse) SetRepositoryTag(v *RepositoryTag)

func (*CreateRepositoryTagResponse) String

func (x *CreateRepositoryTagResponse) String() string

type CreateRepositoryTagResponse_builder

type CreateRepositoryTagResponse_builder struct {
	RepositoryTag *RepositoryTag
	// contains filtered or unexported fields
}

func (CreateRepositoryTagResponse_builder) Build

type CreateSCIMTokenRequest

type CreateSCIMTokenRequest struct {

	// 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,1,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateSCIMTokenRequest) ClearExpireTime

func (x *CreateSCIMTokenRequest) ClearExpireTime()

func (*CreateSCIMTokenRequest) GetExpireTime

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

func (*CreateSCIMTokenRequest) HasExpireTime

func (x *CreateSCIMTokenRequest) HasExpireTime() bool

func (*CreateSCIMTokenRequest) ProtoMessage

func (*CreateSCIMTokenRequest) ProtoMessage()

func (*CreateSCIMTokenRequest) ProtoReflect

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

func (*CreateSCIMTokenRequest) Reset

func (x *CreateSCIMTokenRequest) Reset()

func (*CreateSCIMTokenRequest) SetExpireTime

func (x *CreateSCIMTokenRequest) SetExpireTime(v *timestamppb.Timestamp)

func (*CreateSCIMTokenRequest) String

func (x *CreateSCIMTokenRequest) String() string

type CreateSCIMTokenRequest_builder

type CreateSCIMTokenRequest_builder struct {

	// The time until which the token should be valid.
	// Must be in the future. May be null for no expiry.
	ExpireTime *timestamppb.Timestamp
	// contains filtered or unexported fields
}

func (CreateSCIMTokenRequest_builder) Build

type CreateSCIMTokenResponse

type CreateSCIMTokenResponse 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 (*CreateSCIMTokenResponse) GetToken

func (x *CreateSCIMTokenResponse) GetToken() string

func (*CreateSCIMTokenResponse) ProtoMessage

func (*CreateSCIMTokenResponse) ProtoMessage()

func (*CreateSCIMTokenResponse) ProtoReflect

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

func (*CreateSCIMTokenResponse) Reset

func (x *CreateSCIMTokenResponse) Reset()

func (*CreateSCIMTokenResponse) SetToken

func (x *CreateSCIMTokenResponse) SetToken(v string)

func (*CreateSCIMTokenResponse) String

func (x *CreateSCIMTokenResponse) String() string

type CreateSCIMTokenResponse_builder

type CreateSCIMTokenResponse_builder struct {

	// The plaintext token to use for authentication.
	Token string
	// contains filtered or unexported fields
}

func (CreateSCIMTokenResponse_builder) Build

type CreateStudioRequestRequest

type CreateStudioRequestRequest struct {

	// The linked BSR repository owner name (user or organization).
	RepositoryOwner string `protobuf:"bytes,1,opt,name=repository_owner,json=repositoryOwner,proto3" json:"repository_owner,omitempty"`
	// The linked BSR repository name.
	RepositoryName string `protobuf:"bytes,2,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"`
	// The friendly name of this request.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// The target base URL of this request.
	TargetBaseUrl string `protobuf:"bytes,4,opt,name=target_base_url,json=targetBaseUrl,proto3" json:"target_base_url,omitempty"`
	// The target service name as defined in the BSR repository.
	Service string `protobuf:"bytes,5,opt,name=service,proto3" json:"service,omitempty"`
	// The target RPC method name as defined in the BSR repository.
	Method string `protobuf:"bytes,6,opt,name=method,proto3" json:"method,omitempty"`
	// The request body as defined in Studio.
	Body string `protobuf:"bytes,7,opt,name=body,proto3" json:"body,omitempty"`
	// The request headers as defined in Studio.
	Headers map[string]string `` /* 141-byte string literal not displayed */
	// Should this request include cookies from the Studio current session?
	IncludeCookies bool `protobuf:"varint,9,opt,name=include_cookies,json=includeCookies,proto3" json:"include_cookies,omitempty"`
	// The protocol that Studio uses to send this request.
	Protocol StudioProtocol `protobuf:"varint,10,opt,name=protocol,proto3,enum=buf.alpha.registry.v1alpha1.StudioProtocol" json:"protocol,omitempty"`
	// The agent url (if any) used by Studio to send the request. See
	// https://docs.buf.build/bsr/studio#via-buf-studio-agent for details.
	AgentUrl string `protobuf:"bytes,11,opt,name=agent_url,json=agentUrl,proto3" json:"agent_url,omitempty"`
	// contains filtered or unexported fields
}

CreateStudioRequestRequest is the proto request representation of the CreateStudioRequest method.

func (*CreateStudioRequestRequest) GetAgentUrl

func (x *CreateStudioRequestRequest) GetAgentUrl() string

func (*CreateStudioRequestRequest) GetBody

func (x *CreateStudioRequestRequest) GetBody() string

func (*CreateStudioRequestRequest) GetHeaders

func (x *CreateStudioRequestRequest) GetHeaders() map[string]string

func (*CreateStudioRequestRequest) GetIncludeCookies

func (x *CreateStudioRequestRequest) GetIncludeCookies() bool

func (*CreateStudioRequestRequest) GetMethod

func (x *CreateStudioRequestRequest) GetMethod() string

func (*CreateStudioRequestRequest) GetName

func (x *CreateStudioRequestRequest) GetName() string

func (*CreateStudioRequestRequest) GetProtocol

func (x *CreateStudioRequestRequest) GetProtocol() StudioProtocol

func (*CreateStudioRequestRequest) GetRepositoryName

func (x *CreateStudioRequestRequest) GetRepositoryName() string

func (*CreateStudioRequestRequest) GetRepositoryOwner

func (x *CreateStudioRequestRequest) GetRepositoryOwner() string

func (*CreateStudioRequestRequest) GetService

func (x *CreateStudioRequestRequest) GetService() string

func (*CreateStudioRequestRequest) GetTargetBaseUrl

func (x *CreateStudioRequestRequest) GetTargetBaseUrl() string

func (*CreateStudioRequestRequest) ProtoMessage

func (*CreateStudioRequestRequest) ProtoMessage()

func (*CreateStudioRequestRequest) ProtoReflect

func (*CreateStudioRequestRequest) Reset

func (x *CreateStudioRequestRequest) Reset()

func (*CreateStudioRequestRequest) SetAgentUrl

func (x *CreateStudioRequestRequest) SetAgentUrl(v string)

func (*CreateStudioRequestRequest) SetBody

func (x *CreateStudioRequestRequest) SetBody(v string)

func (*CreateStudioRequestRequest) SetHeaders

func (x *CreateStudioRequestRequest) SetHeaders(v map[string]string)

func (*CreateStudioRequestRequest) SetIncludeCookies

func (x *CreateStudioRequestRequest) SetIncludeCookies(v bool)

func (*CreateStudioRequestRequest) SetMethod

func (x *CreateStudioRequestRequest) SetMethod(v string)

func (*CreateStudioRequestRequest) SetName

func (x *CreateStudioRequestRequest) SetName(v string)

func (*CreateStudioRequestRequest) SetProtocol

func (x *CreateStudioRequestRequest) SetProtocol(v StudioProtocol)

func (*CreateStudioRequestRequest) SetRepositoryName

func (x *CreateStudioRequestRequest) SetRepositoryName(v string)

func (*CreateStudioRequestRequest) SetRepositoryOwner

func (x *CreateStudioRequestRequest) SetRepositoryOwner(v string)

func (*CreateStudioRequestRequest) SetService

func (x *CreateStudioRequestRequest) SetService(v string)

func (*CreateStudioRequestRequest) SetTargetBaseUrl

func (x *CreateStudioRequestRequest) SetTargetBaseUrl(v string)

func (*CreateStudioRequestRequest) String

func (x *CreateStudioRequestRequest) String() string

type CreateStudioRequestRequest_builder

type CreateStudioRequestRequest_builder struct {

	// The linked BSR repository owner name (user or organization).
	RepositoryOwner string
	// The linked BSR repository name.
	RepositoryName string
	// The friendly name of this request.
	Name string
	// The target base URL of this request.
	TargetBaseUrl string
	// The target service name as defined in the BSR repository.
	Service string
	// The target RPC method name as defined in the BSR repository.
	Method string
	// The request body as defined in Studio.
	Body string
	// The request headers as defined in Studio.
	Headers map[string]string
	// Should this request include cookies from the Studio current session?
	IncludeCookies bool
	// The protocol that Studio uses to send this request.
	Protocol StudioProtocol
	// The agent url (if any) used by Studio to send the request. See
	// https://docs.buf.build/bsr/studio#via-buf-studio-agent for details.
	AgentUrl string
	// contains filtered or unexported fields
}

func (CreateStudioRequestRequest_builder) Build

type CreateStudioRequestResponse

type CreateStudioRequestResponse struct {

	// Created Studio Request.
	CreatedRequest *StudioRequest `protobuf:"bytes,1,opt,name=created_request,json=createdRequest,proto3" json:"created_request,omitempty"`
	// contains filtered or unexported fields
}

CreateStudioRequestResponse returns the created StudioRequest.

func (*CreateStudioRequestResponse) ClearCreatedRequest

func (x *CreateStudioRequestResponse) ClearCreatedRequest()

func (*CreateStudioRequestResponse) GetCreatedRequest

func (x *CreateStudioRequestResponse) GetCreatedRequest() *StudioRequest

func (*CreateStudioRequestResponse) HasCreatedRequest

func (x *CreateStudioRequestResponse) HasCreatedRequest() bool

func (*CreateStudioRequestResponse) ProtoMessage

func (*CreateStudioRequestResponse) ProtoMessage()

func (*CreateStudioRequestResponse) ProtoReflect

func (*CreateStudioRequestResponse) Reset

func (x *CreateStudioRequestResponse) Reset()

func (*CreateStudioRequestResponse) SetCreatedRequest

func (x *CreateStudioRequestResponse) SetCreatedRequest(v *StudioRequest)

func (*CreateStudioRequestResponse) String

func (x *CreateStudioRequestResponse) String() string

type CreateStudioRequestResponse_builder

type CreateStudioRequestResponse_builder struct {

	// Created Studio Request.
	CreatedRequest *StudioRequest
	// contains filtered or unexported fields
}

func (CreateStudioRequestResponse_builder) Build

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"`
	// The ID of the user to create a new token, can only be
	// the user who perform this action, or a machine user.
	// Default to the user who perform this action if this is empty.
	UserId string `protobuf:"bytes,3,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateTokenRequest) ClearExpireTime

func (x *CreateTokenRequest) ClearExpireTime()

func (*CreateTokenRequest) GetExpireTime

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

func (*CreateTokenRequest) GetNote

func (x *CreateTokenRequest) GetNote() string

func (*CreateTokenRequest) GetUserId

func (x *CreateTokenRequest) GetUserId() string

func (*CreateTokenRequest) HasExpireTime

func (x *CreateTokenRequest) HasExpireTime() bool

func (*CreateTokenRequest) ProtoMessage

func (*CreateTokenRequest) ProtoMessage()

func (*CreateTokenRequest) ProtoReflect

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

func (*CreateTokenRequest) Reset

func (x *CreateTokenRequest) Reset()

func (*CreateTokenRequest) SetExpireTime

func (x *CreateTokenRequest) SetExpireTime(v *timestamppb.Timestamp)

func (*CreateTokenRequest) SetNote

func (x *CreateTokenRequest) SetNote(v string)

func (*CreateTokenRequest) SetUserId

func (x *CreateTokenRequest) SetUserId(v string)

func (*CreateTokenRequest) String

func (x *CreateTokenRequest) String() string

type CreateTokenRequest_builder

type CreateTokenRequest_builder struct {
	Note string
	// The time until which the token should be valid.
	// Must be in the future. May be null for no expiry.
	ExpireTime *timestamppb.Timestamp
	// The ID of the user to create a new token, can only be
	// the user who perform this action, or a machine user.
	// Default to the user who perform this action if this is empty.
	UserId string
	// contains filtered or unexported fields
}

func (CreateTokenRequest_builder) Build

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

func (x *CreateTokenResponse) SetToken(v string)

func (*CreateTokenResponse) String

func (x *CreateTokenResponse) String() string

type CreateTokenResponse_builder

type CreateTokenResponse_builder struct {

	// The plaintext token to use for authentication.
	Token string
	// contains filtered or unexported fields
}

func (CreateTokenResponse_builder) Build

type CreateUserRequest

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

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

func (x *CreateUserRequest) SetUsername(v string)

func (*CreateUserRequest) String

func (x *CreateUserRequest) String() string

type CreateUserRequest_builder

type CreateUserRequest_builder struct {
	Username string
	// contains filtered or unexported fields
}

func (CreateUserRequest_builder) Build

type CreateUserResponse

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

func (*CreateUserResponse) ClearUser

func (x *CreateUserResponse) ClearUser()

func (*CreateUserResponse) GetUser

func (x *CreateUserResponse) GetUser() *User

func (*CreateUserResponse) HasUser

func (x *CreateUserResponse) HasUser() bool

func (*CreateUserResponse) ProtoMessage

func (*CreateUserResponse) ProtoMessage()

func (*CreateUserResponse) ProtoReflect

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

func (*CreateUserResponse) Reset

func (x *CreateUserResponse) Reset()

func (*CreateUserResponse) SetUser

func (x *CreateUserResponse) SetUser(v *User)

func (*CreateUserResponse) String

func (x *CreateUserResponse) String() string

type CreateUserResponse_builder

type CreateUserResponse_builder struct {
	User *User
	// contains filtered or unexported fields
}

func (CreateUserResponse_builder) Build

type CreateWebhookRequest

type CreateWebhookRequest struct {

	// The event to subscribe to for the given repository.
	WebhookEvent WebhookEvent `` /* 144-byte string literal not displayed */
	// The owner name of the repository in the corresponding subscription request.
	OwnerName string `protobuf:"bytes,2,opt,name=owner_name,json=ownerName,proto3" json:"owner_name,omitempty"`
	// The repository name that the subscriber wishes create a subscription for.
	RepositoryName string `protobuf:"bytes,3,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"`
	// The subscriber's callback URL where notifications should be delivered.
	CallbackUrl string `protobuf:"bytes,4,opt,name=callback_url,json=callbackUrl,proto3" json:"callback_url,omitempty"`
	// contains filtered or unexported fields
}

CreateWebhookRequest is the proto request representation of a webhook request body.

func (*CreateWebhookRequest) GetCallbackUrl

func (x *CreateWebhookRequest) GetCallbackUrl() string

func (*CreateWebhookRequest) GetOwnerName

func (x *CreateWebhookRequest) GetOwnerName() string

func (*CreateWebhookRequest) GetRepositoryName

func (x *CreateWebhookRequest) GetRepositoryName() string

func (*CreateWebhookRequest) GetWebhookEvent

func (x *CreateWebhookRequest) GetWebhookEvent() WebhookEvent

func (*CreateWebhookRequest) ProtoMessage

func (*CreateWebhookRequest) ProtoMessage()

func (*CreateWebhookRequest) ProtoReflect

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

func (*CreateWebhookRequest) Reset

func (x *CreateWebhookRequest) Reset()

func (*CreateWebhookRequest) SetCallbackUrl

func (x *CreateWebhookRequest) SetCallbackUrl(v string)

func (*CreateWebhookRequest) SetOwnerName

func (x *CreateWebhookRequest) SetOwnerName(v string)

func (*CreateWebhookRequest) SetRepositoryName

func (x *CreateWebhookRequest) SetRepositoryName(v string)

func (*CreateWebhookRequest) SetWebhookEvent

func (x *CreateWebhookRequest) SetWebhookEvent(v WebhookEvent)

func (*CreateWebhookRequest) String

func (x *CreateWebhookRequest) String() string

type CreateWebhookRequest_builder

type CreateWebhookRequest_builder struct {

	// The event to subscribe to for the given repository.
	WebhookEvent WebhookEvent
	// The owner name of the repository in the corresponding subscription request.
	OwnerName string
	// The repository name that the subscriber wishes create a subscription for.
	RepositoryName string
	// The subscriber's callback URL where notifications should be delivered.
	CallbackUrl string
	// contains filtered or unexported fields
}

func (CreateWebhookRequest_builder) Build

type CreateWebhookResponse

type CreateWebhookResponse struct {

	// Created webhook subscription.
	Webhook *Webhook `protobuf:"bytes,1,opt,name=webhook,proto3" json:"webhook,omitempty"`
	// contains filtered or unexported fields
}

CreateWebhookResponse is the proto response representation of a webhook request.

func (*CreateWebhookResponse) ClearWebhook

func (x *CreateWebhookResponse) ClearWebhook()

func (*CreateWebhookResponse) GetWebhook

func (x *CreateWebhookResponse) GetWebhook() *Webhook

func (*CreateWebhookResponse) HasWebhook

func (x *CreateWebhookResponse) HasWebhook() bool

func (*CreateWebhookResponse) ProtoMessage

func (*CreateWebhookResponse) ProtoMessage()

func (*CreateWebhookResponse) ProtoReflect

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

func (*CreateWebhookResponse) Reset

func (x *CreateWebhookResponse) Reset()

func (*CreateWebhookResponse) SetWebhook

func (x *CreateWebhookResponse) SetWebhook(v *Webhook)

func (*CreateWebhookResponse) String

func (x *CreateWebhookResponse) String() string

type CreateWebhookResponse_builder

type CreateWebhookResponse_builder struct {

	// Created webhook subscription.
	Webhook *Webhook
	// contains filtered or unexported fields
}

func (CreateWebhookResponse_builder) Build

type CuratedPlugin

type CuratedPlugin struct {

	// The ID of the plugin, which uniquely identifies the plugin.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The owner of the plugin, i.e. "library".
	Owner string `protobuf:"bytes,2,opt,name=owner,proto3" json:"owner,omitempty"`
	// The name of the plugin, i.e. "connect-go".
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// The optional registry type of the plugin.
	RegistryType PluginRegistryType `` /* 150-byte string literal not displayed */
	// Semver-formatted plugin version.
	Version string `protobuf:"bytes,5,opt,name=version,proto3" json:"version,omitempty"`
	// The full container image digest associated with this plugin version including
	// the algorithm.
	// Ref: https://github.com/opencontainers/image-spec/blob/main/descriptor.md#digests
	ContainerImageDigest string `protobuf:"bytes,6,opt,name=container_image_digest,json=containerImageDigest,proto3" json:"container_image_digest,omitempty"`
	// The creation time of the plugin.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// List of plugin dependencies.
	Dependencies []*CuratedPluginReference `protobuf:"bytes,9,rep,name=dependencies,proto3" json:"dependencies,omitempty"`
	// Optionally specify the URL leading to the source code of the plugin, if available.
	SourceUrl string `protobuf:"bytes,10,opt,name=source_url,json=sourceUrl,proto3" json:"source_url,omitempty"`
	// Optionally specify a brief description of the plugin functionality.
	Description string `protobuf:"bytes,11,opt,name=description,proto3" json:"description,omitempty"`
	// The configuration for the remote registry of the plugin.
	RegistryConfig *RegistryConfig `protobuf:"bytes,12,opt,name=registry_config,json=registryConfig,proto3" json:"registry_config,omitempty"`
	// The revision for this plugin version.
	Revision uint32 `protobuf:"varint,13,opt,name=revision,proto3" json:"revision,omitempty"`
	// The output languages supported by the plugin.
	OutputLanguages []PluginLanguage `` /* 163-byte string literal not displayed */
	// spdx_license_id is the license of the plugin, which should be one of the identifiers
	// defined in https://spdx.org/licenses
	SpdxLicenseId string `protobuf:"bytes,15,opt,name=spdx_license_id,json=spdxLicenseId,proto3" json:"spdx_license_id,omitempty"`
	// license_url specifies an optional URL for the plugin's license (if not using a standard spdx_license_id).
	LicenseUrl string `protobuf:"bytes,16,opt,name=license_url,json=licenseUrl,proto3" json:"license_url,omitempty"`
	// verified indicates the plugin has been verified. Verification is a property
	// of the BSR and cannot be set by end-users.
	Verified bool `protobuf:"varint,17,opt,name=verified,proto3" json:"verified,omitempty"`
	// Visibility indicates whether the plugin is public or private.
	Visibility CuratedPluginVisibility `` /* 132-byte string literal not displayed */
	// Deprecated indicates whether the plugin is deprecated.
	Deprecated bool `protobuf:"varint,19,opt,name=deprecated,proto3" json:"deprecated,omitempty"`
	// Optionally specify a message to be displayed when the plugin is deprecated.
	DeprecationMessage string `protobuf:"bytes,20,opt,name=deprecation_message,json=deprecationMessage,proto3" json:"deprecation_message,omitempty"`
	// The URL leading to the integration guide of the plugin, if available.
	IntegrationGuideUrl string `protobuf:"bytes,21,opt,name=integration_guide_url,json=integrationGuideUrl,proto3" json:"integration_guide_url,omitempty"`
	// The configurable documentation of the Plugin.
	Doc string `protobuf:"bytes,22,opt,name=doc,proto3" json:"doc,omitempty"`
	// The collections the Plugin belongs to.
	Collections []*PluginCollection `protobuf:"bytes,23,rep,name=collections,proto3" json:"collections,omitempty"`
	// contains filtered or unexported fields
}

CuratedPlugin represents a protoc plugin curated by Buf, such as protoc-gen-go.

func (*CuratedPlugin) ClearCreateTime

func (x *CuratedPlugin) ClearCreateTime()

func (*CuratedPlugin) ClearRegistryConfig

func (x *CuratedPlugin) ClearRegistryConfig()

func (*CuratedPlugin) GetCollections

func (x *CuratedPlugin) GetCollections() []*PluginCollection

func (*CuratedPlugin) GetContainerImageDigest

func (x *CuratedPlugin) GetContainerImageDigest() string

func (*CuratedPlugin) GetCreateTime

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

func (*CuratedPlugin) GetDependencies

func (x *CuratedPlugin) GetDependencies() []*CuratedPluginReference

func (*CuratedPlugin) GetDeprecated

func (x *CuratedPlugin) GetDeprecated() bool

func (*CuratedPlugin) GetDeprecationMessage

func (x *CuratedPlugin) GetDeprecationMessage() string

func (*CuratedPlugin) GetDescription

func (x *CuratedPlugin) GetDescription() string

func (*CuratedPlugin) GetDoc

func (x *CuratedPlugin) GetDoc() string

func (*CuratedPlugin) GetId

func (x *CuratedPlugin) GetId() string

func (*CuratedPlugin) GetIntegrationGuideUrl

func (x *CuratedPlugin) GetIntegrationGuideUrl() string

func (*CuratedPlugin) GetLicenseUrl

func (x *CuratedPlugin) GetLicenseUrl() string

func (*CuratedPlugin) GetName

func (x *CuratedPlugin) GetName() string

func (*CuratedPlugin) GetOutputLanguages

func (x *CuratedPlugin) GetOutputLanguages() []PluginLanguage

func (*CuratedPlugin) GetOwner

func (x *CuratedPlugin) GetOwner() string

func (*CuratedPlugin) GetRegistryConfig

func (x *CuratedPlugin) GetRegistryConfig() *RegistryConfig

func (*CuratedPlugin) GetRegistryType

func (x *CuratedPlugin) GetRegistryType() PluginRegistryType

func (*CuratedPlugin) GetRevision

func (x *CuratedPlugin) GetRevision() uint32

func (*CuratedPlugin) GetSourceUrl

func (x *CuratedPlugin) GetSourceUrl() string

func (*CuratedPlugin) GetSpdxLicenseId

func (x *CuratedPlugin) GetSpdxLicenseId() string

func (*CuratedPlugin) GetVerified

func (x *CuratedPlugin) GetVerified() bool

func (*CuratedPlugin) GetVersion

func (x *CuratedPlugin) GetVersion() string

func (*CuratedPlugin) GetVisibility

func (x *CuratedPlugin) GetVisibility() CuratedPluginVisibility

func (*CuratedPlugin) HasCreateTime

func (x *CuratedPlugin) HasCreateTime() bool

func (*CuratedPlugin) HasRegistryConfig

func (x *CuratedPlugin) HasRegistryConfig() bool

func (*CuratedPlugin) ProtoMessage

func (*CuratedPlugin) ProtoMessage()

func (*CuratedPlugin) ProtoReflect

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

func (*CuratedPlugin) Reset

func (x *CuratedPlugin) Reset()

func (*CuratedPlugin) SetCollections

func (x *CuratedPlugin) SetCollections(v []*PluginCollection)

func (*CuratedPlugin) SetContainerImageDigest

func (x *CuratedPlugin) SetContainerImageDigest(v string)

func (*CuratedPlugin) SetCreateTime

func (x *CuratedPlugin) SetCreateTime(v *timestamppb.Timestamp)

func (*CuratedPlugin) SetDependencies

func (x *CuratedPlugin) SetDependencies(v []*CuratedPluginReference)

func (*CuratedPlugin) SetDeprecated

func (x *CuratedPlugin) SetDeprecated(v bool)

func (*CuratedPlugin) SetDeprecationMessage

func (x *CuratedPlugin) SetDeprecationMessage(v string)

func (*CuratedPlugin) SetDescription

func (x *CuratedPlugin) SetDescription(v string)

func (*CuratedPlugin) SetDoc

func (x *CuratedPlugin) SetDoc(v string)

func (*CuratedPlugin) SetId

func (x *CuratedPlugin) SetId(v string)

func (*CuratedPlugin) SetIntegrationGuideUrl

func (x *CuratedPlugin) SetIntegrationGuideUrl(v string)

func (*CuratedPlugin) SetLicenseUrl

func (x *CuratedPlugin) SetLicenseUrl(v string)

func (*CuratedPlugin) SetName

func (x *CuratedPlugin) SetName(v string)

func (*CuratedPlugin) SetOutputLanguages

func (x *CuratedPlugin) SetOutputLanguages(v []PluginLanguage)

func (*CuratedPlugin) SetOwner

func (x *CuratedPlugin) SetOwner(v string)

func (*CuratedPlugin) SetRegistryConfig

func (x *CuratedPlugin) SetRegistryConfig(v *RegistryConfig)

func (*CuratedPlugin) SetRegistryType

func (x *CuratedPlugin) SetRegistryType(v PluginRegistryType)

func (*CuratedPlugin) SetRevision

func (x *CuratedPlugin) SetRevision(v uint32)

func (*CuratedPlugin) SetSourceUrl

func (x *CuratedPlugin) SetSourceUrl(v string)

func (*CuratedPlugin) SetSpdxLicenseId

func (x *CuratedPlugin) SetSpdxLicenseId(v string)

func (*CuratedPlugin) SetVerified

func (x *CuratedPlugin) SetVerified(v bool)

func (*CuratedPlugin) SetVersion

func (x *CuratedPlugin) SetVersion(v string)

func (*CuratedPlugin) SetVisibility

func (x *CuratedPlugin) SetVisibility(v CuratedPluginVisibility)

func (*CuratedPlugin) String

func (x *CuratedPlugin) String() string

type CuratedPluginReference

type CuratedPluginReference struct {

	// The owner of the plugin, i.e. "library".
	Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	// The name of the plugin, i.e. "connect-go".
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Semver-formatted plugin version.
	Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	// The revision for this plugin version.
	Revision uint32 `protobuf:"varint,4,opt,name=revision,proto3" json:"revision,omitempty"`
	// contains filtered or unexported fields
}

func (*CuratedPluginReference) GetName

func (x *CuratedPluginReference) GetName() string

func (*CuratedPluginReference) GetOwner

func (x *CuratedPluginReference) GetOwner() string

func (*CuratedPluginReference) GetRevision

func (x *CuratedPluginReference) GetRevision() uint32

func (*CuratedPluginReference) GetVersion

func (x *CuratedPluginReference) GetVersion() string

func (*CuratedPluginReference) ProtoMessage

func (*CuratedPluginReference) ProtoMessage()

func (*CuratedPluginReference) ProtoReflect

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

func (*CuratedPluginReference) Reset

func (x *CuratedPluginReference) Reset()

func (*CuratedPluginReference) SetName

func (x *CuratedPluginReference) SetName(v string)

func (*CuratedPluginReference) SetOwner

func (x *CuratedPluginReference) SetOwner(v string)

func (*CuratedPluginReference) SetRevision

func (x *CuratedPluginReference) SetRevision(v uint32)

func (*CuratedPluginReference) SetVersion

func (x *CuratedPluginReference) SetVersion(v string)

func (*CuratedPluginReference) String

func (x *CuratedPluginReference) String() string

type CuratedPluginReference_builder

type CuratedPluginReference_builder struct {

	// The owner of the plugin, i.e. "library".
	Owner string
	// The name of the plugin, i.e. "connect-go".
	Name string
	// Semver-formatted plugin version.
	Version string
	// The revision for this plugin version.
	Revision uint32
	// contains filtered or unexported fields
}

func (CuratedPluginReference_builder) Build

type CuratedPluginSearchResult

type CuratedPluginSearchResult 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"`
	Deprecated bool   `protobuf:"varint,4,opt,name=deprecated,proto3" json:"deprecated,omitempty"`
	// The description of the plugin and it's functionality.
	Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
	// The registry type of the plugin.
	RegistryType PluginRegistryType `` /* 150-byte string literal not displayed */
	// The output languages supported by the plugin.
	OutputLanguages []PluginLanguage `` /* 162-byte string literal not displayed */
	// The plugins creation timestamp.
	CreateTime *timestamppb.Timestamp `protobuf:"bytes,8,opt,name=create_time,json=createTime,proto3" json:"create_time,omitempty"`
	// contains filtered or unexported fields
}

func (*CuratedPluginSearchResult) ClearCreateTime

func (x *CuratedPluginSearchResult) ClearCreateTime()

func (*CuratedPluginSearchResult) GetCreateTime

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

func (*CuratedPluginSearchResult) GetDeprecated

func (x *CuratedPluginSearchResult) GetDeprecated() bool

func (*CuratedPluginSearchResult) GetDescription

func (x *CuratedPluginSearchResult) GetDescription() string

func (*CuratedPluginSearchResult) GetId

func (x *CuratedPluginSearchResult) GetId() string

func (*CuratedPluginSearchResult) GetName

func (x *CuratedPluginSearchResult) GetName() string

func (*CuratedPluginSearchResult) GetOutputLanguages

func (x *CuratedPluginSearchResult) GetOutputLanguages() []PluginLanguage

func (*CuratedPluginSearchResult) GetOwner

func (x *CuratedPluginSearchResult) GetOwner() string

func (*CuratedPluginSearchResult) GetRegistryType

func (x *CuratedPluginSearchResult) GetRegistryType() PluginRegistryType

func (*CuratedPluginSearchResult) HasCreateTime

func (x *CuratedPluginSearchResult) HasCreateTime() bool

func (*CuratedPluginSearchResult) ProtoMessage

func (*CuratedPluginSearchResult) ProtoMessage()

func (*CuratedPluginSearchResult) ProtoReflect

func (*CuratedPluginSearchResult) Reset

func (x *CuratedPluginSearchResult) Reset()

func (*CuratedPluginSearchResult) SetCreateTime

func (x *CuratedPluginSearchResult) SetCreateTime(v *timestamppb.Timestamp)

func (*CuratedPluginSearchResult) SetDeprecated

func (x *CuratedPluginSearchResult) SetDeprecated(v bool)

func (*CuratedPluginSearchResult) SetDescription

func (x *CuratedPluginSearchResult) SetDescription(v string)

func (*CuratedPluginSearchResult) SetId

func (x *CuratedPluginSearchResult) SetId(v string)

func (*CuratedPluginSearchResult) SetName

func (x *CuratedPluginSearchResult) SetName(v string)

func (*CuratedPluginSearchResult) SetOutputLanguages

func (x *CuratedPluginSearchResult) SetOutputLanguages(v []PluginLanguage)

func (*CuratedPluginSearchResult) SetOwner

func (x *CuratedPluginSearchResult) SetOwner(v string)

func (*CuratedPluginSearchResult) SetRegistryType

func (x *CuratedPluginSearchResult) SetRegistryType(v PluginRegistryType)

func (*CuratedPluginSearchResult) String

func (x *CuratedPluginSearchResult) String() string

type CuratedPluginSearchResult_builder

type CuratedPluginSearchResult_builder struct {
	Id   string
	Name string
	// The name of the user or organization
	// who is the owner of this plugin.
	Owner      string
	Deprecated bool
	// The description of the plugin and it's functionality.
	Description string
	// The registry type of the plugin.
	RegistryType PluginRegistryType
	// The output languages supported by the plugin.
	OutputLanguages []PluginLanguage
	// The plugins creation timestamp.
	CreateTime *timestamppb.Timestamp
	// contains filtered or unexported fields
}

func (CuratedPluginSearchResult_builder) Build

type CuratedPluginVersionRevisions

type CuratedPluginVersionRevisions struct {
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	// revisions is a sorted list in descending order.
	Revisions []uint32 `protobuf:"varint,2,rep,packed,name=revisions,proto3" json:"revisions,omitempty"`
	// contains filtered or unexported fields
}

func (*CuratedPluginVersionRevisions) GetRevisions

func (x *CuratedPluginVersionRevisions) GetRevisions() []uint32

func (*CuratedPluginVersionRevisions) GetVersion

func (x *CuratedPluginVersionRevisions) GetVersion() string

func (*CuratedPluginVersionRevisions) ProtoMessage

func (*CuratedPluginVersionRevisions) ProtoMessage()

func (*CuratedPluginVersionRevisions) ProtoReflect

func (*CuratedPluginVersionRevisions) Reset

func (x *CuratedPluginVersionRevisions) Reset()

func (*CuratedPluginVersionRevisions) SetRevisions

func (x *CuratedPluginVersionRevisions) SetRevisions(v []uint32)

func (*CuratedPluginVersionRevisions) SetVersion

func (x *CuratedPluginVersionRevisions) SetVersion(v string)

func (*CuratedPluginVersionRevisions) String

type CuratedPluginVersionRevisions_builder

type CuratedPluginVersionRevisions_builder struct {
	Version string
	// revisions is a sorted list in descending order.
	Revisions []uint32
	// contains filtered or unexported fields
}

func (CuratedPluginVersionRevisions_builder) Build

type CuratedPluginVisibility

type CuratedPluginVisibility int32

CuratedPluginVisibility defines the visibility options available for Curated Plugins.

const (
	CuratedPluginVisibility_CURATED_PLUGIN_VISIBILITY_UNSPECIFIED CuratedPluginVisibility = 0
	CuratedPluginVisibility_CURATED_PLUGIN_VISIBILITY_PUBLIC      CuratedPluginVisibility = 1
	CuratedPluginVisibility_CURATED_PLUGIN_VISIBILITY_PRIVATE     CuratedPluginVisibility = 2
)

func (CuratedPluginVisibility) Descriptor

func (CuratedPluginVisibility) Enum

func (CuratedPluginVisibility) Number

func (CuratedPluginVisibility) String

func (x CuratedPluginVisibility) String() string

func (CuratedPluginVisibility) Type

type CuratedPlugin_builder

type CuratedPlugin_builder struct {

	// The ID of the plugin, which uniquely identifies the plugin.
	Id string
	// The owner of the plugin, i.e. "library".
	Owner string
	// The name of the plugin, i.e. "connect-go".
	Name string
	// The optional registry type of the plugin.
	RegistryType PluginRegistryType
	// Semver-formatted plugin version.
	Version string
	// The full container image digest associated with this plugin version including
	// the algorithm.
	// Ref: https://github.com/opencontainers/image-spec/blob/main/descriptor.md#digests
	ContainerImageDigest string
	// The creation time of the plugin.
	CreateTime *timestamppb.Timestamp
	// List of plugin dependencies.
	Dependencies []*CuratedPluginReference
	// Optionally specify the URL leading to the source code of the plugin, if available.
	SourceUrl string
	// Optionally specify a brief description of the plugin functionality.
	Description string
	// The configuration for the remote registry of the plugin.
	RegistryConfig *RegistryConfig
	// The revision for this plugin version.
	Revision uint32
	// The output languages supported by the plugin.
	OutputLanguages []PluginLanguage
	// spdx_license_id is the license of the plugin, which should be one of the identifiers
	// defined in https://spdx.org/licenses
	SpdxLicenseId string
	// license_url specifies an optional URL for the plugin's license (if not using a standard spdx_license_id).
	LicenseUrl string
	// verified indicates the plugin has been verified. Verification is a property
	// of the BSR and cannot be set by end-users.
	Verified bool
	// Visibility indicates whether the plugin is public or private.
	Visibility CuratedPluginVisibility
	// Deprecated indicates whether the plugin is deprecated.
	Deprecated bool
	// Optionally specify a message to be displayed when the plugin is deprecated.
	DeprecationMessage string
	// The URL leading to the integration guide of the plugin, if available.
	IntegrationGuideUrl string
	// The configurable documentation of the Plugin.
	Doc string
	// The collections the Plugin belongs to.
	Collections []*PluginCollection
	// contains filtered or unexported fields
}

func (CuratedPlugin_builder) Build

type DeactivateUserRequest

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

func (*DeactivateUserRequest) GetId

func (x *DeactivateUserRequest) GetId() string

func (*DeactivateUserRequest) ProtoMessage

func (*DeactivateUserRequest) ProtoMessage()

func (*DeactivateUserRequest) ProtoReflect

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

func (*DeactivateUserRequest) Reset

func (x *DeactivateUserRequest) Reset()

func (*DeactivateUserRequest) SetId

func (x *DeactivateUserRequest) SetId(v string)

func (*DeactivateUserRequest) String

func (x *DeactivateUserRequest) String() string

type DeactivateUserRequest_builder

type DeactivateUserRequest_builder struct {
	Id string
	// contains filtered or unexported fields
}

func (DeactivateUserRequest_builder) Build

type DeactivateUserResponse

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

func (*DeactivateUserResponse) ProtoMessage

func (*DeactivateUserResponse) ProtoMessage()

func (*DeactivateUserResponse) ProtoReflect

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

func (*DeactivateUserResponse) Reset

func (x *DeactivateUserResponse) Reset()

func (*DeactivateUserResponse) String

func (x *DeactivateUserResponse) String() string

type DeactivateUserResponse_builder

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

func (DeactivateUserResponse_builder) Build

type DeleteCuratedPluginRequest

type DeleteCuratedPluginRequest 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"`
	// Version is the plugin version and is optional. If this field is not set then delete all versions,
	// otherwise delete only the specified version which includes all revisions.
	Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteCuratedPluginRequest) GetName

func (x *DeleteCuratedPluginRequest) GetName() string

func (*DeleteCuratedPluginRequest) GetOwner

func (x *DeleteCuratedPluginRequest) GetOwner() string

func (*DeleteCuratedPluginRequest) GetVersion

func (x *DeleteCuratedPluginRequest) GetVersion() string

func (*DeleteCuratedPluginRequest) ProtoMessage

func (*DeleteCuratedPluginRequest) ProtoMessage()

func (*DeleteCuratedPluginRequest) ProtoReflect

func (*DeleteCuratedPluginRequest) Reset

func (x *DeleteCuratedPluginRequest) Reset()

func (*DeleteCuratedPluginRequest) SetName

func (x *DeleteCuratedPluginRequest) SetName(v string)

func (*DeleteCuratedPluginRequest) SetOwner

func (x *DeleteCuratedPluginRequest) SetOwner(v string)

func (*DeleteCuratedPluginRequest) SetVersion

func (x *DeleteCuratedPluginRequest) SetVersion(v string)

func (*DeleteCuratedPluginRequest) String

func (x *DeleteCuratedPluginRequest) String() string

type DeleteCuratedPluginRequest_builder

type DeleteCuratedPluginRequest_builder struct {

	// The owner of the plugin to delete.
	Owner string
	// The name of the plugin to delete.
	Name string
	// Version is the plugin version and is optional. If this field is not set then delete all versions,
	// otherwise delete only the specified version which includes all revisions.
	Version string
	// contains filtered or unexported fields
}

func (DeleteCuratedPluginRequest_builder) Build

type DeleteCuratedPluginResponse

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

func (*DeleteCuratedPluginResponse) ProtoMessage

func (*DeleteCuratedPluginResponse) ProtoMessage()

func (*DeleteCuratedPluginResponse) ProtoReflect

func (*DeleteCuratedPluginResponse) Reset

func (x *DeleteCuratedPluginResponse) Reset()

func (*DeleteCuratedPluginResponse) String

func (x *DeleteCuratedPluginResponse) String() string

type DeleteCuratedPluginResponse_builder

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

func (DeleteCuratedPluginResponse_builder) Build

type DeleteOrganizationByNameRequest

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

func (*DeleteOrganizationByNameRequest) GetName

func (*DeleteOrganizationByNameRequest) ProtoMessage

func (*DeleteOrganizationByNameRequest) ProtoMessage()

func (*DeleteOrganizationByNameRequest) ProtoReflect

func (*DeleteOrganizationByNameRequest) Reset

func (*DeleteOrganizationByNameRequest) SetName

func (*DeleteOrganizationByNameRequest) String

type DeleteOrganizationByNameRequest_builder

type DeleteOrganizationByNameRequest_builder struct {
	Name string
	// contains filtered or unexported fields
}

func (DeleteOrganizationByNameRequest_builder) Build

type DeleteOrganizationByNameResponse

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

func (*DeleteOrganizationByNameResponse) ProtoMessage

func (*DeleteOrganizationByNameResponse) ProtoMessage()

func (*DeleteOrganizationByNameResponse) ProtoReflect

func (*DeleteOrganizationByNameResponse) Reset

func (*DeleteOrganizationByNameResponse) String

type DeleteOrganizationByNameResponse_builder

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

func (DeleteOrganizationByNameResponse_builder) Build

type DeleteOrganizationRequest

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

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

func (x *DeleteOrganizationRequest) SetId(v string)

func (*DeleteOrganizationRequest) String

func (x *DeleteOrganizationRequest) String() string

type DeleteOrganizationRequest_builder

type DeleteOrganizationRequest_builder struct {
	Id string
	// contains filtered or unexported fields
}

func (DeleteOrganizationRequest_builder) Build

type DeleteOrganizationResponse

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

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 DeleteOrganizationResponse_builder

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

func (DeleteOrganizationResponse_builder) Build

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

func (x *DeleteRepositoryByFullNameRequest) GetFullName() string

func (*DeleteRepositoryByFullNameRequest) ProtoMessage

func (*DeleteRepositoryByFullNameRequest) ProtoMessage()

func (*DeleteRepositoryByFullNameRequest) ProtoReflect

func (*DeleteRepositoryByFullNameRequest) Reset

func (*DeleteRepositoryByFullNameRequest) SetFullName

func (x *DeleteRepositoryByFullNameRequest) SetFullName(v string)

func (*DeleteRepositoryByFullNameRequest) String

type DeleteRepositoryByFullNameRequest_builder

type DeleteRepositoryByFullNameRequest_builder struct {
	FullName string
	// contains filtered or unexported fields
}

func (DeleteRepositoryByFullNameRequest_builder) Build

type DeleteRepositoryByFullNameResponse

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

func (*DeleteRepositoryByFullNameResponse) ProtoMessage

func (*DeleteRepositoryByFullNameResponse) ProtoMessage()

func (*DeleteRepositoryByFullNameResponse) ProtoReflect

func (*DeleteRepositoryByFullNameResponse) Reset

func (*DeleteRepositoryByFullNameResponse) String

type DeleteRepositoryByFullNameResponse_builder

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

func (DeleteRepositoryByFullNameResponse_builder) Build

type DeleteRepositoryDraftCommitRequest

type DeleteRepositoryDraftCommitRequest 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 draft to delete.
	DraftName string `protobuf:"bytes,3,opt,name=draft_name,json=draftName,proto3" json:"draft_name,omitempty"`
	// contains filtered or unexported fields
}

func (*DeleteRepositoryDraftCommitRequest) GetDraftName

func (x *DeleteRepositoryDraftCommitRequest) GetDraftName() string

func (*DeleteRepositoryDraftCommitRequest) GetRepositoryName

func (x *DeleteRepositoryDraftCommitRequest) GetRepositoryName() string

func (*DeleteRepositoryDraftCommitRequest) GetRepositoryOwner

func (x *DeleteRepositoryDraftCommitRequest) GetRepositoryOwner() string

func (*DeleteRepositoryDraftCommitRequest) ProtoMessage

func (*DeleteRepositoryDraftCommitRequest) ProtoMessage()

func (*DeleteRepositoryDraftCommitRequest) ProtoReflect

func (*DeleteRepositoryDraftCommitRequest) Reset

func (*DeleteRepositoryDraftCommitRequest) SetDraftName

func (x *DeleteRepositoryDraftCommitRequest) SetDraftName(v string)

func (*DeleteRepositoryDraftCommitRequest) SetRepositoryName

func (x *DeleteRepositoryDraftCommitRequest) SetRepositoryName(v string)

func (*DeleteRepositoryDraftCommitRequest) SetRepositoryOwner

func (x *DeleteRepositoryDraftCommitRequest) SetRepositoryOwner(v string)

func (*DeleteRepositoryDraftCommitRequest) String

type DeleteRepositoryDraftCommitRequest_builder

type DeleteRepositoryDraftCommitRequest_builder struct {

	// The owner of the repository which the repository branch belongs to.
	RepositoryOwner string
	// The name of the repository which the repository branch belongs to.
	RepositoryName string
	// The name of the draft to delete.
	DraftName string
	// contains filtered or unexported fields
}

func (DeleteRepositoryDraftCommitRequest_builder) Build

type DeleteRepositoryDraftCommitResponse

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

func (*DeleteRepositoryDraftCommitResponse) ProtoMessage

func (*DeleteRepositoryDraftCommitResponse) ProtoMessage()

func (*DeleteRepositoryDraftCommitResponse) ProtoReflect

func (*DeleteRepositoryDraftCommitResponse) Reset

func (*DeleteRepositoryDraftCommitResponse) String

type DeleteRepositoryDraftCommitResponse_builder

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

func (DeleteRepositoryDraftCommitResponse_builder) Build

type DeleteRepositoryRequest

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

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

func (x *DeleteRepositoryRequest) SetId(v string)

func (*DeleteRepositoryRequest) String

func (x *DeleteRepositoryRequest) String() string

type DeleteRepositoryRequest_builder

type DeleteRepositoryRequest_builder struct {
	Id string
	// contains filtered or unexported fields
}

func (DeleteRepositoryRequest_builder) Build

type DeleteRepositoryResponse

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

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 DeleteRepositoryResponse_builder

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

func (DeleteRepositoryResponse_builder) Build

type DeleteSCIMTokenRequest

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

func (*DeleteSCIMTokenRequest) GetTokenId

func (x *DeleteSCIMTokenRequest) GetTokenId() string

func (*DeleteSCIMTokenRequest) ProtoMessage

func (*DeleteSCIMTokenRequest) ProtoMessage()

func (*DeleteSCIMTokenRequest) ProtoReflect

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

func (*DeleteSCIMTokenRequest) Reset

func (x *DeleteSCIMTokenRequest) Reset()

func (*DeleteSCIMTokenRequest) SetTokenId

func (x *DeleteSCIMTokenRequest) SetTokenId(v string)

func (*DeleteSCIMTokenRequest) String

func (x *DeleteSCIMTokenRequest) String() string

type DeleteSCIMTokenRequest_builder

type DeleteSCIMTokenRequest_builder struct {
	TokenId string
	// contains filtered or unexported fields
}

func (DeleteSCIMTokenRequest_builder) Build

type DeleteSCIMTokenResponse

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

func (*DeleteSCIMTokenResponse) ProtoMessage

func (*DeleteSCIMTokenResponse) ProtoMessage()

func (*DeleteSCIMTokenResponse) ProtoReflect

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

func (*DeleteSCIMTokenResponse) Reset

func (x *DeleteSCIMTokenResponse) Reset()

func (*DeleteSCIMTokenResponse) String

func (x *DeleteSCIMTokenResponse) String() string

type DeleteSCIMTokenResponse_builder

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

func (DeleteSCIMTokenResponse_builder) Build

type DeleteStudioRequestRequest

type DeleteStudioRequestRequest struct {

	// The Studio Request ID that will be deleted.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

DeleteStudioRequestRequest is the proto request representation of the DeleteStudioRequest method.

func (*DeleteStudioRequestRequest) GetId

func (*DeleteStudioRequestRequest) ProtoMessage

func (*DeleteStudioRequestRequest) ProtoMessage()

func (*DeleteStudioRequestRequest) ProtoReflect

func (*DeleteStudioRequestRequest) Reset

func (x *DeleteStudioRequestRequest) Reset()

func (*DeleteStudioRequestRequest) SetId

func (x *DeleteStudioRequestRequest) SetId(v string)

func (*DeleteStudioRequestRequest) String

func (x *DeleteStudioRequestRequest) String() string

type DeleteStudioRequestRequest_builder

type DeleteStudioRequestRequest_builder struct {

	// The Studio Request ID that will be deleted.
	Id string
	// contains filtered or unexported fields
}

func (DeleteStudioRequestRequest_builder) Build

type DeleteStudioRequestResponse

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

DeleteStudioRequestResponse returns empty on successful deletions.

func (*DeleteStudioRequestResponse) ProtoMessage

func (*DeleteStudioRequestResponse) ProtoMessage()

func (*DeleteStudioRequestResponse) ProtoReflect

func (*DeleteStudioRequestResponse) Reset

func (x *DeleteStudioRequestResponse) Reset()

func (*DeleteStudioRequestResponse) String

func (x *DeleteStudioRequestResponse) String() string

type DeleteStudioRequestResponse_builder

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

func (DeleteStudioRequestResponse_builder) Build

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

func (x *DeleteTokenRequest) SetTokenId(v string)

func (*DeleteTokenRequest) String

func (x *DeleteTokenRequest) String() string

type DeleteTokenRequest_builder

type DeleteTokenRequest_builder struct {
	TokenId string
	// contains filtered or unexported fields
}

func (DeleteTokenRequest_builder) Build

type DeleteTokenResponse

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

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 DeleteTokenResponse_builder

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

func (DeleteTokenResponse_builder) Build

type DeleteUserRequest

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

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 DeleteUserRequest_builder

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

func (DeleteUserRequest_builder) Build

type DeleteUserResponse

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

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 DeleteUserResponse_builder

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

func (DeleteUserResponse_builder) Build

type DeleteWebhookRequest

type DeleteWebhookRequest struct {

	// The id of the webhook subscription to delete.
	WebhookId string `protobuf:"bytes,1,opt,name=webhook_id,json=webhookId,proto3" json:"webhook_id,omitempty"`
	// contains filtered or unexported fields
}

DeleteWebhookRequest is the request for unsubscribing to a webhook.

func (*DeleteWebhookRequest) GetWebhookId

func (x *DeleteWebhookRequest) GetWebhookId() string

func (*DeleteWebhookRequest) ProtoMessage

func (*DeleteWebhookRequest) ProtoMessage()

func (*DeleteWebhookRequest) ProtoReflect

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

func (*DeleteWebhookRequest) Reset

func (x *DeleteWebhookRequest) Reset()

func (*DeleteWebhookRequest) SetWebhookId

func (x *DeleteWebhookRequest) SetWebhookId(v string)

func (*DeleteWebhookRequest) String

func (x *DeleteWebhookRequest) String() string

type DeleteWebhookRequest_builder

type DeleteWebhookRequest_builder struct {

	// The id of the webhook subscription to delete.
	WebhookId string
	// contains filtered or unexported fields
}

func (DeleteWebhookRequest_builder) Build

type DeleteWebhookResponse

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

DeleteWebhookResponse is the response for unsubscribing from a webhook.

func (*DeleteWebhookResponse) ProtoMessage

func (*DeleteWebhookResponse) ProtoMessage()

func (*DeleteWebhookResponse) ProtoReflect

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

func (*DeleteWebhookResponse) Reset

func (x *DeleteWebhookResponse) Reset()

func (*DeleteWebhookResponse) String

func (x *DeleteWebhookResponse) String() string

type DeleteWebhookResponse_builder

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

func (DeleteWebhookResponse_builder) Build

type DeprecateRepositoryByNameRequest

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

func (x *DeprecateRepositoryByNameRequest) GetDeprecationMessage() string

func (*DeprecateRepositoryByNameRequest) GetOwnerName

func (x *DeprecateRepositoryByNameRequest) GetOwnerName() string

func (*DeprecateRepositoryByNameRequest) GetRepositoryName

func (x *DeprecateRepositoryByNameRequest) GetRepositoryName() string

func (*DeprecateRepositoryByNameRequest) ProtoMessage

func (*DeprecateRepositoryByNameRequest) ProtoMessage()

func (*DeprecateRepositoryByNameRequest) ProtoReflect

func (*DeprecateRepositoryByNameRequest) Reset

func (*DeprecateRepositoryByNameRequest) SetDeprecationMessage

func (x *DeprecateRepositoryByNameRequest) SetDeprecationMessage(v string)

func (*DeprecateRepositoryByNameRequest) SetOwnerName

func (x *DeprecateRepositoryByNameRequest) SetOwnerName(v string)

func (*DeprecateRepositoryByNameRequest) SetRepositoryName

func (x *DeprecateRepositoryByNameRequest) SetRepositoryName(v string)

func (*DeprecateRepositoryByNameRequest) String

type DeprecateRepositoryByNameRequest_builder

type DeprecateRepositoryByNameRequest_builder struct {
	OwnerName      string
	RepositoryName string
	// 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
	// contains filtered or unexported fields
}

func (DeprecateRepositoryByNameRequest_builder) Build

type DeprecateRepositoryByNameResponse

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

func (*DeprecateRepositoryByNameResponse) ClearRepository

func (x *DeprecateRepositoryByNameResponse) ClearRepository()

func (*DeprecateRepositoryByNameResponse) GetRepository

func (x *DeprecateRepositoryByNameResponse) GetRepository() *Repository

func (*DeprecateRepositoryByNameResponse) HasRepository

func (x *DeprecateRepositoryByNameResponse) HasRepository() bool

func (*DeprecateRepositoryByNameResponse) ProtoMessage

func (*DeprecateRepositoryByNameResponse) ProtoMessage()

func (*DeprecateRepositoryByNameResponse) ProtoReflect

func (*DeprecateRepositoryByNameResponse) Reset

func (*DeprecateRepositoryByNameResponse) SetRepository

func (x *DeprecateRepositoryByNameResponse) SetRepository(v *Repository)

func (*DeprecateRepositoryByNameResponse) String

type DeprecateRepositoryByNameResponse_builder

type DeprecateRepositoryByNameResponse_builder struct {
	Repository *Repository
	// contains filtered or unexported fields
}

func (DeprecateRepositoryByNameResponse_builder) Build

type DisplayOrganizationElementsRequest

type DisplayOrganizationElementsRequest struct {

	// The ID of the organization for which to check
	// which elements should be displayed.
	OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DisplayOrganizationElementsRequest) GetOrganizationId

func (x *DisplayOrganizationElementsRequest) GetOrganizationId() string

func (*DisplayOrganizationElementsRequest) ProtoMessage

func (*DisplayOrganizationElementsRequest) ProtoMessage()

func (*DisplayOrganizationElementsRequest) ProtoReflect

func (*DisplayOrganizationElementsRequest) Reset

func (*DisplayOrganizationElementsRequest) SetOrganizationId

func (x *DisplayOrganizationElementsRequest) SetOrganizationId(v string)

func (*DisplayOrganizationElementsRequest) String

type DisplayOrganizationElementsRequest_builder

type DisplayOrganizationElementsRequest_builder struct {

	// The ID of the organization for which to check
	// which elements should be displayed.
	OrganizationId string
	// contains filtered or unexported fields
}

func (DisplayOrganizationElementsRequest_builder) Build

type DisplayOrganizationElementsResponse

type DisplayOrganizationElementsResponse struct {

	// Display create organization repository element if true.
	CreateRepository bool `protobuf:"varint,1,opt,name=create_repository,json=createRepository,proto3" json:"create_repository,omitempty"`
	// Display organization settings element if true.
	Settings bool `protobuf:"varint,4,opt,name=settings,proto3" json:"settings,omitempty"`
	// Display update organization settings element if true.
	UpdateSettings bool `protobuf:"varint,5,opt,name=update_settings,json=updateSettings,proto3" json:"update_settings,omitempty"`
	// Display delete organization element if true.
	Delete bool `protobuf:"varint,6,opt,name=delete,proto3" json:"delete,omitempty"`
	// contains filtered or unexported fields
}

func (*DisplayOrganizationElementsResponse) GetCreateRepository

func (x *DisplayOrganizationElementsResponse) GetCreateRepository() bool

func (*DisplayOrganizationElementsResponse) GetDelete

func (*DisplayOrganizationElementsResponse) GetSettings

func (x *DisplayOrganizationElementsResponse) GetSettings() bool

func (*DisplayOrganizationElementsResponse) GetUpdateSettings

func (x *DisplayOrganizationElementsResponse) GetUpdateSettings() bool

func (*DisplayOrganizationElementsResponse) ProtoMessage

func (*DisplayOrganizationElementsResponse) ProtoMessage()

func (*DisplayOrganizationElementsResponse) ProtoReflect

func (*DisplayOrganizationElementsResponse) Reset

func (*DisplayOrganizationElementsResponse) SetCreateRepository

func (x *DisplayOrganizationElementsResponse) SetCreateRepository(v bool)

func (*DisplayOrganizationElementsResponse) SetDelete

func (x *DisplayOrganizationElementsResponse) SetDelete(v bool)

func (*DisplayOrganizationElementsResponse) SetSettings

func (x *DisplayOrganizationElementsResponse) SetSettings(v bool)

func (*DisplayOrganizationElementsResponse) SetUpdateSettings

func (x *DisplayOrganizationElementsResponse) SetUpdateSettings(v bool)

func (*DisplayOrganizationElementsResponse) String

type DisplayOrganizationElementsResponse_builder

type DisplayOrganizationElementsResponse_builder struct {

	// Display create organization repository element if true.
	CreateRepository bool
	// Display organization settings element if true.
	Settings bool
	// Display update organization settings element if true.
	UpdateSettings bool
	// Display delete organization element if true.
	Delete bool
	// contains filtered or unexported fields
}

func (DisplayOrganizationElementsResponse_builder) Build

type DisplayOwnerEntitledElementsRequest

type DisplayOwnerEntitledElementsRequest struct {

	// The name of the owner for which to check
	// which elements are entitled to be displayed.
	OwnerName string `protobuf:"bytes,1,opt,name=owner_name,json=ownerName,proto3" json:"owner_name,omitempty"`
	// contains filtered or unexported fields
}

func (*DisplayOwnerEntitledElementsRequest) GetOwnerName

func (x *DisplayOwnerEntitledElementsRequest) GetOwnerName() string

func (*DisplayOwnerEntitledElementsRequest) ProtoMessage

func (*DisplayOwnerEntitledElementsRequest) ProtoMessage()

func (*DisplayOwnerEntitledElementsRequest) ProtoReflect

func (*DisplayOwnerEntitledElementsRequest) Reset

func (*DisplayOwnerEntitledElementsRequest) SetOwnerName

func (x *DisplayOwnerEntitledElementsRequest) SetOwnerName(v string)

func (*DisplayOwnerEntitledElementsRequest) String

type DisplayOwnerEntitledElementsRequest_builder

type DisplayOwnerEntitledElementsRequest_builder struct {

	// The name of the owner for which to check
	// which elements are entitled to be displayed.
	OwnerName string
	// contains filtered or unexported fields
}

func (DisplayOwnerEntitledElementsRequest_builder) Build

type DisplayOwnerEntitledElementsResponse

type DisplayOwnerEntitledElementsResponse struct {

	// Display create private repository element if true.
	CreatePrivateRepository bool `` /* 133-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*DisplayOwnerEntitledElementsResponse) GetCreatePrivateRepository

func (x *DisplayOwnerEntitledElementsResponse) GetCreatePrivateRepository() bool

func (*DisplayOwnerEntitledElementsResponse) ProtoMessage

func (*DisplayOwnerEntitledElementsResponse) ProtoMessage()

func (*DisplayOwnerEntitledElementsResponse) ProtoReflect

func (*DisplayOwnerEntitledElementsResponse) Reset

func (*DisplayOwnerEntitledElementsResponse) SetCreatePrivateRepository

func (x *DisplayOwnerEntitledElementsResponse) SetCreatePrivateRepository(v bool)

func (*DisplayOwnerEntitledElementsResponse) String

type DisplayOwnerEntitledElementsResponse_builder

type DisplayOwnerEntitledElementsResponse_builder struct {

	// Display create private repository element if true.
	CreatePrivateRepository bool
	// contains filtered or unexported fields
}

func (DisplayOwnerEntitledElementsResponse_builder) Build

type DisplayPluginElementsRequest

type DisplayPluginElementsRequest struct {

	// The ID of the plugin for which to check
	// which elements should be displayed.
	PluginId string `protobuf:"bytes,1,opt,name=plugin_id,json=pluginId,proto3" json:"plugin_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DisplayPluginElementsRequest) GetPluginId

func (x *DisplayPluginElementsRequest) GetPluginId() string

func (*DisplayPluginElementsRequest) ProtoMessage

func (*DisplayPluginElementsRequest) ProtoMessage()

func (*DisplayPluginElementsRequest) ProtoReflect

func (*DisplayPluginElementsRequest) Reset

func (x *DisplayPluginElementsRequest) Reset()

func (*DisplayPluginElementsRequest) SetPluginId

func (x *DisplayPluginElementsRequest) SetPluginId(v string)

func (*DisplayPluginElementsRequest) String

type DisplayPluginElementsRequest_builder

type DisplayPluginElementsRequest_builder struct {

	// The ID of the plugin for which to check
	// which elements should be displayed.
	PluginId string
	// contains filtered or unexported fields
}

func (DisplayPluginElementsRequest_builder) Build

type DisplayPluginElementsResponse

type DisplayPluginElementsResponse struct {

	// Display plugin settings element if true.
	Settings bool `protobuf:"varint,1,opt,name=settings,proto3" json:"settings,omitempty"`
	// Display delete plugin element if true.
	Delete bool `protobuf:"varint,2,opt,name=delete,proto3" json:"delete,omitempty"`
	// contains filtered or unexported fields
}

func (*DisplayPluginElementsResponse) GetDelete

func (x *DisplayPluginElementsResponse) GetDelete() bool

func (*DisplayPluginElementsResponse) GetSettings

func (x *DisplayPluginElementsResponse) GetSettings() bool

func (*DisplayPluginElementsResponse) ProtoMessage

func (*DisplayPluginElementsResponse) ProtoMessage()

func (*DisplayPluginElementsResponse) ProtoReflect

func (*DisplayPluginElementsResponse) Reset

func (x *DisplayPluginElementsResponse) Reset()

func (*DisplayPluginElementsResponse) SetDelete

func (x *DisplayPluginElementsResponse) SetDelete(v bool)

func (*DisplayPluginElementsResponse) SetSettings

func (x *DisplayPluginElementsResponse) SetSettings(v bool)

func (*DisplayPluginElementsResponse) String

type DisplayPluginElementsResponse_builder

type DisplayPluginElementsResponse_builder struct {

	// Display plugin settings element if true.
	Settings bool
	// Display delete plugin element if true.
	Delete bool
	// contains filtered or unexported fields
}

func (DisplayPluginElementsResponse_builder) Build

type DisplayRepositoryElementsRequest

type DisplayRepositoryElementsRequest struct {

	// The ID of the repository for which to check
	// which elements should be displayed.
	RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DisplayRepositoryElementsRequest) GetRepositoryId

func (x *DisplayRepositoryElementsRequest) GetRepositoryId() string

func (*DisplayRepositoryElementsRequest) ProtoMessage

func (*DisplayRepositoryElementsRequest) ProtoMessage()

func (*DisplayRepositoryElementsRequest) ProtoReflect

func (*DisplayRepositoryElementsRequest) Reset

func (*DisplayRepositoryElementsRequest) SetRepositoryId

func (x *DisplayRepositoryElementsRequest) SetRepositoryId(v string)

func (*DisplayRepositoryElementsRequest) String

type DisplayRepositoryElementsRequest_builder

type DisplayRepositoryElementsRequest_builder struct {

	// The ID of the repository for which to check
	// which elements should be displayed.
	RepositoryId string
	// contains filtered or unexported fields
}

func (DisplayRepositoryElementsRequest_builder) Build

type DisplayRepositoryElementsResponse

type DisplayRepositoryElementsResponse struct {

	// Display repository settings element if true.
	Settings bool `protobuf:"varint,1,opt,name=settings,proto3" json:"settings,omitempty"`
	// Display delete repository element if true.
	Delete bool `protobuf:"varint,2,opt,name=delete,proto3" json:"delete,omitempty"`
	// Display write repository elements if true. It includes all elements from limited_write.
	Write bool `protobuf:"varint,3,opt,name=write,proto3" json:"write,omitempty"`
	// Display limited_write repository elements if true. This is a subset of write elements.
	LimitedWrite bool `protobuf:"varint,4,opt,name=limited_write,json=limitedWrite,proto3" json:"limited_write,omitempty"`
	// contains filtered or unexported fields
}

func (*DisplayRepositoryElementsResponse) GetDelete

func (x *DisplayRepositoryElementsResponse) GetDelete() bool

func (*DisplayRepositoryElementsResponse) GetLimitedWrite

func (x *DisplayRepositoryElementsResponse) GetLimitedWrite() bool

func (*DisplayRepositoryElementsResponse) GetSettings

func (x *DisplayRepositoryElementsResponse) GetSettings() bool

func (*DisplayRepositoryElementsResponse) GetWrite

func (*DisplayRepositoryElementsResponse) ProtoMessage

func (*DisplayRepositoryElementsResponse) ProtoMessage()

func (*DisplayRepositoryElementsResponse) ProtoReflect

func (*DisplayRepositoryElementsResponse) Reset

func (*DisplayRepositoryElementsResponse) SetDelete

func (x *DisplayRepositoryElementsResponse) SetDelete(v bool)

func (*DisplayRepositoryElementsResponse) SetLimitedWrite

func (x *DisplayRepositoryElementsResponse) SetLimitedWrite(v bool)

func (*DisplayRepositoryElementsResponse) SetSettings

func (x *DisplayRepositoryElementsResponse) SetSettings(v bool)

func (*DisplayRepositoryElementsResponse) SetWrite

func (x *DisplayRepositoryElementsResponse) SetWrite(v bool)

func (*DisplayRepositoryElementsResponse) String

type DisplayRepositoryElementsResponse_builder

type DisplayRepositoryElementsResponse_builder struct {

	// Display repository settings element if true.
	Settings bool
	// Display delete repository element if true.
	Delete bool
	// Display write repository elements if true. It includes all elements from limited_write.
	Write bool
	// Display limited_write repository elements if true. This is a subset of write elements.
	LimitedWrite bool
	// contains filtered or unexported fields
}

func (DisplayRepositoryElementsResponse_builder) Build

type DisplayRepositoryEntitledElementsRequest

type DisplayRepositoryEntitledElementsRequest struct {

	// The ID of the repository for which to check
	// which elements are entitled to be displayed.
	RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
	// contains filtered or unexported fields
}

func (*DisplayRepositoryEntitledElementsRequest) GetRepositoryId

func (x *DisplayRepositoryEntitledElementsRequest) GetRepositoryId() string

func (*DisplayRepositoryEntitledElementsRequest) ProtoMessage

func (*DisplayRepositoryEntitledElementsRequest) ProtoReflect

func (*DisplayRepositoryEntitledElementsRequest) Reset

func (*DisplayRepositoryEntitledElementsRequest) SetRepositoryId

func (x *DisplayRepositoryEntitledElementsRequest) SetRepositoryId(v string)

func (*DisplayRepositoryEntitledElementsRequest) String

type DisplayRepositoryEntitledElementsRequest_builder

type DisplayRepositoryEntitledElementsRequest_builder struct {

	// The ID of the repository for which to check
	// which elements are entitled to be displayed.
	RepositoryId string
	// contains filtered or unexported fields
}

func (DisplayRepositoryEntitledElementsRequest_builder) Build

type DisplayRepositoryEntitledElementsResponse

type DisplayRepositoryEntitledElementsResponse struct {

	// Display repository change to private setting element if true.
	SetPrivate bool `protobuf:"varint,1,opt,name=set_private,json=setPrivate,proto3" json:"set_private,omitempty"`
	// contains filtered or unexported fields
}

func (*DisplayRepositoryEntitledElementsResponse) GetSetPrivate

func (*DisplayRepositoryEntitledElementsResponse) ProtoMessage

func (*DisplayRepositoryEntitledElementsResponse) ProtoReflect

func (*DisplayRepositoryEntitledElementsResponse) Reset

func (*DisplayRepositoryEntitledElementsResponse) SetSetPrivate

func (x *DisplayRepositoryEntitledElementsResponse) SetSetPrivate(v bool)

func (*DisplayRepositoryEntitledElementsResponse) String

type DisplayRepositoryEntitledElementsResponse_builder

type DisplayRepositoryEntitledElementsResponse_builder struct {

	// Display repository change to private setting element if true.
	SetPrivate bool
	// contains filtered or unexported fields
}

func (DisplayRepositoryEntitledElementsResponse_builder) Build

type DisplayServerElementsRequest

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

func (*DisplayServerElementsRequest) ProtoMessage

func (*DisplayServerElementsRequest) ProtoMessage()

func (*DisplayServerElementsRequest) ProtoReflect

func (*DisplayServerElementsRequest) Reset

func (x *DisplayServerElementsRequest) Reset()

func (*DisplayServerElementsRequest) String

type DisplayServerElementsRequest_builder

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

func (DisplayServerElementsRequest_builder) Build

type DisplayServerElementsResponse

type DisplayServerElementsResponse struct {

	// Display server admin panel element if true.
	AdminPanel bool `protobuf:"varint,1,opt,name=admin_panel,json=adminPanel,proto3" json:"admin_panel,omitempty"`
	// contains filtered or unexported fields
}

func (*DisplayServerElementsResponse) GetAdminPanel

func (x *DisplayServerElementsResponse) GetAdminPanel() bool

func (*DisplayServerElementsResponse) ProtoMessage

func (*DisplayServerElementsResponse) ProtoMessage()

func (*DisplayServerElementsResponse) ProtoReflect

func (*DisplayServerElementsResponse) Reset

func (x *DisplayServerElementsResponse) Reset()

func (*DisplayServerElementsResponse) SetAdminPanel

func (x *DisplayServerElementsResponse) SetAdminPanel(v bool)

func (*DisplayServerElementsResponse) String

type DisplayServerElementsResponse_builder

type DisplayServerElementsResponse_builder struct {

	// Display server admin panel element if true.
	AdminPanel bool
	// contains filtered or unexported fields
}

func (DisplayServerElementsResponse_builder) Build

type DisplayUserElementsRequest

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

func (*DisplayUserElementsRequest) ProtoMessage

func (*DisplayUserElementsRequest) ProtoMessage()

func (*DisplayUserElementsRequest) ProtoReflect

func (*DisplayUserElementsRequest) Reset

func (x *DisplayUserElementsRequest) Reset()

func (*DisplayUserElementsRequest) String

func (x *DisplayUserElementsRequest) String() string

type DisplayUserElementsRequest_builder

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

func (DisplayUserElementsRequest_builder) Build

type DisplayUserElementsResponse

type DisplayUserElementsResponse struct {

	// Display delete user element if true.
	Delete bool `protobuf:"varint,1,opt,name=delete,proto3" json:"delete,omitempty"`
	// contains filtered or unexported fields
}

func (*DisplayUserElementsResponse) GetDelete

func (x *DisplayUserElementsResponse) GetDelete() bool

func (*DisplayUserElementsResponse) ProtoMessage

func (*DisplayUserElementsResponse) ProtoMessage()

func (*DisplayUserElementsResponse) ProtoReflect

func (*DisplayUserElementsResponse) Reset

func (x *DisplayUserElementsResponse) Reset()

func (*DisplayUserElementsResponse) SetDelete

func (x *DisplayUserElementsResponse) SetDelete(v bool)

func (*DisplayUserElementsResponse) String

func (x *DisplayUserElementsResponse) String() string

type DisplayUserElementsResponse_builder

type DisplayUserElementsResponse_builder struct {

	// Display delete user element if true.
	Delete bool
	// contains filtered or unexported fields
}

func (DisplayUserElementsResponse_builder) Build

type DotnetTargetFramework

type DotnetTargetFramework int32

DotnetTargetFramework specifies the target framework for dotnet plugins. This is not meant to be an exhaustive list - most plugins should target a netstandard version. Reference: https://learn.microsoft.com/en-us/dotnet/standard/frameworks

const (
	DotnetTargetFramework_DOTNET_TARGET_FRAMEWORK_UNSPECIFIED     DotnetTargetFramework = 0
	DotnetTargetFramework_DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_0 DotnetTargetFramework = 1
	DotnetTargetFramework_DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_1 DotnetTargetFramework = 2
	DotnetTargetFramework_DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_2 DotnetTargetFramework = 3
	DotnetTargetFramework_DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_3 DotnetTargetFramework = 4
	DotnetTargetFramework_DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_4 DotnetTargetFramework = 5
	DotnetTargetFramework_DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_5 DotnetTargetFramework = 6
	DotnetTargetFramework_DOTNET_TARGET_FRAMEWORK_NETSTANDARD_1_6 DotnetTargetFramework = 7
	DotnetTargetFramework_DOTNET_TARGET_FRAMEWORK_NETSTANDARD_2_0 DotnetTargetFramework = 8
	DotnetTargetFramework_DOTNET_TARGET_FRAMEWORK_NETSTANDARD_2_1 DotnetTargetFramework = 9
	DotnetTargetFramework_DOTNET_TARGET_FRAMEWORK_NET_5_0         DotnetTargetFramework = 10
	DotnetTargetFramework_DOTNET_TARGET_FRAMEWORK_NET_6_0         DotnetTargetFramework = 11
	DotnetTargetFramework_DOTNET_TARGET_FRAMEWORK_NET_7_0         DotnetTargetFramework = 12
	DotnetTargetFramework_DOTNET_TARGET_FRAMEWORK_NET_8_0         DotnetTargetFramework = 13
)

func (DotnetTargetFramework) Descriptor

func (DotnetTargetFramework) Enum

func (DotnetTargetFramework) Number

func (DotnetTargetFramework) String

func (x DotnetTargetFramework) String() string

func (DotnetTargetFramework) Type

type DownloadManifestAndBlobsRequest

type DownloadManifestAndBlobsRequest 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"`
	// Optional reference (if unspecified, will use the repository's default_branch).
	Reference string `protobuf:"bytes,3,opt,name=reference,proto3" json:"reference,omitempty"`
	// contains filtered or unexported fields
}

DownloadManifestAndBlobsRequest specifies the module to download.

func (*DownloadManifestAndBlobsRequest) GetOwner

func (*DownloadManifestAndBlobsRequest) GetReference

func (x *DownloadManifestAndBlobsRequest) GetReference() string

func (*DownloadManifestAndBlobsRequest) GetRepository

func (x *DownloadManifestAndBlobsRequest) GetRepository() string

func (*DownloadManifestAndBlobsRequest) ProtoMessage

func (*DownloadManifestAndBlobsRequest) ProtoMessage()

func (*DownloadManifestAndBlobsRequest) ProtoReflect

func (*DownloadManifestAndBlobsRequest) Reset

func (*DownloadManifestAndBlobsRequest) SetOwner

func (x *DownloadManifestAndBlobsRequest) SetOwner(v string)

func (*DownloadManifestAndBlobsRequest) SetReference

func (x *DownloadManifestAndBlobsRequest) SetReference(v string)

func (*DownloadManifestAndBlobsRequest) SetRepository

func (x *DownloadManifestAndBlobsRequest) SetRepository(v string)

func (*DownloadManifestAndBlobsRequest) String

type DownloadManifestAndBlobsRequest_builder

type DownloadManifestAndBlobsRequest_builder struct {
	Owner      string
	Repository string
	// Optional reference (if unspecified, will use the repository's default_branch).
	Reference string
	// contains filtered or unexported fields
}

func (DownloadManifestAndBlobsRequest_builder) Build

type DownloadManifestAndBlobsResponse

type DownloadManifestAndBlobsResponse struct {

	// manifest is the manifest of the module's content.
	// The content of the manifest blob is a text encoding of an ordered list of unique paths, each path encoded as:
	//
	//	<digest_type>:<digest>[SP][SP]<path>[LF]
	//
	// The only supported digest type is 'shake256'. The shake256 digest consists of 64 bytes of lowercase hex
	// encoded output of SHAKE256.
	Manifest *v1alpha1.Blob `protobuf:"bytes,1,opt,name=manifest,proto3" json:"manifest,omitempty"`
	// blobs is a set of blobs that closes on the module's manifest to form the
	// complete module's content.
	Blobs []*v1alpha1.Blob `protobuf:"bytes,2,rep,name=blobs,proto3" json:"blobs,omitempty"`
	// contains filtered or unexported fields
}

DownloadManifestAndBlobsResponse is the returned resolved remote module.

func (*DownloadManifestAndBlobsResponse) ClearManifest

func (x *DownloadManifestAndBlobsResponse) ClearManifest()

func (*DownloadManifestAndBlobsResponse) GetBlobs

func (*DownloadManifestAndBlobsResponse) GetManifest

func (*DownloadManifestAndBlobsResponse) HasManifest

func (x *DownloadManifestAndBlobsResponse) HasManifest() bool

func (*DownloadManifestAndBlobsResponse) ProtoMessage

func (*DownloadManifestAndBlobsResponse) ProtoMessage()

func (*DownloadManifestAndBlobsResponse) ProtoReflect

func (*DownloadManifestAndBlobsResponse) Reset

func (*DownloadManifestAndBlobsResponse) SetBlobs

func (*DownloadManifestAndBlobsResponse) SetManifest

func (x *DownloadManifestAndBlobsResponse) SetManifest(v *v1alpha1.Blob)

func (*DownloadManifestAndBlobsResponse) String

type DownloadManifestAndBlobsResponse_builder

type DownloadManifestAndBlobsResponse_builder struct {

	// manifest is the manifest of the module's content.
	// The content of the manifest blob is a text encoding of an ordered list of unique paths, each path encoded as:
	//
	//	<digest_type>:<digest>[SP][SP]<path>[LF]
	//
	// The only supported digest type is 'shake256'. The shake256 digest consists of 64 bytes of lowercase hex
	// encoded output of SHAKE256.
	Manifest *v1alpha1.Blob
	// blobs is a set of blobs that closes on the module's manifest to form the
	// complete module's content.
	Blobs []*v1alpha1.Blob
	// contains filtered or unexported fields
}

func (DownloadManifestAndBlobsResponse_builder) Build

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"`
	// Optional reference (if unspecified, will use the repository's default_branch).
	Reference string `protobuf:"bytes,3,opt,name=reference,proto3" json:"reference,omitempty"`
	// contains filtered or unexported fields
}

DownloadRequest specifies the module to download.

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

func (x *DownloadRequest) SetOwner(v string)

func (*DownloadRequest) SetReference

func (x *DownloadRequest) SetReference(v string)

func (*DownloadRequest) SetRepository

func (x *DownloadRequest) SetRepository(v string)

func (*DownloadRequest) String

func (x *DownloadRequest) String() string

type DownloadRequest_builder

type DownloadRequest_builder struct {
	Owner      string
	Repository string
	// Optional reference (if unspecified, will use the repository's default_branch).
	Reference string
	// contains filtered or unexported fields
}

func (DownloadRequest_builder) Build

type DownloadResponse

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

DownloadResponse contains the remote module.

func (*DownloadResponse) ClearModule

func (x *DownloadResponse) ClearModule()

func (*DownloadResponse) GetModule

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

func (*DownloadResponse) HasModule

func (x *DownloadResponse) HasModule() bool

func (*DownloadResponse) ProtoMessage

func (*DownloadResponse) ProtoMessage()

func (*DownloadResponse) ProtoReflect

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

func (*DownloadResponse) Reset

func (x *DownloadResponse) Reset()

func (*DownloadResponse) SetModule

func (x *DownloadResponse) SetModule(v *v1alpha1.Module)

func (*DownloadResponse) String

func (x *DownloadResponse) String() string

type DownloadResponse_builder

type DownloadResponse_builder struct {
	Module *v1alpha1.Module
	// contains filtered or unexported fields
}

func (DownloadResponse_builder) Build

type ElementSearchResult

type ElementSearchResult struct {
	RepositoryId       string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
	RepositoryOwner    string `protobuf:"bytes,2,opt,name=repository_owner,json=repositoryOwner,proto3" json:"repository_owner,omitempty"`
	RepositoryName     string `protobuf:"bytes,3,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"`
	ProtoFilePath      string `protobuf:"bytes,4,opt,name=proto_file_path,json=protoFilePath,proto3" json:"proto_file_path,omitempty"`
	FullyQualifiedName string `protobuf:"bytes,5,opt,name=fully_qualified_name,json=fullyQualifiedName,proto3" json:"fully_qualified_name,omitempty"`
	// Types that are valid to be assigned to Document:
	//
	//	*ElementSearchResult_Service
	//	*ElementSearchResult_Method
	//	*ElementSearchResult_Enum
	//	*ElementSearchResult_Message
	//	*ElementSearchResult_FileExtension
	Document isElementSearchResult_Document `protobuf_oneof:"document"`
	// contains filtered or unexported fields
}

func (*ElementSearchResult) ClearDocument

func (x *ElementSearchResult) ClearDocument()

func (*ElementSearchResult) ClearEnum

func (x *ElementSearchResult) ClearEnum()

func (*ElementSearchResult) ClearFileExtension

func (x *ElementSearchResult) ClearFileExtension()

func (*ElementSearchResult) ClearMessage

func (x *ElementSearchResult) ClearMessage()

func (*ElementSearchResult) ClearMethod

func (x *ElementSearchResult) ClearMethod()

func (*ElementSearchResult) ClearService

func (x *ElementSearchResult) ClearService()

func (*ElementSearchResult) GetDocument

func (x *ElementSearchResult) GetDocument() isElementSearchResult_Document

func (*ElementSearchResult) GetEnum

func (x *ElementSearchResult) GetEnum() *Enum

func (*ElementSearchResult) GetFileExtension

func (x *ElementSearchResult) GetFileExtension() *FileExtension

func (*ElementSearchResult) GetFullyQualifiedName

func (x *ElementSearchResult) GetFullyQualifiedName() string

func (*ElementSearchResult) GetMessage

func (x *ElementSearchResult) GetMessage() *Message

func (*ElementSearchResult) GetMethod

func (x *ElementSearchResult) GetMethod() *Method

func (*ElementSearchResult) GetProtoFilePath

func (x *ElementSearchResult) GetProtoFilePath() string

func (*ElementSearchResult) GetRepositoryId

func (x *ElementSearchResult) GetRepositoryId() string

func (*ElementSearchResult) GetRepositoryName

func (x *ElementSearchResult) GetRepositoryName() string

func (*ElementSearchResult) GetRepositoryOwner

func (x *ElementSearchResult) GetRepositoryOwner() string

func (*ElementSearchResult) GetService

func (x *ElementSearchResult) GetService() *Service

func (*ElementSearchResult) HasDocument

func (x *ElementSearchResult) HasDocument() bool

func (*ElementSearchResult) HasEnum

func (x *ElementSearchResult) HasEnum() bool

func (*ElementSearchResult) HasFileExtension

func (x *ElementSearchResult) HasFileExtension() bool

func (*ElementSearchResult) HasMessage

func (x *ElementSearchResult) HasMessage() bool

func (*ElementSearchResult) HasMethod

func (x *ElementSearchResult) HasMethod() bool

func (*ElementSearchResult) HasService

func (x *ElementSearchResult) HasService() bool

func (*ElementSearchResult) ProtoMessage

func (*ElementSearchResult) ProtoMessage()

func (*ElementSearchResult) ProtoReflect

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

func (*ElementSearchResult) Reset

func (x *ElementSearchResult) Reset()

func (*ElementSearchResult) SetEnum

func (x *ElementSearchResult) SetEnum(v *Enum)

func (*ElementSearchResult) SetFileExtension

func (x *ElementSearchResult) SetFileExtension(v *FileExtension)

func (*ElementSearchResult) SetFullyQualifiedName

func (x *ElementSearchResult) SetFullyQualifiedName(v string)

func (*ElementSearchResult) SetMessage

func (x *ElementSearchResult) SetMessage(v *Message)

func (*ElementSearchResult) SetMethod

func (x *ElementSearchResult) SetMethod(v *Method)

func (*ElementSearchResult) SetProtoFilePath

func (x *ElementSearchResult) SetProtoFilePath(v string)

func (*ElementSearchResult) SetRepositoryId

func (x *ElementSearchResult) SetRepositoryId(v string)

func (*ElementSearchResult) SetRepositoryName

func (x *ElementSearchResult) SetRepositoryName(v string)

func (*ElementSearchResult) SetRepositoryOwner

func (x *ElementSearchResult) SetRepositoryOwner(v string)

func (*ElementSearchResult) SetService

func (x *ElementSearchResult) SetService(v *Service)

func (*ElementSearchResult) String

func (x *ElementSearchResult) String() string

func (*ElementSearchResult) WhichDocument

func (x *ElementSearchResult) WhichDocument() case_ElementSearchResult_Document

type ElementSearchResult_Enum

type ElementSearchResult_Enum struct {
	Enum *Enum `protobuf:"bytes,8,opt,name=enum,proto3,oneof"`
}

type ElementSearchResult_FileExtension

type ElementSearchResult_FileExtension struct {
	FileExtension *FileExtension `protobuf:"bytes,10,opt,name=file_extension,json=fileExtension,proto3,oneof"`
}

type ElementSearchResult_Message

type ElementSearchResult_Message struct {
	Message *Message `protobuf:"bytes,9,opt,name=message,proto3,oneof"`
}

type ElementSearchResult_Method

type ElementSearchResult_Method struct {
	Method *Method `protobuf:"bytes,7,opt,name=method,proto3,oneof"`
}

type ElementSearchResult_Service

type ElementSearchResult_Service struct {
	Service *Service `protobuf:"bytes,6,opt,name=service,proto3,oneof"`
}

type ElementSearchResult_builder

type ElementSearchResult_builder struct {
	RepositoryId       string
	RepositoryOwner    string
	RepositoryName     string
	ProtoFilePath      string
	FullyQualifiedName string
	// Fields of oneof Document:
	Service       *Service
	Method        *Method
	Enum          *Enum
	Message       *Message
	FileExtension *FileExtension
	// contains filtered or unexported fields
}

func (ElementSearchResult_builder) Build

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"`
	// comments 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.
	Comments string `protobuf:"bytes,4,opt,name=comments,proto3" json:"comments,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"`
	// implicitly_deprecated is true if its enclosing file or parent element is deprecated.
	ImplicitlyDeprecated bool `protobuf:"varint,9,opt,name=implicitly_deprecated,json=implicitlyDeprecated,proto3" json:"implicitly_deprecated,omitempty"`
	// All options that are present on the enum. This is a super-set of
	// enum_options and uses a dynamic representation so it can also
	// accommodate custom options with arbitrary types.
	// // This supersedes enum_options.
	Options []*FieldLiteral `protobuf:"bytes,10,rep,name=options,proto3" json:"options,omitempty"`
	// Use options instead.
	//
	// Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
	EnumOptions *EnumOptions `protobuf:"bytes,8,opt,name=enum_options,json=enumOptions,proto3" json:"enum_options,omitempty"`
	// contains filtered or unexported fields
}

Enum provides information for the documentation of an enum.

func (*Enum) ClearEnumOptions deprecated

func (x *Enum) ClearEnumOptions()

Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.

func (*Enum) ClearLocation

func (x *Enum) ClearLocation()

func (*Enum) GetComments

func (x *Enum) GetComments() string

func (*Enum) GetEnumOptions deprecated

func (x *Enum) GetEnumOptions() *EnumOptions

Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.

func (*Enum) GetFilePath

func (x *Enum) GetFilePath() string

func (*Enum) GetFullName

func (x *Enum) GetFullName() string

func (*Enum) GetImplicitlyDeprecated

func (x *Enum) GetImplicitlyDeprecated() bool

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

func (x *Enum) GetOptions() []*FieldLiteral

func (*Enum) GetValues

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

func (*Enum) HasEnumOptions deprecated

func (x *Enum) HasEnumOptions() bool

Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.

func (*Enum) HasLocation

func (x *Enum) HasLocation() bool

func (*Enum) ProtoMessage

func (*Enum) ProtoMessage()

func (*Enum) ProtoReflect

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

func (*Enum) Reset

func (x *Enum) Reset()

func (*Enum) SetComments

func (x *Enum) SetComments(v string)

func (*Enum) SetEnumOptions deprecated

func (x *Enum) SetEnumOptions(v *EnumOptions)

Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.

func (*Enum) SetFilePath

func (x *Enum) SetFilePath(v string)

func (*Enum) SetFullName

func (x *Enum) SetFullName(v string)

func (*Enum) SetImplicitlyDeprecated

func (x *Enum) SetImplicitlyDeprecated(v bool)

func (*Enum) SetLocation

func (x *Enum) SetLocation(v *Location)

func (*Enum) SetName

func (x *Enum) SetName(v string)

func (*Enum) SetNestedName

func (x *Enum) SetNestedName(v string)

func (*Enum) SetOptions

func (x *Enum) SetOptions(v []*FieldLiteral)

func (*Enum) SetValues

func (x *Enum) SetValues(v []*EnumValue)

func (*Enum) String

func (x *Enum) String() string

type EnumOptions deprecated

type EnumOptions struct {
	Deprecated bool `protobuf:"varint,1,opt,name=deprecated,proto3" json:"deprecated,omitempty"`
	AllowAlias bool `protobuf:"varint,2,opt,name=allow_alias,json=allowAlias,proto3" json:"allow_alias,omitempty"`
	// contains filtered or unexported fields
}

EnumOptions provides information for the documentation of options for an enum.

Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.

func (*EnumOptions) GetAllowAlias

func (x *EnumOptions) GetAllowAlias() bool

func (*EnumOptions) GetDeprecated

func (x *EnumOptions) GetDeprecated() bool

func (*EnumOptions) ProtoMessage

func (*EnumOptions) ProtoMessage()

func (*EnumOptions) ProtoReflect

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

func (*EnumOptions) Reset

func (x *EnumOptions) Reset()

func (*EnumOptions) SetAllowAlias

func (x *EnumOptions) SetAllowAlias(v bool)

func (*EnumOptions) SetDeprecated

func (x *EnumOptions) SetDeprecated(v bool)

func (*EnumOptions) String

func (x *EnumOptions) String() string

type EnumOptions_builder deprecated

type EnumOptions_builder struct {
	Deprecated bool
	AllowAlias bool
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.

func (EnumOptions_builder) Build

func (b0 EnumOptions_builder) Build() *EnumOptions

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"`
	// comments 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.
	Comments string `protobuf:"bytes,3,opt,name=comments,proto3" json:"comments,omitempty"`
	// All options that are present on the enum. This is a super-set of
	// enum_value_options and uses a dynamic representation so it can also
	// accommodate custom options with arbitrary types.
	// // This supersedes enum_value_options.
	Options []*FieldLiteral `protobuf:"bytes,5,rep,name=options,proto3" json:"options,omitempty"`
	// Use options instead.
	//
	// Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
	EnumValueOptions *EnumValueOptions `protobuf:"bytes,4,opt,name=enum_value_options,json=enumValueOptions,proto3" json:"enum_value_options,omitempty"`
	// contains filtered or unexported fields
}

EnumValue provides information for the documentation of an enum value.

func (*EnumValue) ClearEnumValueOptions deprecated

func (x *EnumValue) ClearEnumValueOptions()

Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.

func (*EnumValue) GetComments

func (x *EnumValue) GetComments() string

func (*EnumValue) GetEnumValueOptions deprecated

func (x *EnumValue) GetEnumValueOptions() *EnumValueOptions

Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.

func (*EnumValue) GetName

func (x *EnumValue) GetName() string

func (*EnumValue) GetNumber

func (x *EnumValue) GetNumber() int32

func (*EnumValue) GetOptions

func (x *EnumValue) GetOptions() []*FieldLiteral

func (*EnumValue) HasEnumValueOptions deprecated

func (x *EnumValue) HasEnumValueOptions() bool

Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.

func (*EnumValue) ProtoMessage

func (*EnumValue) ProtoMessage()

func (*EnumValue) ProtoReflect

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

func (*EnumValue) Reset

func (x *EnumValue) Reset()

func (*EnumValue) SetComments

func (x *EnumValue) SetComments(v string)

func (*EnumValue) SetEnumValueOptions deprecated

func (x *EnumValue) SetEnumValueOptions(v *EnumValueOptions)

Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.

func (*EnumValue) SetName

func (x *EnumValue) SetName(v string)

func (*EnumValue) SetNumber

func (x *EnumValue) SetNumber(v int32)

func (*EnumValue) SetOptions

func (x *EnumValue) SetOptions(v []*FieldLiteral)

func (*EnumValue) String

func (x *EnumValue) String() string

type EnumValueOptions deprecated

type EnumValueOptions struct {
	Deprecated bool `protobuf:"varint,1,opt,name=deprecated,proto3" json:"deprecated,omitempty"`
	// contains filtered or unexported fields
}

EnumValueOptions provides information for the documentation of options for an enum value.

Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.

func (*EnumValueOptions) GetDeprecated

func (x *EnumValueOptions) GetDeprecated() bool

func (*EnumValueOptions) ProtoMessage

func (*EnumValueOptions) ProtoMessage()

func (*EnumValueOptions) ProtoReflect

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

func (*EnumValueOptions) Reset

func (x *EnumValueOptions) Reset()

func (*EnumValueOptions) SetDeprecated

func (x *EnumValueOptions) SetDeprecated(v bool)

func (*EnumValueOptions) String

func (x *EnumValueOptions) String() string

type EnumValueOptions_builder deprecated

type EnumValueOptions_builder struct {
	Deprecated bool
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.

func (EnumValueOptions_builder) Build

type EnumValue_builder

type EnumValue_builder struct {
	Name   string
	Number int32
	// comments 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.
	Comments string
	// All options that are present on the enum. This is a super-set of
	// enum_value_options and uses a dynamic representation so it can also
	// accommodate custom options with arbitrary types.
	// // This supersedes enum_value_options.
	Options []*FieldLiteral
	// Use options instead.
	//
	// Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
	EnumValueOptions *EnumValueOptions
	// contains filtered or unexported fields
}

func (EnumValue_builder) Build

func (b0 EnumValue_builder) Build() *EnumValue

type Enum_builder

type Enum_builder struct {
	Name string
	// nested_name includes the nested types for a given type definition.
	NestedName string
	// full_name includes the package name and nested types for a given type definition.
	FullName string
	// comments 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.
	Comments string
	// file_path is the normalized path of the file containing the enum.
	FilePath string
	Location *Location
	Values   []*EnumValue
	// implicitly_deprecated is true if its enclosing file or parent element is deprecated.
	ImplicitlyDeprecated bool
	// All options that are present on the enum. This is a super-set of
	// enum_options and uses a dynamic representation so it can also
	// accommodate custom options with arbitrary types.
	// // This supersedes enum_options.
	Options []*FieldLiteral
	// Use options instead.
	//
	// Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
	EnumOptions *EnumOptions
	// contains filtered or unexported fields
}

func (Enum_builder) Build

func (b0 Enum_builder) Build() *Enum

type Field

type Field struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// comments 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.
	Comments string `protobuf:"bytes,2,opt,name=comments,proto3" json:"comments,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 ext if the field is an extension.
	// This is an empty string for fields that are not extensions.
	Extendee string `protobuf:"bytes,9,opt,name=extendee,proto3" json:"extendee,omitempty"`
	// All options that are present on the field. This is a super-set of
	// field_options and uses a dynamic representation so it can also
	// accommodate custom options with arbitrary types.
	// This supersedes field_options.
	Options []*FieldLiteral `protobuf:"bytes,11,rep,name=options,proto3" json:"options,omitempty"`
	// Use options instead.
	//
	// Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
	FieldOptions *FieldOptions `protobuf:"bytes,10,opt,name=field_options,json=fieldOptions,proto3" json:"field_options,omitempty"`
	// contains filtered or unexported fields
}

Field provides information for the documentation of a message field.

func (*Field) ClearFieldOptions deprecated

func (x *Field) ClearFieldOptions()

Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.

func (*Field) ClearImportModuleRef

func (x *Field) ClearImportModuleRef()

func (*Field) ClearMapEntry

func (x *Field) ClearMapEntry()

func (*Field) GetComments

func (x *Field) GetComments() string

func (*Field) GetExtendee

func (x *Field) GetExtendee() string

func (*Field) GetFieldOptions deprecated

func (x *Field) GetFieldOptions() *FieldOptions

Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.

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

func (x *Field) GetOptions() []*FieldLiteral

func (*Field) GetTag

func (x *Field) GetTag() uint32

func (*Field) HasFieldOptions deprecated

func (x *Field) HasFieldOptions() bool

Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.

func (*Field) HasImportModuleRef

func (x *Field) HasImportModuleRef() bool

func (*Field) HasMapEntry

func (x *Field) HasMapEntry() bool

func (*Field) ProtoMessage

func (*Field) ProtoMessage()

func (*Field) ProtoReflect

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

func (*Field) Reset

func (x *Field) Reset()

func (*Field) SetComments

func (x *Field) SetComments(v string)

func (*Field) SetExtendee

func (x *Field) SetExtendee(v string)

func (*Field) SetFieldOptions deprecated

func (x *Field) SetFieldOptions(v *FieldOptions)

Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.

func (*Field) SetFullType

func (x *Field) SetFullType(v string)

func (*Field) SetImportModuleRef

func (x *Field) SetImportModuleRef(v *ImportModuleRef)

func (*Field) SetLabel

func (x *Field) SetLabel(v string)

func (*Field) SetMapEntry

func (x *Field) SetMapEntry(v *MapEntry)

func (*Field) SetName

func (x *Field) SetName(v string)

func (*Field) SetNestedType

func (x *Field) SetNestedType(v string)

func (*Field) SetOptions

func (x *Field) SetOptions(v []*FieldLiteral)

func (*Field) SetTag

func (x *Field) SetTag(v uint32)

func (*Field) String

func (x *Field) String() string

type FieldLiteral

type FieldLiteral struct {

	// When is_extension is true, name is the fully-qualified name of the
	// extension. Otherwise, it is the simple name of the field.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The unique field number associated with the field.
	Tag int32 `protobuf:"varint,2,opt,name=tag,proto3" json:"tag,omitempty"`
	// Indicates whether this is an extension or not.
	FieldType FieldType `` /* 132-byte string literal not displayed */
	// The field's value.
	Value *LiteralValue `protobuf:"bytes,4,opt,name=value,proto3" json:"value,omitempty"`
	// This is the module where the extension is defined if the field type
	// is extension or the module where the messages is defined for field type any.
	ImportModuleRef *ImportModuleRef `protobuf:"bytes,5,opt,name=import_module_ref,json=importModuleRef,proto3" json:"import_module_ref,omitempty"`
	// contains filtered or unexported fields
}

FieldLiteral represents a field and its value. It can be used to model descriptor options.

func (*FieldLiteral) ClearImportModuleRef

func (x *FieldLiteral) ClearImportModuleRef()

func (*FieldLiteral) ClearValue

func (x *FieldLiteral) ClearValue()

func (*FieldLiteral) GetFieldType

func (x *FieldLiteral) GetFieldType() FieldType

func (*FieldLiteral) GetImportModuleRef

func (x *FieldLiteral) GetImportModuleRef() *ImportModuleRef

func (*FieldLiteral) GetName

func (x *FieldLiteral) GetName() string

func (*FieldLiteral) GetTag

func (x *FieldLiteral) GetTag() int32

func (*FieldLiteral) GetValue

func (x *FieldLiteral) GetValue() *LiteralValue

func (*FieldLiteral) HasImportModuleRef

func (x *FieldLiteral) HasImportModuleRef() bool

func (*FieldLiteral) HasValue

func (x *FieldLiteral) HasValue() bool

func (*FieldLiteral) ProtoMessage

func (*FieldLiteral) ProtoMessage()

func (*FieldLiteral) ProtoReflect

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

func (*FieldLiteral) Reset

func (x *FieldLiteral) Reset()

func (*FieldLiteral) SetFieldType

func (x *FieldLiteral) SetFieldType(v FieldType)

func (*FieldLiteral) SetImportModuleRef

func (x *FieldLiteral) SetImportModuleRef(v *ImportModuleRef)

func (*FieldLiteral) SetName

func (x *FieldLiteral) SetName(v string)

func (*FieldLiteral) SetTag

func (x *FieldLiteral) SetTag(v int32)

func (*FieldLiteral) SetValue

func (x *FieldLiteral) SetValue(v *LiteralValue)

func (*FieldLiteral) String

func (x *FieldLiteral) String() string

type FieldLiteral_builder

type FieldLiteral_builder struct {

	// When is_extension is true, name is the fully-qualified name of the
	// extension. Otherwise, it is the simple name of the field.
	Name string
	// The unique field number associated with the field.
	Tag int32
	// Indicates whether this is an extension or not.
	FieldType FieldType
	// The field's value.
	Value *LiteralValue
	// This is the module where the extension is defined if the field type
	// is extension or the module where the messages is defined for field type any.
	ImportModuleRef *ImportModuleRef
	// contains filtered or unexported fields
}

func (FieldLiteral_builder) Build

func (b0 FieldLiteral_builder) Build() *FieldLiteral

type FieldOptions deprecated

type FieldOptions struct {
	Deprecated bool  `protobuf:"varint,1,opt,name=deprecated,proto3" json:"deprecated,omitempty"`
	Packed     *bool `protobuf:"varint,2,opt,name=packed,proto3,oneof" json:"packed,omitempty"`
	// ctype holds a value of the enumeration `google.protobuf.FieldOptions.CType.
	Ctype int32 `protobuf:"varint,3,opt,name=ctype,proto3" json:"ctype,omitempty"`
	// jstype holds a value of the enumeration `google.protobuf.FieldOptions.JSType.
	Jstype int32 `protobuf:"varint,4,opt,name=jstype,proto3" json:"jstype,omitempty"`
	// contains filtered or unexported fields
}

FieldOptions provides information for the documentation of options for a field.

Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.

func (*FieldOptions) ClearPacked

func (x *FieldOptions) ClearPacked()

func (*FieldOptions) GetCtype

func (x *FieldOptions) GetCtype() int32

func (*FieldOptions) GetDeprecated

func (x *FieldOptions) GetDeprecated() bool

func (*FieldOptions) GetJstype

func (x *FieldOptions) GetJstype() int32

func (*FieldOptions) GetPacked

func (x *FieldOptions) GetPacked() bool

func (*FieldOptions) HasPacked

func (x *FieldOptions) HasPacked() bool

func (*FieldOptions) ProtoMessage

func (*FieldOptions) ProtoMessage()

func (*FieldOptions) ProtoReflect

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

func (*FieldOptions) Reset

func (x *FieldOptions) Reset()

func (*FieldOptions) SetCtype

func (x *FieldOptions) SetCtype(v int32)

func (*FieldOptions) SetDeprecated

func (x *FieldOptions) SetDeprecated(v bool)

func (*FieldOptions) SetJstype

func (x *FieldOptions) SetJstype(v int32)

func (*FieldOptions) SetPacked

func (x *FieldOptions) SetPacked(v bool)

func (*FieldOptions) String

func (x *FieldOptions) String() string

type FieldOptions_builder deprecated

type FieldOptions_builder struct {
	Deprecated bool
	Packed     *bool
	// ctype holds a value of the enumeration `google.protobuf.FieldOptions.CType.
	Ctype int32
	// jstype holds a value of the enumeration `google.protobuf.FieldOptions.JSType.
	Jstype int32
	// contains filtered or unexported fields
}

Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.

func (FieldOptions_builder) Build

func (b0 FieldOptions_builder) Build() *FieldOptions

type FieldType

type FieldType int32

FieldType indicates whether a field is a normal, an extension or an any.

const (
	FieldType_FIELD_TYPE_UNSPECIFIED FieldType = 0
	FieldType_FIELD_TYPE_NORMAL      FieldType = 1
	FieldType_FIELD_TYPE_EXTENSION   FieldType = 2
	FieldType_FIELD_TYPE_ANY         FieldType = 3
)

func (FieldType) Descriptor

func (FieldType) Descriptor() protoreflect.EnumDescriptor

func (FieldType) Enum

func (x FieldType) Enum() *FieldType

func (FieldType) Number

func (x FieldType) Number() protoreflect.EnumNumber

func (FieldType) String

func (x FieldType) String() string

func (FieldType) Type

type Field_builder

type Field_builder struct {
	Name string
	// comments 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.
	Comments string
	Label    string
	// string representation of the nested name of the field type, which includes nested definitions.
	NestedType string
	// string representation of the full name of the field type, which includes package name
	// and nested definitions.
	FullType string
	Tag      uint32
	// MapEntry is present if the field is a map type.
	MapEntry *MapEntry
	// import_module_ref is included if the field is an imported type.
	// It contains all the metadata for the import.
	ImportModuleRef *ImportModuleRef
	// Extendee is the name of the type that is being ext if the field is an extension.
	// This is an empty string for fields that are not extensions.
	Extendee string
	// All options that are present on the field. This is a super-set of
	// field_options and uses a dynamic representation so it can also
	// accommodate custom options with arbitrary types.
	// This supersedes field_options.
	Options []*FieldLiteral
	// Use options instead.
	//
	// Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
	FieldOptions *FieldOptions
	// contains filtered or unexported fields
}

func (Field_builder) Build

func (b0 Field_builder) Build() *Field

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"`
	// comments 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.
	Comments string `protobuf:"bytes,2,opt,name=comments,proto3" json:"comments,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"`
	// implicitly_deprecated is true if its enclosing file or parent element is deprecated.
	ImplicitlyDeprecated bool `protobuf:"varint,6,opt,name=implicitly_deprecated,json=implicitlyDeprecated,proto3" json:"implicitly_deprecated,omitempty"`
	// contains filtered or unexported fields
}

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

func (*FileExtension) ClearLocation

func (x *FileExtension) ClearLocation()

func (*FileExtension) GetComments

func (x *FileExtension) GetComments() 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) GetImplicitlyDeprecated

func (x *FileExtension) GetImplicitlyDeprecated() bool

func (*FileExtension) GetLocation

func (x *FileExtension) GetLocation() *Location

func (*FileExtension) HasLocation

func (x *FileExtension) HasLocation() bool

func (*FileExtension) ProtoMessage

func (*FileExtension) ProtoMessage()

func (*FileExtension) ProtoReflect

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

func (*FileExtension) Reset

func (x *FileExtension) Reset()

func (*FileExtension) SetComments

func (x *FileExtension) SetComments(v string)

func (*FileExtension) SetExtensionType

func (x *FileExtension) SetExtensionType(v string)

func (*FileExtension) SetFields

func (x *FileExtension) SetFields(v []*Field)

func (*FileExtension) SetFilePath

func (x *FileExtension) SetFilePath(v string)

func (*FileExtension) SetImplicitlyDeprecated

func (x *FileExtension) SetImplicitlyDeprecated(v bool)

func (*FileExtension) SetLocation

func (x *FileExtension) SetLocation(v *Location)

func (*FileExtension) String

func (x *FileExtension) String() string

type FileExtension_builder

type FileExtension_builder struct {

	// extension_type is the string representation of the type being extended.
	ExtensionType string
	// comments 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.
	Comments string
	// file_path is the normalized path of the file containing the message.
	FilePath string
	Location *Location
	// fields are all the fields that are associated with the extension.
	Fields []*Field
	// implicitly_deprecated is true if its enclosing file or parent element is deprecated.
	ImplicitlyDeprecated bool
	// contains filtered or unexported fields
}

func (FileExtension_builder) Build

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

func (x *FileInfo) SetChildren(v []*FileInfo)

func (*FileInfo) SetIsDir

func (x *FileInfo) SetIsDir(v bool)

func (*FileInfo) SetPath

func (x *FileInfo) SetPath(v string)

func (*FileInfo) String

func (x *FileInfo) String() string

type FileInfo_builder

type FileInfo_builder struct {

	// the normalized path of the directory, relative to the root of the module.
	Path     string
	IsDir    bool
	Children []*FileInfo
	// contains filtered or unexported fields
}

func (FileInfo_builder) Build

func (b0 FileInfo_builder) Build() *FileInfo

type FileSearchResult

type FileSearchResult struct {
	RepositoryId    string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
	RepositoryOwner string `protobuf:"bytes,2,opt,name=repository_owner,json=repositoryOwner,proto3" json:"repository_owner,omitempty"`
	RepositoryName  string `protobuf:"bytes,3,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"`
	ProtoFilePath   string `protobuf:"bytes,4,opt,name=proto_file_path,json=protoFilePath,proto3" json:"proto_file_path,omitempty"`
	Content         []byte `protobuf:"bytes,5,opt,name=content,proto3" json:"content,omitempty"`
	// contains filtered or unexported fields
}

func (*FileSearchResult) GetContent

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

func (*FileSearchResult) GetProtoFilePath

func (x *FileSearchResult) GetProtoFilePath() string

func (*FileSearchResult) GetRepositoryId

func (x *FileSearchResult) GetRepositoryId() string

func (*FileSearchResult) GetRepositoryName

func (x *FileSearchResult) GetRepositoryName() string

func (*FileSearchResult) GetRepositoryOwner

func (x *FileSearchResult) GetRepositoryOwner() string

func (*FileSearchResult) ProtoMessage

func (*FileSearchResult) ProtoMessage()

func (*FileSearchResult) ProtoReflect

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

func (*FileSearchResult) Reset

func (x *FileSearchResult) Reset()

func (*FileSearchResult) SetContent

func (x *FileSearchResult) SetContent(v []byte)

func (*FileSearchResult) SetProtoFilePath

func (x *FileSearchResult) SetProtoFilePath(v string)

func (*FileSearchResult) SetRepositoryId

func (x *FileSearchResult) SetRepositoryId(v string)

func (*FileSearchResult) SetRepositoryName

func (x *FileSearchResult) SetRepositoryName(v string)

func (*FileSearchResult) SetRepositoryOwner

func (x *FileSearchResult) SetRepositoryOwner(v string)

func (*FileSearchResult) String

func (x *FileSearchResult) String() string

type FileSearchResult_builder

type FileSearchResult_builder struct {
	RepositoryId    string
	RepositoryOwner string
	RepositoryName  string
	ProtoFilePath   string
	Content         []byte
	// contains filtered or unexported fields
}

func (FileSearchResult_builder) Build

type ForceDeleteUserRequest

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

func (*ForceDeleteUserRequest) GetUserId

func (x *ForceDeleteUserRequest) GetUserId() string

func (*ForceDeleteUserRequest) ProtoMessage

func (*ForceDeleteUserRequest) ProtoMessage()

func (*ForceDeleteUserRequest) ProtoReflect

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

func (*ForceDeleteUserRequest) Reset

func (x *ForceDeleteUserRequest) Reset()

func (*ForceDeleteUserRequest) SetUserId

func (x *ForceDeleteUserRequest) SetUserId(v string)

func (*ForceDeleteUserRequest) String

func (x *ForceDeleteUserRequest) String() string

type ForceDeleteUserRequest_builder

type ForceDeleteUserRequest_builder struct {
	UserId string
	// contains filtered or unexported fields
}

func (ForceDeleteUserRequest_builder) Build

type ForceDeleteUserResponse

type ForceDeleteUserResponse struct {

	// The deleted user.
	User *User `protobuf:"bytes,1,opt,name=user,proto3" json:"user,omitempty"`
	// The deleted organizations.
	Organizations []*Organization `protobuf:"bytes,2,rep,name=organizations,proto3" json:"organizations,omitempty"`
	// The deleted repositories.
	Repositories []*Repository `protobuf:"bytes,3,rep,name=repositories,proto3" json:"repositories,omitempty"`
	// contains filtered or unexported fields
}

func (*ForceDeleteUserResponse) ClearUser

func (x *ForceDeleteUserResponse) ClearUser()

func (*ForceDeleteUserResponse) GetOrganizations

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

func (*ForceDeleteUserResponse) GetRepositories

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

func (*ForceDeleteUserResponse) GetUser

func (x *ForceDeleteUserResponse) GetUser() *User

func (*ForceDeleteUserResponse) HasUser

func (x *ForceDeleteUserResponse) HasUser() bool

func (*ForceDeleteUserResponse) ProtoMessage

func (*ForceDeleteUserResponse) ProtoMessage()

func (*ForceDeleteUserResponse) ProtoReflect

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

func (*ForceDeleteUserResponse) Reset

func (x *ForceDeleteUserResponse) Reset()

func (*ForceDeleteUserResponse) SetOrganizations

func (x *ForceDeleteUserResponse) SetOrganizations(v []*Organization)

func (*ForceDeleteUserResponse) SetRepositories

func (x *ForceDeleteUserResponse) SetRepositories(v []*Repository)

func (*ForceDeleteUserResponse) SetUser

func (x *ForceDeleteUserResponse) SetUser(v *User)

func (*ForceDeleteUserResponse) String

func (x *ForceDeleteUserResponse) String() string

type ForceDeleteUserResponse_builder

type ForceDeleteUserResponse_builder struct {

	// The deleted user.
	User *User
	// The deleted organizations.
	Organizations []*Organization
	// The deleted repositories.
	Repositories []*Repository
	// contains filtered or unexported fields
}

func (ForceDeleteUserResponse_builder) Build

type Format

type Format int32
const (
	Format_FORMAT_UNSPECIFIED Format = 0
	Format_FORMAT_BINARY      Format = 1
	Format_FORMAT_JSON        Format = 2
	Format_FORMAT_TEXT        Format = 3
)

func (Format) Descriptor

func (Format) Descriptor() protoreflect.EnumDescriptor

func (Format) Enum

func (x Format) Enum() *Format

func (Format) Number

func (x Format) Number() protoreflect.EnumNumber

func (Format) String

func (x Format) String() string

func (Format) Type

func (Format) Type() protoreflect.EnumType

type GenerateCodeRequest

type GenerateCodeRequest struct {

	// The image to run plugins against to generate the desired file outputs.
	//
	// All image files that are not imports and not well-known types will be generated.
	// If you want to filter what files are generated, modify the image.
	// If you want to include imports, set include_imports.
	Image    *v1.Image                  `protobuf:"bytes,1,opt,name=image,proto3" json:"image,omitempty"`
	Requests []*PluginGenerationRequest `protobuf:"bytes,2,rep,name=requests,proto3" json:"requests,omitempty"`
	// Include imports from the Image in generation. If include_imports is also set
	// in one of requests, use the request's value for that plugin.
	IncludeImports bool `protobuf:"varint,3,opt,name=include_imports,json=includeImports,proto3" json:"include_imports,omitempty"`
	// Include Well-Known Types from the Image in generation.
	//
	// include_imports must be set if include_well_known_types is set. If include_well_known_types
	// is also set in one of requests, use the request's value for that plugin.
	IncludeWellKnownTypes bool `` /* 129-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GenerateCodeRequest) ClearImage

func (x *GenerateCodeRequest) ClearImage()

func (*GenerateCodeRequest) GetImage

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

func (*GenerateCodeRequest) GetIncludeImports

func (x *GenerateCodeRequest) GetIncludeImports() bool

func (*GenerateCodeRequest) GetIncludeWellKnownTypes

func (x *GenerateCodeRequest) GetIncludeWellKnownTypes() bool

func (*GenerateCodeRequest) GetRequests

func (x *GenerateCodeRequest) GetRequests() []*PluginGenerationRequest

func (*GenerateCodeRequest) HasImage

func (x *GenerateCodeRequest) HasImage() bool

func (*GenerateCodeRequest) ProtoMessage

func (*GenerateCodeRequest) ProtoMessage()

func (*GenerateCodeRequest) ProtoReflect

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

func (*GenerateCodeRequest) Reset

func (x *GenerateCodeRequest) Reset()

func (*GenerateCodeRequest) SetImage

func (x *GenerateCodeRequest) SetImage(v *v1.Image)

func (*GenerateCodeRequest) SetIncludeImports

func (x *GenerateCodeRequest) SetIncludeImports(v bool)

func (*GenerateCodeRequest) SetIncludeWellKnownTypes

func (x *GenerateCodeRequest) SetIncludeWellKnownTypes(v bool)

func (*GenerateCodeRequest) SetRequests

func (x *GenerateCodeRequest) SetRequests(v []*PluginGenerationRequest)

func (*GenerateCodeRequest) String

func (x *GenerateCodeRequest) String() string

type GenerateCodeRequest_builder

type GenerateCodeRequest_builder struct {

	// The image to run plugins against to generate the desired file outputs.
	//
	// All image files that are not imports and not well-known types will be generated.
	// If you want to filter what files are generated, modify the image.
	// If you want to include imports, set include_imports.
	Image    *v1.Image
	Requests []*PluginGenerationRequest
	// Include imports from the Image in generation. If include_imports is also set
	// in one of requests, use the request's value for that plugin.
	IncludeImports bool
	// Include Well-Known Types from the Image in generation.
	//
	// include_imports must be set if include_well_known_types is set. If include_well_known_types
	// is also set in one of requests, use the request's value for that plugin.
	IncludeWellKnownTypes bool
	// contains filtered or unexported fields
}

func (GenerateCodeRequest_builder) Build

type GenerateCodeResponse

type GenerateCodeResponse struct {

	// Responses from each plugin execution.
	// The order of each response matches the order in the GenerateCodeRequest.
	Responses []*PluginGenerationResponse `protobuf:"bytes,1,rep,name=responses,proto3" json:"responses,omitempty"`
	// contains filtered or unexported fields
}

func (*GenerateCodeResponse) GetResponses

func (x *GenerateCodeResponse) GetResponses() []*PluginGenerationResponse

func (*GenerateCodeResponse) ProtoMessage

func (*GenerateCodeResponse) ProtoMessage()

func (*GenerateCodeResponse) ProtoReflect

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

func (*GenerateCodeResponse) Reset

func (x *GenerateCodeResponse) Reset()

func (*GenerateCodeResponse) SetResponses

func (x *GenerateCodeResponse) SetResponses(v []*PluginGenerationResponse)

func (*GenerateCodeResponse) String

func (x *GenerateCodeResponse) String() string

type GenerateCodeResponse_builder

type GenerateCodeResponse_builder struct {

	// Responses from each plugin execution.
	// The order of each response matches the order in the GenerateCodeRequest.
	Responses []*PluginGenerationResponse
	// contains filtered or unexported fields
}

func (GenerateCodeResponse_builder) Build

type GetBreakingChangePolicyRequest

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

func (*GetBreakingChangePolicyRequest) ProtoMessage

func (*GetBreakingChangePolicyRequest) ProtoMessage()

func (*GetBreakingChangePolicyRequest) ProtoReflect

func (*GetBreakingChangePolicyRequest) Reset

func (x *GetBreakingChangePolicyRequest) Reset()

func (*GetBreakingChangePolicyRequest) String

type GetBreakingChangePolicyRequest_builder

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

func (GetBreakingChangePolicyRequest_builder) Build

type GetBreakingChangePolicyResponse

type GetBreakingChangePolicyResponse struct {
	Policy *BreakingChangePolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// contains filtered or unexported fields
}

func (*GetBreakingChangePolicyResponse) ClearPolicy

func (x *GetBreakingChangePolicyResponse) ClearPolicy()

func (*GetBreakingChangePolicyResponse) GetPolicy

func (*GetBreakingChangePolicyResponse) HasPolicy

func (x *GetBreakingChangePolicyResponse) HasPolicy() bool

func (*GetBreakingChangePolicyResponse) ProtoMessage

func (*GetBreakingChangePolicyResponse) ProtoMessage()

func (*GetBreakingChangePolicyResponse) ProtoReflect

func (*GetBreakingChangePolicyResponse) Reset

func (*GetBreakingChangePolicyResponse) SetPolicy

func (*GetBreakingChangePolicyResponse) String

type GetBreakingChangePolicyResponse_builder

type GetBreakingChangePolicyResponse_builder struct {
	Policy *BreakingChangePolicy
	// contains filtered or unexported fields
}

func (GetBreakingChangePolicyResponse_builder) Build

type GetCargoVersionRequest

type GetCargoVersionRequest struct {

	// The plugin reference to resolve.
	PluginReference *GetRemotePackageVersionPlugin `protobuf:"bytes,1,opt,name=plugin_reference,json=pluginReference,proto3" json:"plugin_reference,omitempty"`
	// The module reference to resolve.
	ModuleReference *LocalModuleReference `protobuf:"bytes,2,opt,name=module_reference,json=moduleReference,proto3" json:"module_reference,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCargoVersionRequest) ClearModuleReference

func (x *GetCargoVersionRequest) ClearModuleReference()

func (*GetCargoVersionRequest) ClearPluginReference

func (x *GetCargoVersionRequest) ClearPluginReference()

func (*GetCargoVersionRequest) GetModuleReference

func (x *GetCargoVersionRequest) GetModuleReference() *LocalModuleReference

func (*GetCargoVersionRequest) GetPluginReference

func (x *GetCargoVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin

func (*GetCargoVersionRequest) HasModuleReference

func (x *GetCargoVersionRequest) HasModuleReference() bool

func (*GetCargoVersionRequest) HasPluginReference

func (x *GetCargoVersionRequest) HasPluginReference() bool

func (*GetCargoVersionRequest) ProtoMessage

func (*GetCargoVersionRequest) ProtoMessage()

func (*GetCargoVersionRequest) ProtoReflect

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

func (*GetCargoVersionRequest) Reset

func (x *GetCargoVersionRequest) Reset()

func (*GetCargoVersionRequest) SetModuleReference

func (x *GetCargoVersionRequest) SetModuleReference(v *LocalModuleReference)

func (*GetCargoVersionRequest) SetPluginReference

func (x *GetCargoVersionRequest) SetPluginReference(v *GetRemotePackageVersionPlugin)

func (*GetCargoVersionRequest) String

func (x *GetCargoVersionRequest) String() string

type GetCargoVersionRequest_builder

type GetCargoVersionRequest_builder struct {

	// The plugin reference to resolve.
	PluginReference *GetRemotePackageVersionPlugin
	// The module reference to resolve.
	ModuleReference *LocalModuleReference
	// contains filtered or unexported fields
}

func (GetCargoVersionRequest_builder) Build

type GetCargoVersionResponse

type GetCargoVersionResponse struct {

	// version is the resolved version to be used with the cargo registry.
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCargoVersionResponse) GetVersion

func (x *GetCargoVersionResponse) GetVersion() string

func (*GetCargoVersionResponse) ProtoMessage

func (*GetCargoVersionResponse) ProtoMessage()

func (*GetCargoVersionResponse) ProtoReflect

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

func (*GetCargoVersionResponse) Reset

func (x *GetCargoVersionResponse) Reset()

func (*GetCargoVersionResponse) SetVersion

func (x *GetCargoVersionResponse) SetVersion(v string)

func (*GetCargoVersionResponse) String

func (x *GetCargoVersionResponse) String() string

type GetCargoVersionResponse_builder

type GetCargoVersionResponse_builder struct {

	// version is the resolved version to be used with the cargo registry.
	Version string
	// contains filtered or unexported fields
}

func (GetCargoVersionResponse_builder) Build

type GetClusterUsageRequest

type GetClusterUsageRequest struct {

	// The timestamp of the beginning time of a date range.
	StartTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// The timestamp of the ending time of a date range.
	EndTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	// contains filtered or unexported fields
}

func (*GetClusterUsageRequest) ClearEndTime

func (x *GetClusterUsageRequest) ClearEndTime()

func (*GetClusterUsageRequest) ClearStartTime

func (x *GetClusterUsageRequest) ClearStartTime()

func (*GetClusterUsageRequest) GetEndTime

func (x *GetClusterUsageRequest) GetEndTime() *timestamppb.Timestamp

func (*GetClusterUsageRequest) GetStartTime

func (x *GetClusterUsageRequest) GetStartTime() *timestamppb.Timestamp

func (*GetClusterUsageRequest) HasEndTime

func (x *GetClusterUsageRequest) HasEndTime() bool

func (*GetClusterUsageRequest) HasStartTime

func (x *GetClusterUsageRequest) HasStartTime() bool

func (*GetClusterUsageRequest) ProtoMessage

func (*GetClusterUsageRequest) ProtoMessage()

func (*GetClusterUsageRequest) ProtoReflect

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

func (*GetClusterUsageRequest) Reset

func (x *GetClusterUsageRequest) Reset()

func (*GetClusterUsageRequest) SetEndTime

func (x *GetClusterUsageRequest) SetEndTime(v *timestamppb.Timestamp)

func (*GetClusterUsageRequest) SetStartTime

func (x *GetClusterUsageRequest) SetStartTime(v *timestamppb.Timestamp)

func (*GetClusterUsageRequest) String

func (x *GetClusterUsageRequest) String() string

type GetClusterUsageRequest_builder

type GetClusterUsageRequest_builder struct {

	// The timestamp of the beginning time of a date range.
	StartTime *timestamppb.Timestamp
	// The timestamp of the ending time of a date range.
	EndTime *timestamppb.Timestamp
	// contains filtered or unexported fields
}

func (GetClusterUsageRequest_builder) Build

type GetClusterUsageResponse

type GetClusterUsageResponse struct {
	Usage []*MonthlyUsage `protobuf:"bytes,1,rep,name=usage,proto3" json:"usage,omitempty"`
	// contains filtered or unexported fields
}

func (*GetClusterUsageResponse) GetUsage

func (x *GetClusterUsageResponse) GetUsage() []*MonthlyUsage

func (*GetClusterUsageResponse) ProtoMessage

func (*GetClusterUsageResponse) ProtoMessage()

func (*GetClusterUsageResponse) ProtoReflect

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

func (*GetClusterUsageResponse) Reset

func (x *GetClusterUsageResponse) Reset()

func (*GetClusterUsageResponse) SetUsage

func (x *GetClusterUsageResponse) SetUsage(v []*MonthlyUsage)

func (*GetClusterUsageResponse) String

func (x *GetClusterUsageResponse) String() string

type GetClusterUsageResponse_builder

type GetClusterUsageResponse_builder struct {
	Usage []*MonthlyUsage
	// contains filtered or unexported fields
}

func (GetClusterUsageResponse_builder) Build

type GetCmakeVersionRequest

type GetCmakeVersionRequest struct {

	// The plugin reference to resolve.
	PluginReference *GetRemotePackageVersionPlugin `protobuf:"bytes,1,opt,name=plugin_reference,json=pluginReference,proto3" json:"plugin_reference,omitempty"`
	// The module reference to resolve.
	ModuleReference *LocalModuleReference `protobuf:"bytes,2,opt,name=module_reference,json=moduleReference,proto3" json:"module_reference,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCmakeVersionRequest) ClearModuleReference

func (x *GetCmakeVersionRequest) ClearModuleReference()

func (*GetCmakeVersionRequest) ClearPluginReference

func (x *GetCmakeVersionRequest) ClearPluginReference()

func (*GetCmakeVersionRequest) GetModuleReference

func (x *GetCmakeVersionRequest) GetModuleReference() *LocalModuleReference

func (*GetCmakeVersionRequest) GetPluginReference

func (x *GetCmakeVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin

func (*GetCmakeVersionRequest) HasModuleReference

func (x *GetCmakeVersionRequest) HasModuleReference() bool

func (*GetCmakeVersionRequest) HasPluginReference

func (x *GetCmakeVersionRequest) HasPluginReference() bool

func (*GetCmakeVersionRequest) ProtoMessage

func (*GetCmakeVersionRequest) ProtoMessage()

func (*GetCmakeVersionRequest) ProtoReflect

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

func (*GetCmakeVersionRequest) Reset

func (x *GetCmakeVersionRequest) Reset()

func (*GetCmakeVersionRequest) SetModuleReference

func (x *GetCmakeVersionRequest) SetModuleReference(v *LocalModuleReference)

func (*GetCmakeVersionRequest) SetPluginReference

func (x *GetCmakeVersionRequest) SetPluginReference(v *GetRemotePackageVersionPlugin)

func (*GetCmakeVersionRequest) String

func (x *GetCmakeVersionRequest) String() string

type GetCmakeVersionRequest_builder

type GetCmakeVersionRequest_builder struct {

	// The plugin reference to resolve.
	PluginReference *GetRemotePackageVersionPlugin
	// The module reference to resolve.
	ModuleReference *LocalModuleReference
	// contains filtered or unexported fields
}

func (GetCmakeVersionRequest_builder) Build

type GetCmakeVersionResponse

type GetCmakeVersionResponse struct {

	// version is the resolved version to be used with the cmake registry.
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCmakeVersionResponse) GetVersion

func (x *GetCmakeVersionResponse) GetVersion() string

func (*GetCmakeVersionResponse) ProtoMessage

func (*GetCmakeVersionResponse) ProtoMessage()

func (*GetCmakeVersionResponse) ProtoReflect

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

func (*GetCmakeVersionResponse) Reset

func (x *GetCmakeVersionResponse) Reset()

func (*GetCmakeVersionResponse) SetVersion

func (x *GetCmakeVersionResponse) SetVersion(v string)

func (*GetCmakeVersionResponse) String

func (x *GetCmakeVersionResponse) String() string

type GetCmakeVersionResponse_builder

type GetCmakeVersionResponse_builder struct {

	// version is the resolved version to be used with the cmake registry.
	Version string
	// contains filtered or unexported fields
}

func (GetCmakeVersionResponse_builder) Build

type GetCurrentDefaultBranchRequest

type GetCurrentDefaultBranchRequest struct {

	// The ID of the repository whose current default branch is returned.
	RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCurrentDefaultBranchRequest) GetRepositoryId

func (x *GetCurrentDefaultBranchRequest) GetRepositoryId() string

func (*GetCurrentDefaultBranchRequest) ProtoMessage

func (*GetCurrentDefaultBranchRequest) ProtoMessage()

func (*GetCurrentDefaultBranchRequest) ProtoReflect

func (*GetCurrentDefaultBranchRequest) Reset

func (x *GetCurrentDefaultBranchRequest) Reset()

func (*GetCurrentDefaultBranchRequest) SetRepositoryId

func (x *GetCurrentDefaultBranchRequest) SetRepositoryId(v string)

func (*GetCurrentDefaultBranchRequest) String

type GetCurrentDefaultBranchRequest_builder

type GetCurrentDefaultBranchRequest_builder struct {

	// The ID of the repository whose current default branch is returned.
	RepositoryId string
	// contains filtered or unexported fields
}

func (GetCurrentDefaultBranchRequest_builder) Build

type GetCurrentDefaultBranchResponse

type GetCurrentDefaultBranchResponse struct {
	CurrentDefaultBranch *RepositoryBranch `protobuf:"bytes,1,opt,name=current_default_branch,json=currentDefaultBranch,proto3" json:"current_default_branch,omitempty"`
	// contains filtered or unexported fields
}

func (*GetCurrentDefaultBranchResponse) ClearCurrentDefaultBranch

func (x *GetCurrentDefaultBranchResponse) ClearCurrentDefaultBranch()

func (*GetCurrentDefaultBranchResponse) GetCurrentDefaultBranch

func (x *GetCurrentDefaultBranchResponse) GetCurrentDefaultBranch() *RepositoryBranch

func (*GetCurrentDefaultBranchResponse) HasCurrentDefaultBranch

func (x *GetCurrentDefaultBranchResponse) HasCurrentDefaultBranch() bool

func (*GetCurrentDefaultBranchResponse) ProtoMessage

func (*GetCurrentDefaultBranchResponse) ProtoMessage()

func (*GetCurrentDefaultBranchResponse) ProtoReflect

func (*GetCurrentDefaultBranchResponse) Reset

func (*GetCurrentDefaultBranchResponse) SetCurrentDefaultBranch

func (x *GetCurrentDefaultBranchResponse) SetCurrentDefaultBranch(v *RepositoryBranch)

func (*GetCurrentDefaultBranchResponse) String

type GetCurrentDefaultBranchResponse_builder

type GetCurrentDefaultBranchResponse_builder struct {
	CurrentDefaultBranch *RepositoryBranch
	// contains filtered or unexported fields
}

func (GetCurrentDefaultBranchResponse_builder) Build

type GetCurrentUserRequest

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

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 GetCurrentUserRequest_builder

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

func (GetCurrentUserRequest_builder) Build

type GetCurrentUserResponse

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

func (*GetCurrentUserResponse) ClearUser

func (x *GetCurrentUserResponse) ClearUser()

func (*GetCurrentUserResponse) GetUser

func (x *GetCurrentUserResponse) GetUser() *User

func (*GetCurrentUserResponse) HasUser

func (x *GetCurrentUserResponse) HasUser() bool

func (*GetCurrentUserResponse) ProtoMessage

func (*GetCurrentUserResponse) ProtoMessage()

func (*GetCurrentUserResponse) ProtoReflect

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

func (*GetCurrentUserResponse) Reset

func (x *GetCurrentUserResponse) Reset()

func (*GetCurrentUserResponse) SetUser

func (x *GetCurrentUserResponse) SetUser(v *User)

func (*GetCurrentUserResponse) String

func (x *GetCurrentUserResponse) String() string

type GetCurrentUserResponse_builder

type GetCurrentUserResponse_builder struct {
	User *User
	// contains filtered or unexported fields
}

func (GetCurrentUserResponse_builder) Build

type GetCurrentUserSubjectRequest

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

func (*GetCurrentUserSubjectRequest) ProtoMessage

func (*GetCurrentUserSubjectRequest) ProtoMessage()

func (*GetCurrentUserSubjectRequest) ProtoReflect

func (*GetCurrentUserSubjectRequest) Reset

func (x *GetCurrentUserSubjectRequest) Reset()

func (*GetCurrentUserSubjectRequest) String

type GetCurrentUserSubjectRequest_builder

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

func (GetCurrentUserSubjectRequest_builder) Build

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

func (x *GetCurrentUserSubjectResponse) GetSubject() string

func (*GetCurrentUserSubjectResponse) ProtoMessage

func (*GetCurrentUserSubjectResponse) ProtoMessage()

func (*GetCurrentUserSubjectResponse) ProtoReflect

func (*GetCurrentUserSubjectResponse) Reset

func (x *GetCurrentUserSubjectResponse) Reset()

func (*GetCurrentUserSubjectResponse) SetSubject

func (x *GetCurrentUserSubjectResponse) SetSubject(v string)

func (*GetCurrentUserSubjectResponse) String

type GetCurrentUserSubjectResponse_builder

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

func (GetCurrentUserSubjectResponse_builder) Build

type GetGithubAppConfigRequest

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

func (*GetGithubAppConfigRequest) ProtoMessage

func (*GetGithubAppConfigRequest) ProtoMessage()

func (*GetGithubAppConfigRequest) ProtoReflect

func (*GetGithubAppConfigRequest) Reset

func (x *GetGithubAppConfigRequest) Reset()

func (*GetGithubAppConfigRequest) String

func (x *GetGithubAppConfigRequest) String() string

type GetGithubAppConfigRequest_builder

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

func (GetGithubAppConfigRequest_builder) Build

type GetGithubAppConfigResponse

type GetGithubAppConfigResponse struct {
	AppConfig *GithubAppConfig `protobuf:"bytes,1,opt,name=app_config,json=appConfig,proto3" json:"app_config,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGithubAppConfigResponse) ClearAppConfig

func (x *GetGithubAppConfigResponse) ClearAppConfig()

func (*GetGithubAppConfigResponse) GetAppConfig

func (x *GetGithubAppConfigResponse) GetAppConfig() *GithubAppConfig

func (*GetGithubAppConfigResponse) HasAppConfig

func (x *GetGithubAppConfigResponse) HasAppConfig() bool

func (*GetGithubAppConfigResponse) ProtoMessage

func (*GetGithubAppConfigResponse) ProtoMessage()

func (*GetGithubAppConfigResponse) ProtoReflect

func (*GetGithubAppConfigResponse) Reset

func (x *GetGithubAppConfigResponse) Reset()

func (*GetGithubAppConfigResponse) SetAppConfig

func (x *GetGithubAppConfigResponse) SetAppConfig(v *GithubAppConfig)

func (*GetGithubAppConfigResponse) String

func (x *GetGithubAppConfigResponse) String() string

type GetGithubAppConfigResponse_builder

type GetGithubAppConfigResponse_builder struct {
	AppConfig *GithubAppConfig
	// contains filtered or unexported fields
}

func (GetGithubAppConfigResponse_builder) Build

type GetGoVersionRequest

type GetGoVersionRequest struct {

	// The plugin reference to resolve.
	PluginReference *GetRemotePackageVersionPlugin `protobuf:"bytes,1,opt,name=plugin_reference,json=pluginReference,proto3" json:"plugin_reference,omitempty"`
	// The module reference to resolve.
	ModuleReference *LocalModuleReference `protobuf:"bytes,2,opt,name=module_reference,json=moduleReference,proto3" json:"module_reference,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGoVersionRequest) ClearModuleReference

func (x *GetGoVersionRequest) ClearModuleReference()

func (*GetGoVersionRequest) ClearPluginReference

func (x *GetGoVersionRequest) ClearPluginReference()

func (*GetGoVersionRequest) GetModuleReference

func (x *GetGoVersionRequest) GetModuleReference() *LocalModuleReference

func (*GetGoVersionRequest) GetPluginReference

func (x *GetGoVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin

func (*GetGoVersionRequest) HasModuleReference

func (x *GetGoVersionRequest) HasModuleReference() bool

func (*GetGoVersionRequest) HasPluginReference

func (x *GetGoVersionRequest) HasPluginReference() bool

func (*GetGoVersionRequest) ProtoMessage

func (*GetGoVersionRequest) ProtoMessage()

func (*GetGoVersionRequest) ProtoReflect

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

func (*GetGoVersionRequest) Reset

func (x *GetGoVersionRequest) Reset()

func (*GetGoVersionRequest) SetModuleReference

func (x *GetGoVersionRequest) SetModuleReference(v *LocalModuleReference)

func (*GetGoVersionRequest) SetPluginReference

func (x *GetGoVersionRequest) SetPluginReference(v *GetRemotePackageVersionPlugin)

func (*GetGoVersionRequest) String

func (x *GetGoVersionRequest) String() string

type GetGoVersionRequest_builder

type GetGoVersionRequest_builder struct {

	// The plugin reference to resolve.
	PluginReference *GetRemotePackageVersionPlugin
	// The module reference to resolve.
	ModuleReference *LocalModuleReference
	// contains filtered or unexported fields
}

func (GetGoVersionRequest_builder) Build

type GetGoVersionResponse

type GetGoVersionResponse struct {

	// version is the resolved version to be used with the go module proxy.
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetGoVersionResponse) GetVersion

func (x *GetGoVersionResponse) GetVersion() string

func (*GetGoVersionResponse) ProtoMessage

func (*GetGoVersionResponse) ProtoMessage()

func (*GetGoVersionResponse) ProtoReflect

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

func (*GetGoVersionResponse) Reset

func (x *GetGoVersionResponse) Reset()

func (*GetGoVersionResponse) SetVersion

func (x *GetGoVersionResponse) SetVersion(v string)

func (*GetGoVersionResponse) String

func (x *GetGoVersionResponse) String() string

type GetGoVersionResponse_builder

type GetGoVersionResponse_builder struct {

	// version is the resolved version to be used with the go module proxy.
	Version string
	// contains filtered or unexported fields
}

func (GetGoVersionResponse_builder) Build

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"`
	// Optional reference (if unspecified, will use the repository's default_branch).
	Reference string `protobuf:"bytes,3,opt,name=reference,proto3" json:"reference,omitempty"`
	// Exclude files from imported buf modules in this image.
	ExcludeImports bool `protobuf:"varint,4,opt,name=exclude_imports,json=excludeImports,proto3" json:"exclude_imports,omitempty"`
	// Exclude source_code_info fields from each ImageFile.
	ExcludeSourceInfo bool `protobuf:"varint,5,opt,name=exclude_source_info,json=excludeSourceInfo,proto3" json:"exclude_source_info,omitempty"`
	// When specified the returned image will only contain the necessary files and
	// descriptors in those files to describe these types. Accepts messages, enums
	// and services. All types must be defined in the buf module, types in
	// dependencies are not accepted.
	//
	// At this time specifying `types` requires `exclude_source_info` to be set to
	// true.
	Types []string `protobuf:"bytes,6,rep,name=types,proto3" json:"types,omitempty"`
	// When not empty, the returned image's files will only include
	// *DescriptorProto fields for the elements specified here. The masks are
	// applied without regard for dependencies between types. For example, if
	// `IMAGE_MASK_MESSAGES` is specified without `IMAGE_MASK_ENUMS` the resulting
	// image will NOT contain enum definitions even if they are referenced from
	// message fields.
	IncludeMask []ImageMask `` /* 145-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetImageRequest) GetExcludeImports

func (x *GetImageRequest) GetExcludeImports() bool

func (*GetImageRequest) GetExcludeSourceInfo

func (x *GetImageRequest) GetExcludeSourceInfo() bool

func (*GetImageRequest) GetIncludeMask

func (x *GetImageRequest) GetIncludeMask() []ImageMask

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

func (x *GetImageRequest) GetTypes() []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) SetExcludeImports

func (x *GetImageRequest) SetExcludeImports(v bool)

func (*GetImageRequest) SetExcludeSourceInfo

func (x *GetImageRequest) SetExcludeSourceInfo(v bool)

func (*GetImageRequest) SetIncludeMask

func (x *GetImageRequest) SetIncludeMask(v []ImageMask)

func (*GetImageRequest) SetOwner

func (x *GetImageRequest) SetOwner(v string)

func (*GetImageRequest) SetReference

func (x *GetImageRequest) SetReference(v string)

func (*GetImageRequest) SetRepository

func (x *GetImageRequest) SetRepository(v string)

func (*GetImageRequest) SetTypes

func (x *GetImageRequest) SetTypes(v []string)

func (*GetImageRequest) String

func (x *GetImageRequest) String() string

type GetImageRequest_builder

type GetImageRequest_builder struct {
	Owner      string
	Repository string
	// Optional reference (if unspecified, will use the repository's default_branch).
	Reference string
	// Exclude files from imported buf modules in this image.
	ExcludeImports bool
	// Exclude source_code_info fields from each ImageFile.
	ExcludeSourceInfo bool
	// When specified the returned image will only contain the necessary files and
	// descriptors in those files to describe these types. Accepts messages, enums
	// and services. All types must be defined in the buf module, types in
	// dependencies are not accepted.
	//
	// At this time specifying `types` requires `exclude_source_info` to be set to
	// true.
	Types []string
	// When not empty, the returned image's files will only include
	// *DescriptorProto fields for the elements specified here. The masks are
	// applied without regard for dependencies between types. For example, if
	// `IMAGE_MASK_MESSAGES` is specified without `IMAGE_MASK_ENUMS` the resulting
	// image will NOT contain enum definitions even if they are referenced from
	// message fields.
	IncludeMask []ImageMask
	// contains filtered or unexported fields
}

func (GetImageRequest_builder) Build

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

func (x *GetImageResponse) ClearImage()

func (*GetImageResponse) GetImage

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

func (*GetImageResponse) HasImage

func (x *GetImageResponse) HasImage() bool

func (*GetImageResponse) ProtoMessage

func (*GetImageResponse) ProtoMessage()

func (*GetImageResponse) ProtoReflect

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

func (*GetImageResponse) Reset

func (x *GetImageResponse) Reset()

func (*GetImageResponse) SetImage

func (x *GetImageResponse) SetImage(v *v1.Image)

func (*GetImageResponse) String

func (x *GetImageResponse) String() string

type GetImageResponse_builder

type GetImageResponse_builder struct {
	Image *v1.Image
	// contains filtered or unexported fields
}

func (GetImageResponse_builder) Build

type GetJSONSchemaRequest

type GetJSONSchemaRequest 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"`
	// Optional reference (if unspecified, will use the repository's default_branch).
	Reference string `protobuf:"bytes,3,opt,name=reference,proto3" json:"reference,omitempty"`
	// A fully qualified name of the type to generate a JSONSchema for, e.g.
	// "pkg.foo.Bar". The type needs to resolve in the referenced module or any of
	// its dependencies. Currently only messages types are supported.
	TypeName string `protobuf:"bytes,4,opt,name=type_name,json=typeName,proto3" json:"type_name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJSONSchemaRequest) GetOwner

func (x *GetJSONSchemaRequest) GetOwner() string

func (*GetJSONSchemaRequest) GetReference

func (x *GetJSONSchemaRequest) GetReference() string

func (*GetJSONSchemaRequest) GetRepository

func (x *GetJSONSchemaRequest) GetRepository() string

func (*GetJSONSchemaRequest) GetTypeName

func (x *GetJSONSchemaRequest) GetTypeName() string

func (*GetJSONSchemaRequest) ProtoMessage

func (*GetJSONSchemaRequest) ProtoMessage()

func (*GetJSONSchemaRequest) ProtoReflect

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

func (*GetJSONSchemaRequest) Reset

func (x *GetJSONSchemaRequest) Reset()

func (*GetJSONSchemaRequest) SetOwner

func (x *GetJSONSchemaRequest) SetOwner(v string)

func (*GetJSONSchemaRequest) SetReference

func (x *GetJSONSchemaRequest) SetReference(v string)

func (*GetJSONSchemaRequest) SetRepository

func (x *GetJSONSchemaRequest) SetRepository(v string)

func (*GetJSONSchemaRequest) SetTypeName

func (x *GetJSONSchemaRequest) SetTypeName(v string)

func (*GetJSONSchemaRequest) String

func (x *GetJSONSchemaRequest) String() string

type GetJSONSchemaRequest_builder

type GetJSONSchemaRequest_builder struct {
	Owner      string
	Repository string
	// Optional reference (if unspecified, will use the repository's default_branch).
	Reference string
	// A fully qualified name of the type to generate a JSONSchema for, e.g.
	// "pkg.foo.Bar". The type needs to resolve in the referenced module or any of
	// its dependencies. Currently only messages types are supported.
	TypeName string
	// contains filtered or unexported fields
}

func (GetJSONSchemaRequest_builder) Build

type GetJSONSchemaResponse

type GetJSONSchemaResponse struct {

	// A json schema representing what the json encoded payload for type_name
	// should conform to. This schema is an approximation to be used by editors
	// for validation and autocompletion, not a lossless representation of the
	// type's descriptor.
	JsonSchema []byte `protobuf:"bytes,1,opt,name=json_schema,json=jsonSchema,proto3" json:"json_schema,omitempty"`
	// contains filtered or unexported fields
}

func (*GetJSONSchemaResponse) GetJsonSchema

func (x *GetJSONSchemaResponse) GetJsonSchema() []byte

func (*GetJSONSchemaResponse) ProtoMessage

func (*GetJSONSchemaResponse) ProtoMessage()

func (*GetJSONSchemaResponse) ProtoReflect

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

func (*GetJSONSchemaResponse) Reset

func (x *GetJSONSchemaResponse) Reset()

func (*GetJSONSchemaResponse) SetJsonSchema

func (x *GetJSONSchemaResponse) SetJsonSchema(v []byte)

func (*GetJSONSchemaResponse) String

func (x *GetJSONSchemaResponse) String() string

type GetJSONSchemaResponse_builder

type GetJSONSchemaResponse_builder struct {

	// A json schema representing what the json encoded payload for type_name
	// should conform to. This schema is an approximation to be used by editors
	// for validation and autocompletion, not a lossless representation of the
	// type's descriptor.
	JsonSchema []byte
	// contains filtered or unexported fields
}

func (GetJSONSchemaResponse_builder) Build

type GetLatestCuratedPluginRequest

type GetLatestCuratedPluginRequest struct {

	// The owner of the plugin, i.e. "library".
	Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	// The name of the plugin, i.e. "connect-go".
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// Both version (semver-formatted) and revision are optional, which means
	// return the latest plugin.
	// If version is set, but revision is omitted, then return the latest
	// revision for that version.
	// If version and revision are both set, return specific plugin.
	// It is an error to set a revision without a corresponding version.
	Version  string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	Revision uint32 `protobuf:"varint,4,opt,name=revision,proto3" json:"revision,omitempty"`
	// If true, will only return versions (and revisions) which support remote packages (registry_type is set).
	SupportsRemotePackages bool `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetLatestCuratedPluginRequest) GetName

func (*GetLatestCuratedPluginRequest) GetOwner

func (x *GetLatestCuratedPluginRequest) GetOwner() string

func (*GetLatestCuratedPluginRequest) GetRevision

func (x *GetLatestCuratedPluginRequest) GetRevision() uint32

func (*GetLatestCuratedPluginRequest) GetSupportsRemotePackages

func (x *GetLatestCuratedPluginRequest) GetSupportsRemotePackages() bool

func (*GetLatestCuratedPluginRequest) GetVersion

func (x *GetLatestCuratedPluginRequest) GetVersion() string

func (*GetLatestCuratedPluginRequest) ProtoMessage

func (*GetLatestCuratedPluginRequest) ProtoMessage()

func (*GetLatestCuratedPluginRequest) ProtoReflect

func (*GetLatestCuratedPluginRequest) Reset

func (x *GetLatestCuratedPluginRequest) Reset()

func (*GetLatestCuratedPluginRequest) SetName

func (x *GetLatestCuratedPluginRequest) SetName(v string)

func (*GetLatestCuratedPluginRequest) SetOwner

func (x *GetLatestCuratedPluginRequest) SetOwner(v string)

func (*GetLatestCuratedPluginRequest) SetRevision

func (x *GetLatestCuratedPluginRequest) SetRevision(v uint32)

func (*GetLatestCuratedPluginRequest) SetSupportsRemotePackages

func (x *GetLatestCuratedPluginRequest) SetSupportsRemotePackages(v bool)

func (*GetLatestCuratedPluginRequest) SetVersion

func (x *GetLatestCuratedPluginRequest) SetVersion(v string)

func (*GetLatestCuratedPluginRequest) String

type GetLatestCuratedPluginRequest_builder

type GetLatestCuratedPluginRequest_builder struct {

	// The owner of the plugin, i.e. "library".
	Owner string
	// The name of the plugin, i.e. "connect-go".
	Name string
	// Both version (semver-formatted) and revision are optional, which means
	// return the latest plugin.
	// If version is set, but revision is omitted, then return the latest
	// revision for that version.
	// If version and revision are both set, return specific plugin.
	// It is an error to set a revision without a corresponding version.
	Version  string
	Revision uint32
	// If true, will only return versions (and revisions) which support remote packages (registry_type is set).
	SupportsRemotePackages bool
	// contains filtered or unexported fields
}

func (GetLatestCuratedPluginRequest_builder) Build

type GetLatestCuratedPluginResponse

type GetLatestCuratedPluginResponse struct {
	Plugin *CuratedPlugin `protobuf:"bytes,1,opt,name=plugin,proto3" json:"plugin,omitempty"`
	// versions is a semver-sorted list in descending order.
	Versions []*CuratedPluginVersionRevisions `protobuf:"bytes,2,rep,name=versions,proto3" json:"versions,omitempty"`
	// contains filtered or unexported fields
}

func (*GetLatestCuratedPluginResponse) ClearPlugin

func (x *GetLatestCuratedPluginResponse) ClearPlugin()

func (*GetLatestCuratedPluginResponse) GetPlugin

func (*GetLatestCuratedPluginResponse) GetVersions

func (*GetLatestCuratedPluginResponse) HasPlugin

func (x *GetLatestCuratedPluginResponse) HasPlugin() bool

func (*GetLatestCuratedPluginResponse) ProtoMessage

func (*GetLatestCuratedPluginResponse) ProtoMessage()

func (*GetLatestCuratedPluginResponse) ProtoReflect

func (*GetLatestCuratedPluginResponse) Reset

func (x *GetLatestCuratedPluginResponse) Reset()

func (*GetLatestCuratedPluginResponse) SetPlugin

func (*GetLatestCuratedPluginResponse) SetVersions

func (*GetLatestCuratedPluginResponse) String

type GetLatestCuratedPluginResponse_builder

type GetLatestCuratedPluginResponse_builder struct {
	Plugin *CuratedPlugin
	// versions is a semver-sorted list in descending order.
	Versions []*CuratedPluginVersionRevisions
	// contains filtered or unexported fields
}

func (GetLatestCuratedPluginResponse_builder) Build

type GetLocalModulePinsRequest

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

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

func (x *GetLocalModulePinsRequest) SetLocalModuleReferences(v []*LocalModuleReference)

func (*GetLocalModulePinsRequest) String

func (x *GetLocalModulePinsRequest) String() string

type GetLocalModulePinsRequest_builder

type GetLocalModulePinsRequest_builder struct {
	LocalModuleReferences []*LocalModuleReference
	// contains filtered or unexported fields
}

func (GetLocalModulePinsRequest_builder) Build

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

func (x *GetLocalModulePinsResponse) SetDependencies(v []*v1alpha1.ModulePin)

func (*GetLocalModulePinsResponse) SetLocalModuleResolveResults

func (x *GetLocalModulePinsResponse) SetLocalModuleResolveResults(v []*LocalModuleResolveResult)

func (*GetLocalModulePinsResponse) String

func (x *GetLocalModulePinsResponse) String() string

type GetLocalModulePinsResponse_builder

type GetLocalModulePinsResponse_builder struct {
	LocalModuleResolveResults []*LocalModuleResolveResult
	// dependencies are the dependencies of the LocalModulePins.
	//
	// This includes the transitive deps.
	Dependencies []*v1alpha1.ModulePin
	// contains filtered or unexported fields
}

func (GetLocalModulePinsResponse_builder) Build

type GetMavenVersionRequest

type GetMavenVersionRequest struct {

	// The plugin reference to resolve.
	PluginReference *GetRemotePackageVersionPlugin `protobuf:"bytes,1,opt,name=plugin_reference,json=pluginReference,proto3" json:"plugin_reference,omitempty"`
	// The module reference to resolve.
	ModuleReference *LocalModuleReference `protobuf:"bytes,2,opt,name=module_reference,json=moduleReference,proto3" json:"module_reference,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMavenVersionRequest) ClearModuleReference

func (x *GetMavenVersionRequest) ClearModuleReference()

func (*GetMavenVersionRequest) ClearPluginReference

func (x *GetMavenVersionRequest) ClearPluginReference()

func (*GetMavenVersionRequest) GetModuleReference

func (x *GetMavenVersionRequest) GetModuleReference() *LocalModuleReference

func (*GetMavenVersionRequest) GetPluginReference

func (x *GetMavenVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin

func (*GetMavenVersionRequest) HasModuleReference

func (x *GetMavenVersionRequest) HasModuleReference() bool

func (*GetMavenVersionRequest) HasPluginReference

func (x *GetMavenVersionRequest) HasPluginReference() bool

func (*GetMavenVersionRequest) ProtoMessage

func (*GetMavenVersionRequest) ProtoMessage()

func (*GetMavenVersionRequest) ProtoReflect

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

func (*GetMavenVersionRequest) Reset

func (x *GetMavenVersionRequest) Reset()

func (*GetMavenVersionRequest) SetModuleReference

func (x *GetMavenVersionRequest) SetModuleReference(v *LocalModuleReference)

func (*GetMavenVersionRequest) SetPluginReference

func (x *GetMavenVersionRequest) SetPluginReference(v *GetRemotePackageVersionPlugin)

func (*GetMavenVersionRequest) String

func (x *GetMavenVersionRequest) String() string

type GetMavenVersionRequest_builder

type GetMavenVersionRequest_builder struct {

	// The plugin reference to resolve.
	PluginReference *GetRemotePackageVersionPlugin
	// The module reference to resolve.
	ModuleReference *LocalModuleReference
	// contains filtered or unexported fields
}

func (GetMavenVersionRequest_builder) Build

type GetMavenVersionResponse

type GetMavenVersionResponse struct {

	// version is the resolved version to be used with the maven repository.
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMavenVersionResponse) GetVersion

func (x *GetMavenVersionResponse) GetVersion() string

func (*GetMavenVersionResponse) ProtoMessage

func (*GetMavenVersionResponse) ProtoMessage()

func (*GetMavenVersionResponse) ProtoReflect

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

func (*GetMavenVersionResponse) Reset

func (x *GetMavenVersionResponse) Reset()

func (*GetMavenVersionResponse) SetVersion

func (x *GetMavenVersionResponse) SetVersion(v string)

func (*GetMavenVersionResponse) String

func (x *GetMavenVersionResponse) String() string

type GetMavenVersionResponse_builder

type GetMavenVersionResponse_builder struct {

	// version is the resolved version to be used with the maven repository.
	Version string
	// contains filtered or unexported fields
}

func (GetMavenVersionResponse_builder) Build

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"`
	// Optional reference (if unspecified, will use the repository's default_branch).
	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) 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) SetOwner

func (x *GetModuleDocumentationRequest) SetOwner(v string)

func (*GetModuleDocumentationRequest) SetReference

func (x *GetModuleDocumentationRequest) SetReference(v string)

func (*GetModuleDocumentationRequest) SetRepository

func (x *GetModuleDocumentationRequest) SetRepository(v string)

func (*GetModuleDocumentationRequest) String

type GetModuleDocumentationRequest_builder

type GetModuleDocumentationRequest_builder struct {
	Owner      string
	Repository string
	// Optional reference (if unspecified, will use the repository's default_branch).
	Reference string
	// contains filtered or unexported fields
}

func (GetModuleDocumentationRequest_builder) Build

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

func (x *GetModuleDocumentationResponse) ClearModuleDocumentation()

func (*GetModuleDocumentationResponse) GetModuleDocumentation

func (x *GetModuleDocumentationResponse) GetModuleDocumentation() *ModuleDocumentation

func (*GetModuleDocumentationResponse) HasModuleDocumentation

func (x *GetModuleDocumentationResponse) HasModuleDocumentation() bool

func (*GetModuleDocumentationResponse) ProtoMessage

func (*GetModuleDocumentationResponse) ProtoMessage()

func (*GetModuleDocumentationResponse) ProtoReflect

func (*GetModuleDocumentationResponse) Reset

func (x *GetModuleDocumentationResponse) Reset()

func (*GetModuleDocumentationResponse) SetModuleDocumentation

func (x *GetModuleDocumentationResponse) SetModuleDocumentation(v *ModuleDocumentation)

func (*GetModuleDocumentationResponse) String

type GetModuleDocumentationResponse_builder

type GetModuleDocumentationResponse_builder struct {
	ModuleDocumentation *ModuleDocumentation
	// contains filtered or unexported fields
}

func (GetModuleDocumentationResponse_builder) Build

type GetModulePackagesRequest

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"`
	// Optional reference (if unspecified, will use the repository's default_branch).
	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) GetOwner

func (x *GetModulePackagesRequest) GetOwner() string

func (*GetModulePackagesRequest) GetReference

func (x *GetModulePackagesRequest) GetReference() string

func (*GetModulePackagesRequest) GetRepository

func (x *GetModulePackagesRequest) GetRepository() string

func (*GetModulePackagesRequest) ProtoMessage

func (*GetModulePackagesRequest) ProtoMessage()

func (*GetModulePackagesRequest) ProtoReflect

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

func (*GetModulePackagesRequest) Reset

func (x *GetModulePackagesRequest) Reset()

func (*GetModulePackagesRequest) SetOwner

func (x *GetModulePackagesRequest) SetOwner(v string)

func (*GetModulePackagesRequest) SetReference

func (x *GetModulePackagesRequest) SetReference(v string)

func (*GetModulePackagesRequest) SetRepository

func (x *GetModulePackagesRequest) SetRepository(v string)

func (*GetModulePackagesRequest) String

func (x *GetModulePackagesRequest) String() string

type GetModulePackagesRequest_builder

type GetModulePackagesRequest_builder struct {
	Owner      string
	Repository string
	// Optional reference (if unspecified, will use the repository's default_branch).
	Reference string
	// contains filtered or unexported fields
}

func (GetModulePackagesRequest_builder) Build

type GetModulePackagesResponse

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

GetModulePackagesResponse returns the list of ModulePackages for the requested module.

func (*GetModulePackagesResponse) GetModulePackages

func (x *GetModulePackagesResponse) GetModulePackages() []*ModulePackage

func (*GetModulePackagesResponse) GetName

func (x *GetModulePackagesResponse) GetName() string

func (*GetModulePackagesResponse) ProtoMessage

func (*GetModulePackagesResponse) ProtoMessage()

func (*GetModulePackagesResponse) ProtoReflect

func (*GetModulePackagesResponse) Reset

func (x *GetModulePackagesResponse) Reset()

func (*GetModulePackagesResponse) SetModulePackages

func (x *GetModulePackagesResponse) SetModulePackages(v []*ModulePackage)

func (*GetModulePackagesResponse) SetName

func (x *GetModulePackagesResponse) SetName(v string)

func (*GetModulePackagesResponse) String

func (x *GetModulePackagesResponse) String() string

type GetModulePackagesResponse_builder

type GetModulePackagesResponse_builder struct {
	Name           string
	ModulePackages []*ModulePackage
	// contains filtered or unexported fields
}

func (GetModulePackagesResponse_builder) Build

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

func (x *GetModulePinsRequest) SetCurrentModulePins(v []*v1alpha1.ModulePin)

func (*GetModulePinsRequest) SetModuleReferences

func (x *GetModulePinsRequest) SetModuleReferences(v []*v1alpha1.ModuleReference)

func (*GetModulePinsRequest) String

func (x *GetModulePinsRequest) String() string

type GetModulePinsRequest_builder

type GetModulePinsRequest_builder struct {
	ModuleReferences []*v1alpha1.ModuleReference
	// 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
	// contains filtered or unexported fields
}

func (GetModulePinsRequest_builder) Build

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

func (x *GetModulePinsResponse) SetModulePins(v []*v1alpha1.ModulePin)

func (*GetModulePinsResponse) String

func (x *GetModulePinsResponse) String() string

type GetModulePinsResponse_builder

type GetModulePinsResponse_builder struct {
	ModulePins []*v1alpha1.ModulePin
	// contains filtered or unexported fields
}

func (GetModulePinsResponse_builder) Build

type GetNPMVersionRequest

type GetNPMVersionRequest struct {

	// The plugin reference to resolve.
	PluginReference *GetRemotePackageVersionPlugin `protobuf:"bytes,1,opt,name=plugin_reference,json=pluginReference,proto3" json:"plugin_reference,omitempty"`
	// The module reference to resolve.
	ModuleReference *LocalModuleReference `protobuf:"bytes,2,opt,name=module_reference,json=moduleReference,proto3" json:"module_reference,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNPMVersionRequest) ClearModuleReference

func (x *GetNPMVersionRequest) ClearModuleReference()

func (*GetNPMVersionRequest) ClearPluginReference

func (x *GetNPMVersionRequest) ClearPluginReference()

func (*GetNPMVersionRequest) GetModuleReference

func (x *GetNPMVersionRequest) GetModuleReference() *LocalModuleReference

func (*GetNPMVersionRequest) GetPluginReference

func (x *GetNPMVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin

func (*GetNPMVersionRequest) HasModuleReference

func (x *GetNPMVersionRequest) HasModuleReference() bool

func (*GetNPMVersionRequest) HasPluginReference

func (x *GetNPMVersionRequest) HasPluginReference() bool

func (*GetNPMVersionRequest) ProtoMessage

func (*GetNPMVersionRequest) ProtoMessage()

func (*GetNPMVersionRequest) ProtoReflect

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

func (*GetNPMVersionRequest) Reset

func (x *GetNPMVersionRequest) Reset()

func (*GetNPMVersionRequest) SetModuleReference

func (x *GetNPMVersionRequest) SetModuleReference(v *LocalModuleReference)

func (*GetNPMVersionRequest) SetPluginReference

func (x *GetNPMVersionRequest) SetPluginReference(v *GetRemotePackageVersionPlugin)

func (*GetNPMVersionRequest) String

func (x *GetNPMVersionRequest) String() string

type GetNPMVersionRequest_builder

type GetNPMVersionRequest_builder struct {

	// The plugin reference to resolve.
	PluginReference *GetRemotePackageVersionPlugin
	// The module reference to resolve.
	ModuleReference *LocalModuleReference
	// contains filtered or unexported fields
}

func (GetNPMVersionRequest_builder) Build

type GetNPMVersionResponse

type GetNPMVersionResponse struct {

	// version is the resolved version to be used with the npm registry.
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNPMVersionResponse) GetVersion

func (x *GetNPMVersionResponse) GetVersion() string

func (*GetNPMVersionResponse) ProtoMessage

func (*GetNPMVersionResponse) ProtoMessage()

func (*GetNPMVersionResponse) ProtoReflect

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

func (*GetNPMVersionResponse) Reset

func (x *GetNPMVersionResponse) Reset()

func (*GetNPMVersionResponse) SetVersion

func (x *GetNPMVersionResponse) SetVersion(v string)

func (*GetNPMVersionResponse) String

func (x *GetNPMVersionResponse) String() string

type GetNPMVersionResponse_builder

type GetNPMVersionResponse_builder struct {

	// version is the resolved version to be used with the npm registry.
	Version string
	// contains filtered or unexported fields
}

func (GetNPMVersionResponse_builder) Build

type GetNugetVersionRequest

type GetNugetVersionRequest struct {

	// The plugin reference to resolve.
	PluginReference *GetRemotePackageVersionPlugin `protobuf:"bytes,1,opt,name=plugin_reference,json=pluginReference,proto3" json:"plugin_reference,omitempty"`
	// The module reference to resolve.
	ModuleReference *LocalModuleReference `protobuf:"bytes,2,opt,name=module_reference,json=moduleReference,proto3" json:"module_reference,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNugetVersionRequest) ClearModuleReference

func (x *GetNugetVersionRequest) ClearModuleReference()

func (*GetNugetVersionRequest) ClearPluginReference

func (x *GetNugetVersionRequest) ClearPluginReference()

func (*GetNugetVersionRequest) GetModuleReference

func (x *GetNugetVersionRequest) GetModuleReference() *LocalModuleReference

func (*GetNugetVersionRequest) GetPluginReference

func (x *GetNugetVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin

func (*GetNugetVersionRequest) HasModuleReference

func (x *GetNugetVersionRequest) HasModuleReference() bool

func (*GetNugetVersionRequest) HasPluginReference

func (x *GetNugetVersionRequest) HasPluginReference() bool

func (*GetNugetVersionRequest) ProtoMessage

func (*GetNugetVersionRequest) ProtoMessage()

func (*GetNugetVersionRequest) ProtoReflect

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

func (*GetNugetVersionRequest) Reset

func (x *GetNugetVersionRequest) Reset()

func (*GetNugetVersionRequest) SetModuleReference

func (x *GetNugetVersionRequest) SetModuleReference(v *LocalModuleReference)

func (*GetNugetVersionRequest) SetPluginReference

func (x *GetNugetVersionRequest) SetPluginReference(v *GetRemotePackageVersionPlugin)

func (*GetNugetVersionRequest) String

func (x *GetNugetVersionRequest) String() string

type GetNugetVersionRequest_builder

type GetNugetVersionRequest_builder struct {

	// The plugin reference to resolve.
	PluginReference *GetRemotePackageVersionPlugin
	// The module reference to resolve.
	ModuleReference *LocalModuleReference
	// contains filtered or unexported fields
}

func (GetNugetVersionRequest_builder) Build

type GetNugetVersionResponse

type GetNugetVersionResponse struct {

	// version is the resolved version to be used with the nuget registry.
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetNugetVersionResponse) GetVersion

func (x *GetNugetVersionResponse) GetVersion() string

func (*GetNugetVersionResponse) ProtoMessage

func (*GetNugetVersionResponse) ProtoMessage()

func (*GetNugetVersionResponse) ProtoReflect

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

func (*GetNugetVersionResponse) Reset

func (x *GetNugetVersionResponse) Reset()

func (*GetNugetVersionResponse) SetVersion

func (x *GetNugetVersionResponse) SetVersion(v string)

func (*GetNugetVersionResponse) String

func (x *GetNugetVersionResponse) String() string

type GetNugetVersionResponse_builder

type GetNugetVersionResponse_builder struct {

	// version is the resolved version to be used with the nuget registry.
	Version string
	// contains filtered or unexported fields
}

func (GetNugetVersionResponse_builder) Build

type GetOrganizationByNameRequest

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

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

func (x *GetOrganizationByNameRequest) SetName(v string)

func (*GetOrganizationByNameRequest) String

type GetOrganizationByNameRequest_builder

type GetOrganizationByNameRequest_builder struct {
	Name string
	// contains filtered or unexported fields
}

func (GetOrganizationByNameRequest_builder) Build

type GetOrganizationByNameResponse

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

func (*GetOrganizationByNameResponse) ClearOrganization

func (x *GetOrganizationByNameResponse) ClearOrganization()

func (*GetOrganizationByNameResponse) GetOrganization

func (x *GetOrganizationByNameResponse) GetOrganization() *Organization

func (*GetOrganizationByNameResponse) HasOrganization

func (x *GetOrganizationByNameResponse) HasOrganization() bool

func (*GetOrganizationByNameResponse) ProtoMessage

func (*GetOrganizationByNameResponse) ProtoMessage()

func (*GetOrganizationByNameResponse) ProtoReflect

func (*GetOrganizationByNameResponse) Reset

func (x *GetOrganizationByNameResponse) Reset()

func (*GetOrganizationByNameResponse) SetOrganization

func (x *GetOrganizationByNameResponse) SetOrganization(v *Organization)

func (*GetOrganizationByNameResponse) String

type GetOrganizationByNameResponse_builder

type GetOrganizationByNameResponse_builder struct {
	Organization *Organization
	// contains filtered or unexported fields
}

func (GetOrganizationByNameResponse_builder) Build

type GetOrganizationRequest

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

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

func (x *GetOrganizationRequest) SetId(v string)

func (*GetOrganizationRequest) String

func (x *GetOrganizationRequest) String() string

type GetOrganizationRequest_builder

type GetOrganizationRequest_builder struct {
	Id string
	// contains filtered or unexported fields
}

func (GetOrganizationRequest_builder) Build

type GetOrganizationResponse

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

func (*GetOrganizationResponse) ClearOrganization

func (x *GetOrganizationResponse) ClearOrganization()

func (*GetOrganizationResponse) GetOrganization

func (x *GetOrganizationResponse) GetOrganization() *Organization

func (*GetOrganizationResponse) HasOrganization

func (x *GetOrganizationResponse) HasOrganization() bool

func (*GetOrganizationResponse) ProtoMessage

func (*GetOrganizationResponse) ProtoMessage()

func (*GetOrganizationResponse) ProtoReflect

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

func (*GetOrganizationResponse) Reset

func (x *GetOrganizationResponse) Reset()

func (*GetOrganizationResponse) SetOrganization

func (x *GetOrganizationResponse) SetOrganization(v *Organization)

func (*GetOrganizationResponse) String

func (x *GetOrganizationResponse) String() string

type GetOrganizationResponse_builder

type GetOrganizationResponse_builder struct {
	Organization *Organization
	// contains filtered or unexported fields
}

func (GetOrganizationResponse_builder) Build

type GetOrganizationSettingsRequest

type GetOrganizationSettingsRequest struct {

	// The ID of the organization for which to get the settings.
	OrganizationId string `protobuf:"bytes,1,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationSettingsRequest) GetOrganizationId

func (x *GetOrganizationSettingsRequest) GetOrganizationId() string

func (*GetOrganizationSettingsRequest) ProtoMessage

func (*GetOrganizationSettingsRequest) ProtoMessage()

func (*GetOrganizationSettingsRequest) ProtoReflect

func (*GetOrganizationSettingsRequest) Reset

func (x *GetOrganizationSettingsRequest) Reset()

func (*GetOrganizationSettingsRequest) SetOrganizationId

func (x *GetOrganizationSettingsRequest) SetOrganizationId(v string)

func (*GetOrganizationSettingsRequest) String

type GetOrganizationSettingsRequest_builder

type GetOrganizationSettingsRequest_builder struct {

	// The ID of the organization for which to get the settings.
	OrganizationId string
	// contains filtered or unexported fields
}

func (GetOrganizationSettingsRequest_builder) Build

type GetOrganizationSettingsResponse

type GetOrganizationSettingsResponse struct {
	RepositoryBaseRole RepositoryRole `` /* 166-byte string literal not displayed */
	// The number of members in the organization.
	MembersCount uint32 `protobuf:"varint,4,opt,name=members_count,json=membersCount,proto3" json:"members_count,omitempty"`
	// The IdP groups associated with the organization.
	IdpGroups []*GetOrganizationSettingsResponse_IdPGroup `protobuf:"bytes,5,rep,name=idp_groups,json=idpGroups,proto3" json:"idp_groups,omitempty"`
	// contains filtered or unexported fields
}

func (*GetOrganizationSettingsResponse) GetIdpGroups

func (*GetOrganizationSettingsResponse) GetMembersCount

func (x *GetOrganizationSettingsResponse) GetMembersCount() uint32

func (*GetOrganizationSettingsResponse) GetRepositoryBaseRole

func (x *GetOrganizationSettingsResponse) GetRepositoryBaseRole() RepositoryRole

func (*GetOrganizationSettingsResponse) ProtoMessage

func (*GetOrganizationSettingsResponse) ProtoMessage()

func (*GetOrganizationSettingsResponse) ProtoReflect

func (*GetOrganizationSettingsResponse) Reset

func (*GetOrganizationSettingsResponse) SetIdpGroups

func (*GetOrganizationSettingsResponse) SetMembersCount

func (x *GetOrganizationSettingsResponse) SetMembersCount(v uint32)

func (*GetOrganizationSettingsResponse) SetRepositoryBaseRole

func (x *GetOrganizationSettingsResponse) SetRepositoryBaseRole(v RepositoryRole)

func (*GetOrganizationSettingsResponse) String

type GetOrganizationSettingsResponse_IdPGroup

type GetOrganizationSettingsResponse_IdPGroup struct {

	// The name of the IdP group.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The role override associated with this group.
	RoleOverride OrganizationRole `` /* 148-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetOrganizationSettingsResponse_IdPGroup) GetName

func (*GetOrganizationSettingsResponse_IdPGroup) GetRoleOverride

func (*GetOrganizationSettingsResponse_IdPGroup) ProtoMessage

func (*GetOrganizationSettingsResponse_IdPGroup) ProtoReflect

func (*GetOrganizationSettingsResponse_IdPGroup) Reset

func (*GetOrganizationSettingsResponse_IdPGroup) SetName

func (*GetOrganizationSettingsResponse_IdPGroup) SetRoleOverride

func (*GetOrganizationSettingsResponse_IdPGroup) String

type GetOrganizationSettingsResponse_IdPGroup_builder

type GetOrganizationSettingsResponse_IdPGroup_builder struct {

	// The name of the IdP group.
	Name string
	// The role override associated with this group.
	RoleOverride OrganizationRole
	// contains filtered or unexported fields
}

func (GetOrganizationSettingsResponse_IdPGroup_builder) Build

type GetOrganizationSettingsResponse_builder

type GetOrganizationSettingsResponse_builder struct {
	RepositoryBaseRole RepositoryRole
	// The number of members in the organization.
	MembersCount uint32
	// The IdP groups associated with the organization.
	IdpGroups []*GetOrganizationSettingsResponse_IdPGroup
	// contains filtered or unexported fields
}

func (GetOrganizationSettingsResponse_builder) Build

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

func (x *GetOwnerByNameRequest) SetName(v string)

func (*GetOwnerByNameRequest) String

func (x *GetOwnerByNameRequest) String() string

type GetOwnerByNameRequest_builder

type GetOwnerByNameRequest_builder struct {

	// Name of the requested owner.
	Name string
	// contains filtered or unexported fields
}

func (GetOwnerByNameRequest_builder) Build

type GetOwnerByNameResponse

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

func (*GetOwnerByNameResponse) ClearOwner

func (x *GetOwnerByNameResponse) ClearOwner()

func (*GetOwnerByNameResponse) GetOwner

func (x *GetOwnerByNameResponse) GetOwner() *Owner

func (*GetOwnerByNameResponse) HasOwner

func (x *GetOwnerByNameResponse) HasOwner() bool

func (*GetOwnerByNameResponse) ProtoMessage

func (*GetOwnerByNameResponse) ProtoMessage()

func (*GetOwnerByNameResponse) ProtoReflect

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

func (*GetOwnerByNameResponse) Reset

func (x *GetOwnerByNameResponse) Reset()

func (*GetOwnerByNameResponse) SetOwner

func (x *GetOwnerByNameResponse) SetOwner(v *Owner)

func (*GetOwnerByNameResponse) String

func (x *GetOwnerByNameResponse) String() string

type GetOwnerByNameResponse_builder

type GetOwnerByNameResponse_builder struct {
	Owner *Owner
	// contains filtered or unexported fields
}

func (GetOwnerByNameResponse_builder) Build

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"`
	// Optional reference (if unspecified, will use the repository's default_branch).
	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) 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) SetOwner

func (x *GetPackageDocumentationRequest) SetOwner(v string)

func (*GetPackageDocumentationRequest) SetPackageName

func (x *GetPackageDocumentationRequest) SetPackageName(v string)

func (*GetPackageDocumentationRequest) SetReference

func (x *GetPackageDocumentationRequest) SetReference(v string)

func (*GetPackageDocumentationRequest) SetRepository

func (x *GetPackageDocumentationRequest) SetRepository(v string)

func (*GetPackageDocumentationRequest) String

type GetPackageDocumentationRequest_builder

type GetPackageDocumentationRequest_builder struct {
	Owner      string
	Repository string
	// Optional reference (if unspecified, will use the repository's default_branch).
	Reference string
	// this is the fully qualified package name.
	PackageName string
	// contains filtered or unexported fields
}

func (GetPackageDocumentationRequest_builder) Build

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
}

GetPackageDocumentationResponse returns the documentation for the requested package.

func (*GetPackageDocumentationResponse) ClearPackageDocumentation

func (x *GetPackageDocumentationResponse) ClearPackageDocumentation()

func (*GetPackageDocumentationResponse) GetPackageDocumentation

func (x *GetPackageDocumentationResponse) GetPackageDocumentation() *PackageDocumentation

func (*GetPackageDocumentationResponse) HasPackageDocumentation

func (x *GetPackageDocumentationResponse) HasPackageDocumentation() bool

func (*GetPackageDocumentationResponse) ProtoMessage

func (*GetPackageDocumentationResponse) ProtoMessage()

func (*GetPackageDocumentationResponse) ProtoReflect

func (*GetPackageDocumentationResponse) Reset

func (*GetPackageDocumentationResponse) SetPackageDocumentation

func (x *GetPackageDocumentationResponse) SetPackageDocumentation(v *PackageDocumentation)

func (*GetPackageDocumentationResponse) String

type GetPackageDocumentationResponse_builder

type GetPackageDocumentationResponse_builder struct {
	PackageDocumentation *PackageDocumentation
	// contains filtered or unexported fields
}

func (GetPackageDocumentationResponse_builder) Build

type GetPythonVersionRequest

type GetPythonVersionRequest struct {

	// The plugin reference to resolve.
	PluginReference *GetRemotePackageVersionPlugin `protobuf:"bytes,1,opt,name=plugin_reference,json=pluginReference,proto3" json:"plugin_reference,omitempty"`
	// The module reference to resolve.
	ModuleReference *LocalModuleReference `protobuf:"bytes,2,opt,name=module_reference,json=moduleReference,proto3" json:"module_reference,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPythonVersionRequest) ClearModuleReference

func (x *GetPythonVersionRequest) ClearModuleReference()

func (*GetPythonVersionRequest) ClearPluginReference

func (x *GetPythonVersionRequest) ClearPluginReference()

func (*GetPythonVersionRequest) GetModuleReference

func (x *GetPythonVersionRequest) GetModuleReference() *LocalModuleReference

func (*GetPythonVersionRequest) GetPluginReference

func (x *GetPythonVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin

func (*GetPythonVersionRequest) HasModuleReference

func (x *GetPythonVersionRequest) HasModuleReference() bool

func (*GetPythonVersionRequest) HasPluginReference

func (x *GetPythonVersionRequest) HasPluginReference() bool

func (*GetPythonVersionRequest) ProtoMessage

func (*GetPythonVersionRequest) ProtoMessage()

func (*GetPythonVersionRequest) ProtoReflect

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

func (*GetPythonVersionRequest) Reset

func (x *GetPythonVersionRequest) Reset()

func (*GetPythonVersionRequest) SetModuleReference

func (x *GetPythonVersionRequest) SetModuleReference(v *LocalModuleReference)

func (*GetPythonVersionRequest) SetPluginReference

func (x *GetPythonVersionRequest) SetPluginReference(v *GetRemotePackageVersionPlugin)

func (*GetPythonVersionRequest) String

func (x *GetPythonVersionRequest) String() string

type GetPythonVersionRequest_builder

type GetPythonVersionRequest_builder struct {

	// The plugin reference to resolve.
	PluginReference *GetRemotePackageVersionPlugin
	// The module reference to resolve.
	ModuleReference *LocalModuleReference
	// contains filtered or unexported fields
}

func (GetPythonVersionRequest_builder) Build

type GetPythonVersionResponse

type GetPythonVersionResponse struct {

	// version is the resolved version to be used with the python repository.
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPythonVersionResponse) GetVersion

func (x *GetPythonVersionResponse) GetVersion() string

func (*GetPythonVersionResponse) ProtoMessage

func (*GetPythonVersionResponse) ProtoMessage()

func (*GetPythonVersionResponse) ProtoReflect

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

func (*GetPythonVersionResponse) Reset

func (x *GetPythonVersionResponse) Reset()

func (*GetPythonVersionResponse) SetVersion

func (x *GetPythonVersionResponse) SetVersion(v string)

func (*GetPythonVersionResponse) String

func (x *GetPythonVersionResponse) String() string

type GetPythonVersionResponse_builder

type GetPythonVersionResponse_builder struct {

	// version is the resolved version to be used with the python repository.
	Version string
	// contains filtered or unexported fields
}

func (GetPythonVersionResponse_builder) Build

type GetReferenceByNameRequest

type GetReferenceByNameRequest struct {

	// Optional name (if unspecified, will use the repository's default_branch).
	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) 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) SetName

func (x *GetReferenceByNameRequest) SetName(v string)

func (*GetReferenceByNameRequest) SetOwner

func (x *GetReferenceByNameRequest) SetOwner(v string)

func (*GetReferenceByNameRequest) SetRepositoryName

func (x *GetReferenceByNameRequest) SetRepositoryName(v string)

func (*GetReferenceByNameRequest) String

func (x *GetReferenceByNameRequest) String() string

type GetReferenceByNameRequest_builder

type GetReferenceByNameRequest_builder struct {

	// Optional name (if unspecified, will use the repository's default_branch).
	Name string
	// Owner of the repository the reference belongs to.
	Owner string
	// Name of the repository the reference belongs to.
	RepositoryName string
	// contains filtered or unexported fields
}

func (GetReferenceByNameRequest_builder) Build

type GetReferenceByNameResponse

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

func (*GetReferenceByNameResponse) ClearReference

func (x *GetReferenceByNameResponse) ClearReference()

func (*GetReferenceByNameResponse) GetReference

func (x *GetReferenceByNameResponse) GetReference() *Reference

func (*GetReferenceByNameResponse) HasReference

func (x *GetReferenceByNameResponse) HasReference() bool

func (*GetReferenceByNameResponse) ProtoMessage

func (*GetReferenceByNameResponse) ProtoMessage()

func (*GetReferenceByNameResponse) ProtoReflect

func (*GetReferenceByNameResponse) Reset

func (x *GetReferenceByNameResponse) Reset()

func (*GetReferenceByNameResponse) SetReference

func (x *GetReferenceByNameResponse) SetReference(v *Reference)

func (*GetReferenceByNameResponse) String

func (x *GetReferenceByNameResponse) String() string

type GetReferenceByNameResponse_builder

type GetReferenceByNameResponse_builder struct {
	Reference *Reference
	// contains filtered or unexported fields
}

func (GetReferenceByNameResponse_builder) Build

type GetRemotePackageVersionPlugin

type GetRemotePackageVersionPlugin struct {

	// The owner of the plugin.
	// example: bufbuild
	Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	// The name of the plugin.
	// example: connect-go
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The version of the plugin.
	// If empty, this is a reference to the latest version.
	// example: v1.0.0
	Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	// The revision of the plugin version.
	// example: 1
	Revision uint32 `protobuf:"varint,4,opt,name=revision,proto3" json:"revision,omitempty"`
	// contains filtered or unexported fields
}

GetRemotePackageVersionPlugin is a plugin reference. If the version is empty, this is a reference to the latest version.

func (*GetRemotePackageVersionPlugin) GetName

func (*GetRemotePackageVersionPlugin) GetOwner

func (x *GetRemotePackageVersionPlugin) GetOwner() string

func (*GetRemotePackageVersionPlugin) GetRevision

func (x *GetRemotePackageVersionPlugin) GetRevision() uint32

func (*GetRemotePackageVersionPlugin) GetVersion

func (x *GetRemotePackageVersionPlugin) GetVersion() string

func (*GetRemotePackageVersionPlugin) ProtoMessage

func (*GetRemotePackageVersionPlugin) ProtoMessage()

func (*GetRemotePackageVersionPlugin) ProtoReflect

func (*GetRemotePackageVersionPlugin) Reset

func (x *GetRemotePackageVersionPlugin) Reset()

func (*GetRemotePackageVersionPlugin) SetName

func (x *GetRemotePackageVersionPlugin) SetName(v string)

func (*GetRemotePackageVersionPlugin) SetOwner

func (x *GetRemotePackageVersionPlugin) SetOwner(v string)

func (*GetRemotePackageVersionPlugin) SetRevision

func (x *GetRemotePackageVersionPlugin) SetRevision(v uint32)

func (*GetRemotePackageVersionPlugin) SetVersion

func (x *GetRemotePackageVersionPlugin) SetVersion(v string)

func (*GetRemotePackageVersionPlugin) String

type GetRemotePackageVersionPlugin_builder

type GetRemotePackageVersionPlugin_builder struct {

	// The owner of the plugin.
	// example: bufbuild
	Owner string
	// The name of the plugin.
	// example: connect-go
	Name string
	// The version of the plugin.
	// If empty, this is a reference to the latest version.
	// example: v1.0.0
	Version string
	// The revision of the plugin version.
	// example: 1
	Revision uint32
	// contains filtered or unexported fields
}

func (GetRemotePackageVersionPlugin_builder) Build

type GetRepositoriesByFullNameRequest

type GetRepositoriesByFullNameRequest struct {

	// minimum length is 1
	// maximum length is 250
	FullNames []string `protobuf:"bytes,1,rep,name=full_names,json=fullNames,proto3" json:"full_names,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRepositoriesByFullNameRequest) GetFullNames

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

func (*GetRepositoriesByFullNameRequest) ProtoMessage

func (*GetRepositoriesByFullNameRequest) ProtoMessage()

func (*GetRepositoriesByFullNameRequest) ProtoReflect

func (*GetRepositoriesByFullNameRequest) Reset

func (*GetRepositoriesByFullNameRequest) SetFullNames

func (x *GetRepositoriesByFullNameRequest) SetFullNames(v []string)

func (*GetRepositoriesByFullNameRequest) String

type GetRepositoriesByFullNameRequest_builder

type GetRepositoriesByFullNameRequest_builder struct {

	// minimum length is 1
	// maximum length is 250
	FullNames []string
	// contains filtered or unexported fields
}

func (GetRepositoriesByFullNameRequest_builder) Build

type GetRepositoriesByFullNameResponse

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

func (*GetRepositoriesByFullNameResponse) GetRepositories

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

func (*GetRepositoriesByFullNameResponse) ProtoMessage

func (*GetRepositoriesByFullNameResponse) ProtoMessage()

func (*GetRepositoriesByFullNameResponse) ProtoReflect

func (*GetRepositoriesByFullNameResponse) Reset

func (*GetRepositoriesByFullNameResponse) SetRepositories

func (x *GetRepositoriesByFullNameResponse) SetRepositories(v []*Repository)

func (*GetRepositoriesByFullNameResponse) String

type GetRepositoriesByFullNameResponse_builder

type GetRepositoriesByFullNameResponse_builder struct {
	Repositories []*Repository
	// contains filtered or unexported fields
}

func (GetRepositoriesByFullNameResponse_builder) Build

type GetRepositoriesMetadataRequest

type GetRepositoriesMetadataRequest struct {

	// The list of repository IDs to request the metadata.
	Ids []string `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRepositoriesMetadataRequest) GetIds

func (x *GetRepositoriesMetadataRequest) GetIds() []string

func (*GetRepositoriesMetadataRequest) ProtoMessage

func (*GetRepositoriesMetadataRequest) ProtoMessage()

func (*GetRepositoriesMetadataRequest) ProtoReflect

func (*GetRepositoriesMetadataRequest) Reset

func (x *GetRepositoriesMetadataRequest) Reset()

func (*GetRepositoriesMetadataRequest) SetIds

func (x *GetRepositoriesMetadataRequest) SetIds(v []string)

func (*GetRepositoriesMetadataRequest) String

type GetRepositoriesMetadataRequest_builder

type GetRepositoriesMetadataRequest_builder struct {

	// The list of repository IDs to request the metadata.
	Ids []string
	// contains filtered or unexported fields
}

func (GetRepositoriesMetadataRequest_builder) Build

type GetRepositoriesMetadataResponse

type GetRepositoriesMetadataResponse struct {
	Metadata []*RepositoryMetadata `protobuf:"bytes,1,rep,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRepositoriesMetadataResponse) GetMetadata

func (*GetRepositoriesMetadataResponse) ProtoMessage

func (*GetRepositoriesMetadataResponse) ProtoMessage()

func (*GetRepositoriesMetadataResponse) ProtoReflect

func (*GetRepositoriesMetadataResponse) Reset

func (*GetRepositoriesMetadataResponse) SetMetadata

func (*GetRepositoriesMetadataResponse) String

type GetRepositoriesMetadataResponse_builder

type GetRepositoriesMetadataResponse_builder struct {
	Metadata []*RepositoryMetadata
	// contains filtered or unexported fields
}

func (GetRepositoriesMetadataResponse_builder) Build

type GetRepositoryBranchRequest

type GetRepositoryBranchRequest struct {

	// The ID of the repository for which the branch is requested.
	RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
	// The name of the branch to get.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRepositoryBranchRequest) GetName

func (x *GetRepositoryBranchRequest) GetName() string

func (*GetRepositoryBranchRequest) GetRepositoryId

func (x *GetRepositoryBranchRequest) GetRepositoryId() string

func (*GetRepositoryBranchRequest) ProtoMessage

func (*GetRepositoryBranchRequest) ProtoMessage()

func (*GetRepositoryBranchRequest) ProtoReflect

func (*GetRepositoryBranchRequest) Reset

func (x *GetRepositoryBranchRequest) Reset()

func (*GetRepositoryBranchRequest) SetName

func (x *GetRepositoryBranchRequest) SetName(v string)

func (*GetRepositoryBranchRequest) SetRepositoryId

func (x *GetRepositoryBranchRequest) SetRepositoryId(v string)

func (*GetRepositoryBranchRequest) String

func (x *GetRepositoryBranchRequest) String() string

type GetRepositoryBranchRequest_builder

type GetRepositoryBranchRequest_builder struct {

	// The ID of the repository for which the branch is requested.
	RepositoryId string
	// The name of the branch to get.
	Name string
	// contains filtered or unexported fields
}

func (GetRepositoryBranchRequest_builder) Build

type GetRepositoryBranchResponse

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

func (*GetRepositoryBranchResponse) ClearBranch

func (x *GetRepositoryBranchResponse) ClearBranch()

func (*GetRepositoryBranchResponse) GetBranch

func (*GetRepositoryBranchResponse) HasBranch

func (x *GetRepositoryBranchResponse) HasBranch() bool

func (*GetRepositoryBranchResponse) ProtoMessage

func (*GetRepositoryBranchResponse) ProtoMessage()

func (*GetRepositoryBranchResponse) ProtoReflect

func (*GetRepositoryBranchResponse) Reset

func (x *GetRepositoryBranchResponse) Reset()

func (*GetRepositoryBranchResponse) SetBranch

func (*GetRepositoryBranchResponse) String

func (x *GetRepositoryBranchResponse) String() string

type GetRepositoryBranchResponse_builder

type GetRepositoryBranchResponse_builder struct {
	Branch *RepositoryBranch
	// contains filtered or unexported fields
}

func (GetRepositoryBranchResponse_builder) Build

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

func (x *GetRepositoryByFullNameRequest) GetFullName() string

func (*GetRepositoryByFullNameRequest) ProtoMessage

func (*GetRepositoryByFullNameRequest) ProtoMessage()

func (*GetRepositoryByFullNameRequest) ProtoReflect

func (*GetRepositoryByFullNameRequest) Reset

func (x *GetRepositoryByFullNameRequest) Reset()

func (*GetRepositoryByFullNameRequest) SetFullName

func (x *GetRepositoryByFullNameRequest) SetFullName(v string)

func (*GetRepositoryByFullNameRequest) String

type GetRepositoryByFullNameRequest_builder

type GetRepositoryByFullNameRequest_builder struct {
	FullName string
	// contains filtered or unexported fields
}

func (GetRepositoryByFullNameRequest_builder) Build

type GetRepositoryByFullNameResponse

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

func (*GetRepositoryByFullNameResponse) ClearCounts

func (x *GetRepositoryByFullNameResponse) ClearCounts()

func (*GetRepositoryByFullNameResponse) ClearRepository

func (x *GetRepositoryByFullNameResponse) ClearRepository()

func (*GetRepositoryByFullNameResponse) GetCounts

func (*GetRepositoryByFullNameResponse) GetRepository

func (x *GetRepositoryByFullNameResponse) GetRepository() *Repository

func (*GetRepositoryByFullNameResponse) HasCounts

func (x *GetRepositoryByFullNameResponse) HasCounts() bool

func (*GetRepositoryByFullNameResponse) HasRepository

func (x *GetRepositoryByFullNameResponse) HasRepository() bool

func (*GetRepositoryByFullNameResponse) ProtoMessage

func (*GetRepositoryByFullNameResponse) ProtoMessage()

func (*GetRepositoryByFullNameResponse) ProtoReflect

func (*GetRepositoryByFullNameResponse) Reset

func (*GetRepositoryByFullNameResponse) SetCounts

func (*GetRepositoryByFullNameResponse) SetRepository

func (x *GetRepositoryByFullNameResponse) SetRepository(v *Repository)

func (*GetRepositoryByFullNameResponse) String

type GetRepositoryByFullNameResponse_builder

type GetRepositoryByFullNameResponse_builder struct {
	Repository *Repository
	Counts     *RepositoryCounts
	// contains filtered or unexported fields
}

func (GetRepositoryByFullNameResponse_builder) Build

type GetRepositoryCommitByReferenceRequest

type GetRepositoryCommitByReferenceRequest struct {

	// The owner of the repository which the 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 reference belongs to.
	RepositoryName string `protobuf:"bytes,2,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"`
	// The optional reference that should be resolved to a commit. Can be a tag or commit.
	// If unspecified, will use the repository's default_branch.
	Reference string `protobuf:"bytes,3,opt,name=reference,proto3" json:"reference,omitempty"`
	// contains filtered or unexported fields
}

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

func (x *GetRepositoryCommitByReferenceRequest) SetReference(v string)

func (*GetRepositoryCommitByReferenceRequest) SetRepositoryName

func (x *GetRepositoryCommitByReferenceRequest) SetRepositoryName(v string)

func (*GetRepositoryCommitByReferenceRequest) SetRepositoryOwner

func (x *GetRepositoryCommitByReferenceRequest) SetRepositoryOwner(v string)

func (*GetRepositoryCommitByReferenceRequest) String

type GetRepositoryCommitByReferenceRequest_builder

type GetRepositoryCommitByReferenceRequest_builder struct {

	// The owner of the repository which the reference belongs to.
	RepositoryOwner string
	// The name of the repository which the reference belongs to.
	RepositoryName string
	// The optional reference that should be resolved to a commit. Can be a tag or commit.
	// If unspecified, will use the repository's default_branch.
	Reference string
	// contains filtered or unexported fields
}

func (GetRepositoryCommitByReferenceRequest_builder) Build

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

func (x *GetRepositoryCommitByReferenceResponse) ClearRepositoryCommit()

func (*GetRepositoryCommitByReferenceResponse) GetRepositoryCommit

func (x *GetRepositoryCommitByReferenceResponse) GetRepositoryCommit() *RepositoryCommit

func (*GetRepositoryCommitByReferenceResponse) HasRepositoryCommit

func (x *GetRepositoryCommitByReferenceResponse) HasRepositoryCommit() bool

func (*GetRepositoryCommitByReferenceResponse) ProtoMessage

func (*GetRepositoryCommitByReferenceResponse) ProtoReflect

func (*GetRepositoryCommitByReferenceResponse) Reset

func (*GetRepositoryCommitByReferenceResponse) SetRepositoryCommit

func (x *GetRepositoryCommitByReferenceResponse) SetRepositoryCommit(v *RepositoryCommit)

func (*GetRepositoryCommitByReferenceResponse) String

type GetRepositoryCommitByReferenceResponse_builder

type GetRepositoryCommitByReferenceResponse_builder struct {
	RepositoryCommit *RepositoryCommit
	// contains filtered or unexported fields
}

func (GetRepositoryCommitByReferenceResponse_builder) Build

type GetRepositoryDependencyDOTStringRequest

type GetRepositoryDependencyDOTStringRequest struct {

	// The owner of the BSR repository.
	Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	// The name of the BSR repository.
	Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"`
	// Optional reference (if unspecified, will use the repository's default_branch).
	Reference string `protobuf:"bytes,3,opt,name=reference,proto3" json:"reference,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRepositoryDependencyDOTStringRequest) GetOwner

func (*GetRepositoryDependencyDOTStringRequest) GetReference

func (*GetRepositoryDependencyDOTStringRequest) GetRepository

func (*GetRepositoryDependencyDOTStringRequest) ProtoMessage

func (*GetRepositoryDependencyDOTStringRequest) ProtoReflect

func (*GetRepositoryDependencyDOTStringRequest) Reset

func (*GetRepositoryDependencyDOTStringRequest) SetOwner

func (*GetRepositoryDependencyDOTStringRequest) SetReference

func (*GetRepositoryDependencyDOTStringRequest) SetRepository

func (x *GetRepositoryDependencyDOTStringRequest) SetRepository(v string)

func (*GetRepositoryDependencyDOTStringRequest) String

type GetRepositoryDependencyDOTStringRequest_builder

type GetRepositoryDependencyDOTStringRequest_builder struct {

	// The owner of the BSR repository.
	Owner string
	// The name of the BSR repository.
	Repository string
	// Optional reference (if unspecified, will use the repository's default_branch).
	Reference string
	// contains filtered or unexported fields
}

func (GetRepositoryDependencyDOTStringRequest_builder) Build

type GetRepositoryDependencyDOTStringResponse

type GetRepositoryDependencyDOTStringResponse struct {

	// The string DOT representation of the dependency graph for the repository.
	//
	// DOT language reference: https://graphviz.org/doc/info/lang.html
	DotString string `protobuf:"bytes,1,opt,name=dot_string,json=dotString,proto3" json:"dot_string,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRepositoryDependencyDOTStringResponse) GetDotString

func (*GetRepositoryDependencyDOTStringResponse) ProtoMessage

func (*GetRepositoryDependencyDOTStringResponse) ProtoReflect

func (*GetRepositoryDependencyDOTStringResponse) Reset

func (*GetRepositoryDependencyDOTStringResponse) SetDotString

func (*GetRepositoryDependencyDOTStringResponse) String

type GetRepositoryDependencyDOTStringResponse_builder

type GetRepositoryDependencyDOTStringResponse_builder struct {

	// The string DOT representation of the dependency graph for the repository.
	//
	// DOT language reference: https://graphviz.org/doc/info/lang.html
	DotString string
	// contains filtered or unexported fields
}

func (GetRepositoryDependencyDOTStringResponse_builder) Build

type GetRepositoryRequest

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

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

func (x *GetRepositoryRequest) SetId(v string)

func (*GetRepositoryRequest) String

func (x *GetRepositoryRequest) String() string

type GetRepositoryRequest_builder

type GetRepositoryRequest_builder struct {
	Id string
	// contains filtered or unexported fields
}

func (GetRepositoryRequest_builder) Build

type GetRepositoryResponse

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

func (*GetRepositoryResponse) ClearCounts

func (x *GetRepositoryResponse) ClearCounts()

func (*GetRepositoryResponse) ClearRepository

func (x *GetRepositoryResponse) ClearRepository()

func (*GetRepositoryResponse) GetCounts

func (x *GetRepositoryResponse) GetCounts() *RepositoryCounts

func (*GetRepositoryResponse) GetRepository

func (x *GetRepositoryResponse) GetRepository() *Repository

func (*GetRepositoryResponse) HasCounts

func (x *GetRepositoryResponse) HasCounts() bool

func (*GetRepositoryResponse) HasRepository

func (x *GetRepositoryResponse) HasRepository() bool

func (*GetRepositoryResponse) ProtoMessage

func (*GetRepositoryResponse) ProtoMessage()

func (*GetRepositoryResponse) ProtoReflect

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

func (*GetRepositoryResponse) Reset

func (x *GetRepositoryResponse) Reset()

func (*GetRepositoryResponse) SetCounts

func (x *GetRepositoryResponse) SetCounts(v *RepositoryCounts)

func (*GetRepositoryResponse) SetRepository

func (x *GetRepositoryResponse) SetRepository(v *Repository)

func (*GetRepositoryResponse) String

func (x *GetRepositoryResponse) String() string

type GetRepositoryResponse_builder

type GetRepositoryResponse_builder struct {
	Repository *Repository
	Counts     *RepositoryCounts
	// contains filtered or unexported fields
}

func (GetRepositoryResponse_builder) Build

type GetRepositorySettingsRequest

type GetRepositorySettingsRequest struct {

	// The ID of the repository for which to get the settings.
	RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRepositorySettingsRequest) GetRepositoryId

func (x *GetRepositorySettingsRequest) GetRepositoryId() string

func (*GetRepositorySettingsRequest) ProtoMessage

func (*GetRepositorySettingsRequest) ProtoMessage()

func (*GetRepositorySettingsRequest) ProtoReflect

func (*GetRepositorySettingsRequest) Reset

func (x *GetRepositorySettingsRequest) Reset()

func (*GetRepositorySettingsRequest) SetRepositoryId

func (x *GetRepositorySettingsRequest) SetRepositoryId(v string)

func (*GetRepositorySettingsRequest) String

type GetRepositorySettingsRequest_builder

type GetRepositorySettingsRequest_builder struct {

	// The ID of the repository for which to get the settings.
	RepositoryId string
	// contains filtered or unexported fields
}

func (GetRepositorySettingsRequest_builder) Build

type GetRepositorySettingsResponse

type GetRepositorySettingsResponse struct {

	// The number of outside contributors in the repository,
	// excluding owning-organization's members that have an explicit role.
	ContributorsCount uint32 `protobuf:"varint,1,opt,name=contributors_count,json=contributorsCount,proto3" json:"contributors_count,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRepositorySettingsResponse) GetContributorsCount

func (x *GetRepositorySettingsResponse) GetContributorsCount() uint32

func (*GetRepositorySettingsResponse) ProtoMessage

func (*GetRepositorySettingsResponse) ProtoMessage()

func (*GetRepositorySettingsResponse) ProtoReflect

func (*GetRepositorySettingsResponse) Reset

func (x *GetRepositorySettingsResponse) Reset()

func (*GetRepositorySettingsResponse) SetContributorsCount

func (x *GetRepositorySettingsResponse) SetContributorsCount(v uint32)

func (*GetRepositorySettingsResponse) String

type GetRepositorySettingsResponse_builder

type GetRepositorySettingsResponse_builder struct {

	// The number of outside contributors in the repository,
	// excluding owning-organization's members that have an explicit role.
	ContributorsCount uint32
	// contains filtered or unexported fields
}

func (GetRepositorySettingsResponse_builder) Build

type GetRepositoryTagRequest

type GetRepositoryTagRequest struct {

	// The ID of the repository this tag belongs to.
	RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
	// The name of the repository tag to get, e.g. "6e2e7f24718a76caa32a80d0e2b1841ef2c61403".
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*GetRepositoryTagRequest) GetName

func (x *GetRepositoryTagRequest) GetName() string

func (*GetRepositoryTagRequest) GetRepositoryId

func (x *GetRepositoryTagRequest) GetRepositoryId() string

func (*GetRepositoryTagRequest) ProtoMessage

func (*GetRepositoryTagRequest) ProtoMessage()

func (*GetRepositoryTagRequest) ProtoReflect

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

func (*GetRepositoryTagRequest) Reset

func (x *GetRepositoryTagRequest) Reset()

func (*GetRepositoryTagRequest) SetName

func (x *GetRepositoryTagRequest) SetName(v string)

func (*GetRepositoryTagRequest) SetRepositoryId

func (x *GetRepositoryTagRequest) SetRepositoryId(v string)

func (*GetRepositoryTagRequest) String

func (x *GetRepositoryTagRequest) String() string

type GetRepositoryTagRequest_builder

type GetRepositoryTagRequest_builder struct {

	// The ID of the repository this tag belongs to.
	RepositoryId string
	// The name of the repository tag to get, e.g. "6e2e7f24718a76caa32a80d0e2b1841ef2c61403".
	Name string
	// contains filtered or unexported fields
}

func (GetRepositoryTagRequest_builder) Build

type GetRepositoryTagResponse

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

func (*GetRepositoryTagResponse) ClearRepositoryTag

func (x *GetRepositoryTagResponse) ClearRepositoryTag()

func (*GetRepositoryTagResponse) GetRepositoryTag

func (x *GetRepositoryTagResponse) GetRepositoryTag() *RepositoryTag

func (*GetRepositoryTagResponse) HasRepositoryTag

func (x *GetRepositoryTagResponse) HasRepositoryTag() bool

func (*GetRepositoryTagResponse) ProtoMessage

func (*GetRepositoryTagResponse) ProtoMessage()

func (*GetRepositoryTagResponse) ProtoReflect

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

func (*GetRepositoryTagResponse) Reset

func (x *GetRepositoryTagResponse) Reset()

func (*GetRepositoryTagResponse) SetRepositoryTag

func (x *GetRepositoryTagResponse) SetRepositoryTag(v *RepositoryTag)

func (*GetRepositoryTagResponse) String

func (x *GetRepositoryTagResponse) String() string

type GetRepositoryTagResponse_builder

type GetRepositoryTagResponse_builder struct {
	RepositoryTag *RepositoryTag
	// contains filtered or unexported fields
}

func (GetRepositoryTagResponse_builder) Build

type GetResourceByNameRequest

type GetResourceByNameRequest struct {

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

func (*GetResourceByNameRequest) GetName

func (x *GetResourceByNameRequest) GetName() string

func (*GetResourceByNameRequest) GetOwner

func (x *GetResourceByNameRequest) GetOwner() string

func (*GetResourceByNameRequest) ProtoMessage

func (*GetResourceByNameRequest) ProtoMessage()

func (*GetResourceByNameRequest) ProtoReflect

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

func (*GetResourceByNameRequest) Reset

func (x *GetResourceByNameRequest) Reset()

func (*GetResourceByNameRequest) SetName

func (x *GetResourceByNameRequest) SetName(v string)

func (*GetResourceByNameRequest) SetOwner

func (x *GetResourceByNameRequest) SetOwner(v string)

func (*GetResourceByNameRequest) String

func (x *GetResourceByNameRequest) String() string

type GetResourceByNameRequest_builder

type GetResourceByNameRequest_builder struct {

	// Owner of the requested resource.
	Owner string
	// Name of the requested resource.
	Name string
	// contains filtered or unexported fields
}

func (GetResourceByNameRequest_builder) Build

type GetResourceByNameResponse

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

func (*GetResourceByNameResponse) ClearResource

func (x *GetResourceByNameResponse) ClearResource()

func (*GetResourceByNameResponse) GetResource

func (x *GetResourceByNameResponse) GetResource() *Resource

func (*GetResourceByNameResponse) HasResource

func (x *GetResourceByNameResponse) HasResource() bool

func (*GetResourceByNameResponse) ProtoMessage

func (*GetResourceByNameResponse) ProtoMessage()

func (*GetResourceByNameResponse) ProtoReflect

func (*GetResourceByNameResponse) Reset

func (x *GetResourceByNameResponse) Reset()

func (*GetResourceByNameResponse) SetResource

func (x *GetResourceByNameResponse) SetResource(v *Resource)

func (*GetResourceByNameResponse) String

func (x *GetResourceByNameResponse) String() string

type GetResourceByNameResponse_builder

type GetResourceByNameResponse_builder struct {
	Resource *Resource
	// contains filtered or unexported fields
}

func (GetResourceByNameResponse_builder) Build

type GetSDKInfoRequest

type GetSDKInfoRequest struct {

	// The local module reference for the SDK.
	ModuleReference *LocalModuleReference `protobuf:"bytes,1,opt,name=module_reference,json=moduleReference,proto3" json:"module_reference,omitempty"`
	// The plugin reference for the SDK.
	PluginReference *GetRemotePackageVersionPlugin `protobuf:"bytes,2,opt,name=plugin_reference,json=pluginReference,proto3" json:"plugin_reference,omitempty"`
	// The SDK version string. If this is not provided, then it will be resolved using the module
	// and plugin references provided.
	SdkVersion string `protobuf:"bytes,3,opt,name=sdk_version,json=sdkVersion,proto3" json:"sdk_version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSDKInfoRequest) ClearModuleReference

func (x *GetSDKInfoRequest) ClearModuleReference()

func (*GetSDKInfoRequest) ClearPluginReference

func (x *GetSDKInfoRequest) ClearPluginReference()

func (*GetSDKInfoRequest) GetModuleReference

func (x *GetSDKInfoRequest) GetModuleReference() *LocalModuleReference

func (*GetSDKInfoRequest) GetPluginReference

func (x *GetSDKInfoRequest) GetPluginReference() *GetRemotePackageVersionPlugin

func (*GetSDKInfoRequest) GetSdkVersion

func (x *GetSDKInfoRequest) GetSdkVersion() string

func (*GetSDKInfoRequest) HasModuleReference

func (x *GetSDKInfoRequest) HasModuleReference() bool

func (*GetSDKInfoRequest) HasPluginReference

func (x *GetSDKInfoRequest) HasPluginReference() bool

func (*GetSDKInfoRequest) ProtoMessage

func (*GetSDKInfoRequest) ProtoMessage()

func (*GetSDKInfoRequest) ProtoReflect

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

func (*GetSDKInfoRequest) Reset

func (x *GetSDKInfoRequest) Reset()

func (*GetSDKInfoRequest) SetModuleReference

func (x *GetSDKInfoRequest) SetModuleReference(v *LocalModuleReference)

func (*GetSDKInfoRequest) SetPluginReference

func (x *GetSDKInfoRequest) SetPluginReference(v *GetRemotePackageVersionPlugin)

func (*GetSDKInfoRequest) SetSdkVersion

func (x *GetSDKInfoRequest) SetSdkVersion(v string)

func (*GetSDKInfoRequest) String

func (x *GetSDKInfoRequest) String() string

type GetSDKInfoRequest_builder

type GetSDKInfoRequest_builder struct {

	// The local module reference for the SDK.
	ModuleReference *LocalModuleReference
	// The plugin reference for the SDK.
	PluginReference *GetRemotePackageVersionPlugin
	// The SDK version string. If this is not provided, then it will be resolved using the module
	// and plugin references provided.
	SdkVersion string
	// contains filtered or unexported fields
}

func (GetSDKInfoRequest_builder) Build

type GetSDKInfoResponse

type GetSDKInfoResponse struct {
	ModuleInfo *GetSDKInfoResponse_ModuleInfo `protobuf:"bytes,1,opt,name=module_info,json=moduleInfo,proto3" json:"module_info,omitempty"`
	PluginInfo *GetSDKInfoResponse_PluginInfo `protobuf:"bytes,2,opt,name=plugin_info,json=pluginInfo,proto3" json:"plugin_info,omitempty"`
	// The SDK version string. The format is based on the SDK registry supported by the
	// provided plugin.
	SdkVersion string `protobuf:"bytes,3,opt,name=sdk_version,json=sdkVersion,proto3" json:"sdk_version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSDKInfoResponse) ClearModuleInfo

func (x *GetSDKInfoResponse) ClearModuleInfo()

func (*GetSDKInfoResponse) ClearPluginInfo

func (x *GetSDKInfoResponse) ClearPluginInfo()

func (*GetSDKInfoResponse) GetModuleInfo

func (*GetSDKInfoResponse) GetPluginInfo

func (*GetSDKInfoResponse) GetSdkVersion

func (x *GetSDKInfoResponse) GetSdkVersion() string

func (*GetSDKInfoResponse) HasModuleInfo

func (x *GetSDKInfoResponse) HasModuleInfo() bool

func (*GetSDKInfoResponse) HasPluginInfo

func (x *GetSDKInfoResponse) HasPluginInfo() bool

func (*GetSDKInfoResponse) ProtoMessage

func (*GetSDKInfoResponse) ProtoMessage()

func (*GetSDKInfoResponse) ProtoReflect

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

func (*GetSDKInfoResponse) Reset

func (x *GetSDKInfoResponse) Reset()

func (*GetSDKInfoResponse) SetModuleInfo

func (*GetSDKInfoResponse) SetPluginInfo

func (*GetSDKInfoResponse) SetSdkVersion

func (x *GetSDKInfoResponse) SetSdkVersion(v string)

func (*GetSDKInfoResponse) String

func (x *GetSDKInfoResponse) String() string

type GetSDKInfoResponse_ModuleInfo

type GetSDKInfoResponse_ModuleInfo struct {

	// The module owner name.
	Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	// The module name.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The module commit for the SDK.
	Commit string `protobuf:"bytes,3,opt,name=commit,proto3" json:"commit,omitempty"`
	// The module commit create time. This will always be in UTC.
	ModuleCommitCreateTime *timestamppb.Timestamp `` /* 131-byte string literal not displayed */
	// contains filtered or unexported fields
}

ModuleInfo is the parsed module information for the SDK.

func (*GetSDKInfoResponse_ModuleInfo) ClearModuleCommitCreateTime

func (x *GetSDKInfoResponse_ModuleInfo) ClearModuleCommitCreateTime()

func (*GetSDKInfoResponse_ModuleInfo) GetCommit

func (x *GetSDKInfoResponse_ModuleInfo) GetCommit() string

func (*GetSDKInfoResponse_ModuleInfo) GetModuleCommitCreateTime

func (x *GetSDKInfoResponse_ModuleInfo) GetModuleCommitCreateTime() *timestamppb.Timestamp

func (*GetSDKInfoResponse_ModuleInfo) GetName

func (*GetSDKInfoResponse_ModuleInfo) GetOwner

func (x *GetSDKInfoResponse_ModuleInfo) GetOwner() string

func (*GetSDKInfoResponse_ModuleInfo) HasModuleCommitCreateTime

func (x *GetSDKInfoResponse_ModuleInfo) HasModuleCommitCreateTime() bool

func (*GetSDKInfoResponse_ModuleInfo) ProtoMessage

func (*GetSDKInfoResponse_ModuleInfo) ProtoMessage()

func (*GetSDKInfoResponse_ModuleInfo) ProtoReflect

func (*GetSDKInfoResponse_ModuleInfo) Reset

func (x *GetSDKInfoResponse_ModuleInfo) Reset()

func (*GetSDKInfoResponse_ModuleInfo) SetCommit

func (x *GetSDKInfoResponse_ModuleInfo) SetCommit(v string)

func (*GetSDKInfoResponse_ModuleInfo) SetModuleCommitCreateTime

func (x *GetSDKInfoResponse_ModuleInfo) SetModuleCommitCreateTime(v *timestamppb.Timestamp)

func (*GetSDKInfoResponse_ModuleInfo) SetName

func (x *GetSDKInfoResponse_ModuleInfo) SetName(v string)

func (*GetSDKInfoResponse_ModuleInfo) SetOwner

func (x *GetSDKInfoResponse_ModuleInfo) SetOwner(v string)

func (*GetSDKInfoResponse_ModuleInfo) String

type GetSDKInfoResponse_ModuleInfo_builder

type GetSDKInfoResponse_ModuleInfo_builder struct {

	// The module owner name.
	Owner string
	// The module name.
	Name string
	// The module commit for the SDK.
	Commit string
	// The module commit create time. This will always be in UTC.
	ModuleCommitCreateTime *timestamppb.Timestamp
	// contains filtered or unexported fields
}

func (GetSDKInfoResponse_ModuleInfo_builder) Build

type GetSDKInfoResponse_PluginInfo

type GetSDKInfoResponse_PluginInfo struct {

	// The plugin owner.
	Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	// The plugin name.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// The semver plugin version. This will always be valid semver.
	Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	// The plugin revision.
	PluginRevision uint32 `protobuf:"varint,4,opt,name=plugin_revision,json=pluginRevision,proto3" json:"plugin_revision,omitempty"`
	// contains filtered or unexported fields
}

PluginInfo is the parsed plugin information for the SDK.

func (*GetSDKInfoResponse_PluginInfo) GetName

func (*GetSDKInfoResponse_PluginInfo) GetOwner

func (x *GetSDKInfoResponse_PluginInfo) GetOwner() string

func (*GetSDKInfoResponse_PluginInfo) GetPluginRevision

func (x *GetSDKInfoResponse_PluginInfo) GetPluginRevision() uint32

func (*GetSDKInfoResponse_PluginInfo) GetVersion

func (x *GetSDKInfoResponse_PluginInfo) GetVersion() string

func (*GetSDKInfoResponse_PluginInfo) ProtoMessage

func (*GetSDKInfoResponse_PluginInfo) ProtoMessage()

func (*GetSDKInfoResponse_PluginInfo) ProtoReflect

func (*GetSDKInfoResponse_PluginInfo) Reset

func (x *GetSDKInfoResponse_PluginInfo) Reset()

func (*GetSDKInfoResponse_PluginInfo) SetName

func (x *GetSDKInfoResponse_PluginInfo) SetName(v string)

func (*GetSDKInfoResponse_PluginInfo) SetOwner

func (x *GetSDKInfoResponse_PluginInfo) SetOwner(v string)

func (*GetSDKInfoResponse_PluginInfo) SetPluginRevision

func (x *GetSDKInfoResponse_PluginInfo) SetPluginRevision(v uint32)

func (*GetSDKInfoResponse_PluginInfo) SetVersion

func (x *GetSDKInfoResponse_PluginInfo) SetVersion(v string)

func (*GetSDKInfoResponse_PluginInfo) String

type GetSDKInfoResponse_PluginInfo_builder

type GetSDKInfoResponse_PluginInfo_builder struct {

	// The plugin owner.
	Owner string
	// The plugin name.
	Name string
	// The semver plugin version. This will always be valid semver.
	Version string
	// The plugin revision.
	PluginRevision uint32
	// contains filtered or unexported fields
}

func (GetSDKInfoResponse_PluginInfo_builder) Build

type GetSDKInfoResponse_builder

type GetSDKInfoResponse_builder struct {
	ModuleInfo *GetSDKInfoResponse_ModuleInfo
	PluginInfo *GetSDKInfoResponse_PluginInfo
	// The SDK version string. The format is based on the SDK registry supported by the
	// provided plugin.
	SdkVersion string
	// contains filtered or unexported fields
}

func (GetSDKInfoResponse_builder) Build

type GetSchemaRequest

type GetSchemaRequest struct {

	// The owner of the repo that contains the schema to retrieve (a user name or
	// organization name).
	Owner string `protobuf:"bytes,1,opt,name=owner,proto3" json:"owner,omitempty"`
	// The name of the repo that contains the schema to retrieve.
	Repository string `protobuf:"bytes,2,opt,name=repository,proto3" json:"repository,omitempty"`
	// Optional version of the repo. If unspecified, defaults to latest version on
	// the repo's "main" branch.
	Version string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	// Zero or more types names. The names may refer to messages, enums, services,
	// methods, or extensions. All names must be fully-qualified. If any name
	// is unknown, the request will fail and no schema will be returned.
	//
	// If no names are provided, the full schema for the module is returned.
	// Otherwise, the resulting schema contains only the named elements and all of
	// their dependencies. This is enough information for the caller to construct
	// a dynamic message for any requested message types or to dynamically invoke
	// an RPC for any requested methods or services.
	Types []string `protobuf:"bytes,4,rep,name=types,proto3" json:"types,omitempty"`
	// If present, this is a commit that the client already has cached. So if the
	// given module version resolves to this same commit, the server should not
	// send back any descriptors since the client already has them.
	//
	// This allows a client to efficiently poll for updates: after the initial RPC
	// to get a schema, the client can cache the descriptors and the resolved
	// commit. It then includes that commit in subsequent requests in this field,
	// and the server will only reply with a schema (and new commit) if/when the
	// resolved commit changes.
	IfNotCommit string `protobuf:"bytes,5,opt,name=if_not_commit,json=ifNotCommit,proto3" json:"if_not_commit,omitempty"`
	// If true, the returned schema will not include extension definitions for custom
	// options that appear on schema elements. When filtering the schema based on the
	// given element names, options on all encountered elements are usually examined
	// as well. But that is not the case if excluding custom options.
	//
	// This flag is ignored if element_names is empty as the entire schema is always
	// returned in that case.
	ExcludeCustomOptions bool `protobuf:"varint,6,opt,name=exclude_custom_options,json=excludeCustomOptions,proto3" json:"exclude_custom_options,omitempty"`
	// If true, the returned schema will not include known extensions for extendable
	// messages for schema elements. If exclude_custom_options is true, such extensions
	// may still be returned if the applicable descriptor options type is part of the
	// requested schema.
	//
	// This flag is ignored if element_names is empty as the entire schema is always
	// returned in that case.
	ExcludeKnownExtensions bool `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetSchemaRequest) GetExcludeCustomOptions

func (x *GetSchemaRequest) GetExcludeCustomOptions() bool

func (*GetSchemaRequest) GetExcludeKnownExtensions

func (x *GetSchemaRequest) GetExcludeKnownExtensions() bool

func (*GetSchemaRequest) GetIfNotCommit

func (x *GetSchemaRequest) GetIfNotCommit() string

func (*GetSchemaRequest) GetOwner

func (x *GetSchemaRequest) GetOwner() string

func (*GetSchemaRequest) GetRepository

func (x *GetSchemaRequest) GetRepository() string

func (*GetSchemaRequest) GetTypes

func (x *GetSchemaRequest) GetTypes() []string

func (*GetSchemaRequest) GetVersion

func (x *GetSchemaRequest) GetVersion() string

func (*GetSchemaRequest) ProtoMessage

func (*GetSchemaRequest) ProtoMessage()

func (*GetSchemaRequest) ProtoReflect

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

func (*GetSchemaRequest) Reset

func (x *GetSchemaRequest) Reset()

func (*GetSchemaRequest) SetExcludeCustomOptions

func (x *GetSchemaRequest) SetExcludeCustomOptions(v bool)

func (*GetSchemaRequest) SetExcludeKnownExtensions

func (x *GetSchemaRequest) SetExcludeKnownExtensions(v bool)

func (*GetSchemaRequest) SetIfNotCommit

func (x *GetSchemaRequest) SetIfNotCommit(v string)

func (*GetSchemaRequest) SetOwner

func (x *GetSchemaRequest) SetOwner(v string)

func (*GetSchemaRequest) SetRepository

func (x *GetSchemaRequest) SetRepository(v string)

func (*GetSchemaRequest) SetTypes

func (x *GetSchemaRequest) SetTypes(v []string)

func (*GetSchemaRequest) SetVersion

func (x *GetSchemaRequest) SetVersion(v string)

func (*GetSchemaRequest) String

func (x *GetSchemaRequest) String() string

type GetSchemaRequest_builder

type GetSchemaRequest_builder struct {

	// The owner of the repo that contains the schema to retrieve (a user name or
	// organization name).
	Owner string
	// The name of the repo that contains the schema to retrieve.
	Repository string
	// Optional version of the repo. If unspecified, defaults to latest version on
	// the repo's "main" branch.
	Version string
	// Zero or more types names. The names may refer to messages, enums, services,
	// methods, or extensions. All names must be fully-qualified. If any name
	// is unknown, the request will fail and no schema will be returned.
	//
	// If no names are provided, the full schema for the module is returned.
	// Otherwise, the resulting schema contains only the named elements and all of
	// their dependencies. This is enough information for the caller to construct
	// a dynamic message for any requested message types or to dynamically invoke
	// an RPC for any requested methods or services.
	Types []string
	// If present, this is a commit that the client already has cached. So if the
	// given module version resolves to this same commit, the server should not
	// send back any descriptors since the client already has them.
	//
	// This allows a client to efficiently poll for updates: after the initial RPC
	// to get a schema, the client can cache the descriptors and the resolved
	// commit. It then includes that commit in subsequent requests in this field,
	// and the server will only reply with a schema (and new commit) if/when the
	// resolved commit changes.
	IfNotCommit string
	// If true, the returned schema will not include extension definitions for custom
	// options that appear on schema elements. When filtering the schema based on the
	// given element names, options on all encountered elements are usually examined
	// as well. But that is not the case if excluding custom options.
	//
	// This flag is ignored if element_names is empty as the entire schema is always
	// returned in that case.
	ExcludeCustomOptions bool
	// If true, the returned schema will not include known extensions for extendable
	// messages for schema elements. If exclude_custom_options is true, such extensions
	// may still be returned if the applicable descriptor options type is part of the
	// requested schema.
	//
	// This flag is ignored if element_names is empty as the entire schema is always
	// returned in that case.
	ExcludeKnownExtensions bool
	// contains filtered or unexported fields
}

func (GetSchemaRequest_builder) Build

type GetSchemaResponse

type GetSchemaResponse struct {

	// The resolved version of the schema. If the requested version was a commit,
	// this value is the same as that. If the requested version referred to a tag
	// or branch, this is the commit for that tag or latest commit for that
	// branch. If the request did not include any version, this is the latest
	// version for the module's main branch.
	Commit string `protobuf:"bytes,1,opt,name=commit,proto3" json:"commit,omitempty"`
	// The schema, which is a set of file descriptors that include the requested elements
	// and their dependencies.
	SchemaFiles *descriptorpb.FileDescriptorSet `protobuf:"bytes,2,opt,name=schema_files,json=schemaFiles,proto3" json:"schema_files,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSchemaResponse) ClearSchemaFiles

func (x *GetSchemaResponse) ClearSchemaFiles()

func (*GetSchemaResponse) GetCommit

func (x *GetSchemaResponse) GetCommit() string

func (*GetSchemaResponse) GetSchemaFiles

func (x *GetSchemaResponse) GetSchemaFiles() *descriptorpb.FileDescriptorSet

func (*GetSchemaResponse) HasSchemaFiles

func (x *GetSchemaResponse) HasSchemaFiles() bool

func (*GetSchemaResponse) ProtoMessage

func (*GetSchemaResponse) ProtoMessage()

func (*GetSchemaResponse) ProtoReflect

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

func (*GetSchemaResponse) Reset

func (x *GetSchemaResponse) Reset()

func (*GetSchemaResponse) SetCommit

func (x *GetSchemaResponse) SetCommit(v string)

func (*GetSchemaResponse) SetSchemaFiles

func (x *GetSchemaResponse) SetSchemaFiles(v *descriptorpb.FileDescriptorSet)

func (*GetSchemaResponse) String

func (x *GetSchemaResponse) String() string

type GetSchemaResponse_builder

type GetSchemaResponse_builder struct {

	// The resolved version of the schema. If the requested version was a commit,
	// this value is the same as that. If the requested version referred to a tag
	// or branch, this is the commit for that tag or latest commit for that
	// branch. If the request did not include any version, this is the latest
	// version for the module's main branch.
	Commit string
	// The schema, which is a set of file descriptors that include the requested elements
	// and their dependencies.
	SchemaFiles *descriptorpb.FileDescriptorSet
	// contains filtered or unexported fields
}

func (GetSchemaResponse_builder) Build

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"`
	// Optional reference (if unspecified, will use the repository's default_branch).
	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) 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) SetOwner

func (x *GetSourceDirectoryInfoRequest) SetOwner(v string)

func (*GetSourceDirectoryInfoRequest) SetReference

func (x *GetSourceDirectoryInfoRequest) SetReference(v string)

func (*GetSourceDirectoryInfoRequest) SetRepository

func (x *GetSourceDirectoryInfoRequest) SetRepository(v string)

func (*GetSourceDirectoryInfoRequest) String

type GetSourceDirectoryInfoRequest_builder

type GetSourceDirectoryInfoRequest_builder struct {
	Owner      string
	Repository string
	// Optional reference (if unspecified, will use the repository's default_branch).
	Reference string
	// contains filtered or unexported fields
}

func (GetSourceDirectoryInfoRequest_builder) Build

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

func (x *GetSourceDirectoryInfoResponse) ClearRoot()

func (*GetSourceDirectoryInfoResponse) GetRoot

func (*GetSourceDirectoryInfoResponse) HasRoot

func (x *GetSourceDirectoryInfoResponse) HasRoot() bool

func (*GetSourceDirectoryInfoResponse) ProtoMessage

func (*GetSourceDirectoryInfoResponse) ProtoMessage()

func (*GetSourceDirectoryInfoResponse) ProtoReflect

func (*GetSourceDirectoryInfoResponse) Reset

func (x *GetSourceDirectoryInfoResponse) Reset()

func (*GetSourceDirectoryInfoResponse) SetRoot

func (*GetSourceDirectoryInfoResponse) String

type GetSourceDirectoryInfoResponse_builder

type GetSourceDirectoryInfoResponse_builder struct {
	Root *FileInfo
	// contains filtered or unexported fields
}

func (GetSourceDirectoryInfoResponse_builder) Build

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"`
	// Optional reference (if unspecified, will use the repository's default_branch).
	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) 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) SetOwner

func (x *GetSourceFileRequest) SetOwner(v string)

func (*GetSourceFileRequest) SetPath

func (x *GetSourceFileRequest) SetPath(v string)

func (*GetSourceFileRequest) SetReference

func (x *GetSourceFileRequest) SetReference(v string)

func (*GetSourceFileRequest) SetRepository

func (x *GetSourceFileRequest) SetRepository(v string)

func (*GetSourceFileRequest) String

func (x *GetSourceFileRequest) String() string

type GetSourceFileRequest_builder

type GetSourceFileRequest_builder struct {
	Owner      string
	Repository string
	// Optional reference (if unspecified, will use the repository's default_branch).
	Reference string
	// the normalized path to the requested file, relative to the root of the module.
	Path string
	// contains filtered or unexported fields
}

func (GetSourceFileRequest_builder) Build

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

func (x *GetSourceFileResponse) SetContent(v []byte)

func (*GetSourceFileResponse) String

func (x *GetSourceFileResponse) String() string

type GetSourceFileResponse_builder

type GetSourceFileResponse_builder struct {

	// content is the content of the file.
	Content []byte
	// contains filtered or unexported fields
}

func (GetSourceFileResponse_builder) Build

type GetSwiftVersionRequest

type GetSwiftVersionRequest struct {

	// The plugin reference to resolve.
	PluginReference *GetRemotePackageVersionPlugin `protobuf:"bytes,1,opt,name=plugin_reference,json=pluginReference,proto3" json:"plugin_reference,omitempty"`
	// The module reference to resolve.
	ModuleReference *LocalModuleReference `protobuf:"bytes,2,opt,name=module_reference,json=moduleReference,proto3" json:"module_reference,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSwiftVersionRequest) ClearModuleReference

func (x *GetSwiftVersionRequest) ClearModuleReference()

func (*GetSwiftVersionRequest) ClearPluginReference

func (x *GetSwiftVersionRequest) ClearPluginReference()

func (*GetSwiftVersionRequest) GetModuleReference

func (x *GetSwiftVersionRequest) GetModuleReference() *LocalModuleReference

func (*GetSwiftVersionRequest) GetPluginReference

func (x *GetSwiftVersionRequest) GetPluginReference() *GetRemotePackageVersionPlugin

func (*GetSwiftVersionRequest) HasModuleReference

func (x *GetSwiftVersionRequest) HasModuleReference() bool

func (*GetSwiftVersionRequest) HasPluginReference

func (x *GetSwiftVersionRequest) HasPluginReference() bool

func (*GetSwiftVersionRequest) ProtoMessage

func (*GetSwiftVersionRequest) ProtoMessage()

func (*GetSwiftVersionRequest) ProtoReflect

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

func (*GetSwiftVersionRequest) Reset

func (x *GetSwiftVersionRequest) Reset()

func (*GetSwiftVersionRequest) SetModuleReference

func (x *GetSwiftVersionRequest) SetModuleReference(v *LocalModuleReference)

func (*GetSwiftVersionRequest) SetPluginReference

func (x *GetSwiftVersionRequest) SetPluginReference(v *GetRemotePackageVersionPlugin)

func (*GetSwiftVersionRequest) String

func (x *GetSwiftVersionRequest) String() string

type GetSwiftVersionRequest_builder

type GetSwiftVersionRequest_builder struct {

	// The plugin reference to resolve.
	PluginReference *GetRemotePackageVersionPlugin
	// The module reference to resolve.
	ModuleReference *LocalModuleReference
	// contains filtered or unexported fields
}

func (GetSwiftVersionRequest_builder) Build

type GetSwiftVersionResponse

type GetSwiftVersionResponse struct {

	// version is the resolved version to be used with the swift registry.
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSwiftVersionResponse) GetVersion

func (x *GetSwiftVersionResponse) GetVersion() string

func (*GetSwiftVersionResponse) ProtoMessage

func (*GetSwiftVersionResponse) ProtoMessage()

func (*GetSwiftVersionResponse) ProtoReflect

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

func (*GetSwiftVersionResponse) Reset

func (x *GetSwiftVersionResponse) Reset()

func (*GetSwiftVersionResponse) SetVersion

func (x *GetSwiftVersionResponse) SetVersion(v string)

func (*GetSwiftVersionResponse) String

func (x *GetSwiftVersionResponse) String() string

type GetSwiftVersionResponse_builder

type GetSwiftVersionResponse_builder struct {

	// version is the resolved version to be used with the swift registry.
	Version string
	// contains filtered or unexported fields
}

func (GetSwiftVersionResponse_builder) Build

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

func (x *GetTokenRequest) SetTokenId(v string)

func (*GetTokenRequest) String

func (x *GetTokenRequest) String() string

type GetTokenRequest_builder

type GetTokenRequest_builder struct {
	TokenId string
	// contains filtered or unexported fields
}

func (GetTokenRequest_builder) Build

type GetTokenResponse

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

func (*GetTokenResponse) ClearToken

func (x *GetTokenResponse) ClearToken()

func (*GetTokenResponse) GetToken

func (x *GetTokenResponse) GetToken() *Token

func (*GetTokenResponse) HasToken

func (x *GetTokenResponse) HasToken() bool

func (*GetTokenResponse) ProtoMessage

func (*GetTokenResponse) ProtoMessage()

func (*GetTokenResponse) ProtoReflect

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

func (*GetTokenResponse) Reset

func (x *GetTokenResponse) Reset()

func (*GetTokenResponse) SetToken

func (x *GetTokenResponse) SetToken(v *Token)

func (*GetTokenResponse) String

func (x *GetTokenResponse) String() string

type GetTokenResponse_builder

type GetTokenResponse_builder struct {
	Token *Token
	// contains filtered or unexported fields
}

func (GetTokenResponse_builder) Build

type GetUniquenessPolicyRequest

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

func (*GetUniquenessPolicyRequest) ProtoMessage

func (*GetUniquenessPolicyRequest) ProtoMessage()

func (*GetUniquenessPolicyRequest) ProtoReflect

func (*GetUniquenessPolicyRequest) Reset

func (x *GetUniquenessPolicyRequest) Reset()

func (*GetUniquenessPolicyRequest) String

func (x *GetUniquenessPolicyRequest) String() string

type GetUniquenessPolicyRequest_builder

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

func (GetUniquenessPolicyRequest_builder) Build

type GetUniquenessPolicyResponse

type GetUniquenessPolicyResponse struct {

	// The current uniqueness policy settings.
	Policy *UniquenessPolicy `protobuf:"bytes,1,opt,name=policy,proto3" json:"policy,omitempty"`
	// Reports the status of the backfill task, which can be executed by the server admin with the
	// RunServerUniquenessBackfillTask RPC.
	BackfillTaskComplete bool `protobuf:"varint,2,opt,name=backfill_task_complete,json=backfillTaskComplete,proto3" json:"backfill_task_complete,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUniquenessPolicyResponse) ClearPolicy

func (x *GetUniquenessPolicyResponse) ClearPolicy()

func (*GetUniquenessPolicyResponse) GetBackfillTaskComplete

func (x *GetUniquenessPolicyResponse) GetBackfillTaskComplete() bool

func (*GetUniquenessPolicyResponse) GetPolicy

func (*GetUniquenessPolicyResponse) HasPolicy

func (x *GetUniquenessPolicyResponse) HasPolicy() bool

func (*GetUniquenessPolicyResponse) ProtoMessage

func (*GetUniquenessPolicyResponse) ProtoMessage()

func (*GetUniquenessPolicyResponse) ProtoReflect

func (*GetUniquenessPolicyResponse) Reset

func (x *GetUniquenessPolicyResponse) Reset()

func (*GetUniquenessPolicyResponse) SetBackfillTaskComplete

func (x *GetUniquenessPolicyResponse) SetBackfillTaskComplete(v bool)

func (*GetUniquenessPolicyResponse) SetPolicy

func (*GetUniquenessPolicyResponse) String

func (x *GetUniquenessPolicyResponse) String() string

type GetUniquenessPolicyResponse_builder

type GetUniquenessPolicyResponse_builder struct {

	// The current uniqueness policy settings.
	Policy *UniquenessPolicy
	// Reports the status of the backfill task, which can be executed by the server admin with the
	// RunServerUniquenessBackfillTask RPC.
	BackfillTaskComplete bool
	// contains filtered or unexported fields
}

func (GetUniquenessPolicyResponse_builder) Build

type GetUserByUsernameRequest

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

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

func (x *GetUserByUsernameRequest) SetUsername(v string)

func (*GetUserByUsernameRequest) String

func (x *GetUserByUsernameRequest) String() string

type GetUserByUsernameRequest_builder

type GetUserByUsernameRequest_builder struct {
	Username string
	// contains filtered or unexported fields
}

func (GetUserByUsernameRequest_builder) Build

type GetUserByUsernameResponse

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

func (*GetUserByUsernameResponse) ClearUser

func (x *GetUserByUsernameResponse) ClearUser()

func (*GetUserByUsernameResponse) GetUser

func (x *GetUserByUsernameResponse) GetUser() *User

func (*GetUserByUsernameResponse) HasUser

func (x *GetUserByUsernameResponse) HasUser() bool

func (*GetUserByUsernameResponse) ProtoMessage

func (*GetUserByUsernameResponse) ProtoMessage()

func (*GetUserByUsernameResponse) ProtoReflect

func (*GetUserByUsernameResponse) Reset

func (x *GetUserByUsernameResponse) Reset()

func (*GetUserByUsernameResponse) SetUser

func (x *GetUserByUsernameResponse) SetUser(v *User)

func (*GetUserByUsernameResponse) String

func (x *GetUserByUsernameResponse) String() string

type GetUserByUsernameResponse_builder

type GetUserByUsernameResponse_builder struct {
	User *User
	// contains filtered or unexported fields
}

func (GetUserByUsernameResponse_builder) Build

type GetUserOrganizationRequest

type GetUserOrganizationRequest struct {

	// The ID of the user whose membership should be retrieved.
	UserId string `protobuf:"bytes,1,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// The ID of the organization.
	OrganizationId string `protobuf:"bytes,2,opt,name=organization_id,json=organizationId,proto3" json:"organization_id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetUserOrganizationRequest) GetOrganizationId

func (x *GetUserOrganizationRequest) GetOrganizationId() string

func (*GetUserOrganizationRequest) GetUserId

func (x *GetUserOrganizationRequest) GetUserId() string

func (*GetUserOrganizationRequest) ProtoMessage

func (*GetUserOrganizationRequest) ProtoMessage()

func (*GetUserOrganizationRequest) ProtoReflect

func (*GetUserOrganizationRequest) Reset

func (x *GetUserOrganizationRequest) Reset()

func (*GetUserOrganizationRequest) SetOrganizationId

func (x *GetUserOrganizationRequest) SetOrganizationId(v string)

func (*GetUserOrganizationRequest) SetUserId

func (x *GetUserOrganizationRequest) SetUserId(v string)

func (*GetUserOrganizationRequest) String

func (x *GetUserOrganizationRequest) String() string

type GetUserOrganizationRequest_builder

type GetUserOrganizationRequest_builder struct {

	// The ID of the user whose membership should be retrieved.
	UserId string
	// The ID of the organization.
	OrganizationId string
	// contains filtered or unexported fields
}

func (GetUserOrganizationRequest_builder) Build

type GetUserOrganizationResponse

type GetUserOrganizationResponse struct {
	OrganizationMembership *OrganizationMembership `` /* 127-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetUserOrganizationResponse) ClearOrganizationMembership

func (x *GetUserOrganizationResponse) ClearOrganizationMembership()

func (*GetUserOrganizationResponse) GetOrganizationMembership

func (x *GetUserOrganizationResponse) GetOrganizationMembership() *OrganizationMembership

func (*GetUserOrganizationResponse) HasOrganizationMembership

func (x *GetUserOrganizationResponse) HasOrganizationMembership() bool

func (*GetUserOrganizationResponse) ProtoMessage

func (*GetUserOrganizationResponse) ProtoMessage()

func (*GetUserOrganizationResponse) ProtoReflect

func (*GetUserOrganizationResponse) Reset

func (x *GetUserOrganizationResponse) Reset()

func (*GetUserOrganizationResponse) SetOrganizationMembership

func (x *GetUserOrganizationResponse) SetOrganizationMembership(v *OrganizationMembership)

func (*GetUserOrganizationResponse) String

func (x *GetUserOrganizationResponse) String() string

type GetUserOrganizationResponse_builder

type GetUserOrganizationResponse_builder struct {
	OrganizationMembership *OrganizationMembership
	// contains filtered or unexported fields
}

func (GetUserOrganizationResponse_builder) Build

type GetUserRequest

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

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

func (x *GetUserRequest) SetId(v string)

func (*GetUserRequest) String

func (x *GetUserRequest) String() string

type GetUserRequest_builder

type GetUserRequest_builder struct {
	Id string
	// contains filtered or unexported fields
}

func (GetUserRequest_builder) Build

type GetUserResponse

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

func (*GetUserResponse) ClearUser

func (x *GetUserResponse) ClearUser()

func (*GetUserResponse) GetUser

func (x *GetUserResponse) GetUser() *User

func (*GetUserResponse) HasUser

func (x *GetUserResponse) HasUser() bool

func (*GetUserResponse) ProtoMessage

func (*GetUserResponse) ProtoMessage()

func (*GetUserResponse) ProtoReflect

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

func (*GetUserResponse) Reset

func (x *GetUserResponse) Reset()

func (*GetUserResponse) SetUser

func (x *GetUserResponse) SetUser(v *User)

func (*GetUserResponse) String

func (x *GetUserResponse) String() string

type GetUserResponse_builder

type GetUserResponse_builder struct {
	User *User
	// contains filtered or unexported fields
}

func (GetUserResponse_builder) Build

type GitCommitInformation

type GitCommitInformation struct {

	// Hash is the SHA1 hash of the git commit.
	Hash string `protobuf:"bytes,1,opt,name=hash,proto3" json:"hash,omitempty"`
	// Author is metadata associated with the author of the git commit.
	// This may not always be available, so it is not always populated.
	Author *GitIdentity `protobuf:"bytes,2,opt,name=author,proto3" json:"author,omitempty"`
	// Committer is the metadata associated with the committer of the git commit.
	// This may not always be available, so it is not always populated.
	Committer *GitIdentity `protobuf:"bytes,3,opt,name=committer,proto3" json:"committer,omitempty"`
	// contains filtered or unexported fields
}

GitCommitInformation is the information associated with a Git commit. This always includes the hash. The author and/or committer user identities are included when available.

func (*GitCommitInformation) ClearAuthor

func (x *GitCommitInformation) ClearAuthor()

func (*GitCommitInformation) ClearCommitter

func (x *GitCommitInformation) ClearCommitter()

func (*GitCommitInformation) GetAuthor

func (x *GitCommitInformation) GetAuthor() *GitIdentity

func (*GitCommitInformation) GetCommitter

func (x *GitCommitInformation) GetCommitter() *GitIdentity

func (*GitCommitInformation) GetHash

func (x *GitCommitInformation) GetHash() string

func (*GitCommitInformation) HasAuthor

func (x *GitCommitInformation) HasAuthor() bool

func (*GitCommitInformation) HasCommitter

func (x *GitCommitInformation) HasCommitter() bool

func (*GitCommitInformation) ProtoMessage

func (*GitCommitInformation) ProtoMessage()

func (*GitCommitInformation) ProtoReflect

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

func (*GitCommitInformation) Reset

func (x *GitCommitInformation) Reset()

func (*GitCommitInformation) SetAuthor

func (x *GitCommitInformation) SetAuthor(v *GitIdentity)

func (*GitCommitInformation) SetCommitter

func (x *GitCommitInformation) SetCommitter(v *GitIdentity)

func (*GitCommitInformation) SetHash

func (x *GitCommitInformation) SetHash(v string)

func (*GitCommitInformation) String

func (x *GitCommitInformation) String() string

type GitCommitInformation_builder

type GitCommitInformation_builder struct {

	// Hash is the SHA1 hash of the git commit.
	Hash string
	// Author is metadata associated with the author of the git commit.
	// This may not always be available, so it is not always populated.
	Author *GitIdentity
	// Committer is the metadata associated with the committer of the git commit.
	// This may not always be available, so it is not always populated.
	Committer *GitIdentity
	// contains filtered or unexported fields
}

func (GitCommitInformation_builder) Build

type GitIdentity

type GitIdentity struct {

	// Name is the name of the Git identity. This is not the BSR user's username.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Email is the email of the Git identity. This is not the BSR user's email.
	Email string `protobuf:"bytes,2,opt,name=email,proto3" json:"email,omitempty"`
	// Time is the time at which this identity was captured.
	Time *timestamppb.Timestamp `protobuf:"bytes,3,opt,name=time,proto3" json:"time,omitempty"`
	// contains filtered or unexported fields
}

GitIdentity is a Git user identity, typically either an author or a committer.

func (*GitIdentity) ClearTime

func (x *GitIdentity) ClearTime()

func (*GitIdentity) GetEmail

func (x *GitIdentity) GetEmail() string

func (*GitIdentity) GetName

func (x *GitIdentity) GetName() string

func (*GitIdentity) GetTime

func (x *GitIdentity) GetTime() *timestamppb.Timestamp

func (*GitIdentity) HasTime

func (x *GitIdentity) HasTime() bool

func (*GitIdentity) ProtoMessage

func (*GitIdentity) ProtoMessage()

func (*GitIdentity) ProtoReflect

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

func (*GitIdentity) Reset

func (x *GitIdentity) Reset()

func (*GitIdentity) SetEmail

func (x *GitIdentity) SetEmail(v string)

func (*GitIdentity) SetName

func (x *GitIdentity) SetName(v string)

func (*GitIdentity) SetTime

func (x *GitIdentity) SetTime(v *timestamppb.Timestamp)

func (*GitIdentity) String

func (x *GitIdentity) String() string

type GitIdentity_builder

type GitIdentity_builder struct {

	// Name is the name of the Git identity. This is not the BSR user's username.
	Name string
	// Email is the email of the Git identity. This is not the BSR user's email.
	Email string
	// Time is the time at which this identity was captured.
	Time *timestamppb.Timestamp
	// contains filtered or unexported fields
}

func (GitIdentity_builder) Build

func (b0 GitIdentity_builder) Build() *GitIdentity

type GithubAppConfig

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

func (*GithubAppConfig) GetAppId

func (x *GithubAppConfig) GetAppId() string

func (*GithubAppConfig) ProtoMessage

func (*GithubAppConfig) ProtoMessage()

func (*GithubAppConfig) ProtoReflect

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

func (*GithubAppConfig) Reset

func (x *GithubAppConfig) Reset()

func (*GithubAppConfig) SetAppId

func (x *GithubAppConfig) SetAppId(v string)

func (*GithubAppConfig) String

func (x *GithubAppConfig) String() string

type GithubAppConfig_builder

type GithubAppConfig_builder struct {
	AppId string
	// contains filtered or unexported fields
}

func (GithubAppConfig_builder) Build

type GoConfig

type GoConfig struct {

	// Optionally define the runtime libraries for the plugin.
	RuntimeLibraries []*GoConfig_RuntimeLibrary `protobuf:"bytes,1,rep,name=runtime_libraries,json=runtimeLibraries,proto3" json:"runtime_libraries,omitempty"`
	// The minimum Go version required by the plugin.
	MinimumVersion string `protobuf:"bytes,2,opt,name=minimum_version,json=minimumVersion,proto3" json:"minimum_version,omitempty"`
	// Optionally specifies an alternate base plugin like "remote/org/go-multi" instead of the default
	// "remote/protocolbuffers/go". If provided, the name must match one of the plugin dependencies in
	// the top-level deps field.
	//
	// This affects how imports are resolved - the specified plugin's import path will be used as the
	// base path for all generated code, replacing the default protocolbuffers/go import paths. Used
	// when depending on non-default BSR plugins.
	BasePlugin string `protobuf:"bytes,3,opt,name=base_plugin,json=basePlugin,proto3" json:"base_plugin,omitempty"`
	// contains filtered or unexported fields
}

GoConfig is the configuration for a Go plugin.

func (*GoConfig) GetBasePlugin

func (x *GoConfig) GetBasePlugin() string

func (*GoConfig) GetMinimumVersion

func (x *GoConfig) GetMinimumVersion() string

func (*GoConfig) GetRuntimeLibraries

func (x *GoConfig) GetRuntimeLibraries() []*GoConfig_RuntimeLibrary

func (*GoConfig) ProtoMessage

func (*GoConfig) ProtoMessage()

func (*GoConfig) ProtoReflect

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

func (*GoConfig) Reset

func (x *GoConfig) Reset()

func (*GoConfig) SetBasePlugin

func (x *GoConfig) SetBasePlugin(v string)

func (*GoConfig) SetMinimumVersion

func (x *GoConfig) SetMinimumVersion(v string)

func (*GoConfig) SetRuntimeLibraries

func (x *GoConfig) SetRuntimeLibraries(v []*GoConfig_RuntimeLibrary)

func (*GoConfig) String

func (x *GoConfig) String() string

type GoConfig_RuntimeLibrary

type GoConfig_RuntimeLibrary struct {

	// The name of the runtime library module, i.e. "google.golang.org/protobuf".
	Module string `protobuf:"bytes,1,opt,name=module,proto3" json:"module,omitempty"`
	// The version of the runtime library, i.e. "v1.27.1".
	Version string `protobuf:"bytes,2,opt,name=version,proto3" json:"version,omitempty"`
	// contains filtered or unexported fields
}

RuntimeLibrary describes the runtime library dependency of the generated code.

func (*GoConfig_RuntimeLibrary) GetModule

func (x *GoConfig_RuntimeLibrary) GetModule() string

func (*GoConfig_RuntimeLibrary) GetVersion

func (x *GoConfig_RuntimeLibrary) GetVersion() string

func (*GoConfig_RuntimeLibrary) ProtoMessage

func (*GoConfig_RuntimeLibrary) ProtoMessage()

func (*GoConfig_RuntimeLibrary) ProtoReflect

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

func (*GoConfig_RuntimeLibrary) Reset

func (x *GoConfig_RuntimeLibrary) Reset()

func (*GoConfig_RuntimeLibrary) SetModule

func (x *GoConfig_RuntimeLibrary) SetModule(v string)

func (*GoConfig_RuntimeLibrary) SetVersion

func (x *GoConfig_RuntimeLibrary) SetVersion(v string)

func (*GoConfig_RuntimeLibrary) String

func (x *GoConfig_RuntimeLibrary) String() string

type GoConfig_RuntimeLibrary_builder

type GoConfig_RuntimeLibrary_builder struct {

	// The name of the runtime library module, i.e. "google.golang.org/protobuf".
	Module string
	// The version of the runtime library, i.e. "v1.27.1".
	Version string
	// contains filtered or unexported fields
}

func (GoConfig_RuntimeLibrary_builder) Build

type GoConfig_builder

type GoConfig_builder struct {

	// Optionally define the runtime libraries for the plugin.
	RuntimeLibraries []*GoConfig_RuntimeLibrary
	// The minimum Go version required by the plugin.
	MinimumVersion string
	// Optionally specifies an alternate base plugin like "remote/org/go-multi" instead of the default
	// "remote/protocolbuffers/go". If provided, the name must match one of the plugin dependencies in
	// the top-level deps field.
	//
	// This affects how imports are resolved - the specified plugin's import path will be used as the
	// base path for all generated code, replacing the default protocolbuffers/go import paths. Used
	// when depending on non-default BSR plugins.
	BasePlugin string
	// contains filtered or unexported fields
}

func (GoConfig_builder) Build

func (b0 GoConfig_builder) Build() *GoConfig

type ImageMask

type ImageMask int32

ImageMask is used in GetImageRequest to specify which parts of an image should be masked in responses.

const (
	ImageMask_IMAGE_MASK_UNSPECIFIED ImageMask = 0
	// IMAGE_MASK_MESSAGES refers to ImageFile's `google.protobuf.DescriptorProto
	// message_type` field.
	ImageMask_IMAGE_MASK_MESSAGES ImageMask = 1
	// IMAGE_MASK_ENUMS refers to ImageFile's `google.protobuf.EnumDescriptorProto
	// enum_type` field.
	ImageMask_IMAGE_MASK_ENUMS ImageMask = 2
	// IMAGE_MASK_SERVICES refers to ImageFile's
	// `google.protobuf.ServiceDescriptorProto service` field.
	ImageMask_IMAGE_MASK_SERVICES ImageMask = 3
)

func (ImageMask) Descriptor

func (ImageMask) Descriptor() protoreflect.EnumDescriptor

func (ImageMask) Enum

func (x ImageMask) Enum() *ImageMask

func (ImageMask) Number

func (x ImageMask) Number() protoreflect.EnumNumber

func (ImageMask) String

func (x ImageMask) String() string

func (ImageMask) Type

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

func (x *ImportModuleRef) SetCommit(v string)

func (*ImportModuleRef) SetOwner

func (x *ImportModuleRef) SetOwner(v string)

func (*ImportModuleRef) SetPackageName

func (x *ImportModuleRef) SetPackageName(v string)

func (*ImportModuleRef) SetRemote

func (x *ImportModuleRef) SetRemote(v string)

func (*ImportModuleRef) SetRepository

func (x *ImportModuleRef) SetRepository(v string)

func (*ImportModuleRef) String

func (x *ImportModuleRef) String() string

type ImportModuleRef_builder

type ImportModuleRef_builder struct {
	Remote     string
	Owner      string
	Repository string
	// the commit is based on the module commit of the imported type provided
	// by the image.
	Commit      string
	PackageName string
	// contains filtered or unexported fields
}

func (ImportModuleRef_builder) Build

type JSONOutputOptions

type JSONOutputOptions struct {

	// Enum fields will be emitted as numeric values. If false (the default), enum
	// fields are emitted as strings that are the enum values' names.
	UseEnumNumbers bool `protobuf:"varint,3,opt,name=use_enum_numbers,json=useEnumNumbers,proto3" json:"use_enum_numbers,omitempty"`
	// Includes fields that have their default values. This applies only to fields
	// defined in proto3 syntax that have no explicit "optional" keyword. Other
	// optional fields will be included if present in the input data.
	IncludeDefaults bool `protobuf:"varint,4,opt,name=include_defaults,json=includeDefaults,proto3" json:"include_defaults,omitempty"`
	// contains filtered or unexported fields
}

func (*JSONOutputOptions) GetIncludeDefaults

func (x *JSONOutputOptions) GetIncludeDefaults() bool

func (*JSONOutputOptions) GetUseEnumNumbers

func (x *JSONOutputOptions) GetUseEnumNumbers() bool

func (*JSONOutputOptions) ProtoMessage

func (*JSONOutputOptions) ProtoMessage()

func (*JSONOutputOptions) ProtoReflect

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

func (*JSONOutputOptions) Reset

func (x *JSONOutputOptions) Reset()

func (*JSONOutputOptions) SetIncludeDefaults

func (x *JSONOutputOptions) SetIncludeDefaults(v bool)

func (*JSONOutputOptions) SetUseEnumNumbers

func (x *JSONOutputOptions) SetUseEnumNumbers(v bool)

func (*JSONOutputOptions) String

func (x *JSONOutputOptions) String() string

type JSONOutputOptions_builder

type JSONOutputOptions_builder struct {

	// Enum fields will be emitted as numeric values. If false (the default), enum
	// fields are emitted as strings that are the enum values' names.
	UseEnumNumbers bool
	// Includes fields that have their default values. This applies only to fields
	// defined in proto3 syntax that have no explicit "optional" keyword. Other
	// optional fields will be included if present in the input data.
	IncludeDefaults bool
	// contains filtered or unexported fields
}

func (JSONOutputOptions_builder) Build

type ListCuratedPluginsRequest

type ListCuratedPluginsRequest 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"`
	// If true, will only return plugins which support remote packages (registry_type is set).
	SupportsRemotePackages bool `` /* 130-byte string literal not displayed */
	// If true, will include deprecated plugins.
	IncludeDeprecated bool `protobuf:"varint,5,opt,name=include_deprecated,json=includeDeprecated,proto3" json:"include_deprecated,omitempty"`
	// contains filtered or unexported fields
}

func (*ListCuratedPluginsRequest) GetIncludeDeprecated

func (x *ListCuratedPluginsRequest) GetIncludeDeprecated() bool

func (*ListCuratedPluginsRequest) GetPageSize

func (x *ListCuratedPluginsRequest) GetPageSize() uint32

func (*ListCuratedPluginsRequest) GetPageToken

func (x *ListCuratedPluginsRequest) GetPageToken() string

func (*ListCuratedPluginsRequest) GetReverse

func (x *ListCuratedPluginsRequest) GetReverse() bool

func (*ListCuratedPluginsRequest) GetSupportsRemotePackages

func (x *ListCuratedPluginsRequest) GetSupportsRemotePackages() bool

func (*ListCuratedPluginsRequest) ProtoMessage

func (*ListCuratedPluginsRequest) ProtoMessage()

func (*ListCuratedPluginsRequest) ProtoReflect

func (*ListCuratedPluginsRequest) Reset

func (x *ListCuratedPluginsRequest) Reset()

func (*ListCuratedPluginsRequest) SetIncludeDeprecated

func (x *ListCuratedPluginsRequest) SetIncludeDeprecated(v bool)

func (*ListCuratedPluginsRequest) SetPageSize

func (x *ListCuratedPluginsRequest) SetPageSize(v uint32)

func (*ListCuratedPluginsRequest) SetPageToken

func (x *ListCuratedPluginsRequest) SetPageToken(v string)

func (*ListCuratedPluginsRequest) SetReverse

func (x *ListCuratedPluginsRequest) SetReverse(v bool)

func (*ListCuratedPluginsRequest) SetSupportsRemotePackages

func (x *ListCuratedPluginsRequest) SetSupportsRemotePackages(v bool)

func (*ListCuratedPluginsRequest) String

func (x *ListCuratedPluginsRequest) String() string

type ListCuratedPluginsRequest_builder

type ListCuratedPluginsRequest_builder struct {
	PageSize uint32
	// The first page is returned if this is empty.
	PageToken string
	Reverse   bool
	// If true, will only return plugins which support remote packages (registry_type is set).
	SupportsRemotePackages bool
	// If true, will include deprecated plugins.
	IncludeDeprecated bool
	// contains filtered or unexported fields
}

func (ListCuratedPluginsRequest_builder) Build

type ListCuratedPluginsResponse

type ListCuratedPluginsResponse struct {
	Plugins []*CuratedPlugin `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 (*ListCuratedPluginsResponse) GetNextPageToken

func (x *ListCuratedPluginsResponse) GetNextPageToken() string

func (*ListCuratedPluginsResponse) GetPlugins

func (x *ListCuratedPluginsResponse) GetPlugins() []*CuratedPlugin

func (*ListCuratedPluginsResponse) ProtoMessage

func (*ListCuratedPluginsResponse) ProtoMessage()

func (*ListCuratedPluginsResponse) ProtoReflect

func (*ListCuratedPluginsResponse) Reset

func (x *ListCuratedPluginsResponse) Reset()

func (*ListCuratedPluginsResponse) SetNextPageToken

func (x *ListCuratedPluginsResponse) SetNextPageToken(v string)

func (*ListCuratedPluginsResponse) SetPlugins

func (x *ListCuratedPluginsResponse) SetPlugins(v []*CuratedPlugin)

func (*ListCuratedPluginsResponse) String

func (x *ListCuratedPluginsResponse) String() string

type ListCuratedPluginsResponse_builder

type ListCuratedPluginsResponse_builder struct {
	Plugins []*CuratedPlugin
	// There are no more pages if this is empty.
	NextPageToken string
	// contains filtered or unexported fields
}

func (ListCuratedPluginsResponse_builder) Build

type ListManageableRepositoryRolesRequest

type ListManageableRepositoryRolesRequest struct {

	// The ID of the repository for which to check
	// which roles should be displayed as manageable.
	RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListManageableRepositoryRolesRequest) GetRepositoryId

func (x *ListManageableRepositoryRolesRequest) GetRepositoryId() string

func (*ListManageableRepositoryRolesRequest) ProtoMessage

func (*ListManageableRepositoryRolesRequest) ProtoMessage()

func (*ListManageableRepositoryRolesRequest) ProtoReflect

func (*ListManageableRepositoryRolesRequest) Reset

func (*ListManageableRepositoryRolesRequest) SetRepositoryId

func (x *ListManageableRepositoryRolesRequest) SetRepositoryId(v string)

func (*ListManageableRepositoryRolesRequest) String

type ListManageableRepositoryRolesRequest_builder

type ListManageableRepositoryRolesRequest_builder struct {

	// The ID of the repository for which to check
	// which roles should be displayed as manageable.
	RepositoryId string
	// contains filtered or unexported fields
}

func (ListManageableRepositoryRolesRequest_builder) Build

type ListManageableRepositoryRolesResponse

type ListManageableRepositoryRolesResponse struct {

	// The list of roles that should be displayed
	// to the user as manageable.
	Roles []RepositoryRole `protobuf:"varint,1,rep,packed,name=roles,proto3,enum=buf.alpha.registry.v1alpha1.RepositoryRole" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ListManageableRepositoryRolesResponse) GetRoles

func (*ListManageableRepositoryRolesResponse) ProtoMessage

func (*ListManageableRepositoryRolesResponse) ProtoMessage()

func (*ListManageableRepositoryRolesResponse) ProtoReflect

func (*ListManageableRepositoryRolesResponse) Reset

func (*ListManageableRepositoryRolesResponse) SetRoles

func (*ListManageableRepositoryRolesResponse) String

type ListManageableRepositoryRolesResponse_builder

type ListManageableRepositoryRolesResponse_builder struct {

	// The list of roles that should be displayed
	// to the user as manageable.
	Roles []RepositoryRole
	// contains filtered or unexported fields
}

func (ListManageableRepositoryRolesResponse_builder) Build

type ListManageableUserRepositoryRolesRequest

type ListManageableUserRepositoryRolesRequest struct {

	// The ID of the repository for which to check
	// which roles should be displayed as manageable.
	RepositoryId string `protobuf:"bytes,1,opt,name=repository_id,json=repositoryId,proto3" json:"repository_id,omitempty"`
	// The ID of the target user for which to check
	// which roles are manageable.
	UserId string `protobuf:"bytes,2,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

func (*ListManageableUserRepositoryRolesRequest) GetRepositoryId

func (x *ListManageableUserRepositoryRolesRequest) GetRepositoryId() string

func (*ListManageableUserRepositoryRolesRequest) GetUserId

func (*ListManageableUserRepositoryRolesRequest) ProtoMessage

func (*ListManageableUserRepositoryRolesRequest) ProtoReflect

func (*ListManageableUserRepositoryRolesRequest) Reset

func (*ListManageableUserRepositoryRolesRequest) SetRepositoryId

func (x *ListManageableUserRepositoryRolesRequest) SetRepositoryId(v string)

func (*ListManageableUserRepositoryRolesRequest) SetUserId

func (*ListManageableUserRepositoryRolesRequest) String

type ListManageableUserRepositoryRolesRequest_builder

type ListManageableUserRepositoryRolesRequest_builder struct {

	// The ID of the repository for which to check
	// which roles should be displayed as manageable.
	RepositoryId string
	// The ID of the target user for which to check
	// which roles are manageable.
	UserId string
	// contains filtered or unexported fields
}

func (ListManageableUserRepositoryRolesRequest_builder) Build

type ListManageableUserRepositoryRolesResponse

type ListManageableUserRepositoryRolesResponse struct {

	// The list of roles that should be displayed
	// to the user as manageable.
	Roles []RepositoryRole `protobuf:"varint,1,rep,packed,name=roles,proto3,enum=buf.alpha.registry.v1alpha1.RepositoryRole" json:"roles,omitempty"`
	// contains filtered or unexported fields
}

func (*ListManageableUserRepositoryRolesResponse) GetRoles

func (*ListManageableUserRepositoryRolesResponse) ProtoMessage

func (*ListManageableUserRepositoryRolesResponse) ProtoReflect

func (*ListManageableUserRepositoryRolesResponse) Reset

func (*ListManageableUserRepositoryRolesResponse) SetRoles

func (*ListManageableUserRepositoryRolesResponse) String

type ListManageableUserRepositoryRolesResponse_builder

type ListManageableUserRepositoryRolesResponse_builder struct {

	// The list of roles that should be displayed
	// to the user as manageable.
	Roles []RepositoryRole
	// contains filtered or unexported fields
}

func (ListManageableUserRepositoryRolesResponse_builder) Build

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

func (x *ListOrganizationRepositoriesRequest) SetOrganizationId(v string)

func (*ListOrganizationRepositoriesRequest) SetPageSize

func (x *ListOrganizationRepositoriesRequest) SetPageSize(v uint32)

func (*ListOrganizationRepositoriesRequest) SetPageToken

func (x *ListOrganizationRepositoriesRequest) SetPageToken(v string)

func (*ListOrganizationRepositoriesRequest) SetReverse

func (x *ListOrganizationRepositoriesRequest) SetReverse(v bool)

func (*ListOrganizationRepositoriesRequest) String

type ListOrganizationRepositoriesRequest_builder

type ListOrganizationRepositoriesRequest_builder struct {

	// The ID of the organization whose repositories should be listed.
	OrganizationId string
	PageSize       uint32
	// The first page is returned if this is empty.
	PageToken string
	Reverse   bool
	// contains filtered or unexported fields
}

func (ListOrganizationRepositoriesRequest_builder) Build

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

func (x *ListOrganizationRepositoriesResponse) SetNextPageToken(v string)

func (*ListOrganizationRepositoriesResponse) SetRepositories

func (x *ListOrganizationRepositoriesResponse) SetRepositories(v []*Repository)

func (*ListOrganizationRepositoriesResponse) String

type ListOrganizationRepositoriesResponse_builder

type ListOrganizationRepositoriesResponse_builder struct {
	Repositories []*Repository
	// There are no more pages if this is empty.
	NextPageToken string
	// contains filtered or unexported fields
}

func (ListOrganizationRepositoriesResponse_builder) Build

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

func (x *ListOrganizationUsersRequest) SetOrganizationId(v string)

func (*ListOrganizationUsersRequest) SetPageSize

func (x *ListOrganizationUsersRequest) SetPageSize(v uint32)

func (*ListOrganizationUsersRequest) SetPageToken

func (x *ListOrganizationUsersRequest) SetPageToken(v string)

func (*ListOrganizationUsersRequest) SetReverse

func (x *ListOrganizationUsersRequest) SetReverse(v bool)

func (*ListOrganizationUsersRequest) String

type ListOrganizationUsersRequest_builder

type ListOrganizationUsersRequest_builder struct {
	OrganizationId string
	PageSize       uint32
	// The first page is returned if this is empty.
	PageToken string
	Reverse   bool
	// contains filtered or unexported fields
}

func (ListOrganizationUsersRequest_builder) Build

type ListOrganizationUsersResponse

type ListOrganizationUsersResponse struct {
	Users []*OrganizationUser `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) GetNextPageToken

func (x *ListOrganizationUsersResponse) GetNextPageToken() string

func (*ListOrganizationUsersResponse) GetUsers

func (*ListOrganizationUsersResponse) ProtoMessage

func (*ListOrganizationUsersResponse) ProtoMessage()

func (*ListOrganizationUsersResponse) ProtoReflect

func (*ListOrganizationUsersResponse) Reset

func (x *ListOrganizationUsersResponse) Reset()

func (*ListOrganizationUsersResponse) SetNextPageToken

func (x *ListOrganizationUsersResponse) SetNextPageToken(v string)

func (*ListOrganizationUsersResponse) SetUsers

func (*ListOrganizationUsersResponse) String

type ListOrganizationUsersResponse_builder

type ListOrganizationUsersResponse_builder struct {
	Users []*OrganizationUser
	// There are no more pages if this is empty.
	NextPageToken string
	// contains filtered or unexported fields
}

func (ListOrganizationUsersResponse_builder) Build

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

func (x *ListOrganizationsRequest) SetPageSize(v uint32)

func (*ListOrganizationsRequest) SetPageToken

func (x *ListOrganizationsRequest) SetPageToken(v string)

func (*ListOrganizationsRequest) SetReverse

func (x *ListOrganizationsRequest) SetReverse(v bool)

func (*ListOrganizationsRequest) String

func (x *ListOrganizationsRequest) String() string

type ListOrganizationsRequest_builder

type ListOrganizationsRequest_builder struct {
	PageSize uint32
	// The first page is returned if this is empty.
	PageToken string
	Reverse   bool
	// contains filtered or unexported fields
}

func (ListOrganizationsRequest_builder) Build

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

func (x *ListOrganizationsResponse) SetNextPageToken(v string)

func (*ListOrganizationsResponse) SetOrganizations

func (x *ListOrganizationsResponse) SetOrganizations(v []*Organization)

func (*ListOrganizationsResponse) String

func (x *ListOrganizationsResponse) String() string

type ListOrganizationsResponse_builder

type ListOrganizationsResponse_builder struct {
	Organizations []*Organization
	// There are no more pages if this is empty.
	NextPageToken string
	// contains filtered or unexported fields
}

func (ListOrganizationsResponse_builder) Build

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

func (x *ListRepositoriesRequest) SetPageSize(v uint32)

func (*ListRepositoriesRequest) SetPageToken

func (x *ListRepositoriesRequest) SetPageToken(v string)

func (*ListRepositoriesRequest) SetReverse

func (x *ListRepositoriesRequest) SetReverse(v bool)

func (*ListRepositoriesRequest) String

func (x *ListRepositoriesRequest) String() string

type ListRepositoriesRequest_builder

type ListRepositoriesRequest_builder struct {
	PageSize uint32
	// The first page is returned if this is empty.
	PageToken string
	Reverse   bool
	// contains filtered or unexported fields
}

func (ListRepositoriesRequest_builder) Build

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

func (x *ListRepositoriesResponse) SetNextPageToken(v string)

func (*ListRepositoriesResponse) SetRepositories

func (x *ListRepositoriesResponse) SetRepositories(v []*Repository)

func (*ListRepositoriesResponse) String

func (x *ListRepositoriesResponse) String() string

type ListRepositoriesResponse_builder

type ListRepositoriesResponse_builder struct {
	Repositories []*Repository
	// There are no more pages if this is empty.
	NextPageToken string
	// contains filtered or unexported fields
}

func (ListRepositoriesResponse_builder) Build

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

func (x *ListRepositoriesUserCanAccessRequest) SetPageSize(v uint32)

func (*ListRepositoriesUserCanAccessRequest) SetPageToken

func (x *ListRepositoriesUserCanAccessRequest) SetPageToken(v string)

func (*ListRepositoriesUserCanAccessRequest) SetReverse

func (x *ListRepositoriesUserCanAccessRequest) SetReverse(v bool)

func (*ListRepositoriesUserCanAccessRequest) String

type ListRepositoriesUserCanAccessRequest_builder

type ListRepositoriesUserCanAccessRequest_builder struct {
	PageSize uint32
	// The first page is returned if this is empty.
	PageToken string
	Reverse   bool
	// contains filtered or unexported fields
}

func (ListRepositoriesUserCanAccessRequest_builder) Build

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

func (x *ListRepositoriesUserCanAccessResponse) SetNextPageToken(v string)

func (*ListRepositoriesUserCanAccessResponse) SetRepositories

func (x *ListRepositoriesUserCanAccessResponse) SetRepositories(v []*Repository)

func (*ListRepositoriesUserCanAccessResponse) String

type ListRepositoriesUserCanAccessResponse_builder

type ListRepositoriesUserCanAccessResponse_builder struct {
	Repositories []*Repository
	// There are no more pages if this is empty.
	NextPageToken string
	// contains filtered or unexported fields
}

func (ListRepositoriesUserCanAccessResponse_builder) Build

type ListRepositoryBranchesByReferenceRequest

type ListRepositoryBranchesByReferenceRequest 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"`
	// The reference by which to filter the returned branches.
	//
	// Types that are valid to be assigned to Reference:
	//
	//	*ListRepositoryBranchesByReferenceRequest_CommitName
	//	*ListRepositoryBranchesByReferenceRequest_VcsCommitHash
	Reference isListRepositoryBranchesByReferenceRequest_Reference `protobuf_oneof:"reference"`
	// contains filtered or unexported fields
}

func (*ListRepositoryBranchesByReferenceRequest) ClearCommitName

func (x *ListRepositoryBranchesByReferenceRequest) ClearCommitName()

func (*ListRepositoryBranchesByReferenceRequest) ClearReference

func (x *ListRepositoryBranchesByReferenceRequest) ClearReference()

func (*ListRepositoryBranchesByReferenceRequest) ClearVcsCommitHash

func (x *ListRepositoryBranchesByReferenceRequest) ClearVcsCommitHash()

func (*ListRepositoryBranchesByReferenceRequest) GetCommitName

func (*ListRepositoryBranchesByReferenceRequest) GetPageSize

func (*ListRepositoryBranchesByReferenceRequest) GetPageToken

func (*ListRepositoryBranchesByReferenceRequest) GetReference

func (x *ListRepositoryBranchesByReferenceRequest) GetReference() isListRepositoryBranchesByReferenceRequest_Reference

func (*ListRepositoryBranchesByReferenceRequest) GetRepositoryId

func (x *ListRepositoryBranchesByReferenceRequest) GetRepositoryId() string

func (*ListRepositoryBranchesByReferenceRequest) GetVcsCommitHash

func (x *ListRepositoryBranchesByReferenceRequest) GetVcsCommitHash() string

func (*ListRepositoryBranchesByReferenceRequest) HasCommitName

func (*ListRepositoryBranchesByReferenceRequest) HasReference

func (*ListRepositoryBranchesByReferenceRequest) HasVcsCommitHash

func (x *ListRepositoryBranchesByReferenceRequest) HasVcsCommitHash() bool

func (*ListRepositoryBranchesByReferenceRequest) ProtoMessage

func (*ListRepositoryBranchesByReferenceRequest) ProtoReflect

func (*ListRepositoryBranchesByReferenceRequest) Reset

func (*ListRepositoryBranchesByReferenceRequest) SetCommitName

func (*ListRepositoryBranchesByReferenceRequest) SetPageSize

func (*ListRepositoryBranchesByReferenceRequest) SetPageToken

func (*ListRepositoryBranchesByReferenceRequest) SetRepositoryId

func (x *ListRepositoryBranchesByReferenceRequest) SetRepositoryId(v string)

func (*ListRepositoryBranchesByReferenceRequest) SetVcsCommitHash

func (x *ListRepositoryBranchesByReferenceRequest) SetVcsCommitHash(v string)

func (*ListRepositoryBranchesByReferenceRequest) String

func (*ListRepositoryBranchesByReferenceRequest) WhichReference

func (x *ListRepositoryBranchesByReferenceRequest) WhichReference() case_ListRepositoryBranchesByReferenceRequest_Reference

type ListRepositoryBranchesByReferenceRequest_CommitName

type ListRepositoryBranchesByReferenceRequest_CommitName struct {
	// The name of a BSR commit. This will filter the branches to only those that include the commit.
	CommitName string `protobuf:"bytes,4,opt,name=commit_name,json=commitName,proto3,oneof"`
}

type ListRepositoryBranchesByReferenceRequest_VcsCommitHash

type ListRepositoryBranchesByReferenceRequest_VcsCommitHash struct {
	// The hash of a VCS commit. This will filter the branches to only those that include the commit
	// associated with the VCS hash.
	VcsCommitHash string `protobuf:"bytes,5,opt,name=vcs_commit_hash,json=vcsCommitHash,proto3,oneof"`
}

type ListRepositoryBranchesByReferenceRequest_builder

type ListRepositoryBranchesByReferenceRequest_builder struct {

	// The ID of the repository whose branches should be listed.
	RepositoryId string
	PageSize     uint32
	// The first page is returned if this is empty.
	PageToken string

	// Fields of oneof Reference:
	// The name of a BSR commit. This will filter the branches to only those that include the commit.
	CommitName *string
	// The hash of a VCS commit. This will filter the branches to only those that include the commit
	// associated with the VCS hash.
	VcsCommitHash *string
	// contains filtered or unexported fields
}

func (ListRepositoryBranchesByReferenceRequest_builder) Build

type ListRepositoryBranchesByReferenceResponse

type ListRepositoryBranchesByReferenceResponse 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 (*ListRepositoryBranchesByReferenceResponse) GetNextPageToken

func (x *ListRepositoryBranchesByReferenceResponse) GetNextPageToken() string

func (*ListRepositoryBranchesByReferenceResponse) GetRepositoryBranches

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

func (*ListRepositoryBranchesByReferenceResponse) ProtoMessage

func (*ListRepositoryBranchesByReferenceResponse) ProtoReflect

func (*ListRepositoryBranchesByReferenceResponse) Reset

func (*ListRepositoryBranchesByReferenceResponse) SetNextPageToken

func (x *ListRepositoryBranchesByReferenceResponse) SetNextPageToken(v string)

func (*ListRepositoryBranchesByReferenceResponse) SetRepositoryBranches

func (x *ListRepositoryBranchesByReferenceResponse) SetRepositoryBranches(v []*RepositoryBranch)

func (*ListRepositoryBranchesByReferenceResponse) String

type ListRepositoryBranchesByReferenceResponse_builder

type ListRepositoryBranchesByReferenceResponse_builder struct {
	RepositoryBranches []*RepositoryBranch
	// There are no more pages if this is empty.
	NextPageToken string
	// contains filtered or unexported fields
}

func (ListRepositoryBranchesByReferenceResponse_builder) Build

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

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

func (*ListRepositoryBranchesRequest) ProtoMessage()

func (*ListRepositoryBranchesRequest) ProtoReflect

func (*ListRepositoryBranchesRequest) Reset

func (x *ListRepositoryBranchesRequest) Reset()

func (*ListRepositoryBranchesRequest) SetPageSize

func (x *ListRepositoryBranchesRequest) SetPageSize(v uint32)

func (*ListRepositoryBranchesRequest) SetPageToken

func (x *ListRepositoryBranchesRequest) SetPageToken(v string)

func (*ListRepositoryBranchesRequest) SetRepositoryId

func (x *ListRepositoryBranchesRequest) SetRepositoryId(v string)

func (*ListRepositoryBranchesRequest) String

type ListRepositoryBranchesRequest_builder

type ListRepositoryBranchesRequest_builder struct {

	// The ID of the repository whose branches should be listed.
	RepositoryId string
	PageSize     uint32
	// The first page is returned if this is empty.
	PageToken string
	// contains filtered or unexported fields
}

func (ListRepositoryBranchesRequest_builder) Build

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

func (x *ListRepositoryBranchesResponse) SetNextPageToken(v string)

func (*ListRepositoryBranchesResponse) SetRepositoryBranches

func (x *ListRepositoryBranchesResponse) SetRepositoryBranches(v []*RepositoryBranch)

func (*ListRepositoryBranchesResponse) String

type ListRepositoryBranchesResponse_builder

type ListRepositoryBranchesResponse_builder struct {
	RepositoryBranches []*RepositoryBranch
	// There are no more pages if this is empty.
	NextPageToken string
	// contains filtered or unexported fields
}

func (ListRepositoryBranchesResponse_builder) Build

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"`
	// For now this is the id of he last commit returned in the previous page.
	// This is directly set by the frontend when listing track history starting with a
	// specific commit. If we page_token to be anything other than a commit id
	// we need to change the frontend as well.
	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) 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) SetPageSize

func (x *ListRepositoryCommitsByBranchRequest) SetPageSize(v uint32)

func (*ListRepositoryCommitsByBranchRequest) SetPageToken

func (x *ListRepositoryCommitsByBranchRequest) SetPageToken(v string)

func (*ListRepositoryCommitsByBranchRequest) SetRepositoryBranchName

func (x *ListRepositoryCommitsByBranchRequest) SetRepositoryBranchName(v string)

func (*ListRepositoryCommitsByBranchRequest) SetRepositoryName

func (x *ListRepositoryCommitsByBranchRequest) SetRepositoryName(v string)

func (*ListRepositoryCommitsByBranchRequest) SetRepositoryOwner

func (x *ListRepositoryCommitsByBranchRequest) SetRepositoryOwner(v string)

func (*ListRepositoryCommitsByBranchRequest) SetReverse

func (x *ListRepositoryCommitsByBranchRequest) SetReverse(v bool)

func (*ListRepositoryCommitsByBranchRequest) String

type ListRepositoryCommitsByBranchRequest_builder

type ListRepositoryCommitsByBranchRequest_builder struct {

	// The owner of the repository which the repository branch belongs to.
	RepositoryOwner string
	// The name of the repository which the repository branch belongs to.
	RepositoryName string
	// The name of the repository branch whose commits should be listed.
	RepositoryBranchName string
	PageSize             uint32
	// For now this is the id of he last commit returned in the previous page.
	// This is directly set by the frontend when listing track history starting with a
	// specific commit. If we page_token to be anything other than a commit id
	// we need to change the frontend as well.
	PageToken string
	Reverse   bool
	// contains filtered or unexported fields
}

func (ListRepositoryCommitsByBranchRequest_builder) Build

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

func (x *ListRepositoryCommitsByBranchResponse) SetNextPageToken(v string)

func (*ListRepositoryCommitsByBranchResponse) SetRepositoryCommits

func (x *ListRepositoryCommitsByBranchResponse) SetRepositoryCommits(v []*RepositoryCommit)

func (*ListRepositoryCommitsByBranchResponse) String

type ListRepositoryCommitsByBranchResponse_builder

type ListRepositoryCommitsByBranchResponse_builder struct {
	RepositoryCommits []*RepositoryCommit
	NextPageToken     string
	// contains filtered or unexported fields
}

func (ListRepositoryCommitsByBranchResponse_builder) Build

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 optional reference used to resolve repository commits. Can be a tag or commit.
	// If unspecified, will use the repository's default_branch.
	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) 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) SetPageSize

func (*ListRepositoryCommitsByReferenceRequest) SetPageToken

func (*ListRepositoryCommitsByReferenceRequest) SetReference

func (*ListRepositoryCommitsByReferenceRequest) SetRepositoryName

func (x *ListRepositoryCommitsByReferenceRequest) SetRepositoryName(v string)

func (*ListRepositoryCommitsByReferenceRequest) SetRepositoryOwner

func (x *ListRepositoryCommitsByReferenceRequest) SetRepositoryOwner(v string)

func (*ListRepositoryCommitsByReferenceRequest) SetReverse

func (*ListRepositoryCommitsByReferenceRequest) String

type ListRepositoryCommitsByReferenceRequest_builder

type ListRepositoryCommitsByReferenceRequest_builder struct {

	// The owner of the repository which the repository reference belongs to.
	RepositoryOwner string
	// The name of the repository which the repository reference belongs to.
	RepositoryName string
	// The optional reference used to resolve repository commits. Can be a tag or commit.
	// If unspecified, will use the repository's default_branch.
	Reference string
	PageSize  uint32
	PageToken string
	Reverse   bool
	// contains filtered or unexported fields
}

func (ListRepositoryCommitsByReferenceRequest_builder) Build

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

func (x *ListRepositoryCommitsByReferenceResponse) SetNextPageToken(v string)

func (*ListRepositoryCommitsByReferenceResponse) SetRepositoryCommits

func (x *ListRepositoryCommitsByReferenceResponse) SetRepositoryCommits(v []*RepositoryCommit)

func (*ListRepositoryCommitsByReferenceResponse) String

type ListRepositoryCommitsByReferenceResponse_builder

type ListRepositoryCommitsByReferenceResponse_builder struct {
	RepositoryCommits []*RepositoryCommit
	NextPageToken     string
	// contains filtered or unexported fields
}

func (ListRepositoryCommitsByReferenceResponse_builder) Build

type ListRepositoryContributorsRequest

type ListRepositoryContributorsRequest struct {
	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 (*ListRepositoryContributorsRequest) GetPageSize

func (x *ListRepositoryContributorsRequest) GetPageSize() uint32

func (*ListRepositoryContributorsRequest) GetPageToken

func (x *ListRepositoryContributorsRequest) GetPageToken() string

func (*ListRepositoryContributorsRequest) GetRepositoryId

func (x *ListRepositoryContributorsRequest) GetRepositoryId() string

func (*ListRepositoryContributorsRequest) GetReverse

func (x *ListRepositoryContributorsRequest) GetReverse() bool

func (*ListRepositoryContributorsRequest) ProtoMessage

func (*ListRepositoryContributorsRequest) ProtoMessage()

func (*ListRepositoryContributorsRequest) ProtoReflect

func (*ListRepositoryContributorsRequest) Reset

func (*ListRepositoryContributorsRequest) SetPageSize

func (x *ListRepositoryContributorsRequest) SetPageSize(v uint32)

func (*ListRepositoryContributorsRequest) SetPageToken

func (x *ListRepositoryContributorsRequest) SetPageToken(v string)

func (*ListRepositoryContributorsRequest) SetRepositoryId

func (x *ListRepositoryContributorsRequest) SetRepositoryId(v string)

func (*ListRepositoryContributorsRequest) SetReverse

func (x *ListRepositoryContributorsRequest) SetReverse(v bool)

func (*ListRepositoryContributorsRequest) String

type ListRepositoryContributorsRequest_builder

type ListRepositoryContributorsRequest_builder struct {
	RepositoryId string
	PageSize     uint32
	// The first page is returned if this is empty.
	PageToken string
	Reverse   bool
	// contains filtered or unexported fields
}

func (ListRepositoryContributorsRequest_builder) Build

type ListRepositoryContributorsResponse

type ListRepositoryContributorsResponse struct {
	Users []*RepositoryContributor `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 (*ListRepositoryContributorsResponse) GetNextPageToken

func (x *ListRepositoryContributorsResponse) GetNextPageToken() string

func (*ListRepositoryContributorsResponse) GetUsers

func (*ListRepositoryContributorsResponse) ProtoMessage

func (*ListRepositoryContributorsResponse) ProtoMessage()

func (*ListRepositoryContributorsResponse) ProtoReflect

func (*ListRepositoryContributorsResponse) Reset

func (*ListRepositoryContributorsResponse) SetNextPageToken

func (x *ListRepositoryContributorsResponse) SetNextPageToken(v string)

func (*ListRepositoryContributorsResponse) SetUsers

func (*ListRepositoryContributorsResponse) String

type ListRepositoryContributorsResponse_builder

type ListRepositoryContributorsResponse_builder struct {
	Users []*RepositoryContributor
	// There are no more pages if this is empty.
	NextPageToken string
	// contains filtered or unexported fields
}

func (ListRepositoryContributorsResponse_builder) Build

type ListRepositoryDraftCommitsRequest

type ListRepositoryDraftCommitsRequest 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"`
	PageSize       uint32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	PageToken      string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// By default, draft commits are ordered by last update time descending.
	// Reverse orders them ascending.
	Reverse bool `protobuf:"varint,5,opt,name=reverse,proto3" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

func (*ListRepositoryDraftCommitsRequest) GetPageSize

func (x *ListRepositoryDraftCommitsRequest) GetPageSize() uint32

func (*ListRepositoryDraftCommitsRequest) GetPageToken

func (x *ListRepositoryDraftCommitsRequest) GetPageToken() string

func (*ListRepositoryDraftCommitsRequest) GetRepositoryName

func (x *ListRepositoryDraftCommitsRequest) GetRepositoryName() string

func (*ListRepositoryDraftCommitsRequest) GetRepositoryOwner

func (x *ListRepositoryDraftCommitsRequest) GetRepositoryOwner() string

func (*ListRepositoryDraftCommitsRequest) GetReverse

func (x *ListRepositoryDraftCommitsRequest) GetReverse() bool

func (*ListRepositoryDraftCommitsRequest) ProtoMessage

func (*ListRepositoryDraftCommitsRequest) ProtoMessage()

func (*ListRepositoryDraftCommitsRequest) ProtoReflect

func (*ListRepositoryDraftCommitsRequest) Reset

func (*ListRepositoryDraftCommitsRequest) SetPageSize

func (x *ListRepositoryDraftCommitsRequest) SetPageSize(v uint32)

func (*ListRepositoryDraftCommitsRequest) SetPageToken

func (x *ListRepositoryDraftCommitsRequest) SetPageToken(v string)

func (*ListRepositoryDraftCommitsRequest) SetRepositoryName

func (x *ListRepositoryDraftCommitsRequest) SetRepositoryName(v string)

func (*ListRepositoryDraftCommitsRequest) SetRepositoryOwner

func (x *ListRepositoryDraftCommitsRequest) SetRepositoryOwner(v string)

func (*ListRepositoryDraftCommitsRequest) SetReverse

func (x *ListRepositoryDraftCommitsRequest) SetReverse(v bool)

func (*ListRepositoryDraftCommitsRequest) String

type ListRepositoryDraftCommitsRequest_builder

type ListRepositoryDraftCommitsRequest_builder struct {

	// The owner of the repository which the repository branch belongs to.
	RepositoryOwner string
	// The name of the repository which the repository branch belongs to.
	RepositoryName string
	PageSize       uint32
	PageToken      string
	// By default, draft commits are ordered by last update time descending.
	// Reverse orders them ascending.
	Reverse bool
	// contains filtered or unexported fields
}

func (ListRepositoryDraftCommitsRequest_builder) Build

type ListRepositoryDraftCommitsResponse

type ListRepositoryDraftCommitsResponse struct {

	// Each commit will have draft_name set.
	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 (*ListRepositoryDraftCommitsResponse) GetNextPageToken

func (x *ListRepositoryDraftCommitsResponse) GetNextPageToken() string

func (*ListRepositoryDraftCommitsResponse) GetRepositoryCommits

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

func (*ListRepositoryDraftCommitsResponse) ProtoMessage

func (*ListRepositoryDraftCommitsResponse) ProtoMessage()

func (*ListRepositoryDraftCommitsResponse) ProtoReflect

func (*ListRepositoryDraftCommitsResponse) Reset

func (*ListRepositoryDraftCommitsResponse) SetNextPageToken

func (x *ListRepositoryDraftCommitsResponse) SetNextPageToken(v string)

func (*ListRepositoryDraftCommitsResponse) SetRepositoryCommits

func (x *ListRepositoryDraftCommitsResponse) SetRepositoryCommits(v []*RepositoryCommit)

func (*ListRepositoryDraftCommitsResponse) String

type ListRepositoryDraftCommitsResponse_builder

type ListRepositoryDraftCommitsResponse_builder struct {

	// Each commit will have draft_name set.
	RepositoryCommits []*RepositoryCommit
	NextPageToken     string
	// contains filtered or unexported fields
}

func (ListRepositoryDraftCommitsResponse_builder) Build

type ListRepositoryTagsForReferenceRequest

type ListRepositoryTagsForReferenceRequest 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"`
	// Optional reference (if unspecified, will use the repository's default_branch).
	Reference string `protobuf:"bytes,2,opt,name=reference,proto3" json:"reference,omitempty"`
	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 (*ListRepositoryTagsForReferenceRequest) GetPageSize

func (*ListRepositoryTagsForReferenceRequest) GetPageToken

func (*ListRepositoryTagsForReferenceRequest) GetReference

func (*ListRepositoryTagsForReferenceRequest) GetRepositoryId

func (x *ListRepositoryTagsForReferenceRequest) GetRepositoryId() string

func (*ListRepositoryTagsForReferenceRequest) GetReverse

func (*ListRepositoryTagsForReferenceRequest) ProtoMessage

func (*ListRepositoryTagsForReferenceRequest) ProtoMessage()

func (*ListRepositoryTagsForReferenceRequest) ProtoReflect

func (*ListRepositoryTagsForReferenceRequest) Reset

func (*ListRepositoryTagsForReferenceRequest) SetPageSize

func (*ListRepositoryTagsForReferenceRequest) SetPageToken

func (x *ListRepositoryTagsForReferenceRequest) SetPageToken(v string)

func (*ListRepositoryTagsForReferenceRequest) SetReference

func (x *ListRepositoryTagsForReferenceRequest) SetReference(v string)

func (*ListRepositoryTagsForReferenceRequest) SetRepositoryId

func (x *ListRepositoryTagsForReferenceRequest) SetRepositoryId(v string)

func (*ListRepositoryTagsForReferenceRequest) SetReverse

func (*ListRepositoryTagsForReferenceRequest) String

type ListRepositoryTagsForReferenceRequest_builder

type ListRepositoryTagsForReferenceRequest_builder struct {

	// The ID of the repository whose tags should be listed.
	RepositoryId string
	// Optional reference (if unspecified, will use the repository's default_branch).
	Reference string
	PageSize  uint32
	// The first page is returned if this is empty.
	PageToken string
	Reverse   bool
	// contains filtered or unexported fields
}

func (ListRepositoryTagsForReferenceRequest_builder) Build

type ListRepositoryTagsForReferenceResponse

type ListRepositoryTagsForReferenceResponse 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 (*ListRepositoryTagsForReferenceResponse) GetNextPageToken

func (x *ListRepositoryTagsForReferenceResponse) GetNextPageToken() string

func (*ListRepositoryTagsForReferenceResponse) GetRepositoryTags

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

func (*ListRepositoryTagsForReferenceResponse) ProtoMessage

func (*ListRepositoryTagsForReferenceResponse) ProtoReflect

func (*ListRepositoryTagsForReferenceResponse) Reset

func (*ListRepositoryTagsForReferenceResponse) SetNextPageToken

func (x *ListRepositoryTagsForReferenceResponse) SetNextPageToken(v string)

func (*ListRepositoryTagsForReferenceResponse) SetRepositoryTags

func (x *ListRepositoryTagsForReferenceResponse) SetRepositoryTags(v []*RepositoryTag)

func (*ListRepositoryTagsForReferenceResponse) String

type ListRepositoryTagsForReferenceResponse_builder

type ListRepositoryTagsForReferenceResponse_builder struct {
	RepositoryTags []*RepositoryTag
	// There are no more pages if this is empty.
	NextPageToken string
	// contains filtered or unexported fields
}

func (ListRepositoryTagsForReferenceResponse_builder) Build

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

func (x *ListRepositoryTagsRequest) SetPageSize(v uint32)

func (*ListRepositoryTagsRequest) SetPageToken

func (x *ListRepositoryTagsRequest) SetPageToken(v string)

func (*ListRepositoryTagsRequest) SetRepositoryId

func (x *ListRepositoryTagsRequest) SetRepositoryId(v string)

func (*ListRepositoryTagsRequest) SetReverse

func (x *ListRepositoryTagsRequest) SetReverse(v bool)

func (*ListRepositoryTagsRequest) String

func (x *ListRepositoryTagsRequest) String() string

type ListRepositoryTagsRequest_builder

type ListRepositoryTagsRequest_builder struct {

	// The ID of the repository whose tags should be listed.
	RepositoryId string
	PageSize     uint32
	// The first page is returned if this is empty.
	PageToken string
	Reverse   bool
	// contains filtered or unexported fields
}

func (ListRepositoryTagsRequest_builder) Build

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

func (x *ListRepositoryTagsResponse) SetNextPageToken(v string)

func (*ListRepositoryTagsResponse) SetRepositoryTags

func (x *ListRepositoryTagsResponse) SetRepositoryTags(v []*RepositoryTag)

func (*ListRepositoryTagsResponse) String

func (x *ListRepositoryTagsResponse) String() string

type ListRepositoryTagsResponse_builder

type ListRepositoryTagsResponse_builder struct {
	RepositoryTags []*RepositoryTag
	// There are no more pages if this is empty.
	NextPageToken string
	// contains filtered or unexported fields
}

func (ListRepositoryTagsResponse_builder) Build

type ListSCIMTokensRequest

type ListSCIMTokensRequest 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 (*ListSCIMTokensRequest) GetPageSize

func (x *ListSCIMTokensRequest) GetPageSize() uint32

func (*ListSCIMTokensRequest) GetPageToken

func (x *ListSCIMTokensRequest) GetPageToken() string

func (*ListSCIMTokensRequest) GetReverse

func (x *ListSCIMTokensRequest) GetReverse() bool

func (*ListSCIMTokensRequest) ProtoMessage

func (*ListSCIMTokensRequest) ProtoMessage()

func (*ListSCIMTokensRequest) ProtoReflect

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

func (*ListSCIMTokensRequest) Reset

func (x *ListSCIMTokensRequest) Reset()

func (*ListSCIMTokensRequest) SetPageSize

func (x *ListSCIMTokensRequest) SetPageSize(v uint32)

func (*ListSCIMTokensRequest) SetPageToken

func (x *ListSCIMTokensRequest) SetPageToken(v string)

func (*ListSCIMTokensRequest) SetReverse

func (x *ListSCIMTokensRequest) SetReverse(v bool)

func (*ListSCIMTokensRequest) String

func (x *ListSCIMTokensRequest) String() string

type ListSCIMTokensRequest_builder

type ListSCIMTokensRequest_builder struct {
	PageSize uint32
	// The first page is returned if this is empty.
	PageToken string
	Reverse   bool
	// contains filtered or unexported fields
}

func (ListSCIMTokensRequest_builder) Build

type ListSCIMTokensResponse

type ListSCIMTokensResponse struct {
	Tokens []*SCIMToken `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 (*ListSCIMTokensResponse) GetNextPageToken

func (x *ListSCIMTokensResponse) GetNextPageToken() string

func (*ListSCIMTokensResponse) GetTokens

func (x *ListSCIMTokensResponse) GetTokens() []*SCIMToken

func (*ListSCIMTokensResponse) ProtoMessage

func (*ListSCIMTokensResponse) ProtoMessage()

func (*ListSCIMTokensResponse) ProtoReflect

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

func (*ListSCIMTokensResponse) Reset

func (x *ListSCIMTokensResponse) Reset()

func (*ListSCIMTokensResponse) SetNextPageToken

func (x *ListSCIMTokensResponse) SetNextPageToken(v string)

func (*ListSCIMTokensResponse) SetTokens

func (x *ListSCIMTokensResponse) SetTokens(v []*SCIMToken)

func (*ListSCIMTokensResponse) String

func (x *ListSCIMTokensResponse) String() string

type ListSCIMTokensResponse_builder

type ListSCIMTokensResponse_builder struct {
	Tokens []*SCIMToken
	// There are no more pages if this is empty.
	NextPageToken string
	// contains filtered or unexported fields
}

func (ListSCIMTokensResponse_builder) Build

type ListServerUniquenessCollisionsRequest

type ListServerUniquenessCollisionsRequest struct {

	// Token of the page to retrieve. If not specified, the first page of
	// results will be returned. Use the value obtained from `next_page_token`
	// in the previous response in order to request the next page of results.
	PageToken string `protobuf:"bytes,1,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// Number of elements to retrieve in a single page.
	// When too large a page is requested, the server may decide to further
	// limit the number of returned resources.
	PageSize uint32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The desired collision type to filter by.
	// This must be specified. Only collisions of the specified type will be returned,
	// continue to page through results until no more collisions of the specified
	// type are returned.
	CollisionType CollisionType `` /* 148-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*ListServerUniquenessCollisionsRequest) GetCollisionType

func (*ListServerUniquenessCollisionsRequest) GetPageSize

func (*ListServerUniquenessCollisionsRequest) GetPageToken

func (*ListServerUniquenessCollisionsRequest) ProtoMessage

func (*ListServerUniquenessCollisionsRequest) ProtoMessage()

func (*ListServerUniquenessCollisionsRequest) ProtoReflect

func (*ListServerUniquenessCollisionsRequest) Reset

func (*ListServerUniquenessCollisionsRequest) SetCollisionType

func (*ListServerUniquenessCollisionsRequest) SetPageSize

func (*ListServerUniquenessCollisionsRequest) SetPageToken

func (x *ListServerUniquenessCollisionsRequest) SetPageToken(v string)

func (*ListServerUniquenessCollisionsRequest) String

type ListServerUniquenessCollisionsRequest_builder

type ListServerUniquenessCollisionsRequest_builder struct {

	// Token of the page to retrieve. If not specified, the first page of
	// results will be returned. Use the value obtained from `next_page_token`
	// in the previous response in order to request the next page of results.
	PageToken string
	// Number of elements to retrieve in a single page.
	// When too large a page is requested, the server may decide to further
	// limit the number of returned resources.
	PageSize uint32
	// The desired collision type to filter by.
	// This must be specified. Only collisions of the specified type will be returned,
	// continue to page through results until no more collisions of the specified
	// type are returned.
	CollisionType CollisionType
	// contains filtered or unexported fields
}

func (ListServerUniquenessCollisionsRequest_builder) Build

type ListServerUniquenessCollisionsResponse

type ListServerUniquenessCollisionsResponse struct {

	// The collisions.
	Collisions []*Collision `protobuf:"bytes,1,rep,name=collisions,proto3" json:"collisions,omitempty"`
	// Pagination token used to retrieve the next page of results.
	// Pass the content of this string as the `page_token` attribute of
	// the next request. `next_page_token` is not returned for the last
	// page.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

func (*ListServerUniquenessCollisionsResponse) GetCollisions

func (x *ListServerUniquenessCollisionsResponse) GetCollisions() []*Collision

func (*ListServerUniquenessCollisionsResponse) GetNextPageToken

func (x *ListServerUniquenessCollisionsResponse) GetNextPageToken() string

func (*ListServerUniquenessCollisionsResponse) ProtoMessage

func (*ListServerUniquenessCollisionsResponse) ProtoReflect

func (*ListServerUniquenessCollisionsResponse) Reset

func (*ListServerUniquenessCollisionsResponse) SetCollisions

func (x *ListServerUniquenessCollisionsResponse) SetCollisions(v []*Collision)

func (*ListServerUniquenessCollisionsResponse) SetNextPageToken

func (x *ListServerUniquenessCollisionsResponse) SetNextPageToken(v string)

func (*ListServerUniquenessCollisionsResponse) String

type ListServerUniquenessCollisionsResponse_builder

type ListServerUniquenessCollisionsResponse_builder struct {

	// The collisions.
	Collisions []*Collision
	// Pagination token used to retrieve the next page of results.
	// Pass the content of this string as the `page_token` attribute of
	// the next request. `next_page_token` is not returned for the last
	// page.
	NextPageToken string
	// contains filtered or unexported fields
}

func (ListServerUniquenessCollisionsResponse_builder) Build

type ListStudioAgentPresetsRequest

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

func (*ListStudioAgentPresetsRequest) ProtoMessage

func (*ListStudioAgentPresetsRequest) ProtoMessage()

func (*ListStudioAgentPresetsRequest) ProtoReflect

func (*ListStudioAgentPresetsRequest) Reset

func (x *ListStudioAgentPresetsRequest) Reset()

func (*ListStudioAgentPresetsRequest) String

type ListStudioAgentPresetsRequest_builder

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

func (ListStudioAgentPresetsRequest_builder) Build

type ListStudioAgentPresetsResponse

type ListStudioAgentPresetsResponse struct {
	Agents []*StudioAgentPreset `protobuf:"bytes,1,rep,name=agents,proto3" json:"agents,omitempty"`
	// contains filtered or unexported fields
}

func (*ListStudioAgentPresetsResponse) GetAgents

func (*ListStudioAgentPresetsResponse) ProtoMessage

func (*ListStudioAgentPresetsResponse) ProtoMessage()

func (*ListStudioAgentPresetsResponse) ProtoReflect

func (*ListStudioAgentPresetsResponse) Reset

func (x *ListStudioAgentPresetsResponse) Reset()

func (*ListStudioAgentPresetsResponse) SetAgents

func (*ListStudioAgentPresetsResponse) String

type ListStudioAgentPresetsResponse_builder

type ListStudioAgentPresetsResponse_builder struct {
	Agents []*StudioAgentPreset
	// contains filtered or unexported fields
}

func (ListStudioAgentPresetsResponse_builder) Build

type ListStudioRequestsRequest

type ListStudioRequestsRequest struct {

	// The page size for listing studio requests, values between 1-250.
	PageSize uint32 `protobuf:"varint,1,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// The page token for paginating. 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"`
	// The listed studio requests are order by created time in ascending order.
	// You can reverse that order setting this value to true.
	Reverse bool `protobuf:"varint,3,opt,name=reverse,proto3" json:"reverse,omitempty"`
	// contains filtered or unexported fields
}

ListStudioRequestsRequest is the proto request representation of the ListStudioRequests method.

func (*ListStudioRequestsRequest) GetPageSize

func (x *ListStudioRequestsRequest) GetPageSize() uint32

func (*ListStudioRequestsRequest) GetPageToken

func (x *ListStudioRequestsRequest) GetPageToken() string

func (*ListStudioRequestsRequest) GetReverse

func (x *ListStudioRequestsRequest) GetReverse() bool

func (*ListStudioRequestsRequest) ProtoMessage

func (*ListStudioRequestsRequest) ProtoMessage()

func (*ListStudioRequestsRequest) ProtoReflect

func (*ListStudioRequestsRequest) Reset

func (x *ListStudioRequestsRequest) Reset()

func (*ListStudioRequestsRequest) SetPageSize

func (x *ListStudioRequestsRequest) SetPageSize(v uint32)

func (*ListStudioRequestsRequest) SetPageToken

func (x *ListStudioRequestsRequest) SetPageToken(v string)

func (*ListStudioRequestsRequest) SetReverse

func (x *ListStudioRequestsRequest) SetReverse(v bool)

func (*ListStudioRequestsRequest) String

func (x *ListStudioRequestsRequest) String() string

type ListStudioRequestsRequest_builder

type ListStudioRequestsRequest_builder struct {

	// The page size for listing studio requests, values between 1-250.
	PageSize uint32
	// The page token for paginating. The first page is returned if this is empty.
	PageToken string
	// The listed studio requests are order by created time in ascending order.
	// You can reverse that order setting this value to true.
	Reverse bool
	// contains filtered or unexported fields
}

func (ListStudioRequestsRequest_builder) Build

type ListStudioRequestsResponse

type ListStudioRequestsResponse struct {

	// The list of requests in the current page.
	Requests []*StudioRequest `protobuf:"bytes,1,rep,name=requests,proto3" json:"requests,omitempty"`
	// The requests' next page token. 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
}

ListStudioRequestsResponse is the proto response representation of the ListStudioRequests method.

func (*ListStudioRequestsResponse) GetNextPageToken

func (x *ListStudioRequestsResponse) GetNextPageToken() string

func (*ListStudioRequestsResponse) GetRequests

func (x *ListStudioRequestsResponse) GetRequests() []*StudioRequest

func (*ListStudioRequestsResponse) ProtoMessage

func (*ListStudioRequestsResponse) ProtoMessage()

func (*ListStudioRequestsResponse) ProtoReflect

func (*ListStudioRequestsResponse) Reset

func (x *ListStudioRequestsResponse) Reset()

func (*ListStudioRequestsResponse) SetNextPageToken

func (x *ListStudioRequestsResponse) SetNextPageToken(v string)

func (*ListStudioRequestsResponse) SetRequests

func (x *ListStudioRequestsResponse) SetRequests(v []*StudioRequest)

func (*ListStudioRequestsResponse) String

func (x *ListStudioRequestsResponse) String() string

type ListStudioRequestsResponse_builder

type ListStudioRequestsResponse_builder struct {

	// The list of requests in the current page.
	Requests []*StudioRequest
	// The requests' next page token. There are no more pages if this is empty.
	NextPageToken string
	// contains filtered or unexported fields
}

func (ListStudioRequestsResponse_builder) Build

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"`
	// The ID of the user to list tokens, can only be
	// the user who perform this action, or a machine user.
	// Default to the user who perform this action if this is empty.
	UserId string `protobuf:"bytes,4,opt,name=user_id,json=userId,proto3" json:"user_id,omitempty"`
	// contains filtered or unexported fields
}

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

func (x *ListTokensRequest) GetUserId() string

func (*ListTokensRequest) ProtoMessage

func (*ListTokensRequest) ProtoMessage()

func (*ListTokensRequest) ProtoReflect

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

func (*ListTokensRequest) Reset

func (x *ListTokensRequest) Reset()

func (*ListTokensRequest) SetPageSize

func (x *ListTokensRequest) SetPageSize(v uint32)

func (*ListTokensRequest) SetPageToken

func (x *ListTokensRequest) SetPageToken(v string)

func (*ListTokensRequest) SetReverse

func (x *ListTokensRequest) SetReverse(v bool)

func (*ListTokensRequest) SetUserId

func (x *ListTokensRequest) SetUserId(v string)

func (*ListTokensRequest) String

func (x *ListTokensRequest) String() string

type ListTokensRequest_builder

type ListTokensRequest_builder struct {
	PageSize uint32
	// The first page is returned if this is empty.
	PageToken string
	Reverse   bool
	// The ID of the user to list tokens, can only be
	// the user who perform this action, or a machine user.
	// Default to the user who perform this action if this is empty.
	UserId string
	// contains filtered or unexported fields
}

func (ListTokensRequest_builder) Build

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

func (x *ListTokensResponse) SetNextPageToken(v string)

func (*ListTokensResponse) SetTokens

func (x *ListTokensResponse) SetTokens(v []*Token)

func (*ListTokensResponse) String

func (x *ListTokensResponse) String() string

type ListTokensResponse_builder

type ListTokensResponse_builder struct {
	Tokens []*Token
	// There are no more pages if this is empty.
	NextPageToken string
	// contains filtered or unexported fields
}

func (ListTokensResponse_builder) Build

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

func (x *ListUserOrganizationsRequest) SetPageSize(v uint32)

func (*ListUserOrganizationsRequest) SetPageToken

func (x *ListUserOrganizationsRequest) SetPageToken(v string)

func (*ListUserOrganizationsRequest) SetReverse

func (x *ListUserOrganizationsRequest) SetReverse(v bool)

func (*ListUserOrganizationsRequest) SetUserId

func (x *ListUserOrganizationsRequest) SetUserId(v string)

func (*ListUserOrganizationsRequest) String

type ListUserOrganizationsRequest_builder

type ListUserOrganizationsRequest_builder struct {

	// The ID of the user whose organizations should be listed.
	UserId   string
	PageSize uint32
	// The first page is returned if this is empty.
	PageToken string
	Reverse   bool
	// contains filtered or unexported fields
}

func (ListUserOrganizationsRequest_builder) Build

type ListUserOrganizationsResponse

type ListUserOrganizationsResponse struct {
	Organizations []*OrganizationMembership `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) GetNextPageToken

func (x *ListUserOrganizationsResponse) GetNextPageToken() string

func (*ListUserOrganizationsResponse) GetOrganizations

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

func (*ListUserOrganizationsResponse) ProtoMessage

func (*ListUserOrganizationsResponse) ProtoMessage()

func (*ListUserOrganizationsResponse) ProtoReflect

func (*ListUserOrganizationsResponse) Reset

func (x *ListUserOrganizationsResponse) Reset()

func (*ListUserOrganizationsResponse) SetNextPageToken

func (x *ListUserOrganizationsResponse) SetNextPageToken(v string)

func (*ListUserOrganizationsResponse) SetOrganizations

func (x *ListUserOrganizationsResponse) SetOrganizations(v []*OrganizationMembership)

func (*ListUserOrganizationsResponse) String

type ListUserOrganizationsResponse_builder

type ListUserOrganizationsResponse_builder struct {
	Organizations []*OrganizationMembership
	// There are no more pages if this is empty.
	NextPageToken string
	// contains filtered or unexported fields
}

func (ListUserOrganizationsResponse_builder) Build

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

func (x *ListUserRepositoriesRequest) SetPageSize(v uint32)

func (*ListUserRepositoriesRequest) SetPageToken

func (x *ListUserRepositoriesRequest) SetPageToken(v string)

func (*ListUserRepositoriesRequest) SetReverse

func (x *ListUserRepositoriesRequest) SetReverse(v bool)

func (*ListUserRepositoriesRequest) SetUserId

func (x *ListUserRepositoriesRequest) SetUserId(v string)

func (*ListUserRepositoriesRequest) String

func (x *ListUserRepositoriesRequest) String() string

type ListUserRepositoriesRequest_builder

type ListUserRepositoriesRequest_builder struct {

	// The ID of the user whose repositories should be listed.
	UserId   string
	PageSize uint32
	// The first page is returned if this is empty.
	PageToken string
	Reverse   bool
	// contains filtered or unexported fields
}

func (ListUserRepositoriesRequest_builder) Build

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

func (x *ListUserRepositoriesResponse) SetNextPageToken(v string)

func (*ListUserRepositoriesResponse) SetRepositories

func (x *ListUserRepositoriesResponse) SetRepositories(v []*Repository)

func (*ListUserRepositoriesResponse) String

type ListUserRepositoriesResponse_builder

type ListUserRepositoriesResponse_builder struct {
	Repositories []*Repository
	// There are no more pages if this is empty.
	NextPageToken string
	// contains filtered or unexported fields
}

func (ListUserRepositoriesResponse_builder) Build

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"`
	// If the user_state_filter is unspecified, users of all states are included.
	UserStateFilter UserState `` /* 152-byte string literal not displayed */
	// If the user_type_filters is empty, users of all types are included.
	UserTypeFilters []UserType `` /* 158-byte string literal not displayed */
	// contains filtered or unexported fields
}

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

func (x *ListUsersRequest) GetUserStateFilter() UserState

func (*ListUsersRequest) GetUserTypeFilters

func (x *ListUsersRequest) GetUserTypeFilters() []UserType

func (*ListUsersRequest) ProtoMessage

func (*ListUsersRequest) ProtoMessage()

func (*ListUsersRequest) ProtoReflect

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

func (*ListUsersRequest) Reset

func (x *ListUsersRequest) Reset()

func (*ListUsersRequest) SetPageSize

func (x *ListUsersRequest) SetPageSize(v uint32)

func (*ListUsersRequest) SetPageToken

func (x *ListUsersRequest) SetPageToken(v string)

func (*ListUsersRequest) SetReverse

func (x *ListUsersRequest) SetReverse(v bool)

func (*ListUsersRequest) SetUserStateFilter

func (x *ListUsersRequest) SetUserStateFilter(v UserState)

func (*ListUsersRequest) SetUserTypeFilters

func (x *ListUsersRequest) SetUserTypeFilters(v []UserType)

func (*ListUsersRequest) String

func (x *ListUsersRequest) String() string

type ListUsersRequest_builder

type ListUsersRequest_builder struct {
	PageSize uint32
	// The first page is returned if this is empty.
	PageToken string
	Reverse   bool
	// If the user_state_filter is unspecified, users of all states are included.
	UserStateFilter UserState
	// If the user_type_filters is empty, users of all types are included.
	UserTypeFilters []UserType
	// contains filtered or unexported fields
}

func (ListUsersRequest_builder) Build

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

func (x *ListUsersResponse) SetNextPageToken(v string)

func (*ListUsersResponse) SetUsers

func (x *ListUsersResponse) SetUsers(v []*User)

func (*ListUsersResponse) String

func (x *ListUsersResponse) String() string

type ListUsersResponse_builder

type ListUsersResponse_builder struct {
	Users []*User
	// There are no more pages if this is empty.
	NextPageToken string
	// contains filtered or unexported fields
}

func (ListUsersResponse_builder) Build

type ListWebhooksRequest

type ListWebhooksRequest struct {

	// The repository name given in the corresponding subscription request.
	RepositoryName string `protobuf:"bytes,1,opt,name=repository_name,json=repositoryName,proto3" json:"repository_name,omitempty"`
	// The owner associated with the repository.
	OwnerName string `protobuf:"bytes,2,opt,name=owner_name,json=ownerName,proto3" json:"owner_name,omitempty"`
	// The page token for paginating.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

ListWebhooksRequest is the request to get the list of subscribed webhooks for a given repository.

func (*ListWebhooksRequest) GetOwnerName

func (x *ListWebhooksRequest) GetOwnerName() string

func (*ListWebhooksRequest) GetPageToken

func (x *ListWebhooksRequest) GetPageToken() string

func (*ListWebhooksRequest) GetRepositoryName

func (x *ListWebhooksRequest) GetRepositoryName() string

func (*ListWebhooksRequest) ProtoMessage

func (*ListWebhooksRequest) ProtoMessage()

func (*ListWebhooksRequest) ProtoReflect

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

func (*ListWebhooksRequest) Reset

func (x *ListWebhooksRequest) Reset()

func (*ListWebhooksRequest) SetOwnerName

func (x *ListWebhooksRequest) SetOwnerName(v string)

func (*ListWebhooksRequest) SetPageToken

func (x *ListWebhooksRequest) SetPageToken(v string)

func (*ListWebhooksRequest) SetRepositoryName

func (x *ListWebhooksRequest) SetRepositoryName(v string)

func (*ListWebhooksRequest) String

func (x *ListWebhooksRequest) String() string

type ListWebhooksRequest_builder

type ListWebhooksRequest_builder struct {

	// The repository name given in the corresponding subscription request.
	RepositoryName string
	// The owner associated with the repository.
	OwnerName string
	// The page token for paginating.
	PageToken string
	// contains filtered or unexported fields
}

func (ListWebhooksRequest_builder) Build

type ListWebhooksResponse

type ListWebhooksResponse struct {

	// The list of subscribed webhooks for a given repository.
	Webhooks []*Webhook `protobuf:"bytes,1,rep,name=webhooks,proto3" json:"webhooks,omitempty"`
	// The next page token for paginating.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

ListWebhooksResponse is the response for the list of subscribed webhooks for a given repository.

func (*ListWebhooksResponse) GetNextPageToken

func (x *ListWebhooksResponse) GetNextPageToken() string

func (*ListWebhooksResponse) GetWebhooks

func (x *ListWebhooksResponse) GetWebhooks() []*Webhook

func (*ListWebhooksResponse) ProtoMessage

func (*ListWebhooksResponse) ProtoMessage()

func (*ListWebhooksResponse) ProtoReflect

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

func (*ListWebhooksResponse) Reset

func (x *ListWebhooksResponse) Reset()

func (*ListWebhooksResponse) SetNextPageToken

func (x *ListWebhooksResponse) SetNextPageToken(v string)

func (*ListWebhooksResponse) SetWebhooks

func (x *ListWebhooksResponse) SetWebhooks(v []*Webhook)

func (*ListWebhooksResponse) String

func (x *ListWebhooksResponse) String() string

type ListWebhooksResponse_builder

type ListWebhooksResponse_builder struct {

	// The list of subscribed webhooks for a given repository.
	Webhooks []*Webhook
	// The next page token for paginating.
	NextPageToken string
	// contains filtered or unexported fields
}

func (ListWebhooksResponse_builder) Build

type LiteralValue

type LiteralValue struct {

	// Types that are valid to be assigned to Value:
	//
	//	*LiteralValue_StringValue
	//	*LiteralValue_IntValue
	//	*LiteralValue_UintValue
	//	*LiteralValue_DoubleValue
	//	*LiteralValue_BoolValue
	//	*LiteralValue_EnumValueNameValue
	//	*LiteralValue_ArrayValue
	//	*LiteralValue_MessageValue
	Value    isLiteralValue_Value `protobuf_oneof:"value"`
	Comments string               `protobuf:"bytes,10,opt,name=comments,proto3" json:"comments,omitempty"`
	// contains filtered or unexported fields
}

LiteralValue represents the actual value of the extension.

func (*LiteralValue) ClearArrayValue

func (x *LiteralValue) ClearArrayValue()

func (*LiteralValue) ClearBoolValue

func (x *LiteralValue) ClearBoolValue()

func (*LiteralValue) ClearDoubleValue

func (x *LiteralValue) ClearDoubleValue()

func (*LiteralValue) ClearEnumValueNameValue

func (x *LiteralValue) ClearEnumValueNameValue()

func (*LiteralValue) ClearIntValue

func (x *LiteralValue) ClearIntValue()

func (*LiteralValue) ClearMessageValue

func (x *LiteralValue) ClearMessageValue()

func (*LiteralValue) ClearStringValue

func (x *LiteralValue) ClearStringValue()

func (*LiteralValue) ClearUintValue

func (x *LiteralValue) ClearUintValue()

func (*LiteralValue) ClearValue

func (x *LiteralValue) ClearValue()

func (*LiteralValue) GetArrayValue

func (x *LiteralValue) GetArrayValue() *ArrayLiteral

func (*LiteralValue) GetBoolValue

func (x *LiteralValue) GetBoolValue() bool

func (*LiteralValue) GetComments

func (x *LiteralValue) GetComments() string

func (*LiteralValue) GetDoubleValue

func (x *LiteralValue) GetDoubleValue() float64

func (*LiteralValue) GetEnumValueNameValue

func (x *LiteralValue) GetEnumValueNameValue() string

func (*LiteralValue) GetIntValue

func (x *LiteralValue) GetIntValue() int64

func (*LiteralValue) GetMessageValue

func (x *LiteralValue) GetMessageValue() *MessageLiteral

func (*LiteralValue) GetStringValue

func (x *LiteralValue) GetStringValue() string

func (*LiteralValue) GetUintValue

func (x *LiteralValue) GetUintValue() uint64

func (*LiteralValue) GetValue

func (x *LiteralValue) GetValue() isLiteralValue_Value

func (*LiteralValue) HasArrayValue

func (x *LiteralValue) HasArrayValue() bool

func (*LiteralValue) HasBoolValue

func (x *LiteralValue) HasBoolValue() bool

func (*LiteralValue) HasDoubleValue

func (x *LiteralValue) HasDoubleValue() bool

func (*LiteralValue) HasEnumValueNameValue

func (x *LiteralValue) HasEnumValueNameValue() bool

func (*LiteralValue) HasIntValue

func (x *LiteralValue) HasIntValue() bool

func (*LiteralValue) HasMessageValue

func (x *LiteralValue) HasMessageValue() bool

func (*LiteralValue) HasStringValue

func (x *LiteralValue) HasStringValue() bool

func (*LiteralValue) HasUintValue

func (x *LiteralValue) HasUintValue() bool

func (*LiteralValue) HasValue

func (x *LiteralValue) HasValue() bool

func (*LiteralValue) ProtoMessage

func (*LiteralValue) ProtoMessage()

func (*LiteralValue) ProtoReflect

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

func (*LiteralValue) Reset

func (x *LiteralValue) Reset()

func (*LiteralValue) SetArrayValue

func (x *LiteralValue) SetArrayValue(v *ArrayLiteral)

func (*LiteralValue) SetBoolValue

func (x *LiteralValue) SetBoolValue(v bool)

func (*LiteralValue) SetComments

func (x *LiteralValue) SetComments(v string)

func (*LiteralValue) SetDoubleValue

func (x *LiteralValue) SetDoubleValue(v float64)

func (*LiteralValue) SetEnumValueNameValue

func (x *LiteralValue) SetEnumValueNameValue(v string)

func (*LiteralValue) SetIntValue

func (x *LiteralValue) SetIntValue(v int64)

func (*LiteralValue) SetMessageValue

func (x *LiteralValue) SetMessageValue(v *MessageLiteral)

func (*LiteralValue) SetStringValue

func (x *LiteralValue) SetStringValue(v string)

func (*LiteralValue) SetUintValue

func (x *LiteralValue) SetUintValue(v uint64)

func (*LiteralValue) String

func (x *LiteralValue) String() string

func (*LiteralValue) WhichValue

func (x *LiteralValue) WhichValue() case_LiteralValue_Value

type LiteralValue_ArrayValue

type LiteralValue_ArrayValue struct {
	ArrayValue *ArrayLiteral `protobuf:"bytes,8,opt,name=array_value,json=arrayValue,proto3,oneof"`
}

type LiteralValue_BoolValue

type LiteralValue_BoolValue struct {
	BoolValue bool `protobuf:"varint,6,opt,name=bool_value,json=boolValue,proto3,oneof"`
}

type LiteralValue_DoubleValue

type LiteralValue_DoubleValue struct {
	DoubleValue float64 `protobuf:"fixed64,5,opt,name=double_value,json=doubleValue,proto3,oneof"`
}

type LiteralValue_EnumValueNameValue

type LiteralValue_EnumValueNameValue struct {
	EnumValueNameValue string `protobuf:"bytes,7,opt,name=enum_value_name_value,json=enumValueNameValue,proto3,oneof"`
}

type LiteralValue_IntValue

type LiteralValue_IntValue struct {
	IntValue int64 `protobuf:"varint,3,opt,name=int_value,json=intValue,proto3,oneof"`
}

type LiteralValue_MessageValue

type LiteralValue_MessageValue struct {
	MessageValue *MessageLiteral `protobuf:"bytes,9,opt,name=message_value,json=messageValue,proto3,oneof"`
}

type LiteralValue_StringValue

type LiteralValue_StringValue struct {
	StringValue string `protobuf:"bytes,2,opt,name=string_value,json=stringValue,proto3,oneof"`
}

type LiteralValue_UintValue

type LiteralValue_UintValue struct {
	UintValue uint64 `protobuf:"varint,4,opt,name=uint_value,json=uintValue,proto3,oneof"`
}

type LiteralValue_builder

type LiteralValue_builder struct {

	// Fields of oneof Value:
	StringValue        *string
	IntValue           *int64
	UintValue          *uint64
	DoubleValue        *float64
	BoolValue          *bool
	EnumValueNameValue *string
	ArrayValue         *ArrayLiteral
	MessageValue       *MessageLiteral
	// -- end of Value
	Comments string
	// contains filtered or unexported fields
}

func (LiteralValue_builder) Build

func (b0 LiteralValue_builder) Build() *LiteralValue

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"`
	Commit     string `protobuf:"bytes,4,opt,name=commit,proto3" json:"commit,omitempty"`
	// Module's manifest digest. Replacement for previous b1/b3 digests.
	ManifestDigest string `protobuf:"bytes,6,opt,name=manifest_digest,json=manifestDigest,proto3" json:"manifest_digest,omitempty"`
	// contains filtered or unexported fields
}

LocalModulePin is a local module pin.

It does not include a remote.

func (*LocalModulePin) GetCommit

func (x *LocalModulePin) GetCommit() string

func (*LocalModulePin) GetManifestDigest

func (x *LocalModulePin) GetManifestDigest() 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) SetCommit

func (x *LocalModulePin) SetCommit(v string)

func (*LocalModulePin) SetManifestDigest

func (x *LocalModulePin) SetManifestDigest(v string)

func (*LocalModulePin) SetOwner

func (x *LocalModulePin) SetOwner(v string)

func (*LocalModulePin) SetRepository

func (x *LocalModulePin) SetRepository(v string)

func (*LocalModulePin) String

func (x *LocalModulePin) String() string

type LocalModulePin_builder

type LocalModulePin_builder struct {
	Owner      string
	Repository string
	Commit     string
	// Module's manifest digest. Replacement for previous b1/b3 digests.
	ManifestDigest string
	// contains filtered or unexported fields
}

func (LocalModulePin_builder) Build

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

func (x *LocalModuleReference) SetOwner(v string)

func (*LocalModuleReference) SetReference

func (x *LocalModuleReference) SetReference(v string)

func (*LocalModuleReference) SetRepository

func (x *LocalModuleReference) SetRepository(v string)

func (*LocalModuleReference) String

func (x *LocalModuleReference) String() string

type LocalModuleReference_builder

type LocalModuleReference_builder struct {
	Owner      string
	Repository string
	// either branch or commit
	Reference string
	// contains filtered or unexported fields
}

func (LocalModuleReference_builder) Build

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

func (x *LocalModuleResolveResult) ClearPin()

func (*LocalModuleResolveResult) ClearReference

func (x *LocalModuleResolveResult) ClearReference()

func (*LocalModuleResolveResult) GetPin

func (*LocalModuleResolveResult) GetReference

func (*LocalModuleResolveResult) GetResolvedReferenceType

func (x *LocalModuleResolveResult) GetResolvedReferenceType() ResolvedReferenceType

func (*LocalModuleResolveResult) HasPin

func (x *LocalModuleResolveResult) HasPin() bool

func (*LocalModuleResolveResult) HasReference

func (x *LocalModuleResolveResult) HasReference() bool

func (*LocalModuleResolveResult) ProtoMessage

func (*LocalModuleResolveResult) ProtoMessage()

func (*LocalModuleResolveResult) ProtoReflect

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

func (*LocalModuleResolveResult) Reset

func (x *LocalModuleResolveResult) Reset()

func (*LocalModuleResolveResult) SetPin

func (*LocalModuleResolveResult) SetReference

func (x *LocalModuleResolveResult) SetReference(v *LocalModuleReference)

func (*LocalModuleResolveResult) SetResolvedReferenceType

func (x *LocalModuleResolveResult) SetResolvedReferenceType(v ResolvedReferenceType)

func (*LocalModuleResolveResult) String

func (x *LocalModuleResolveResult) String() string

type LocalModuleResolveResult_builder

type LocalModuleResolveResult_builder struct {

	// A copy of the reference that was resolved.
	Reference *LocalModuleReference
	// The pin the reference resolved to.
	Pin *LocalModulePin
	// The type the reference resolved as.
	ResolvedReferenceType ResolvedReferenceType
	// contains filtered or unexported fields
}

func (LocalModuleResolveResult_builder) Build

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

func (x *Location) SetEndColumn(v int32)

func (*Location) SetEndLine

func (x *Location) SetEndLine(v int32)

func (*Location) SetStartColumn

func (x *Location) SetStartColumn(v int32)

func (*Location) SetStartLine

func (x *Location) SetStartLine(v int32)

func (*Location) String

func (x *Location) String() string

type Location_builder

type Location_builder struct {
	StartLine   int32
	StartColumn int32
	EndLine     int32
	EndColumn   int32
	// contains filtered or unexported fields
}

func (Location_builder) Build

func (b0 Location_builder) Build() *Location

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

func (x *MapEntry) ClearValueImportModuleRef()

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

func (x *MapEntry) HasValueImportModuleRef() bool

func (*MapEntry) ProtoMessage

func (*MapEntry) ProtoMessage()

func (*MapEntry) ProtoReflect

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

func (*MapEntry) Reset

func (x *MapEntry) Reset()

func (*MapEntry) SetKeyFullType

func (x *MapEntry) SetKeyFullType(v string)

func (*MapEntry) SetValueFullType

func (x *MapEntry) SetValueFullType(v string)

func (*MapEntry) SetValueImportModuleRef

func (x *MapEntry) SetValueImportModuleRef(v *ImportModuleRef)

func (*MapEntry) SetValueNestedType

func (x *MapEntry) SetValueNestedType(v string)

func (*MapEntry) String

func (x *MapEntry) String() string

type MapEntry_builder

type MapEntry_builder 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
	// string representation of the nested name of the type for the map value.
	ValueNestedType string
	// string representation of the full name of the type for the map value.
	ValueFullType string
	// if the value is an imported type, this is the import module ref
	ValueImportModuleRef *ImportModuleRef
	// contains filtered or unexported fields
}

func (MapEntry_builder) Build

func (b0 MapEntry_builder) Build() *MapEntry

type MavenConfig

type MavenConfig struct {

	// Optionally define the runtime libraries for the plugin.
	RuntimeLibraries []*MavenConfig_RuntimeLibrary `protobuf:"bytes,1,rep,name=runtime_libraries,json=runtimeLibraries,proto3" json:"runtime_libraries,omitempty"`
	// Settings for the Java/Kotlin compiler used to compile the generated code.
	Compiler *MavenConfig_CompilerConfig `protobuf:"bytes,2,opt,name=compiler,proto3" json:"compiler,omitempty"`
	// Optional additional runtimes supported by the plugin.
	AdditionalRuntimes []*MavenConfig_RuntimeConfig `protobuf:"bytes,3,rep,name=additional_runtimes,json=additionalRuntimes,proto3" json:"additional_runtimes,omitempty"`
	// contains filtered or unexported fields
}

MavenConfig is the configuration for a Maven plugin.

func (*MavenConfig) ClearCompiler

func (x *MavenConfig) ClearCompiler()

func (*MavenConfig) GetAdditionalRuntimes

func (x *MavenConfig) GetAdditionalRuntimes() []*MavenConfig_RuntimeConfig

func (*MavenConfig) GetCompiler

func (x *MavenConfig) GetCompiler() *MavenConfig_CompilerConfig

func (*MavenConfig) GetRuntimeLibraries

func (x *MavenConfig) GetRuntimeLibraries() []*MavenConfig_RuntimeLibrary

func (*MavenConfig) HasCompiler

func (x *MavenConfig) HasCompiler() bool

func (*MavenConfig) ProtoMessage

func (*MavenConfig) ProtoMessage()

func (*MavenConfig) ProtoReflect

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

func (*MavenConfig) Reset

func (x *MavenConfig) Reset()

func (*MavenConfig) SetAdditionalRuntimes

func (x *MavenConfig) SetAdditionalRuntimes(v []*MavenConfig_RuntimeConfig)

func (*MavenConfig) SetCompiler

func (x *MavenConfig) SetCompiler(v *MavenConfig_CompilerConfig)

func (*MavenConfig) SetRuntimeLibraries

func (x *MavenConfig) SetRuntimeLibraries(v []*MavenConfig_RuntimeLibrary)

func (*MavenConfig) String

func (x *MavenConfig) String() string

type MavenConfig_CompilerConfig

type MavenConfig_CompilerConfig struct {
	Java   *MavenConfig_CompilerJavaConfig   `protobuf:"bytes,1,opt,name=java,proto3" json:"java,omitempty"`
	Kotlin *MavenConfig_CompilerKotlinConfig `protobuf:"bytes,2,opt,name=kotlin,proto3" json:"kotlin,omitempty"`
	// contains filtered or unexported fields
}

CompilerConfig contains configuration for the Java and/or Kotlin compiler used when compiling the generated code.

func (*MavenConfig_CompilerConfig) ClearJava

func (x *MavenConfig_CompilerConfig) ClearJava()

func (*MavenConfig_CompilerConfig) ClearKotlin

func (x *MavenConfig_CompilerConfig) ClearKotlin()

func (*MavenConfig_CompilerConfig) GetJava

func (*MavenConfig_CompilerConfig) GetKotlin

func (*MavenConfig_CompilerConfig) HasJava

func (x *MavenConfig_CompilerConfig) HasJava() bool

func (*MavenConfig_CompilerConfig) HasKotlin

func (x *MavenConfig_CompilerConfig) HasKotlin() bool

func (*MavenConfig_CompilerConfig) ProtoMessage

func (*MavenConfig_CompilerConfig) ProtoMessage()

func (*MavenConfig_CompilerConfig) ProtoReflect

func (*MavenConfig_CompilerConfig) Reset

func (x *MavenConfig_CompilerConfig) Reset()

func (*MavenConfig_CompilerConfig) SetJava

func (*MavenConfig_CompilerConfig) SetKotlin

func (*MavenConfig_CompilerConfig) String

func (x *MavenConfig_CompilerConfig) String() string

type MavenConfig_CompilerConfig_builder

type MavenConfig_CompilerConfig_builder struct {
	Java   *MavenConfig_CompilerJavaConfig
	Kotlin *MavenConfig_CompilerKotlinConfig
	// contains filtered or unexported fields
}

func (MavenConfig_CompilerConfig_builder) Build

type MavenConfig_CompilerJavaConfig

type MavenConfig_CompilerJavaConfig struct {

	// File encoding (default: UTF-8).
	Encoding string `protobuf:"bytes,1,opt,name=encoding,proto3" json:"encoding,omitempty"`
	// Release version (default: 8).
	Release int32 `protobuf:"varint,2,opt,name=release,proto3" json:"release,omitempty"`
	// Source version (default: 8).
	Source int32 `protobuf:"varint,3,opt,name=source,proto3" json:"source,omitempty"`
	// Target version (default: 8).
	Target int32 `protobuf:"varint,4,opt,name=target,proto3" json:"target,omitempty"`
	// contains filtered or unexported fields
}

CompilerJavaConfig contains settings for the Java compiler.

func (*MavenConfig_CompilerJavaConfig) GetEncoding

func (x *MavenConfig_CompilerJavaConfig) GetEncoding() string

func (*MavenConfig_CompilerJavaConfig) GetRelease

func (x *MavenConfig_CompilerJavaConfig) GetRelease() int32

func (*MavenConfig_CompilerJavaConfig) GetSource

func (x *MavenConfig_CompilerJavaConfig) GetSource() int32

func (*MavenConfig_CompilerJavaConfig) GetTarget

func (x *MavenConfig_CompilerJavaConfig) GetTarget() int32

func (*MavenConfig_CompilerJavaConfig) ProtoMessage

func (*MavenConfig_CompilerJavaConfig) ProtoMessage()

func (*MavenConfig_CompilerJavaConfig) ProtoReflect

func (*MavenConfig_CompilerJavaConfig) Reset

func (x *MavenConfig_CompilerJavaConfig) Reset()

func (*MavenConfig_CompilerJavaConfig) SetEncoding

func (x *MavenConfig_CompilerJavaConfig) SetEncoding(v string)

func (*MavenConfig_CompilerJavaConfig) SetRelease

func (x *MavenConfig_CompilerJavaConfig) SetRelease(v int32)

func (*MavenConfig_CompilerJavaConfig) SetSource

func (x *MavenConfig_CompilerJavaConfig) SetSource(v int32)

func (*MavenConfig_CompilerJavaConfig) SetTarget

func (x *MavenConfig_CompilerJavaConfig) SetTarget(v int32)

func (*MavenConfig_CompilerJavaConfig) String

type MavenConfig_CompilerJavaConfig_builder

type MavenConfig_CompilerJavaConfig_builder struct {

	// File encoding (default: UTF-8).
	Encoding string
	// Release version (default: 8).
	Release int32
	// Source version (default: 8).
	Source int32
	// Target version (default: 8).
	Target int32
	// contains filtered or unexported fields
}

func (MavenConfig_CompilerJavaConfig_builder) Build

type MavenConfig_CompilerKotlinConfig

type MavenConfig_CompilerKotlinConfig struct {

	// Version of the Kotlin compiler used to compile the generated code.
	Version string `protobuf:"bytes,1,opt,name=version,proto3" json:"version,omitempty"`
	// Version of the Kotlin API to target.
	ApiVersion string `protobuf:"bytes,2,opt,name=api_version,json=apiVersion,proto3" json:"api_version,omitempty"`
	// Target version of the JVM bytecode (default: 1.8).
	JvmTarget string `protobuf:"bytes,3,opt,name=jvm_target,json=jvmTarget,proto3" json:"jvm_target,omitempty"`
	// Kotlin language version used for source compatibility.
	LanguageVersion string `protobuf:"bytes,4,opt,name=language_version,json=languageVersion,proto3" json:"language_version,omitempty"`
	// contains filtered or unexported fields
}

CompilerKotlinConfig contains settings for the Kotlin compiler.

func (*MavenConfig_CompilerKotlinConfig) GetApiVersion

func (x *MavenConfig_CompilerKotlinConfig) GetApiVersion() string

func (*MavenConfig_CompilerKotlinConfig) GetJvmTarget

func (x *MavenConfig_CompilerKotlinConfig) GetJvmTarget() string

func (*MavenConfig_CompilerKotlinConfig) GetLanguageVersion

func (x *MavenConfig_CompilerKotlinConfig) GetLanguageVersion() string

func (*MavenConfig_CompilerKotlinConfig) GetVersion

func (x *MavenConfig_CompilerKotlinConfig) GetVersion() string

func (*MavenConfig_CompilerKotlinConfig) ProtoMessage

func (*MavenConfig_CompilerKotlinConfig) ProtoMessage()

func (*MavenConfig_CompilerKotlinConfig) ProtoReflect

func (*MavenConfig_CompilerKotlinConfig) Reset

func (*MavenConfig_CompilerKotlinConfig) SetApiVersion

func (x *MavenConfig_CompilerKotlinConfig) SetApiVersion(v string)

func (*MavenConfig_CompilerKotlinConfig) SetJvmTarget

func (x *MavenConfig_CompilerKotlinConfig) SetJvmTarget(v string)

func (*MavenConfig_CompilerKotlinConfig) SetLanguageVersion

func (x *MavenConfig_CompilerKotlinConfig) SetLanguageVersion(v string)

func (*MavenConfig_CompilerKotlinConfig) SetVersion

func (x *MavenConfig_CompilerKotlinConfig) SetVersion(v string)

func (*MavenConfig_CompilerKotlinConfig) String

type MavenConfig_CompilerKotlinConfig_builder

type MavenConfig_CompilerKotlinConfig_builder struct {

	// Version of the Kotlin compiler used to compile the generated code.
	Version string
	// Version of the Kotlin API to target.
	ApiVersion string
	// Target version of the JVM bytecode (default: 1.8).
	JvmTarget string
	// Kotlin language version used for source compatibility.
	LanguageVersion string
	// contains filtered or unexported fields
}

func (MavenConfig_CompilerKotlinConfig_builder) Build

type MavenConfig_RuntimeConfig

type MavenConfig_RuntimeConfig struct {
	Name             string                        `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	RuntimeLibraries []*MavenConfig_RuntimeLibrary `protobuf:"bytes,2,rep,name=runtime_libraries,json=runtimeLibraries,proto3" json:"runtime_libraries,omitempty"`
	// The options to pass to the plugin. These will
	// be merged into a single, comma-separated string.
	Options []string `protobuf:"bytes,3,rep,name=options,proto3" json:"options,omitempty"`
	// contains filtered or unexported fields
}

RuntimeConfig allows configuring additional runtimes (like the 'lite' runtime). They can use different runtime dependencies and plugin options.

func (*MavenConfig_RuntimeConfig) GetName

func (x *MavenConfig_RuntimeConfig) GetName() string

func (*MavenConfig_RuntimeConfig) GetOptions

func (x *MavenConfig_RuntimeConfig) GetOptions() []string

func (*MavenConfig_RuntimeConfig) GetRuntimeLibraries

func (x *MavenConfig_RuntimeConfig) GetRuntimeLibraries() []*MavenConfig_RuntimeLibrary

func (*MavenConfig_RuntimeConfig) ProtoMessage

func (*MavenConfig_RuntimeConfig) ProtoMessage()

func (*MavenConfig_RuntimeConfig) ProtoReflect

func (*MavenConfig_RuntimeConfig) Reset

func (x *MavenConfig_RuntimeConfig) Reset()

func (*MavenConfig_RuntimeConfig) SetName

func (x *MavenConfig_RuntimeConfig) SetName(v string)

func (*MavenConfig_RuntimeConfig) SetOptions

func (x *MavenConfig_RuntimeConfig) SetOptions(v []string)

func (*MavenConfig_RuntimeConfig) SetRuntimeLibraries

func (x *MavenConfig_RuntimeConfig) SetRuntimeLibraries(v []*MavenConfig_RuntimeLibrary)

func (*MavenConfig_RuntimeConfig) String

func (x *MavenConfig_RuntimeConfig) String() string

type MavenConfig_RuntimeConfig_builder

type MavenConfig_RuntimeConfig_builder struct {
	Name             string
	RuntimeLibraries []*MavenConfig_RuntimeLibrary
	// The options to pass to the plugin. These will
	// be merged into a single, comma-separated string.
	Options []string
	// contains filtered or unexported fields
}

func (MavenConfig_RuntimeConfig_builder) Build

type MavenConfig_RuntimeLibrary

type MavenConfig_RuntimeLibrary struct {
	GroupId    string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	ArtifactId string `protobuf:"bytes,2,opt,name=artifact_id,json=artifactId,proto3" json:"artifact_id,omitempty"`
	Version    string `protobuf:"bytes,3,opt,name=version,proto3" json:"version,omitempty"`
	Classifier string `protobuf:"bytes,4,opt,name=classifier,proto3" json:"classifier,omitempty"`
	Extension  string `protobuf:"bytes,5,opt,name=extension,proto3" json:"extension,omitempty"`
	// contains filtered or unexported fields
}

RuntimeLibrary describes a runtime dependency of the generated code.

func (*MavenConfig_RuntimeLibrary) GetArtifactId

func (x *MavenConfig_RuntimeLibrary) GetArtifactId() string

func (*MavenConfig_RuntimeLibrary) GetClassifier

func (x *MavenConfig_RuntimeLibrary) GetClassifier() string

func (*MavenConfig_RuntimeLibrary) GetExtension

func (x *MavenConfig_RuntimeLibrary) GetExtension() string

func (*MavenConfig_RuntimeLibrary) GetGroupId

func (x *MavenConfig_RuntimeLibrary) GetGroupId() string

func (*MavenConfig_RuntimeLibrary) GetVersion

func (x *MavenConfig_RuntimeLibrary) GetVersion() string

func (*MavenConfig_RuntimeLibrary) ProtoMessage

func (*MavenConfig_RuntimeLibrary) ProtoMessage()

func (*MavenConfig_RuntimeLibrary) ProtoReflect

func (*MavenConfig_RuntimeLibrary) Reset

func (x *MavenConfig_RuntimeLibrary) Reset()

func (*MavenConfig_RuntimeLibrary) SetArtifactId

func (x *MavenConfig_RuntimeLibrary) SetArtifactId(v string)

func (*MavenConfig_RuntimeLibrary) SetClassifier

func (x *MavenConfig_RuntimeLibrary) SetClassifier(v string)

func (*MavenConfig_RuntimeLibrary) SetExtension

func (x *MavenConfig_RuntimeLibrary) SetExtension(v string)

func (*MavenConfig_RuntimeLibrary) SetGroupId

func (x *MavenConfig_RuntimeLibrary) SetGroupId(v string)

func (*MavenConfig_RuntimeLibrary) SetVersion

func (x *MavenConfig_RuntimeLibrary) SetVersion(v string)

func (*MavenConfig_RuntimeLibrary) String

func (x *MavenConfig_RuntimeLibrary) String() string

type MavenConfig_RuntimeLibrary_builder

type MavenConfig_RuntimeLibrary_builder struct {
	GroupId    string
	ArtifactId string
	Version    string
	Classifier string
	Extension  string
	// contains filtered or unexported fields
}

func (MavenConfig_RuntimeLibrary_builder) Build

type MavenConfig_builder

type MavenConfig_builder struct {

	// Optionally define the runtime libraries for the plugin.
	RuntimeLibraries []*MavenConfig_RuntimeLibrary
	// Settings for the Java/Kotlin compiler used to compile the generated code.
	Compiler *MavenConfig_CompilerConfig
	// Optional additional runtimes supported by the plugin.
	AdditionalRuntimes []*MavenConfig_RuntimeConfig
	// contains filtered or unexported fields
}

func (MavenConfig_builder) Build

func (b0 MavenConfig_builder) Build() *MavenConfig

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"`
	// comments 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.
	Comments string `protobuf:"bytes,4,opt,name=comments,proto3" json:"comments,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            []*MessageField `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"`
	// implicitly_deprecated is true if its enclosing file or parent element is deprecated.
	ImplicitlyDeprecated bool `protobuf:"varint,11,opt,name=implicitly_deprecated,json=implicitlyDeprecated,proto3" json:"implicitly_deprecated,omitempty"`
	// All options that are present on the message. This is a super-set of
	// message_options and uses a dynamic representation so it can also
	// accommodate custom options with arbitrary types.
	// // This supersedes message_options.
	Options []*FieldLiteral `protobuf:"bytes,12,rep,name=options,proto3" json:"options,omitempty"`
	// Use options instead.
	//
	// Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.
	MessageOptions *MessageOptions `protobuf:"bytes,10,opt,name=message_options,json=messageOptions,proto3" json:"message_options,omitempty"`
	// contains filtered or unexported fields
}

Message provides information for the documentation of a protobuf message.

func (*Message) ClearLocation

func (x *Message) ClearLocation()

func (*Message) ClearMessageOptions deprecated

func (x *Message) ClearMessageOptions()

Deprecated: Marked as deprecated in buf/alpha/registry/v1alpha1/doc.proto.

func (*Message) GetComments

func (x *Message) GetComments() string

func (*Message) GetFields

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

func (*Message) GetFilePath

func (x *Message) GetFilePath() string

func (*Message) GetFullName

func (x *Message) GetFullName() string

func (*Message) GetImplicitlyDeprecated

func (x *Message) GetImplicitlyDeprecated() bool

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) GetMessageOptions deprecated